2025-03-21T20:17:19.6340380Z Current runner version: '2.323.0' 2025-03-21T20:17:19.6348059Z Runner name: 'i-04848b35c20a1bb33' 2025-03-21T20:17:19.6349050Z Runner group name: 'Default' 2025-03-21T20:17:19.6350066Z Machine name: 'ip-10-0-74-75' 2025-03-21T20:17:19.6353300Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:19.6356020Z Contents: read 2025-03-21T20:17:19.6356725Z Metadata: read 2025-03-21T20:17:19.6357443Z ##[endgroup] 2025-03-21T20:17:19.6361455Z Secret source: Actions 2025-03-21T20:17:19.6362555Z Prepare workflow directory 2025-03-21T20:17:19.9688821Z Prepare all required actions 2025-03-21T20:17:19.9733534Z Getting action download info 2025-03-21T20:17:20.2124946Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:20.4275673Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:32.8787041Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:33.1927176Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:33.2947998Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:33.6382414Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:33.8862062Z Getting action download info 2025-03-21T20:17:34.0434532Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:34.0436633Z ##[group] Inputs 2025-03-21T20:17:34.0440905Z script: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:34.0445786Z timeout: 90 2025-03-21T20:17:34.0446066Z runner: linux.2xlarge 2025-03-21T20:17:34.0446354Z upload-artifact: 2025-03-21T20:17:34.0446951Z upload-artifact-to-s3: false 2025-03-21T20:17:34.0447272Z download-artifact: 2025-03-21T20:17:34.0447547Z repository: 2025-03-21T20:17:34.0447812Z fetch-depth: 0 2025-03-21T20:17:34.0448060Z submodules: 2025-03-21T20:17:34.0448372Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:34.0448779Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:34.0449131Z test-infra-ref: 2025-03-21T20:17:34.0449433Z docker-image: executorch-ubuntu-22.04-linter 2025-03-21T20:17:34.0449811Z docker-build-dir: .ci/docker 2025-03-21T20:17:34.0450124Z gpu-arch-type: cpu 2025-03-21T20:17:34.0450382Z gpu-arch-version: 2025-03-21T20:17:34.0450650Z job-name: linux-job 2025-03-21T20:17:34.0450930Z continue-on-error: false 2025-03-21T20:17:34.0451222Z binary-matrix: 2025-03-21T20:17:34.0451491Z run-with-docker: true 2025-03-21T20:17:34.0451746Z secrets-env: 2025-03-21T20:17:34.0451992Z no-sudo: false 2025-03-21T20:17:34.0452279Z ##[endgroup] 2025-03-21T20:17:34.0452617Z Complete job name: android-java-format / linux-job 2025-03-21T20:17:34.0904991Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:34.1011876Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:34.1020882Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:34.1021872Z ##[endgroup] 2025-03-21T20:17:35.9684254Z Runner Type: linux.2xlarge 2025-03-21T20:17:35.9684745Z Instance Type: c5.2xlarge 2025-03-21T20:17:35.9685047Z AMI Name: unknown 2025-03-21T20:17:35.9708395Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:17:41.5810864Z ##[group]Run set -euxo pipefail 2025-03-21T20:17:41.5811295Z set -euxo pipefail 2025-03-21T20:17:41.5811629Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:17:41.5812043Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:17:41.5812458Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:41.5812798Z else 2025-03-21T20:17:41.5813097Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:17:41.5813474Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:41.5813798Z fi 2025-03-21T20:17:41.5814024Z  2025-03-21T20:17:41.5814285Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:17:41.5814644Z echo "::endgroup::" 2025-03-21T20:17:41.5823735Z shell: /usr/bin/bash -e {0} 2025-03-21T20:17:41.5824048Z env: 2025-03-21T20:17:41.5824325Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:41.5824708Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:41.5825068Z PR_NUMBER: 2025-03-21T20:17:41.5829221Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:41.5833343Z NO_SUDO: false 2025-03-21T20:17:41.5833608Z ##[endgroup] 2025-03-21T20:17:41.5860649Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:17:41.5871311Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:17:41.5877908Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:17:41.5878577Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:41.6922784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:17:41.6923805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:17:41.6924807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:17:41.6925890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:17:41.6927165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:17:41.6928132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:17:41.6929190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:17:41.6930459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:17:41.6931383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:17:41.6932626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:17:41.6933634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:17:41.6934878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:17:41.6936135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:17:41.6937109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:17:41.6938100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:17:41.6939263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:17:41.6940082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:17:41.6941030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:17:41.6941860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:17:41.6942666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:17:41.6943494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:17:41.6944456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:17:41.6945427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:17:41.6946430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:17:41.6947367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:17:41.6948316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:17:41.6949183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:17:41.6949952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:17:41.6950981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:17:41.6952286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:17:41.6953576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:17:41.6954661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:17:41.6955539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:17:41.6956481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:17:41.6957321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:17:41.6958174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:17:41.6959046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:17:41.6960399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:17:41.6961376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:17:41.6962279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:17:41.6963176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:17:41.6964280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:17:41.6965214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:17:41.6966005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:17:41.6966831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:17:41.6967626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:17:41.6968381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:17:41.6969120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:17:41.6969916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:17:41.6970740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:17:41.6971742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:17:41.6972773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:17:41.6973728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:17:41.6974712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:17:41.6975810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:17:41.6976994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:17:41.6978110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:17:41.6979321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:17:41.6980380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:17:41.6981421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:17:41.6982580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:17:41.6983646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:17:41.6984708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:17:41.6985883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:17:41.6987089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:17:41.6988163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:17:41.6989414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:17:41.6990512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:17:41.6991691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:17:41.6992870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:17:41.6994154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:17:41.6995226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:17:41.6996322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:17:41.6997368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:17:41.6998443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:17:41.6999481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:17:41.7000566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:17:41.7001645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:17:41.7002719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:17:41.7003765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:17:41.7004807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:17:41.7005829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:17:41.7006822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:17:41.7007834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:17:41.7008868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:17:41.7009905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:17:41.7010929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:17:41.7011927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:17:41.7012918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:17:41.7013894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:17:41.7014863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:17:41.7015861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:17:41.7016903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:17:41.7018076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:17:41.7019199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:17:41.7020238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:17:41.7021278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:17:41.7022600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:17:41.7023717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:17:41.7024889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:17:41.7025964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:17:41.7027044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:17:41.7028251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:17:41.7029344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:17:41.7030590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:17:41.7031594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:17:41.7032485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:17:41.7033411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:17:41.7034490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:17:41.7035398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:17:41.7036306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:17:41.7037385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:17:41.7038381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:17:41.7039583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:17:41.7041229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:17:41.7042601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:17:41.7043907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:17:41.7045314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:17:41.7046755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:17:41.7048173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:17:41.7049479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:17:41.7050733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:17:41.7052063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:17:41.7053298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:17:41.7054324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:17:41.7055346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:17:41.7056359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:17:41.7057375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:17:41.7058362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:17:41.7059309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:17:41.7060574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:17:41.7061599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:17:41.7062641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:17:41.7063905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:17:41.7064926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:17:41.7065970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:17:41.7066989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:17:41.7067960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:17:41.7068920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:17:41.7070051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:17:41.7071053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:17:41.7072234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:17:41.7073230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:17:41.7074264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:17:41.7075404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:17:41.7076668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:17:41.7077807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:17:41.7079092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:17:41.7080206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:17:41.7081569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:17:41.7082871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:17:41.7084066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:17:41.7085256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:17:41.7086368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:17:41.7087705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:17:41.7088830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:17:41.7090037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:17:41.7091522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:17:41.7093042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:17:41.7094951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:17:41.7096722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:17:41.7098612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:17:41.7100419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:17:41.7102145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:17:41.7103958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:17:41.7105758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:17:41.7107595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:17:41.7109512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:17:41.7111308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:17:41.7113041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:17:41.7114663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:17:41.7116173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:17:41.7117839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:17:41.7119567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:17:41.7121260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:17:41.7122836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:17:41.7124487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:17:41.7127738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:17:41.7129667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:17:41.7131596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:17:41.7133544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:17:41.7134911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:17:41.7136181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:17:41.7137422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:17:41.7138723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:17:41.7140019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:17:41.7141195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:17:41.7142317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:17:41.7143682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:17:41.7145004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:17:41.7146600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:17:41.7148102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:17:41.7149738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:17:41.7151120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:17:41.7152348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:17:41.7153669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:17:41.7155011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:17:41.7156136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:17:41.7157372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:17:41.7158601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:17:41.7159937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:17:41.7161090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:17:41.7162459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:17:41.7164114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:17:41.7165777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:17:41.7166915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:17:41.7168212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:17:41.7169483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:17:41.7170626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:17:41.7171852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:17:41.7173113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:17:41.7174297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:17:41.7175593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:17:41.7176999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:17:41.7178270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:17:41.7179714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:17:41.7180914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:17:41.7182079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:17:41.7183275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:17:41.7184559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:17:41.7185807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:17:41.7186992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:17:41.7188261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:17:41.7190358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:17:41.7191697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:17:41.7192976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:17:41.7194069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:17:41.7195088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:17:41.7196020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:17:41.7196855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:17:41.7197633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:17:41.7198643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:17:41.7199710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:17:41.7200587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:17:41.7201461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:17:41.7202469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:17:41.7203433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:17:41.7204252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:17:41.7205069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:17:41.7205959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:17:41.7206927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:17:41.7207822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:17:41.7209622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:17:41.7210579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:17:41.7211622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:17:41.7212668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:17:41.7213843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:17:41.7214974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:17:41.7216131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:17:41.7218151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:17:41.7219461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:17:41.7220810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:17:41.7222085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:17:41.7223364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:17:41.7224592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:17:41.7225921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:17:41.7227689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:17:41.7229411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:17:41.7230530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:17:41.7231736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:17:41.7232914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:17:41.7233922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:17:41.7234879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:17:41.7235855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:17:41.7236980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:17:41.7237875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:17:41.7238955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:17:41.7239958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:17:41.7240953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:17:41.7242018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:17:41.7243649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:17:41.7244803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:17:41.7245930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:17:41.7247112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:17:41.7248453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:17:41.7250391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:17:41.7251789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:17:41.7253173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:17:41.7254603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:17:41.7255859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:17:41.7257141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:17:41.7258465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:17:41.7259824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:17:41.7260973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:17:41.7262002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:17:41.7262974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:17:41.7264148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:17:41.7265292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:17:41.7266301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:17:41.7267287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:17:41.7268304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:17:41.7269365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:17:41.7270474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:17:41.7271521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:17:41.7272536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:17:41.7273883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:17:41.7275475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:17:41.7276466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:17:41.7277470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:17:41.7278733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:17:41.7279920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:17:41.7280989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:17:41.7282259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:17:41.7283534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:17:41.7284716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:17:41.7285821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:17:41.7287063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:17:41.7288324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:17:41.7289528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:17:41.7290594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:17:41.7291766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:17:41.7292820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:17:41.7293820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:17:41.7294924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:17:41.7296001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:17:41.7297004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:17:41.7298014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:17:41.7299036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:17:41.7300338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:17:41.7301984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:17:41.7303407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:17:41.7304472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:17:41.7305568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:17:41.7306700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:17:41.7307734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:17:41.7308816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:17:41.7309939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:17:41.7311166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:17:41.7312324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:17:41.7313366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:17:41.7314384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:17:41.7315460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:17:41.7316576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:17:41.7317658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:17:41.7318774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:17:41.7319800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:17:41.7320874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:17:41.7321968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:17:41.7323035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:17:41.7324106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:17:41.7325198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:17:41.7326273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:17:41.7327216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:17:41.7328172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:17:41.7329234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:17:41.7330352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:17:41.7331504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:17:41.7332737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:17:41.7334001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:17:41.7335209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:17:41.7336305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:17:41.7337364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:17:41.7338435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:17:41.7339575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:17:41.7340740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:17:41.7341894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:17:41.7343076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:17:41.7344237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:17:41.7345197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:17:41.7346141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:17:41.7347288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:17:41.7348497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:17:41.7349621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:17:41.7350572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:17:41.7351381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:17:41.7352226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:17:41.7353309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:17:41.7354484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:17:41.7355683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:17:41.7356972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:17:41.7358299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:17:41.7359489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:17:41.7360928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:17:41.7362252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:17:41.7363482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:17:41.7364484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:17:41.7365307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:17:41.7366067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:17:41.7366864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:17:41.7367741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:17:41.7368622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:17:41.7369493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:17:41.7370444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:17:41.7371437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:17:41.7372398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:17:41.7373322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:17:41.7374236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:17:41.7375170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:17:41.7376181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:17:41.7377220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:17:41.7378233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:17:41.7379159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:17:41.7380035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:17:41.7381091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:17:41.7381932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:17:41.7382844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:17:41.7383739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:17:41.7384631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:17:41.7385540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:17:41.7386520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:17:41.7387445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:17:41.7388298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:17:41.7389181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:17:41.7390070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:17:41.7390964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:17:41.7391829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:17:41.7392793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:17:41.7393828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:17:41.7394820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:17:41.7395802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:17:41.7396701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:17:41.7397576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:17:41.7398601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:17:41.7399542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:17:41.7400426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:17:41.7401310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:17:41.7402200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:17:41.7403059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:17:41.7403921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:17:41.7404768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:17:41.7405599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:17:41.7406388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:17:41.7407164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:17:41.7408065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:17:41.7409224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:17:41.7410304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:17:41.7411318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:17:41.7412328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:17:41.7413425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:17:41.7414548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:17:41.7415576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:17:41.7416573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:17:41.7417703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:17:41.7418955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:17:41.7420191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:17:41.7421428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:17:41.7422674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:17:41.7423929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:17:41.7425221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:17:41.7426545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:17:41.7428042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:17:41.7429686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:17:41.7431295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:17:41.7432921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:17:41.7434559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:17:41.7436194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:17:41.7437862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:17:41.7439694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:17:41.7441434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:17:41.7443162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:17:41.7444930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:17:41.7446660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:17:41.7448355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:17:41.7450233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:17:41.7452297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:17:41.7454336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:17:41.7456329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:17:41.7458171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:17:41.7460175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:17:41.7461861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:17:41.7463511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:17:41.7465142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:17:41.7466649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:17:41.7467991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:17:41.7469308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:17:41.7470750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:17:41.7472419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:17:41.7473942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:17:41.7475388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:17:41.7476831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:17:41.7478286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:17:41.7479634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:17:41.7480972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:17:41.7482269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:17:41.7483588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:17:41.7484898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:17:41.7486157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:17:41.7487416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:17:41.7488739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:17:41.7490227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:17:41.7491851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:17:41.7493551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:17:41.7495095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:17:41.7496680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:17:41.7498172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:17:41.7499511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:17:41.7500936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:17:41.7502426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:17:41.7504016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:17:41.7505661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:17:41.7507284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:17:41.7508885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:17:41.7510443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:17:41.7511981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:17:41.7513444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:17:41.7514848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:17:41.7516221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:17:41.7517545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:17:41.7518891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:17:41.7520113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:17:41.7521292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:17:41.7522503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:17:41.7523806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:17:41.7525137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:17:41.7526458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:17:41.7527793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:17:41.7529113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:17:41.7530458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:17:41.7531826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:17:41.7533206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:17:41.7534699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:17:41.7536198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:17:41.7537735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:17:41.7539271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:17:41.7540815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:17:41.7542367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:17:41.7543933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:17:41.7545505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:17:41.7547082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:17:41.7548669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:17:41.7550263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:17:41.7551837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:17:41.7553408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:17:41.7554945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:17:41.7556505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:17:41.7558056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:17:41.7559887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:17:41.7561450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:17:41.7563015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:17:41.7564592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:17:41.7566192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:17:41.7568069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:17:41.7569673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:17:41.7571242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:17:41.7572785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:17:41.7574297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:17:41.7575824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:17:41.7577359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:17:41.7578853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:17:41.7580293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:17:41.7581652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:17:41.7583019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:17:41.7584529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:17:41.7586066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:17:41.7587471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:17:41.7588831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:17:41.7590173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:17:41.7591503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:17:41.7592774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:17:41.7593949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:17:41.7595108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:17:41.7596366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:17:41.7597736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:17:41.7599337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:17:41.7600767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:17:41.7602186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:17:41.7603598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:17:41.7605102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:17:41.7606524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:17:41.7607751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:17:41.7608975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:17:41.7610189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:17:41.7611378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:17:41.7612554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:17:41.7613799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:17:41.7615117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:17:41.7616423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:17:41.7617725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:17:41.7619185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:17:41.7620713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:17:41.7622199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:17:41.7623709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:17:41.7625152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:17:41.7626517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:17:41.7627833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:17:41.7629149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:17:41.7630421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:17:41.7631687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:17:41.7633035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:17:41.7634420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:17:41.7636181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:17:41.7638665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:17:41.7640887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:17:41.7643071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:17:41.7645317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:17:41.7646708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:17:41.7648101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:17:41.7649477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:17:41.7650843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:17:41.7652221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:17:41.7653601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:17:41.7655058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:17:41.7656558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:17:41.7658003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:17:41.7659391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:17:41.7661131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:17:41.7662656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:17:41.7664223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:17:41.7665873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:17:41.7667236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:17:41.7668581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:17:41.7670150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:17:41.7671478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:17:41.7672719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:17:41.7673898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:17:41.7675094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:17:41.7676390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:17:41.7677787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:17:41.7679346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:41.7680727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:17:41.7682058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:17:41.7683287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:17:41.7684480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:17:41.7685661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:17:41.7686781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:17:41.7687837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:17:41.7689033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:41.7690255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:17:41.7691419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:17:41.7692586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:17:41.7693761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:17:41.7694992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:17:41.7696295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:17:41.7697530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:17:41.7698673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:17:41.7699733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:17:41.7700768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:17:41.7701687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:17:41.7702556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:17:41.7703543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:17:41.7704552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:17:41.7705538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:17:41.7706534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:17:41.7707546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:17:41.7708568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:17:41.7709526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:17:41.7710469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:17:41.7711543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:17:41.7712659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:17:41.7713807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:17:41.7714916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:17:41.7715902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:17:41.7716998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:17:41.7718392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:17:41.7719620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:17:41.7720799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:17:41.7722132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:17:41.7723539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:17:41.7724873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:17:41.7726170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:17:41.7727410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:17:41.7728531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:17:41.7729593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:17:41.7730576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:17:41.7752409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:17:41.7753452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:17:41.7754499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:17:41.7755524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:17:41.7756608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:17:41.7757765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:17:41.7758927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:17:41.7760302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:17:41.7761329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:17:41.7762336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:17:41.7763403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:17:41.7764414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:17:41.7765416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:17:41.7766473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:17:41.7767560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:17:41.7768711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:17:41.7769721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:17:41.7770704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:17:41.7771700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:17:41.7772690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:17:41.7773768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:17:41.7774839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:17:41.7776006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:17:41.7777219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:17:41.7778259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:17:41.7779247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:17:41.7780191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:17:41.7781078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:17:41.7782095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:17:41.7783181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:17:41.7784164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:17:41.7785094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:17:41.7786030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:17:41.7786938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:17:41.7787823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:17:41.7788743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:17:41.7789700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:17:41.7790747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:17:41.7791949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:17:41.7793048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:17:41.7794136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:17:41.7795202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:17:41.7796283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:17:41.7797379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:17:41.7798612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:17:41.7799703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:17:41.7800800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:17:41.7802221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:17:41.7803630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:17:41.7804996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:17:41.7806471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:17:41.7807915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:17:41.7809321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:17:41.7810715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:17:41.7812091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:17:41.7813373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:17:41.7814660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:17:41.7816056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:17:41.7817549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:17:41.7819420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:17:41.7821177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:17:41.7822760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:17:41.7823912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:17:41.7824907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:17:41.7825869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:17:41.7826862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:17:41.7827850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:17:41.7828873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:17:41.7829903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:17:41.7830912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:17:41.7831964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:17:41.7833051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:17:41.7834110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:17:41.7835127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:17:41.7836077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:17:41.7837086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:17:41.7838309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:17:41.7839396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:17:41.7840410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:17:41.7841451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:17:41.7842482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:17:41.7843577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:17:41.7844758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:17:41.7845963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:17:41.7847138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:17:41.7848384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:17:41.7849587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:17:41.7850656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:17:41.7851608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:17:41.7852521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:17:41.7853486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:17:41.7854557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:17:41.7855599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:17:41.7856537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:17:41.7857495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:17:41.7858474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:17:41.7859436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:17:41.7860650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:17:41.7861659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:17:41.7862663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:17:41.7863626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:17:41.7864593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:17:41.7865576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:17:41.7866561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:17:41.7867502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:17:41.7868608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:17:41.7869695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:17:41.7870816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:17:41.7871996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:17:41.7873119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:17:41.7874182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:17:41.7875208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:17:41.7876225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:17:41.7877251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:17:41.7878374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:17:41.7879430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:17:41.7880496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:17:41.7881517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:17:41.7882490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:17:41.7883405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:17:41.7884257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:17:41.7885253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:17:41.7886408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:17:41.7887598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:17:41.7888794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:41.7889952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:17:41.7891071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:17:41.7892149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:17:41.7893288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:17:41.7894454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:17:41.7895618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:17:41.7896649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:17:41.7897738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:41.7898873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:17:41.7899941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:17:41.7900964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:17:41.7901868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:17:41.7902741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:17:41.7903640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:17:41.7904555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:17:41.7905571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:17:41.7906542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:17:41.7907489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:17:41.7908421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:17:41.7909346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:17:41.7910262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:17:41.7911167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:17:41.7912116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:17:41.7913208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:17:41.7914396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:17:41.7915580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:17:41.7916695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:17:41.7917665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:17:41.7918675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:17:41.7919726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:17:41.7920787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:17:41.7921771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:17:41.7922794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:17:41.7923841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:17:41.7924835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:17:41.7925879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:17:41.7926851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:17:41.7927705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:17:41.7928565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:17:41.7929431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:17:41.7930253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:17:41.7931064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:17:41.7931918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:17:41.7932757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:17:41.7933598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:17:41.7934478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:17:41.7935332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:17:41.7936374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:17:41.7937633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:17:41.7938880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:17:41.7940172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:17:41.7941498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:17:41.7942785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:17:41.7944066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:17:41.7945309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:17:41.7946538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:17:41.7947729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:17:41.7948908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:17:41.7950089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:17:41.7951254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:17:41.7952431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:17:41.7953655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:17:41.7954983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:17:41.7956175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:17:41.7957360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:17:41.7958605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:17:41.7960157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:17:41.7961488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:17:41.7962789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:17:41.7964146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:17:41.7965550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:17:41.7966934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:17:41.7968270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:17:41.7969466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:17:41.7970641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:17:41.7971809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:17:41.7972968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:17:41.7974124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:17:41.7975309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:17:41.7976513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:17:41.7977715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:17:41.7978942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:17:41.7980213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:17:41.7981467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:17:41.7982694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:17:41.7983901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:17:41.7985318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:17:41.7986528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:17:41.7987738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:17:41.7988931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:17:41.7990119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:17:41.7991294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:17:41.7992434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:17:41.7993636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:17:41.7994869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:17:41.7996090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:17:41.7997328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:17:41.7998671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:17:41.7999921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:17:41.8001168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:17:41.8002388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:17:41.8003607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:17:41.8004825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:17:41.8006023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:17:41.8007203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:17:41.8008393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:17:41.8009583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:17:41.8010756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:17:41.8011900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:17:41.8013038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:17:41.8014238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:17:41.8015454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:17:41.8016652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:17:41.8017837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:17:41.8019054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:17:41.8020283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:17:41.8021516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:17:41.8022785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:17:41.8024098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:17:41.8025387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:17:41.8026660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:17:41.8027904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:17:41.8029138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:17:41.8030385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:17:41.8031617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:17:41.8032844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:17:41.8034061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:17:41.8035267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:17:41.8036461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:17:41.8037698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:17:41.8039058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:17:41.8040325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:17:41.8041595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:17:41.8042893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:17:41.8044243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:17:41.8045595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:17:41.8046894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:17:41.8048191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:17:41.8049475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:17:41.8050751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:17:41.8052000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:17:41.8053237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:17:41.8054447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:17:41.8055640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:17:41.8056856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:17:41.8058084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:17:41.8059303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:17:41.8060863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:17:41.8062306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:17:41.8063738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:17:41.8065163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:17:41.8066575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:17:41.8067974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:17:41.8069400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:17:41.8070855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:17:41.8072293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:17:41.8073641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:17:41.8075076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:17:41.8076303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:17:41.8077510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:17:41.8078868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:17:41.8080208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:17:41.8081539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:17:41.8082851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:17:41.8084098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:17:41.8085321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:17:41.8086548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:17:41.8087747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:17:41.8088929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:17:41.8090071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:17:41.8091227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:17:41.8092431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:17:41.8093608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:17:41.8094792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:17:41.8096004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:17:41.8097194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:17:41.8098381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:17:41.8099548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:17:41.8100699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:17:41.8101823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:17:41.8102913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:17:41.8104047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:17:41.8105222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:17:41.8106325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:17:41.8107423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:17:41.8108550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:17:41.8109714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:17:41.8110857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:17:41.8112039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:17:41.8113261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:17:41.8114479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:17:41.8115669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:17:41.8116830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:17:41.8117970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:17:41.8119226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:17:41.8120431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:17:41.8121600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:17:41.8122814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:17:41.8124053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:17:41.8125274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:17:41.8126503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:17:41.8127723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:17:41.8128921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:17:41.8130114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:17:41.8131286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:17:41.8132447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:17:41.8133688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:17:41.8134909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:17:41.8136060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:17:41.8137244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:17:41.8138449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:17:41.8139639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:17:41.8140833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:17:41.8142056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:17:41.8143406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:17:41.8144632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:17:41.8145879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:17:41.8147111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:17:41.8148390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:17:41.8149705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:17:41.8150989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:17:41.8152284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:17:41.8153549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:17:41.8154796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:17:41.8156018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:17:41.8157264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:17:41.8158492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:17:41.8159929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:17:41.8161396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:17:41.8162624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:17:41.8164030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:17:41.8165400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:17:41.8166667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:17:41.8167933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:17:41.8169301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:17:41.8170532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:17:41.8171742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:17:41.8172933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:17:41.8174110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:17:41.8175258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:17:41.8176367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:17:41.8177460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:17:41.8178684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:17:41.8180003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:17:41.8181295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:17:41.8182571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:17:41.8183146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:17:41.8183698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:17:41.8184263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:17:41.8184807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:17:41.8185350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:17:41.8185904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:17:41.8186457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:17:41.8186991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:17:41.8187675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:17:41.8188308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:17:41.8188885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:17:41.8189442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:17:41.8189978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:17:41.8190518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:17:41.8191043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:17:41.8191564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:17:41.8192064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:17:41.8192569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:17:41.8193056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:17:41.8193554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:17:41.8194081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:17:41.8194618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:17:41.8195127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:17:41.8195686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:17:41.8196248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:17:41.8196791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:17:41.8197412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:17:41.8198019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:17:41.8198711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:17:41.8199272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:17:41.8199828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:17:41.8200365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:17:41.8200953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:17:41.8201646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:17:41.8202220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:17:41.8202721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:17:41.8203224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:17:41.8203715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:17:41.8204273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:17:41.8204834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:17:41.8205370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:17:41.8205931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:17:41.8206462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:17:41.8207004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:17:41.8207572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:17:41.8208150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:17:41.8208709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:17:41.8209203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:17:41.8209673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:17:41.8210154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:17:41.8210691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:17:41.8211224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:17:41.8211762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:17:41.8212354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:17:41.8212950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:17:41.8213527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:17:41.8214124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:17:41.8214782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:17:41.8215413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:17:41.8215975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:17:41.8216534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:17:41.8217092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:17:41.8217760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:17:41.8218274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:17:41.8218793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:17:41.8219293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:17:41.8219782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:17:41.8220284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:17:41.8220845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:17:41.8221409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:17:41.8221962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:17:41.8222505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:17:41.8223021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:17:41.8223545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:17:41.8224086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:17:41.8224630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:17:41.8225162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:17:41.8225786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:17:41.8226382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:17:41.8226973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:17:41.8227523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:17:41.8228050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:17:41.8228657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:17:41.8229309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:17:41.8229918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:17:41.8230507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:17:41.8231039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:17:41.8231544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:17:41.8232062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:17:41.8232581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:17:41.8233095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:17:41.8233590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:17:41.8234144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:17:41.8234708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:17:41.8235250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:17:41.8235864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:17:41.8236446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:17:41.8237042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:17:41.8237882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:17:41.8238578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:17:41.8239204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:17:41.8239864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:17:41.8240488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:17:41.8241124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:17:41.8241654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:17:41.8242191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:17:41.8242841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:17:41.8243327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:17:41.8243810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:17:41.8244284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:17:41.8244856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:17:41.8245405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:17:41.8245964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:17:41.8246579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:17:41.8247194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:17:41.8247789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:17:41.8248326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:17:41.8248837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:17:41.8249356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:17:41.8249934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:17:41.8250511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:17:41.8251074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:17:41.8251657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:17:41.8252244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:17:41.8252819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:17:41.8253401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:17:41.8253956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:17:41.8254522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:17:41.8255082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:17:41.8255640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:17:41.8256264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:17:41.8256923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:17:41.8257509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:17:41.8258096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:17:41.8258609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:17:41.8259125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:17:41.8259837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:17:41.8260388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:17:41.8260923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:17:41.8261394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:17:41.8261867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:17:41.8262303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:17:41.8262736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:17:41.8263169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:17:41.8263626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:17:41.8264064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:17:41.8264516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:17:41.8264997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:17:41.8265475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:17:41.8265953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:17:41.8266436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:17:41.8266885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:17:41.8267359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:17:41.8267815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:17:41.8268260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:17:41.8268723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:17:41.8269136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:17:41.8269704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:17:41.8270218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:17:41.8270649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:17:41.8271141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:17:41.8271556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:17:41.8272036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:17:41.8272467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:17:41.8272950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:17:41.8273393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:17:41.8273812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:17:41.8274248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:17:41.8274720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:17:41.8275190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:17:41.8275606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:17:41.8276112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:17:41.8276564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:17:41.8276991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:17:41.8277470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:17:41.8277918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:17:41.8278410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:17:41.8278893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:17:41.8279323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:17:41.8279790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:17:41.8280336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:17:41.8280868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:17:41.8281439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:17:41.8281949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:17:41.8282552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:17:41.8283156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:17:41.8283654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:17:41.8284149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:17:41.8284698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:17:41.8285155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:17:41.8285722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:17:41.8286308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:17:41.8286835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:17:41.8287410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:17:41.8287943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:17:41.8288497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:17:41.8289075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:17:41.8289642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:17:41.8290159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:17:41.8290671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:17:41.8291219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:17:41.8291825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:17:41.8292388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:17:41.8293002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:17:41.8293716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:17:41.8294412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:17:41.8295131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:17:41.8295749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:17:41.8296281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:17:41.8296914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:17:41.8297491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:17:41.8297964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:17:41.8298504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:17:41.8299005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:17:41.8299503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:17:41.8299948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:17:41.8300535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:17:41.8301090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:17:41.8301815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:17:41.8302469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:17:41.8303075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:17:41.8303775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:17:41.8304388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:17:41.8305066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:17:41.8305706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:17:41.8306332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:17:41.8306941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:17:41.8307562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:17:41.8308121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:17:41.8308658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:17:41.8309183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:17:41.8309716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:17:41.8310234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:17:41.8310841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:17:41.8311323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:17:41.8311759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:17:41.8312241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:17:41.8312707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:17:41.8313201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:17:41.8313661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:17:41.8314102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:17:41.8314527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:17:41.8314981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:17:41.8315488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:17:41.8315994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:17:41.8316528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:17:41.8317061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:17:41.8317546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:17:41.8317975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:17:41.8318517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:17:41.8318992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:17:41.8319432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:17:41.8319985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:17:41.8320512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:17:41.8321098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:17:41.8321805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:17:41.8322533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:17:41.8323217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:17:41.8323872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:17:41.8324646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:17:41.8325326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:17:41.8325920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:17:41.8326706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:17:41.8327449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:17:41.8328098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:17:41.8328710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:17:41.8329231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:17:41.8329691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:17:41.8330165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:17:41.8330615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:17:41.8331084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:17:41.8331481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:17:41.8331900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:17:41.8332269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:17:41.8332637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:17:41.8333066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:17:41.8333458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:17:41.8333897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:17:41.8334306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:17:41.8334716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:17:41.8335166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:17:41.8335682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:17:41.8336137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:17:41.8336569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:17:41.8337135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:17:41.8337703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:17:41.8338224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:17:41.8338692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:17:41.8339253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:17:41.8339729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:17:41.8340199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:17:41.8340633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:17:41.8341049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:17:41.8341446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:17:41.8341841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:17:41.8342264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:17:41.8342713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:17:41.8343216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:17:41.8343654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:17:41.8344066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:17:41.8344523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:17:41.8344922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:17:41.8345300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:17:41.8345715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:17:41.8346153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:17:41.8346588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:17:41.8346996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:17:41.8347435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:17:41.8347866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:17:41.8348345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:17:41.8348830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:17:41.8349209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:17:41.8349708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:17:41.8350203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:17:41.8350653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:17:41.8351043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:17:41.8351423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:17:41.8351824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:17:41.8352204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:17:41.8352745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:17:41.8353136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:17:41.8353542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:17:41.8354018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:17:41.8354443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:17:41.8354816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:17:41.8355241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:17:41.8355625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:17:41.8356064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:17:41.8356473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:17:41.8356859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:17:41.8357237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:17:41.8357646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:17:41.8358028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:17:41.8358471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:17:41.8358866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:17:41.8359245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:17:41.8359742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:17:41.8360142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:17:41.8360560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:17:41.8361088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:17:41.8361473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:17:41.8361840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:17:41.8362195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:17:41.8362818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:17:41.8363275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:17:41.8363662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:17:41.8364077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:17:41.8364657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:17:41.8365170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:17:41.8365644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:17:41.8366082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:17:41.8366503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:17:41.8366874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:17:41.8367236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:17:41.8367616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:17:41.8367974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:17:41.8368488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:17:41.8369013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:41.8369575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:17:41.8370100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:17:41.8370639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:17:41.8371157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:41.8371636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8372074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:17:41.8372448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:17:41.8372995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:17:41.8373524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:41.8374073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:17:41.8374609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:41.8375105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8375628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:17:41.8376164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:17:41.8376629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:17:41.8377064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:17:41.8377516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:17:41.8377927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:17:41.8378407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:17:41.8378856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:17:41.8379348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:17:41.8379764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:17:41.8380176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:17:41.8380582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:17:41.8381036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:17:41.8381499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:17:41.8381962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:17:41.8382426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:17:41.8382873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:17:41.8383526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:17:41.8384163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:17:41.8384758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8385284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:17:41.8385755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:17:41.8386206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:17:41.8386630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:17:41.8387205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:17:41.8387763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:41.8388290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8388827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:17:41.8389297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:17:41.8389724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:17:41.8390152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:17:41.8390751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:41.8391384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:17:41.8392024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:17:41.8392679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:17:41.8393302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:17:41.8393874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8394400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:17:41.8394864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:17:41.8395453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:17:41.8395997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:17:41.8396609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:41.8397178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8397704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:17:41.8398283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:17:41.8398694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:17:41.8399197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:17:41.8399699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:17:41.8400290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:17:41.8400841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:41.8401369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:17:41.8401822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:17:41.8402296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:17:41.8402909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:17:41.8403436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:17:41.8403895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:17:41.8404356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:17:41.8404778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:17:41.8405212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:17:41.8405650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:17:41.8406090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:17:41.8406516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:17:41.8406901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:17:41.8407519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:41.8408095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:41.8408638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8409124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:17:41.8409560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:17:41.8409943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:17:41.8410337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:17:41.8410919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:41.8411455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:41.8411967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8412415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:17:41.8412814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:17:41.8413182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:17:41.8413588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:17:41.8413972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:17:41.8414579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:41.8415202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:41.8415786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8416192Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:41.8416365Z + echo ::endgroup:: 2025-03-21T20:17:41.8416843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:17:41.8417263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:17:41.8417658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:17:41.8418117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:17:41.8418710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:17:41.8419249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8419752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:17:41.8420179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:17:41.8420554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:17:41.8420960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:17:41.8421387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:17:41.8421788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:17:41.8422271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:17:41.8422692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:17:41.8423262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:41.8423811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:41.8424309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:17:41.8424773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:17:41.8425158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:17:41.8425787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:17:41.8426364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:17:41.8426905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:41.8427397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:17:41.8427839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:17:41.8428280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:17:41.8428797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:17:41.8429187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:17:41.8429561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:17:41.8429993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:17:41.8430439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:17:41.8430830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:17:41.8431275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:17:41.8431680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:17:41.8432052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:17:41.8432473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:17:41.8432899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:17:41.8433364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:17:41.8433882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:17:41.8434351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:17:41.8434800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:17:41.8435268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:17:41.8435650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:17:41.8436090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:17:41.8436485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:17:41.8436885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:17:41.8437309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:17:41.8437740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:17:41.8438230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:17:41.8438703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:17:41.8439165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:17:41.8439636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:17:41.8440086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:17:41.8440543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:17:41.8441090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:17:41.8441640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:17:41.8442138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:17:41.8442634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:17:41.8443132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:17:41.8443653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:17:41.8444154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:17:41.8444638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:17:41.8445182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:17:41.8445669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:17:41.8446187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:17:41.8446741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:17:41.8447313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:17:41.8447900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:17:41.8448481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:17:41.8448953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:17:41.8449373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:17:41.8449912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:17:41.8450400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:17:41.8450865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:17:41.8451365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:17:41.8451783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:17:41.8452184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:17:41.8452624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:17:41.8453054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:17:41.8453487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:17:41.8453945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:17:41.8454415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:17:41.8454836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:17:41.8455199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:17:41.8455648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:17:41.8456077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:17:41.8456583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:17:41.8457072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:17:41.8457469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:17:41.8457838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:17:41.8458332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:17:41.8458782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:17:41.8459149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:17:41.8459522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:17:41.8460228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:17:41.8460627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:17:41.8460974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:17:41.8461325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:17:41.8461629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:17:41.8461936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:17:41.8462196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:17:41.8463060Z ##[endgroup] 2025-03-21T20:17:41.8568252Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:41.8568390Z with: 2025-03-21T20:17:41.8568548Z repository: pytorch/test-infra 2025-03-21T20:17:41.8568677Z path: test-infra 2025-03-21T20:17:41.8568797Z submodules: recursive 2025-03-21T20:17:41.8569078Z token: *** 2025-03-21T20:17:41.8569183Z ssh-strict: true 2025-03-21T20:17:41.8569298Z ssh-user: git 2025-03-21T20:17:41.8569417Z persist-credentials: true 2025-03-21T20:17:41.8569528Z clean: true 2025-03-21T20:17:41.8569654Z sparse-checkout-cone-mode: true 2025-03-21T20:17:41.8569773Z fetch-depth: 1 2025-03-21T20:17:41.8569872Z fetch-tags: false 2025-03-21T20:17:41.8569976Z show-progress: true 2025-03-21T20:17:41.8570083Z lfs: false 2025-03-21T20:17:41.8570200Z set-safe-directory: true 2025-03-21T20:17:41.8570312Z env: 2025-03-21T20:17:41.8570460Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:41.8570578Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:41.8570688Z PR_NUMBER: 2025-03-21T20:17:41.8574649Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:41.8574992Z ##[endgroup] 2025-03-21T20:17:41.9779447Z Syncing repository: pytorch/test-infra 2025-03-21T20:17:41.9780332Z ##[group]Getting Git version info 2025-03-21T20:17:41.9780905Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:17:41.9781683Z [command]/usr/bin/git version 2025-03-21T20:17:41.9781994Z git version 2.47.1 2025-03-21T20:17:41.9782960Z ##[endgroup] 2025-03-21T20:17:41.9789303Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/54cfced6-909b-4353-85ed-2e21b077cc40/.gitconfig' 2025-03-21T20:17:41.9792432Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/54cfced6-909b-4353-85ed-2e21b077cc40' before making global git config changes 2025-03-21T20:17:41.9793600Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:41.9794487Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:17:41.9825451Z ##[group]Initializing the repository 2025-03-21T20:17:41.9828687Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:17:41.9868289Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:41.9869564Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:41.9870510Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:41.9871047Z hint: 2025-03-21T20:17:41.9871382Z hint: git config --global init.defaultBranch 2025-03-21T20:17:41.9871761Z hint: 2025-03-21T20:17:41.9872166Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:41.9872768Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:41.9873256Z hint: 2025-03-21T20:17:41.9873501Z hint: git branch -m 2025-03-21T20:17:41.9874121Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:17:41.9879048Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:17:41.9903402Z ##[endgroup] 2025-03-21T20:17:41.9903906Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:41.9906868Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:17:41.9929937Z ##[endgroup] 2025-03-21T20:17:41.9930368Z ##[group]Setting up auth 2025-03-21T20:17:41.9935470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:41.9961511Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:17:42.0211485Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:42.0236341Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:17:42.0489089Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:42.0526142Z ##[endgroup] 2025-03-21T20:17:42.0526659Z ##[group]Determining the default branch 2025-03-21T20:17:42.0529311Z Retrieving the default branch name 2025-03-21T20:17:42.2514463Z Default branch 'main' 2025-03-21T20:17:42.2515182Z ##[endgroup] 2025-03-21T20:17:42.2515660Z ##[group]Fetching the repository 2025-03-21T20:17:42.2522927Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:17:42.6776289Z From https://github.com/pytorch/test-infra 2025-03-21T20:17:42.6776746Z * [new branch] main -> origin/main 2025-03-21T20:17:42.6797735Z ##[endgroup] 2025-03-21T20:17:42.6799690Z ##[group]Determining the checkout info 2025-03-21T20:17:42.6800259Z ##[endgroup] 2025-03-21T20:17:42.6803972Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:17:42.6836626Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:42.6861343Z ##[group]Checking out the ref 2025-03-21T20:17:42.6864704Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:17:42.7674483Z Switched to a new branch 'main' 2025-03-21T20:17:42.7675421Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:17:42.7683140Z ##[endgroup] 2025-03-21T20:17:42.7683600Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:17:42.7688615Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:42.7728592Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:17:42.7757367Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:17:42.7783762Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:17:42.7806882Z ##[endgroup] 2025-03-21T20:17:42.7807322Z ##[group]Fetching submodules 2025-03-21T20:17:42.7810483Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:17:42.8067445Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:17:42.8321510Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:17:42.8578704Z ##[endgroup] 2025-03-21T20:17:42.8579183Z ##[group]Persisting credentials for submodules 2025-03-21T20:17:42.8582671Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:17:42.8841235Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:17:42.9099058Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:17:42.9351720Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:17:42.9603278Z ##[endgroup] 2025-03-21T20:17:42.9638495Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:17:42.9659540Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:17:42.9856911Z Prepare all required actions 2025-03-21T20:17:42.9857509Z Getting action download info 2025-03-21T20:17:43.0831932Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:44.2939261Z Getting action download info 2025-03-21T20:17:44.3857639Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:17:44.5431251Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:17:44.5431653Z env: 2025-03-21T20:17:44.5431932Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:44.5432522Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:44.5432842Z PR_NUMBER: 2025-03-21T20:17:44.5436840Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:44.5440973Z ##[endgroup] 2025-03-21T20:17:44.5528656Z ##[group]Run set -euo pipefail 2025-03-21T20:17:44.5529043Z set -euo pipefail 2025-03-21T20:17:44.5529354Z function get_ec2_metadata() { 2025-03-21T20:17:44.5529768Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:17:44.5530457Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:17:44.5531056Z  category=$1 2025-03-21T20:17:44.5531970Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:17:44.5532909Z } 2025-03-21T20:17:44.5533204Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:17:44.5533667Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:17:44.5534180Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:17:44.5534641Z echo "system info $(uname -a)" 2025-03-21T20:17:44.5540561Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:44.5540973Z env: 2025-03-21T20:17:44.5541260Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:44.5541633Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:44.5541962Z PR_NUMBER: 2025-03-21T20:17:44.5545924Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:44.5549932Z ##[endgroup] 2025-03-21T20:17:44.5677872Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:17:44.5769881Z instance-id: i-04848b35c20a1bb33 2025-03-21T20:17:44.5860862Z instance-type: c5.2xlarge 2025-03-21T20:17:44.5870962Z system info Linux ip-10-0-74-75.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:17:44.5909426Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:17:44.5910393Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:17:44.5916639Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:44.5917038Z env: 2025-03-21T20:17:44.5917322Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:44.5917716Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:44.5918031Z PR_NUMBER: 2025-03-21T20:17:44.5922122Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:44.5926129Z ##[endgroup] 2025-03-21T20:17:44.6021266Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:17:44.6021757Z if systemctl is-active --quiet docker; then 2025-03-21T20:17:44.6022163Z  echo "Docker daemon is running..."; 2025-03-21T20:17:44.6022498Z else 2025-03-21T20:17:44.6022866Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:17:44.6023302Z fi 2025-03-21T20:17:44.6028720Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:44.6029117Z env: 2025-03-21T20:17:44.6029396Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:44.6029760Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:44.6030062Z PR_NUMBER: 2025-03-21T20:17:44.6034034Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:44.6038045Z ##[endgroup] 2025-03-21T20:17:44.6106226Z Docker daemon is running... 2025-03-21T20:17:44.6136112Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:17:44.6136794Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:17:44.6137337Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:17:44.6138130Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:17:44.6138888Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:17:44.6144555Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:44.6144960Z env: 2025-03-21T20:17:44.6145245Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:44.6145639Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:44.6145937Z PR_NUMBER: 2025-03-21T20:17:44.6149916Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:44.6154052Z AWS_RETRY_MODE: standard 2025-03-21T20:17:44.6154348Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:17:44.6154634Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:17:44.6154937Z ##[endgroup] 2025-03-21T20:17:45.6700504Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:17:45.6701558Z Configure a credential helper to remove this warning. See 2025-03-21T20:17:45.6702368Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:17:45.6702771Z 2025-03-21T20:17:45.6702899Z Login Succeeded 2025-03-21T20:17:45.6750835Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:45.6751450Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:45.6751979Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:45.6757865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:45.6758374Z env: 2025-03-21T20:17:45.6758651Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:45.6759032Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:45.6759335Z PR_NUMBER: 2025-03-21T20:17:45.6763614Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:45.6767642Z ##[endgroup] 2025-03-21T20:17:45.6848063Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:17:45.6848590Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:17:45.6849035Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:17:45.6849422Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:17:45.6849886Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:45.6850344Z  2025-03-21T20:17:45.6850853Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:17:45.6851322Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:17:45.6851727Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:17:45.6852242Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:45.6852716Z  2025-03-21T20:17:45.6852989Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:17:45.6853368Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:17:45.6853729Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:17:45.6854164Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:45.6860343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:45.6860743Z env: 2025-03-21T20:17:45.6861032Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:45.6861425Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:45.6861742Z PR_NUMBER: 2025-03-21T20:17:45.6865728Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:45.6869752Z ##[endgroup] 2025-03-21T20:17:46.2465753Z ##[group]Run needs=0 2025-03-21T20:17:46.2466062Z needs=0 2025-03-21T20:17:46.2466472Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:17:46.2466934Z  needs=1 2025-03-21T20:17:46.2467184Z fi 2025-03-21T20:17:46.2467456Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:17:46.2473373Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:46.2473772Z env: 2025-03-21T20:17:46.2474036Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.2474413Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.2474714Z PR_NUMBER: 2025-03-21T20:17:46.2478769Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:46.2482923Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:46.2483557Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:46.2484123Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:46.2484532Z ##[endgroup] 2025-03-21T20:17:46.2673756Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:17:46.2674362Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:17:46.2674972Z # shellcheck disable=SC2046 2025-03-21T20:17:46.2675328Z docker stop $(docker ps -q) || true 2025-03-21T20:17:46.2675702Z # Prune all of the docker images 2025-03-21T20:17:46.2676057Z docker system prune -af 2025-03-21T20:17:46.2681704Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:46.2682113Z env: 2025-03-21T20:17:46.2682384Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.2682773Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.2683085Z PR_NUMBER: 2025-03-21T20:17:46.2687174Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:46.2691469Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:46.2692092Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:46.2692679Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:46.2693107Z ##[endgroup] 2025-03-21T20:17:46.2926899Z "docker stop" requires at least 1 argument. 2025-03-21T20:17:46.2927336Z See 'docker stop --help'. 2025-03-21T20:17:46.2927524Z 2025-03-21T20:17:46.2927722Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:17:46.2928021Z 2025-03-21T20:17:46.2928145Z Stop one or more running containers 2025-03-21T20:17:46.3072801Z Total reclaimed space: 0B 2025-03-21T20:17:46.3148871Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:17:46.3149253Z with: 2025-03-21T20:17:46.3149728Z github-secret: *** 2025-03-21T20:17:46.3150447Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:17:46.3151228Z activate-with-label: false 2025-03-21T20:17:46.3151529Z label: with-ssh 2025-03-21T20:17:46.3151813Z remove-existing-keys: true 2025-03-21T20:17:46.3152109Z fail-silently: true 2025-03-21T20:17:46.3152353Z env: 2025-03-21T20:17:46.3152618Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.3152993Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.3153299Z PR_NUMBER: 2025-03-21T20:17:46.3157265Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:46.3162392Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:46.3163004Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:46.3163577Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:46.3163976Z ##[endgroup] 2025-03-21T20:17:46.4220227Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:17:46.4221851Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:17:46.4340613Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:46.4340953Z with: 2025-03-21T20:17:46.4341202Z repository: pytorch/executorch 2025-03-21T20:17:46.4341554Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:46.4342086Z path: pytorch/executorch 2025-03-21T20:17:46.4342385Z fetch-depth: 0 2025-03-21T20:17:46.4342809Z token: *** 2025-03-21T20:17:46.4343048Z ssh-strict: true 2025-03-21T20:17:46.4343316Z ssh-user: git 2025-03-21T20:17:46.4343591Z persist-credentials: true 2025-03-21T20:17:46.4343889Z clean: true 2025-03-21T20:17:46.4344161Z sparse-checkout-cone-mode: true 2025-03-21T20:17:46.4344477Z fetch-tags: false 2025-03-21T20:17:46.4344742Z show-progress: true 2025-03-21T20:17:46.4345006Z lfs: false 2025-03-21T20:17:46.4345262Z set-safe-directory: true 2025-03-21T20:17:46.4345550Z env: 2025-03-21T20:17:46.4345817Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:46.4346201Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:46.4346559Z PR_NUMBER: 2025-03-21T20:17:46.4350514Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:46.4354672Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:46.4355291Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:46.4355868Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:46.4356290Z ##[endgroup] 2025-03-21T20:17:46.5308354Z Syncing repository: pytorch/executorch 2025-03-21T20:17:46.5316946Z ##[group]Getting Git version info 2025-03-21T20:17:46.5317840Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:17:46.5343184Z [command]/usr/bin/git version 2025-03-21T20:17:46.5377351Z git version 2.47.1 2025-03-21T20:17:46.5401537Z ##[endgroup] 2025-03-21T20:17:46.5409546Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/f62ddf44-4327-439f-8e88-e2fea2ab0c17/.gitconfig' 2025-03-21T20:17:46.5418014Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f62ddf44-4327-439f-8e88-e2fea2ab0c17' before making global git config changes 2025-03-21T20:17:46.5419007Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:46.5430615Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:46.5461882Z ##[group]Initializing the repository 2025-03-21T20:17:46.5465803Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:46.5495666Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:46.5496408Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:46.5496993Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:46.5497509Z hint: 2025-03-21T20:17:46.5497814Z hint: git config --global init.defaultBranch 2025-03-21T20:17:46.5498248Z hint: 2025-03-21T20:17:46.5499169Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:46.5499777Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:46.5500238Z hint: 2025-03-21T20:17:46.5500488Z hint: git branch -m 2025-03-21T20:17:46.5501621Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:17:46.5506577Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:17:46.5532637Z ##[endgroup] 2025-03-21T20:17:46.5533147Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:46.5536358Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:17:46.5560743Z ##[endgroup] 2025-03-21T20:17:46.5561174Z ##[group]Setting up auth 2025-03-21T20:17:46.5566837Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:46.5592194Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:17:46.5841047Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:46.5866652Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:17:46.6125210Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:46.6167520Z ##[endgroup] 2025-03-21T20:17:46.6168056Z ##[group]Fetching the repository 2025-03-21T20:17:46.6176122Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-21T20:17:55.9973448Z From https://github.com/pytorch/executorch 2025-03-21T20:17:55.9973959Z * [new branch] 0.1.0 -> origin/0.1.0 2025-03-21T20:17:55.9974565Z * [new branch] 0.2.0 -> origin/0.2.0 2025-03-21T20:17:55.9975228Z * [new branch] 0.2.1 -> origin/0.2.1 2025-03-21T20:17:55.9976000Z * [new branch] 0.2.1_release_changes -> origin/0.2.1_release_changes 2025-03-21T20:17:55.9976847Z * [new branch] 0.3.0 -> origin/0.3.0 2025-03-21T20:17:55.9977494Z * [new branch] 0.4.0 -> origin/0.4.0 2025-03-21T20:17:55.9979098Z * [new branch] 0.4/qcom -> origin/0.4/qcom 2025-03-21T20:17:55.9979900Z * [new branch] HEAD -> origin/HEAD 2025-03-21T20:17:55.9981624Z * [new branch] Migrate-Label-for-M1-Runners -> origin/Migrate-Label-for-M1-Runners 2025-03-21T20:17:55.9983246Z * [new branch] Olivia-liu-patch-1 -> origin/Olivia-liu-patch-1 2025-03-21T20:17:55.9984810Z * [new branch] Olivia-liu-patch-2 -> origin/Olivia-liu-patch-2 2025-03-21T20:17:55.9985832Z * [new branch] Olivia-liu-patch-2-1 -> origin/Olivia-liu-patch-2-1 2025-03-21T20:17:55.9987050Z * [new branch] WuhanMonkey-patch-1 -> origin/WuhanMonkey-patch-1 2025-03-21T20:17:55.9988208Z * [new branch] add-memory-metric-ios -> origin/add-memory-metric-ios 2025-03-21T20:17:55.9989578Z * [new branch] add-nightly-build-workflow -> origin/add-nightly-build-workflow 2025-03-21T20:17:55.9991172Z * [new branch] add-release-workflow-trigger -> origin/add-release-workflow-trigger 2025-03-21T20:17:55.9992151Z * [new branch] add-toc -> origin/add-toc 2025-03-21T20:17:55.9993390Z * [new branch] add-workflow-build-android-app -> origin/add-workflow-build-android-app 2025-03-21T20:17:55.9994441Z * [new branch] add_benchinfra_data_points -> origin/add_benchinfra_data_points 2025-03-21T20:17:55.9995777Z * [new branch] add_best_practice -> origin/add_best_practice 2025-03-21T20:17:55.9996693Z * [new branch] add_clean -> origin/add_clean 2025-03-21T20:17:55.9997917Z * [new branch] add_cmake_instruction -> origin/add_cmake_instruction 2025-03-21T20:17:55.9999214Z * [new branch] add_custom -> origin/add_custom 2025-03-21T20:17:56.0000351Z * [new branch] add_device_pool_for_s24 -> origin/add_device_pool_for_s24 2025-03-21T20:17:56.0001391Z * [new branch] add_dtype_arg_to_hf_export -> origin/add_dtype_arg_to_hf_export 2025-03-21T20:17:56.0002505Z * [new branch] add_legacy_flow_tests -> origin/add_legacy_flow_tests 2025-03-21T20:17:56.0003641Z * [new branch] add_legacy_flow_tests_rebase -> origin/add_legacy_flow_tests_rebase 2025-03-21T20:17:56.0004706Z * [new branch] add_neg -> origin/add_neg 2025-03-21T20:17:56.0007483Z * [new branch] add_nongenai_to_apple_perf -> origin/add_nongenai_to_apple_perf 2025-03-21T20:17:56.0008320Z * [new branch] add_phi_3_mini_runner -> origin/add_phi_3_mini_runner 2025-03-21T20:17:56.0009054Z * [new branch] add_quantized_ops -> origin/add_quantized_ops 2025-03-21T20:17:56.0009629Z * [new branch] add_sentencepiece -> origin/add_sentencepiece 2025-03-21T20:17:56.0010787Z * [new branch] allow-custom-runners-for-model -> origin/allow-custom-runners-for-model 2025-03-21T20:17:56.0011641Z * [new branch] android-app-readme -> origin/android-app-readme 2025-03-21T20:17:56.0012740Z * [new branch] android-benchmark-json-output -> origin/android-benchmark-json-output 2025-03-21T20:17:56.0013688Z * [new branch] android-benchmark-rss -> origin/android-benchmark-rss 2025-03-21T20:17:56.0014884Z * [new branch] android-llama2-device-farm -> origin/android-llama2-device-farm 2025-03-21T20:17:56.0015957Z * [new branch] android-module-api-update -> origin/android-module-api-update 2025-03-21T20:17:56.0016964Z * [new branch] android-test-cool-2 -> origin/android-test-cool-2 2025-03-21T20:17:56.0018100Z * [new branch] android-test-trigger -> origin/android-test-trigger 2025-03-21T20:17:56.0019101Z * [new branch] android_ci -> origin/android_ci 2025-03-21T20:17:56.0020740Z * [new branch] angelayi/cp_3809 -> origin/angelayi/cp_3809 2025-03-21T20:17:56.0021992Z * [new branch] angelayi/pin_1129 -> origin/angelayi/pin_1129 2025-03-21T20:17:56.0023012Z * [new branch] angelayi/pin_12162024 -> origin/angelayi/pin_12162024 2025-03-21T20:17:56.0024120Z * [new branch] angelayi/update_0108 -> origin/angelayi/update_0108 2025-03-21T20:17:56.0025200Z * [new branch] angelayi/update_0108_2 -> origin/angelayi/update_0108_2 2025-03-21T20:17:56.0026267Z * [new branch] angelayi/update_02_09 -> origin/angelayi/update_02_09 2025-03-21T20:17:56.0027318Z * [new branch] angelayi/update_10_02 -> origin/angelayi/update_10_02 2025-03-21T20:17:56.0028316Z * [new branch] angelayi/update_9_29 -> origin/angelayi/update_9_29 2025-03-21T20:17:56.0030015Z * [new branch] angelayi/update_thirdparty_pytorch -> origin/angelayi/update_thirdparty_pytorch 2025-03-21T20:17:56.0030944Z * [new branch] aosp-test -> origin/aosp-test 2025-03-21T20:17:56.0032161Z * [new branch] arm-add-no-delegate-hacky -> origin/arm-add-no-delegate-hacky 2025-03-21T20:17:56.0033200Z * [new branch] arm-delegate-tutorial -> origin/arm-delegate-tutorial 2025-03-21T20:17:56.0034661Z * [new branch] auto-populate-issues-in-new-contributor-project -> origin/auto-populate-issues-in-new-contributor-project 2025-03-21T20:17:56.0035791Z * [new branch] auto-pt-pinned-commit-update -> origin/auto-pt-pinned-commit-update 2025-03-21T20:17:56.0036741Z * [new branch] bench-debug -> origin/bench-debug 2025-03-21T20:17:56.0037790Z * [new branch] bench-mps-8da4w -> origin/bench-mps-8da4w 2025-03-21T20:17:56.0038978Z * [new branch] benchmark_llama_htp -> origin/benchmark_llama_htp 2025-03-21T20:17:56.0039990Z * [new branch] build -> origin/build 2025-03-21T20:17:56.0041098Z * [new branch] build_changes -> origin/build_changes 2025-03-21T20:17:56.0042303Z * [new branch] bump-android-sdk -> origin/bump-android-sdk 2025-03-21T20:17:56.0043396Z * [new branch] bump-ao-311 -> origin/bump-ao-311 2025-03-21T20:17:56.0044495Z * [new branch] bump_hf_version -> origin/bump_hf_version 2025-03-21T20:17:56.0045757Z * [new branch] cache-macos-pytorch-build-artifact -> origin/cache-macos-pytorch-build-artifact 2025-03-21T20:17:56.0047436Z * [new branch] cadence/add-reference-quantized_fully_connected_out -> origin/cadence/add-reference-quantized_fully_connected_out 2025-03-21T20:17:56.0048556Z * [new branch] cadence/create-sdk-ci-cpu-dsp -> origin/cadence/create-sdk-ci-cpu-dsp 2025-03-21T20:17:56.0049346Z * [new branch] ccache -> origin/ccache 2025-03-21T20:17:56.0050577Z * [new branch] check_ignore_custom_op -> origin/check_ignore_custom_op 2025-03-21T20:17:56.0052018Z * [new branch] cherry-pick-2570-by-pytorch_bot_bot_ -> origin/cherry-pick-2570-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0053170Z * [new branch] cherry-pick-2611-by-pytorch_bot_bot_ -> origin/cherry-pick-2611-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0054383Z * [new branch] cherry-pick-2687-by-pytorch_bot_bot_ -> origin/cherry-pick-2687-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0055507Z * [new branch] cherry-pick-2696-by-pytorch_bot_bot_ -> origin/cherry-pick-2696-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0056762Z * [new branch] cherry-pick-2699-by-pytorch_bot_bot_ -> origin/cherry-pick-2699-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0057867Z * [new branch] cherry-pick-2723-by-pytorch_bot_bot_ -> origin/cherry-pick-2723-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0059041Z * [new branch] cherry-pick-2876-by-pytorch_bot_bot_ -> origin/cherry-pick-2876-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0060418Z * [new branch] cherry-pick-2899-by-pytorch_bot_bot_ -> origin/cherry-pick-2899-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0061564Z * [new branch] cherry-pick-2911-by-pytorch_bot_bot_ -> origin/cherry-pick-2911-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0062780Z * [new branch] cherry-pick-2919-by-pytorch_bot_bot_ -> origin/cherry-pick-2919-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0063934Z * [new branch] cherry-pick-2921-by-pytorch_bot_bot_ -> origin/cherry-pick-2921-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0065050Z * [new branch] cherry-pick-2926-by-pytorch_bot_bot_ -> origin/cherry-pick-2926-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0066132Z * [new branch] cherry-pick-2927-by-pytorch_bot_bot_ -> origin/cherry-pick-2927-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0067132Z * [new branch] cherry-pick-2932-by-pytorch_bot_bot_ -> origin/cherry-pick-2932-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0068464Z * [new branch] cherry-pick-2934-by-pytorch_bot_bot_ -> origin/cherry-pick-2934-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0069572Z * [new branch] cherry-pick-2940-by-pytorch_bot_bot_ -> origin/cherry-pick-2940-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0070756Z * [new branch] cherry-pick-2952-by-pytorch_bot_bot_ -> origin/cherry-pick-2952-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0071851Z * [new branch] cherry-pick-2957-by-pytorch_bot_bot_ -> origin/cherry-pick-2957-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0073051Z * [new branch] cherry-pick-2973-by-pytorch_bot_bot_ -> origin/cherry-pick-2973-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0074393Z * [new branch] cherry-pick-2975-by-pytorch_bot_bot_ -> origin/cherry-pick-2975-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0075466Z * [new branch] cherry-pick-2977-by-pytorch_bot_bot_ -> origin/cherry-pick-2977-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0076660Z * [new branch] cherry-pick-2980-by-pytorch_bot_bot_ -> origin/cherry-pick-2980-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0077994Z * [new branch] cherry-pick-2984-by-pytorch_bot_bot_ -> origin/cherry-pick-2984-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0079442Z * [new branch] cherry-pick-2992-by-pytorch_bot_bot_ -> origin/cherry-pick-2992-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0080566Z * [new branch] cherry-pick-2996-by-pytorch_bot_bot_ -> origin/cherry-pick-2996-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0081691Z * [new branch] cherry-pick-2998-by-pytorch_bot_bot_ -> origin/cherry-pick-2998-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0083038Z * [new branch] cherry-pick-3006-by-pytorch_bot_bot_ -> origin/cherry-pick-3006-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0084426Z * [new branch] cherry-pick-3039-by-pytorch_bot_bot_ -> origin/cherry-pick-3039-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0085731Z * [new branch] cherry-pick-3045-by-pytorch_bot_bot_ -> origin/cherry-pick-3045-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0086710Z * [new branch] cherry-pick-3071-by-pytorch_bot_bot_ -> origin/cherry-pick-3071-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0087805Z * [new branch] cherry-pick-3100-by-pytorch_bot_bot_ -> origin/cherry-pick-3100-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0088990Z * [new branch] cherry-pick-3113-by-pytorch_bot_bot_ -> origin/cherry-pick-3113-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0090129Z * [new branch] cherry-pick-3137-by-pytorch_bot_bot_ -> origin/cherry-pick-3137-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0091480Z * [new branch] cherry-pick-3153-by-pytorch_bot_bot_ -> origin/cherry-pick-3153-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0092780Z * [new branch] cherry-pick-3170-by-pytorch_bot_bot_ -> origin/cherry-pick-3170-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0093979Z * [new branch] cherry-pick-3176-by-pytorch_bot_bot_ -> origin/cherry-pick-3176-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0095115Z * [new branch] cherry-pick-3188-by-pytorch_bot_bot_ -> origin/cherry-pick-3188-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0096271Z * [new branch] cherry-pick-3194-by-pytorch_bot_bot_ -> origin/cherry-pick-3194-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0097361Z * [new branch] cherry-pick-3202-by-pytorch_bot_bot_ -> origin/cherry-pick-3202-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0098487Z * [new branch] cherry-pick-3212-by-pytorch_bot_bot_ -> origin/cherry-pick-3212-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0099709Z * [new branch] cherry-pick-3216-by-pytorch_bot_bot_ -> origin/cherry-pick-3216-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0100823Z * [new branch] cherry-pick-3221-by-pytorch_bot_bot_ -> origin/cherry-pick-3221-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0102261Z * [new branch] cherry-pick-3222-by-pytorch_bot_bot_ -> origin/cherry-pick-3222-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0103357Z * [new branch] cherry-pick-3224-by-pytorch_bot_bot_ -> origin/cherry-pick-3224-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0104707Z * [new branch] cherry-pick-3234-by-pytorch_bot_bot_ -> origin/cherry-pick-3234-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0105772Z * [new branch] cherry-pick-3237-by-pytorch_bot_bot_ -> origin/cherry-pick-3237-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0106927Z * [new branch] cherry-pick-3238-by-pytorch_bot_bot_ -> origin/cherry-pick-3238-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0108113Z * [new branch] cherry-pick-3240-by-pytorch_bot_bot_ -> origin/cherry-pick-3240-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0109422Z * [new branch] cherry-pick-3244-by-pytorch_bot_bot_ -> origin/cherry-pick-3244-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0110457Z * [new branch] cherry-pick-3246-by-pytorch_bot_bot_ -> origin/cherry-pick-3246-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0111544Z * [new branch] cherry-pick-3247-by-pytorch_bot_bot_ -> origin/cherry-pick-3247-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0112786Z * [new branch] cherry-pick-3250-by-pytorch_bot_bot_ -> origin/cherry-pick-3250-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0113845Z * [new branch] cherry-pick-3251-by-pytorch_bot_bot_ -> origin/cherry-pick-3251-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0115045Z * [new branch] cherry-pick-3254-by-pytorch_bot_bot_ -> origin/cherry-pick-3254-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0116091Z * [new branch] cherry-pick-3270-by-pytorch_bot_bot_ -> origin/cherry-pick-3270-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0117269Z * [new branch] cherry-pick-3298-by-pytorch_bot_bot_ -> origin/cherry-pick-3298-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0118730Z * [new branch] cherry-pick-3300-by-pytorch_bot_bot_ -> origin/cherry-pick-3300-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0119718Z * [new branch] cherry-pick-3301-by-pytorch_bot_bot_ -> origin/cherry-pick-3301-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0120951Z * [new branch] cherry-pick-3315-by-pytorch_bot_bot_ -> origin/cherry-pick-3315-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0122013Z * [new branch] cherry-pick-3358-by-pytorch_bot_bot_ -> origin/cherry-pick-3358-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0123142Z * [new branch] cherry-pick-3391-by-pytorch_bot_bot_ -> origin/cherry-pick-3391-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0124339Z * [new branch] cherry-pick-3438-by-pytorch_bot_bot_ -> origin/cherry-pick-3438-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0125467Z * [new branch] cherry-pick-3736-by-pytorch_bot_bot_ -> origin/cherry-pick-3736-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0126717Z * [new branch] cherry-pick-3739-by-pytorch_bot_bot_ -> origin/cherry-pick-3739-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0128004Z * [new branch] cherry-pick-3759-by-pytorch_bot_bot_ -> origin/cherry-pick-3759-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0128847Z * [new branch] cherry-pick-3782-by-pytorch_bot_bot_ -> origin/cherry-pick-3782-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0129954Z * [new branch] cherry-pick-3798-by-pytorch_bot_bot_ -> origin/cherry-pick-3798-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0130985Z * [new branch] cherry-pick-3809-by-pytorch_bot_bot_ -> origin/cherry-pick-3809-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0132102Z * [new branch] cherry-pick-3810-by-pytorch_bot_bot_ -> origin/cherry-pick-3810-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0133279Z * [new branch] cherry-pick-3845-by-pytorch_bot_bot_ -> origin/cherry-pick-3845-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0134407Z * [new branch] cherry-pick-3847-by-pytorch_bot_bot_ -> origin/cherry-pick-3847-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0135553Z * [new branch] cherry-pick-3855-by-pytorch_bot_bot_ -> origin/cherry-pick-3855-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0136684Z * [new branch] cherry-pick-3861-by-pytorch_bot_bot_ -> origin/cherry-pick-3861-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0137792Z * [new branch] cherry-pick-3885-by-pytorch_bot_bot_ -> origin/cherry-pick-3885-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0139082Z * [new branch] cherry-pick-3896-by-pytorch_bot_bot_ -> origin/cherry-pick-3896-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0140217Z * [new branch] cherry-pick-3982-by-pytorch_bot_bot_ -> origin/cherry-pick-3982-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0141337Z * [new branch] cherry-pick-4003-by-pytorch_bot_bot_ -> origin/cherry-pick-4003-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0142586Z * [new branch] cherry-pick-4213-by-pytorch_bot_bot_ -> origin/cherry-pick-4213-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0143936Z * [new branch] cherry-pick-4214-by-pytorch_bot_bot_ -> origin/cherry-pick-4214-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0144741Z * [new branch] cherry-pick-4219-by-pytorch_bot_bot_ -> origin/cherry-pick-4219-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0145826Z * [new branch] cherry-pick-4220-by-pytorch_bot_bot_ -> origin/cherry-pick-4220-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0146956Z * [new branch] cherry-pick-4224-by-pytorch_bot_bot_ -> origin/cherry-pick-4224-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0148062Z * [new branch] cherry-pick-4225-by-pytorch_bot_bot_ -> origin/cherry-pick-4225-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0149227Z * [new branch] cherry-pick-4226-by-pytorch_bot_bot_ -> origin/cherry-pick-4226-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0150363Z * [new branch] cherry-pick-4231-by-pytorch_bot_bot_ -> origin/cherry-pick-4231-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0151444Z * [new branch] cherry-pick-4232-by-pytorch_bot_bot_ -> origin/cherry-pick-4232-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0152582Z * [new branch] cherry-pick-4233-by-pytorch_bot_bot_ -> origin/cherry-pick-4233-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0153775Z * [new branch] cherry-pick-4265-by-pytorch_bot_bot_ -> origin/cherry-pick-4265-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0154916Z * [new branch] cherry-pick-4266-by-pytorch_bot_bot_ -> origin/cherry-pick-4266-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0156030Z * [new branch] cherry-pick-4274-by-pytorch_bot_bot_ -> origin/cherry-pick-4274-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0157169Z * [new branch] cherry-pick-4299-by-pytorch_bot_bot_ -> origin/cherry-pick-4299-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0158428Z * [new branch] cherry-pick-4349-by-pytorch_bot_bot_ -> origin/cherry-pick-4349-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0160476Z * [new branch] cherry-pick-4356-by-pytorch_bot_bot_ -> origin/cherry-pick-4356-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0161609Z * [new branch] cherry-pick-4362-by-pytorch_bot_bot_ -> origin/cherry-pick-4362-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0162686Z * [new branch] cherry-pick-4378-by-pytorch_bot_bot_ -> origin/cherry-pick-4378-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0163826Z * [new branch] cherry-pick-5540-by-pytorch_bot_bot_ -> origin/cherry-pick-5540-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0165002Z * [new branch] cherry-pick-5725-by-pytorch_bot_bot_ -> origin/cherry-pick-5725-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0166258Z * [new branch] cherry-pick-5915-by-pytorch_bot_bot_ -> origin/cherry-pick-5915-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0167447Z * [new branch] cherry-pick-5951-by-pytorch_bot_bot_ -> origin/cherry-pick-5951-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0168657Z * [new branch] cherry-pick-5961-by-pytorch_bot_bot_ -> origin/cherry-pick-5961-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0169779Z * [new branch] cherry-pick-5965-by-pytorch_bot_bot_ -> origin/cherry-pick-5965-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0170979Z * [new branch] cherry-pick-6036-by-pytorch_bot_bot_ -> origin/cherry-pick-6036-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0172179Z * [new branch] cherry-pick-6217-by-pytorch_bot_bot_ -> origin/cherry-pick-6217-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0173375Z * [new branch] cherry-pick-7470-by-pytorch_bot_bot_ -> origin/cherry-pick-7470-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0174549Z * [new branch] cherry-pick-7599-by-pytorch_bot_bot_ -> origin/cherry-pick-7599-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0175710Z * [new branch] cherry-pick-7670-by-pytorch_bot_bot_ -> origin/cherry-pick-7670-by-pytorch_bot_bot_ 2025-03-21T20:17:56.0176750Z * [new branch] ci_build_ios_benchmark_app -> origin/ci_build_ios_benchmark_app 2025-03-21T20:17:56.0177892Z * [new branch] ci_test_xnnpack-extended-ops -> origin/ci_test_xnnpack-extended-ops 2025-03-21T20:17:56.0179276Z * [new branch] cleanup-android-app-pre-minibench -> origin/cleanup-android-app-pre-minibench 2025-03-21T20:17:56.0180254Z * [new branch] cleanup_test_model -> origin/cleanup_test_model 2025-03-21T20:17:56.0181367Z * [new branch] cmake-buck-parameter -> origin/cmake-buck-parameter 2025-03-21T20:17:56.0182330Z * [new branch] cmake-custom-ops -> origin/cmake-custom-ops 2025-03-21T20:17:56.0183597Z * [new branch] cmake-fix -> origin/cmake-fix 2025-03-21T20:17:56.0184766Z * [new branch] cmake-refactor -> origin/cmake-refactor 2025-03-21T20:17:56.0186428Z * [new branch] cmake_variable -> origin/cmake_variable 2025-03-21T20:17:56.0187765Z * [new branch] cmodi-meta-patch-1 -> origin/cmodi-meta-patch-1 2025-03-21T20:17:56.0188800Z * [new branch] cmodi-meta-patch-2 -> origin/cmodi-meta-patch-2 2025-03-21T20:17:56.0190409Z * [new branch] cmodi-meta-patch-3 -> origin/cmodi-meta-patch-3 2025-03-21T20:17:56.0191530Z * [new branch] cmodi-meta-patch-4 -> origin/cmodi-meta-patch-4 2025-03-21T20:17:56.0192957Z * [new branch] cmodi-meta-patch-5 -> origin/cmodi-meta-patch-5 2025-03-21T20:17:56.0194032Z * [new branch] cmodi-mtk-test -> origin/cmodi-mtk-test 2025-03-21T20:17:56.0195246Z * [new branch] cmodi-readme-change -> origin/cmodi-readme-change 2025-03-21T20:17:56.0196583Z * [new branch] config_exception -> origin/config_exception 2025-03-21T20:17:56.0197623Z * [new branch] configs -> origin/configs 2025-03-21T20:17:56.0199049Z * [new branch] coreml-changes -> origin/coreml-changes 2025-03-21T20:17:56.0200042Z * [new branch] coreml-test -> origin/coreml-test 2025-03-21T20:17:56.0201215Z * [new branch] correct_quantized -> origin/correct_quantized 2025-03-21T20:17:56.0202478Z * [new branch] cp-D63801081 -> origin/cp-D63801081 2025-03-21T20:17:56.0203557Z * [new branch] cpp_python_interop -> origin/cpp_python_interop 2025-03-21T20:17:56.0204661Z * [new branch] cpuinfo-update -> origin/cpuinfo-update 2025-03-21T20:17:56.0205765Z * [new branch] create-stable-branch -> origin/create-stable-branch 2025-03-21T20:17:56.0206960Z * [new branch] cria -> origin/cria 2025-03-21T20:17:56.0208564Z * [new branch] csl/ch_viablestrict -> origin/csl/ch_viablestrict 2025-03-21T20:17:56.0209506Z * [new branch] csl/test -> origin/csl/test 2025-03-21T20:17:56.0210866Z * [new branch] custom_dep -> origin/custom_dep 2025-03-21T20:17:56.0212165Z * [new branch] davidlin54-patch-1 -> origin/davidlin54-patch-1 2025-03-21T20:17:56.0213433Z * [new branch] dbort-bug-template -> origin/dbort-bug-template 2025-03-21T20:17:56.0214505Z * [new branch] dbort-pip-prebuilt -> origin/dbort-pip-prebuilt 2025-03-21T20:17:56.0216515Z * [new branch] dbort/rfc/2023-11-backend-arguments -> origin/dbort/rfc/2023-11-backend-arguments 2025-03-21T20:17:56.0217490Z * [new branch] dbort/rfc/empty -> origin/dbort/rfc/empty 2025-03-21T20:17:56.0218720Z * [new branch] debug-llava-timeout -> origin/debug-llava-timeout 2025-03-21T20:17:56.0219717Z * [new branch] debug-xnnpack-test -> origin/debug-xnnpack-test 2025-03-21T20:17:56.0221051Z * [new branch] deconv_pyre -> origin/deconv_pyre 2025-03-21T20:17:56.0222345Z * [new branch] decouple_qnn_model_export -> origin/decouple_qnn_model_export 2025-03-21T20:17:56.0224353Z * [new branch] dependabot/pip/torchfix-0.6.0 -> origin/dependabot/pip/torchfix-0.6.0 2025-03-21T20:17:56.0225610Z * [new branch] dependabot/pip/torchfix-0.7.0 -> origin/dependabot/pip/torchfix-0.7.0 2025-03-21T20:17:56.0226776Z * [new branch] dequantize-schema-compatibility -> origin/dequantize-schema-compatibility 2025-03-21T20:17:56.0227741Z * [new branch] dictconfig -> origin/dictconfig 2025-03-21T20:17:56.0229211Z * [new branch] digantdesai-abd-example-fix -> origin/digantdesai-abd-example-fix 2025-03-21T20:17:56.0230327Z * [new branch] digantdesai-patch-1 -> origin/digantdesai-patch-1 2025-03-21T20:17:56.0231722Z * [new branch] digantdesai-patch-2 -> origin/digantdesai-patch-2 2025-03-21T20:17:56.0232748Z * [new branch] dim_order_revert -> origin/dim_order_revert 2025-03-21T20:17:56.0234144Z * [new branch] disable-android-aws-job-for-forked-pr -> origin/disable-android-aws-job-for-forked-pr 2025-03-21T20:17:56.0235086Z * [new branch] do_amb_exmaple -> origin/do_amb_exmaple 2025-03-21T20:17:56.0236436Z * [new branch] doc-revamp -> origin/doc-revamp 2025-03-21T20:17:56.0237684Z * [new branch] doc_link_to_benchmark_dashboard -> origin/doc_link_to_benchmark_dashboard 2025-03-21T20:17:56.0238876Z * [new branch] docker-build-force-push -> origin/docker-build-force-push 2025-03-21T20:17:56.0240186Z * [new branch] dvorjackz-patch-1 -> origin/dvorjackz-patch-1 2025-03-21T20:17:56.0241262Z * [new branch] dynamic_kv_cache_example -> origin/dynamic_kv_cache_example 2025-03-21T20:17:56.0242460Z * [new branch] eager -> origin/eager 2025-03-21T20:17:56.0243806Z * [new branch] enable-third-level-in-nav -> origin/enable-third-level-in-nav 2025-03-21T20:17:56.0244810Z * [new branch] enable_mps_pip -> origin/enable_mps_pip 2025-03-21T20:17:56.0246454Z * [new branch] enumerated-shape -> origin/enumerated-shape 2025-03-21T20:17:56.0247542Z * [new branch] error_msg_for_secrets -> origin/error_msg_for_secrets 2025-03-21T20:17:56.0248774Z * [new branch] ethos-u-runtime-digant -> origin/ethos-u-runtime-digant 2025-03-21T20:17:56.0249784Z * [new branch] eval -> origin/eval 2025-03-21T20:17:56.0251195Z * [new branch] executorch-241002 -> origin/executorch-241002 2025-03-21T20:17:56.0252266Z * [new branch] export-D49742389 -> origin/export-D49742389 2025-03-21T20:17:56.0253363Z * [new branch] export-D50076192 -> origin/export-D50076192 2025-03-21T20:17:56.0254629Z * [new branch] export-D51966963 -> origin/export-D51966963 2025-03-21T20:17:56.0255672Z * [new branch] export-D52221914 -> origin/export-D52221914 2025-03-21T20:17:56.0256915Z * [new branch] export-D52341722 -> origin/export-D52341722 2025-03-21T20:17:56.0258139Z * [new branch] export-D53095510 -> origin/export-D53095510 2025-03-21T20:17:56.0259376Z * [new branch] export-D53239380 -> origin/export-D53239380 2025-03-21T20:17:56.0260971Z * [new branch] export-D53252678 -> origin/export-D53252678 2025-03-21T20:17:56.0262205Z * [new branch] export-D53256808 -> origin/export-D53256808 2025-03-21T20:17:56.0263572Z * [new branch] export-D53290986 -> origin/export-D53290986 2025-03-21T20:17:56.0264564Z * [new branch] export-D53335087 -> origin/export-D53335087 2025-03-21T20:17:56.0265759Z * [new branch] export-D53338235 -> origin/export-D53338235 2025-03-21T20:17:56.0266963Z * [new branch] export-D53339795 -> origin/export-D53339795 2025-03-21T20:17:56.0268373Z * [new branch] export-D53340041 -> origin/export-D53340041 2025-03-21T20:17:56.0269607Z * [new branch] export-D53365959 -> origin/export-D53365959 2025-03-21T20:17:56.0271001Z * [new branch] export-D53436364 -> origin/export-D53436364 2025-03-21T20:17:56.0271935Z * [new branch] export-D53540645 -> origin/export-D53540645 2025-03-21T20:17:56.0273707Z * [new branch] export-D53584903 -> origin/export-D53584903 2025-03-21T20:17:56.0275143Z * [new branch] export-D53590328 -> origin/export-D53590328 2025-03-21T20:17:56.0276351Z * [new branch] export-D53677277 -> origin/export-D53677277 2025-03-21T20:17:56.0277588Z * [new branch] export-D53681935 -> origin/export-D53681935 2025-03-21T20:17:56.0278905Z * [new branch] export-D53687784 -> origin/export-D53687784 2025-03-21T20:17:56.0280120Z * [new branch] export-D53713471 -> origin/export-D53713471 2025-03-21T20:17:56.0281303Z * [new branch] export-D53725154 -> origin/export-D53725154 2025-03-21T20:17:56.0282652Z * [new branch] export-D53838962 -> origin/export-D53838962 2025-03-21T20:17:56.0283631Z * [new branch] export-D53839467 -> origin/export-D53839467 2025-03-21T20:17:56.0284891Z * [new branch] export-D53960228 -> origin/export-D53960228 2025-03-21T20:17:56.0286114Z * [new branch] export-D53985792 -> origin/export-D53985792 2025-03-21T20:17:56.0287341Z * [new branch] export-D53990647 -> origin/export-D53990647 2025-03-21T20:17:56.0288586Z * [new branch] export-D53995591 -> origin/export-D53995591 2025-03-21T20:17:56.0289794Z * [new branch] export-D54034581 -> origin/export-D54034581 2025-03-21T20:17:56.0290865Z * [new branch] export-D54047417 -> origin/export-D54047417 2025-03-21T20:17:56.0292227Z * [new branch] export-D54074479 -> origin/export-D54074479 2025-03-21T20:17:56.0293587Z * [new branch] export-D54074895 -> origin/export-D54074895 2025-03-21T20:17:56.0294801Z * [new branch] export-D54091494 -> origin/export-D54091494 2025-03-21T20:17:56.0295888Z * [new branch] export-D54142779 -> origin/export-D54142779 2025-03-21T20:17:56.0297159Z * [new branch] export-D54159472 -> origin/export-D54159472 2025-03-21T20:17:56.0298409Z * [new branch] export-D54167581 -> origin/export-D54167581 2025-03-21T20:17:56.0299630Z * [new branch] export-D54180116 -> origin/export-D54180116 2025-03-21T20:17:56.0300845Z * [new branch] export-D54209318 -> origin/export-D54209318 2025-03-21T20:17:56.0302067Z * [new branch] export-D54300827 -> origin/export-D54300827 2025-03-21T20:17:56.0303264Z * [new branch] export-D54314206 -> origin/export-D54314206 2025-03-21T20:17:56.0304561Z * [new branch] export-D54318979 -> origin/export-D54318979 2025-03-21T20:17:56.0305794Z * [new branch] export-D54349640 -> origin/export-D54349640 2025-03-21T20:17:56.0306876Z * [new branch] export-D54349853 -> origin/export-D54349853 2025-03-21T20:17:56.0308109Z * [new branch] export-D54350128 -> origin/export-D54350128 2025-03-21T20:17:56.0309191Z * [new branch] export-D54350318 -> origin/export-D54350318 2025-03-21T20:17:56.0310457Z * [new branch] export-D54377916 -> origin/export-D54377916 2025-03-21T20:17:56.0311519Z * [new branch] export-D54401567 -> origin/export-D54401567 2025-03-21T20:17:56.0312572Z * [new branch] export-D54447524 -> origin/export-D54447524 2025-03-21T20:17:56.0313797Z * [new branch] export-D54448184 -> origin/export-D54448184 2025-03-21T20:17:56.0314989Z * [new branch] export-D54454162 -> origin/export-D54454162 2025-03-21T20:17:56.0316361Z * [new branch] export-D54473147 -> origin/export-D54473147 2025-03-21T20:17:56.0317395Z * [new branch] export-D54525365 -> origin/export-D54525365 2025-03-21T20:17:56.0318754Z * [new branch] export-D54538932 -> origin/export-D54538932 2025-03-21T20:17:56.0319908Z * [new branch] export-D54543323 -> origin/export-D54543323 2025-03-21T20:17:56.0321270Z * [new branch] export-D54549436 -> origin/export-D54549436 2025-03-21T20:17:56.0322341Z * [new branch] export-D54549727 -> origin/export-D54549727 2025-03-21T20:17:56.0323579Z * [new branch] export-D54550265 -> origin/export-D54550265 2025-03-21T20:17:56.0325320Z * [new branch] export-D54553809 -> origin/export-D54553809 2025-03-21T20:17:56.0326379Z * [new branch] export-D54555495 -> origin/export-D54555495 2025-03-21T20:17:56.0327622Z * [new branch] export-D54588001 -> origin/export-D54588001 2025-03-21T20:17:56.0328719Z * [new branch] export-D54687725 -> origin/export-D54687725 2025-03-21T20:17:56.0329959Z * [new branch] export-D54806721 -> origin/export-D54806721 2025-03-21T20:17:56.0331276Z * [new branch] export-D54831762 -> origin/export-D54831762 2025-03-21T20:17:56.0332575Z * [new branch] export-D54836802 -> origin/export-D54836802 2025-03-21T20:17:56.0333911Z * [new branch] export-D54902249 -> origin/export-D54902249 2025-03-21T20:17:56.0334942Z * [new branch] export-D54989240 -> origin/export-D54989240 2025-03-21T20:17:56.0336253Z * [new branch] export-D55024249 -> origin/export-D55024249 2025-03-21T20:17:56.0337440Z * [new branch] export-D55039873 -> origin/export-D55039873 2025-03-21T20:17:56.0338730Z * [new branch] export-D55042867 -> origin/export-D55042867 2025-03-21T20:17:56.0339920Z * [new branch] export-D55056265 -> origin/export-D55056265 2025-03-21T20:17:56.0341108Z * [new branch] export-D55162409 -> origin/export-D55162409 2025-03-21T20:17:56.0342342Z * [new branch] export-D55175415 -> origin/export-D55175415 2025-03-21T20:17:56.0343666Z * [new branch] export-D55258223 -> origin/export-D55258223 2025-03-21T20:17:56.0344949Z * [new branch] export-D55259028 -> origin/export-D55259028 2025-03-21T20:17:56.0346172Z * [new branch] export-D55263008 -> origin/export-D55263008 2025-03-21T20:17:56.0347387Z * [new branch] export-D55298701 -> origin/export-D55298701 2025-03-21T20:17:56.0348632Z * [new branch] export-D55300249 -> origin/export-D55300249 2025-03-21T20:17:56.0349668Z * [new branch] export-D55320548 -> origin/export-D55320548 2025-03-21T20:17:56.0350997Z * [new branch] export-D55344873 -> origin/export-D55344873 2025-03-21T20:17:56.0352730Z * [new branch] export-D55373341 -> origin/export-D55373341 2025-03-21T20:17:56.0353987Z * [new branch] export-D55374748 -> origin/export-D55374748 2025-03-21T20:17:56.0355223Z * [new branch] export-D55395844 -> origin/export-D55395844 2025-03-21T20:17:56.0356448Z * [new branch] export-D55409487 -> origin/export-D55409487 2025-03-21T20:17:56.0357818Z * [new branch] export-D55521379 -> origin/export-D55521379 2025-03-21T20:17:56.0359145Z * [new branch] export-D55548573 -> origin/export-D55548573 2025-03-21T20:17:56.0360594Z * [new branch] export-D55565485 -> origin/export-D55565485 2025-03-21T20:17:56.0361917Z * [new branch] export-D55577025 -> origin/export-D55577025 2025-03-21T20:17:56.0363166Z * [new branch] export-D55577026 -> origin/export-D55577026 2025-03-21T20:17:56.0364574Z * [new branch] export-D55597428 -> origin/export-D55597428 2025-03-21T20:17:56.0365715Z * [new branch] export-D55669235 -> origin/export-D55669235 2025-03-21T20:17:56.0366951Z * [new branch] export-D55714642 -> origin/export-D55714642 2025-03-21T20:17:56.0368128Z * [new branch] export-D55856491 -> origin/export-D55856491 2025-03-21T20:17:56.0369413Z * [new branch] export-D55907749 -> origin/export-D55907749 2025-03-21T20:17:56.0370596Z * [new branch] export-D55907750 -> origin/export-D55907750 2025-03-21T20:17:56.0371762Z * [new branch] export-D55907751 -> origin/export-D55907751 2025-03-21T20:17:56.0372994Z * [new branch] export-D55907752 -> origin/export-D55907752 2025-03-21T20:17:56.0374275Z * [new branch] export-D55941565 -> origin/export-D55941565 2025-03-21T20:17:56.0375517Z * [new branch] export-D55944780 -> origin/export-D55944780 2025-03-21T20:17:56.0376726Z * [new branch] export-D55950023 -> origin/export-D55950023 2025-03-21T20:17:56.0377953Z * [new branch] export-D55974439 -> origin/export-D55974439 2025-03-21T20:17:56.0379175Z * [new branch] export-D55996735 -> origin/export-D55996735 2025-03-21T20:17:56.0380339Z * [new branch] export-D55997048 -> origin/export-D55997048 2025-03-21T20:17:56.0381572Z * [new branch] export-D55998135 -> origin/export-D55998135 2025-03-21T20:17:56.0382787Z * [new branch] export-D56001227 -> origin/export-D56001227 2025-03-21T20:17:56.0384100Z * [new branch] export-D56037593 -> origin/export-D56037593 2025-03-21T20:17:56.0385385Z * [new branch] export-D56052583 -> origin/export-D56052583 2025-03-21T20:17:56.0386596Z * [new branch] export-D56053255 -> origin/export-D56053255 2025-03-21T20:17:56.0387825Z * [new branch] export-D56212419 -> origin/export-D56212419 2025-03-21T20:17:56.0388957Z * [new branch] export-D56220174 -> origin/export-D56220174 2025-03-21T20:17:56.0390119Z * [new branch] export-D56224054 -> origin/export-D56224054 2025-03-21T20:17:56.0391320Z * [new branch] export-D56229021 -> origin/export-D56229021 2025-03-21T20:17:56.0392479Z * [new branch] export-D56230678 -> origin/export-D56230678 2025-03-21T20:17:56.0393732Z * [new branch] export-D56251563 -> origin/export-D56251563 2025-03-21T20:17:56.0394916Z * [new branch] export-D56251975 -> origin/export-D56251975 2025-03-21T20:17:56.0396108Z * [new branch] export-D56305088 -> origin/export-D56305088 2025-03-21T20:17:56.0397234Z * [new branch] export-D56310569 -> origin/export-D56310569 2025-03-21T20:17:56.0398636Z * [new branch] export-D56357762 -> origin/export-D56357762 2025-03-21T20:17:56.0399910Z * [new branch] export-D56372411 -> origin/export-D56372411 2025-03-21T20:17:56.0401113Z * [new branch] export-D56377662 -> origin/export-D56377662 2025-03-21T20:17:56.0402338Z * [new branch] export-D56401086 -> origin/export-D56401086 2025-03-21T20:17:56.0403644Z * [new branch] export-D56401457 -> origin/export-D56401457 2025-03-21T20:17:56.0405442Z * [new branch] export-D56424633 -> origin/export-D56424633 2025-03-21T20:17:56.0406518Z * [new branch] export-D56426044 -> origin/export-D56426044 2025-03-21T20:17:56.0407729Z * [new branch] export-D56499598 -> origin/export-D56499598 2025-03-21T20:17:56.0409010Z * [new branch] export-D56524303 -> origin/export-D56524303 2025-03-21T20:17:56.0410243Z * [new branch] export-D56532035 -> origin/export-D56532035 2025-03-21T20:17:56.0411692Z * [new branch] export-D56560549 -> origin/export-D56560549 2025-03-21T20:17:56.0412866Z * [new branch] export-D56577399 -> origin/export-D56577399 2025-03-21T20:17:56.0414072Z * [new branch] export-D56594373 -> origin/export-D56594373 2025-03-21T20:17:56.0415789Z * [new branch] export-D56740679 -> origin/export-D56740679 2025-03-21T20:17:56.0416915Z * [new branch] export-D56765969 -> origin/export-D56765969 2025-03-21T20:17:56.0418119Z * [new branch] export-D56766826 -> origin/export-D56766826 2025-03-21T20:17:56.0419290Z * [new branch] export-D56954147 -> origin/export-D56954147 2025-03-21T20:17:56.0420490Z * [new branch] export-D56959071 -> origin/export-D56959071 2025-03-21T20:17:56.0421828Z * [new branch] export-D57006939 -> origin/export-D57006939 2025-03-21T20:17:56.0423092Z * [new branch] export-D57071033 -> origin/export-D57071033 2025-03-21T20:17:56.0424479Z * [new branch] export-D57082021 -> origin/export-D57082021 2025-03-21T20:17:56.0425663Z * [new branch] export-D57084231 -> origin/export-D57084231 2025-03-21T20:17:56.0426969Z * [new branch] export-D57132664 -> origin/export-D57132664 2025-03-21T20:17:56.0428150Z * [new branch] export-D57225749 -> origin/export-D57225749 2025-03-21T20:17:56.0429338Z * [new branch] export-D57383968 -> origin/export-D57383968 2025-03-21T20:17:56.0430548Z * [new branch] export-D57491621 -> origin/export-D57491621 2025-03-21T20:17:56.0431823Z * [new branch] export-D57517927 -> origin/export-D57517927 2025-03-21T20:17:56.0433524Z * [new branch] export-D57554527 -> origin/export-D57554527 2025-03-21T20:17:56.0434656Z * [new branch] export-D57579738 -> origin/export-D57579738 2025-03-21T20:17:56.0435895Z * [new branch] export-D57617809 -> origin/export-D57617809 2025-03-21T20:17:56.0437085Z * [new branch] export-D57629182 -> origin/export-D57629182 2025-03-21T20:17:56.0438312Z * [new branch] export-D57679641 -> origin/export-D57679641 2025-03-21T20:17:56.0439607Z * [new branch] export-D57746640 -> origin/export-D57746640 2025-03-21T20:17:56.0440795Z * [new branch] export-D57748099 -> origin/export-D57748099 2025-03-21T20:17:56.0442058Z * [new branch] export-D57925542 -> origin/export-D57925542 2025-03-21T20:17:56.0443276Z * [new branch] export-D57936031 -> origin/export-D57936031 2025-03-21T20:17:56.0444550Z * [new branch] export-D57970255 -> origin/export-D57970255 2025-03-21T20:17:56.0445966Z * [new branch] export-D58101124 -> origin/export-D58101124 2025-03-21T20:17:56.0447188Z * [new branch] export-D58112226 -> origin/export-D58112226 2025-03-21T20:17:56.0448441Z * [new branch] export-D58149278 -> origin/export-D58149278 2025-03-21T20:17:56.0449709Z * [new branch] export-D58207691 -> origin/export-D58207691 2025-03-21T20:17:56.0451007Z * [new branch] export-D58221156 -> origin/export-D58221156 2025-03-21T20:17:56.0452173Z * [new branch] export-D58271588 -> origin/export-D58271588 2025-03-21T20:17:56.0453570Z * [new branch] export-D58394154 -> origin/export-D58394154 2025-03-21T20:17:56.0454788Z * [new branch] export-D58399313 -> origin/export-D58399313 2025-03-21T20:17:56.0456033Z * [new branch] export-D58465158 -> origin/export-D58465158 2025-03-21T20:17:56.0457198Z * [new branch] export-D58469500 -> origin/export-D58469500 2025-03-21T20:17:56.0458595Z * [new branch] export-D58560545 -> origin/export-D58560545 2025-03-21T20:17:56.0459724Z * [new branch] export-D58680953 -> origin/export-D58680953 2025-03-21T20:17:56.0461157Z * [new branch] export-D58710825 -> origin/export-D58710825 2025-03-21T20:17:56.0462475Z * [new branch] export-D58712012 -> origin/export-D58712012 2025-03-21T20:17:56.0463763Z * [new branch] export-D58833609 -> origin/export-D58833609 2025-03-21T20:17:56.0464952Z * [new branch] export-D58959269 -> origin/export-D58959269 2025-03-21T20:17:56.0466175Z * [new branch] export-D58973824 -> origin/export-D58973824 2025-03-21T20:17:56.0467413Z * [new branch] export-D58974035 -> origin/export-D58974035 2025-03-21T20:17:56.0468646Z * [new branch] export-D59097944 -> origin/export-D59097944 2025-03-21T20:17:56.0469919Z * [new branch] export-D59140916 -> origin/export-D59140916 2025-03-21T20:17:56.0471182Z * [new branch] export-D59238748 -> origin/export-D59238748 2025-03-21T20:17:56.0472358Z * [new branch] export-D59294438 -> origin/export-D59294438 2025-03-21T20:17:56.0473511Z * [new branch] export-D59294462 -> origin/export-D59294462 2025-03-21T20:17:56.0474637Z * [new branch] export-D59345251 -> origin/export-D59345251 2025-03-21T20:17:56.0475933Z * [new branch] export-D59438228 -> origin/export-D59438228 2025-03-21T20:17:56.0477105Z * [new branch] export-D59500061 -> origin/export-D59500061 2025-03-21T20:17:56.0478397Z * [new branch] export-D59503355 -> origin/export-D59503355 2025-03-21T20:17:56.0479691Z * [new branch] export-D59536657 -> origin/export-D59536657 2025-03-21T20:17:56.0481078Z * [new branch] export-D59552606 -> origin/export-D59552606 2025-03-21T20:17:56.0482386Z * [new branch] export-D59600486 -> origin/export-D59600486 2025-03-21T20:17:56.0483671Z * [new branch] export-D59641404 -> origin/export-D59641404 2025-03-21T20:17:56.0484937Z * [new branch] export-D59647685 -> origin/export-D59647685 2025-03-21T20:17:56.0486611Z * [new branch] export-D59693205 -> origin/export-D59693205 2025-03-21T20:17:56.0487963Z * [new branch] export-D60050087 -> origin/export-D60050087 2025-03-21T20:17:56.0489293Z * [new branch] export-D60070844 -> origin/export-D60070844 2025-03-21T20:17:56.0490579Z * [new branch] export-D60071019 -> origin/export-D60071019 2025-03-21T20:17:56.0491865Z * [new branch] export-D60073137 -> origin/export-D60073137 2025-03-21T20:17:56.0493096Z * [new branch] export-D60083871 -> origin/export-D60083871 2025-03-21T20:17:56.0494343Z * [new branch] export-D60125952 -> origin/export-D60125952 2025-03-21T20:17:56.0495581Z * [new branch] export-D60314979 -> origin/export-D60314979 2025-03-21T20:17:56.0496658Z * [new branch] export-D60319977 -> origin/export-D60319977 2025-03-21T20:17:56.0498092Z * [new branch] export-D60485375 -> origin/export-D60485375 2025-03-21T20:17:56.0499394Z * [new branch] export-D60544102 -> origin/export-D60544102 2025-03-21T20:17:56.0500471Z * [new branch] export-D60619295 -> origin/export-D60619295 2025-03-21T20:17:56.0501873Z * [new branch] export-D60696710 -> origin/export-D60696710 2025-03-21T20:17:56.0503172Z * [new branch] export-D61048254 -> origin/export-D61048254 2025-03-21T20:17:56.0504421Z * [new branch] export-D61080956 -> origin/export-D61080956 2025-03-21T20:17:56.0505621Z * [new branch] export-D61141396 -> origin/export-D61141396 2025-03-21T20:17:56.0507327Z * [new branch] export-D61146432 -> origin/export-D61146432 2025-03-21T20:17:56.0508363Z * [new branch] export-D61251233 -> origin/export-D61251233 2025-03-21T20:17:56.0509666Z * [new branch] export-D61343892 -> origin/export-D61343892 2025-03-21T20:17:56.0510843Z * [new branch] export-D61407442 -> origin/export-D61407442 2025-03-21T20:17:56.0512055Z * [new branch] export-D61509079 -> origin/export-D61509079 2025-03-21T20:17:56.0513247Z * [new branch] export-D61511514 -> origin/export-D61511514 2025-03-21T20:17:56.0514938Z * [new branch] export-D61568605 -> origin/export-D61568605 2025-03-21T20:17:56.0516198Z * [new branch] export-D61605316 -> origin/export-D61605316 2025-03-21T20:17:56.0517389Z * [new branch] export-D61612538 -> origin/export-D61612538 2025-03-21T20:17:56.0518727Z * [new branch] export-D61639074 -> origin/export-D61639074 2025-03-21T20:17:56.0519999Z * [new branch] export-D61686559 -> origin/export-D61686559 2025-03-21T20:17:56.0521284Z * [new branch] export-D61883224 -> origin/export-D61883224 2025-03-21T20:17:56.0522538Z * [new branch] export-D62148466 -> origin/export-D62148466 2025-03-21T20:17:56.0523965Z * [new branch] export-D62409715 -> origin/export-D62409715 2025-03-21T20:17:56.0525014Z * [new branch] export-D62427911 -> origin/export-D62427911 2025-03-21T20:17:56.0526337Z * [new branch] export-D62479584 -> origin/export-D62479584 2025-03-21T20:17:56.0527673Z * [new branch] export-D62512275 -> origin/export-D62512275 2025-03-21T20:17:56.0528867Z * [new branch] export-D62539799 -> origin/export-D62539799 2025-03-21T20:17:56.0530176Z * [new branch] export-D62546152 -> origin/export-D62546152 2025-03-21T20:17:56.0531386Z * [new branch] export-D62634206 -> origin/export-D62634206 2025-03-21T20:17:56.0532694Z * [new branch] export-D62648101 -> origin/export-D62648101 2025-03-21T20:17:56.0533888Z * [new branch] export-D62652832 -> origin/export-D62652832 2025-03-21T20:17:56.0535186Z * [new branch] export-D62761977 -> origin/export-D62761977 2025-03-21T20:17:56.0536411Z * [new branch] export-D62786631 -> origin/export-D62786631 2025-03-21T20:17:56.0537652Z * [new branch] export-D62898666 -> origin/export-D62898666 2025-03-21T20:17:56.0538876Z * [new branch] export-D62906375 -> origin/export-D62906375 2025-03-21T20:17:56.0540058Z * [new branch] export-D62910149 -> origin/export-D62910149 2025-03-21T20:17:56.0541571Z * [new branch] export-D63204927 -> origin/export-D63204927 2025-03-21T20:17:56.0542898Z * [new branch] export-D63264488 -> origin/export-D63264488 2025-03-21T20:17:56.0544102Z * [new branch] export-D63281705 -> origin/export-D63281705 2025-03-21T20:17:56.0545361Z * [new branch] export-D63344194 -> origin/export-D63344194 2025-03-21T20:17:56.0546602Z * [new branch] export-D63400245 -> origin/export-D63400245 2025-03-21T20:17:56.0547848Z * [new branch] export-D63430960 -> origin/export-D63430960 2025-03-21T20:17:56.0549030Z * [new branch] export-D63477936 -> origin/export-D63477936 2025-03-21T20:17:56.0550306Z * [new branch] export-D63518182 -> origin/export-D63518182 2025-03-21T20:17:56.0551632Z * [new branch] export-D63541800 -> origin/export-D63541800 2025-03-21T20:17:56.0553156Z * [new branch] export-D63646220 -> origin/export-D63646220 2025-03-21T20:17:56.0554302Z * [new branch] export-D63651681 -> origin/export-D63651681 2025-03-21T20:17:56.0555288Z * [new branch] export-D63656566 -> origin/export-D63656566 2025-03-21T20:17:56.0556600Z * [new branch] export-D63659947 -> origin/export-D63659947 2025-03-21T20:17:56.0557868Z * [new branch] export-D63659948 -> origin/export-D63659948 2025-03-21T20:17:56.0559062Z * [new branch] export-D63659950 -> origin/export-D63659950 2025-03-21T20:17:56.0562126Z * [new branch] export-D63738950 -> origin/export-D63738950 2025-03-21T20:17:56.0563507Z * [new branch] export-D63738952 -> origin/export-D63738952 2025-03-21T20:17:56.0564771Z * [new branch] export-D63741034 -> origin/export-D63741034 2025-03-21T20:17:56.0565973Z * [new branch] export-D63771297 -> origin/export-D63771297 2025-03-21T20:17:56.0567237Z * [new branch] export-D63779522 -> origin/export-D63779522 2025-03-21T20:17:56.0571117Z * [new branch] export-D63795843 -> origin/export-D63795843 2025-03-21T20:17:56.0572123Z * [new branch] export-D63842548 -> origin/export-D63842548 2025-03-21T20:17:56.0573027Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-03-21T20:17:56.0573731Z * [new branch] export-D63913905 -> origin/export-D63913905 2025-03-21T20:17:56.0574552Z * [new branch] export-D63925008 -> origin/export-D63925008 2025-03-21T20:17:56.0575434Z * [new branch] export-D63926055 -> origin/export-D63926055 2025-03-21T20:17:56.0576175Z * [new branch] export-D63926845 -> origin/export-D63926845 2025-03-21T20:17:56.0577260Z * [new branch] export-D63926846 -> origin/export-D63926846 2025-03-21T20:17:56.0578373Z * [new branch] export-D63926847 -> origin/export-D63926847 2025-03-21T20:17:56.0579435Z * [new branch] export-D63926849 -> origin/export-D63926849 2025-03-21T20:17:56.0580530Z * [new branch] export-D63950962 -> origin/export-D63950962 2025-03-21T20:17:56.0581688Z * [new branch] export-D63951201 -> origin/export-D63951201 2025-03-21T20:17:56.0582810Z * [new branch] export-D63994058 -> origin/export-D63994058 2025-03-21T20:17:56.0583927Z * [new branch] export-D64004508 -> origin/export-D64004508 2025-03-21T20:17:56.0585020Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-03-21T20:17:56.0586125Z * [new branch] export-D64063682 -> origin/export-D64063682 2025-03-21T20:17:56.0587217Z * [new branch] export-D64072692 -> origin/export-D64072692 2025-03-21T20:17:56.0588427Z * [new branch] export-D64074891 -> origin/export-D64074891 2025-03-21T20:17:56.0589664Z * [new branch] export-D64151426 -> origin/export-D64151426 2025-03-21T20:17:56.0590831Z * [new branch] export-D64209639 -> origin/export-D64209639 2025-03-21T20:17:56.0591957Z * [new branch] export-D64210644 -> origin/export-D64210644 2025-03-21T20:17:56.0593033Z * [new branch] export-D64309046 -> origin/export-D64309046 2025-03-21T20:17:56.0594123Z * [new branch] export-D64404190 -> origin/export-D64404190 2025-03-21T20:17:56.0595680Z * [new branch] export-D64407042 -> origin/export-D64407042 2025-03-21T20:17:56.0596726Z * [new branch] export-D64413153 -> origin/export-D64413153 2025-03-21T20:17:56.0597811Z * [new branch] export-D64436241 -> origin/export-D64436241 2025-03-21T20:17:56.0599115Z * [new branch] export-D64481537 -> origin/export-D64481537 2025-03-21T20:17:56.0600207Z * [new branch] export-D64485281 -> origin/export-D64485281 2025-03-21T20:17:56.0601515Z * [new branch] export-D64507094 -> origin/export-D64507094 2025-03-21T20:17:56.0602422Z * [new branch] export-D64541740 -> origin/export-D64541740 2025-03-21T20:17:56.0603493Z * [new branch] export-D64696334 -> origin/export-D64696334 2025-03-21T20:17:56.0604594Z * [new branch] export-D65393407 -> origin/export-D65393407 2025-03-21T20:17:56.0605716Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-03-21T20:17:56.0606798Z * [new branch] export-D65766012 -> origin/export-D65766012 2025-03-21T20:17:56.0607873Z * [new branch] export-D66392647 -> origin/export-D66392647 2025-03-21T20:17:56.0608970Z * [new branch] export-D67436429 -> origin/export-D67436429 2025-03-21T20:17:56.0610408Z * [new branch] export-D67646596 -> origin/export-D67646596 2025-03-21T20:17:56.0611516Z * [new branch] export-D67810710 -> origin/export-D67810710 2025-03-21T20:17:56.0612647Z * [new branch] export-D69058862 -> origin/export-D69058862 2025-03-21T20:17:56.0613802Z * [new branch] export-D69515056 -> origin/export-D69515056 2025-03-21T20:17:56.0614941Z * [new branch] export-D69541729 -> origin/export-D69541729 2025-03-21T20:17:56.0616147Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-21T20:17:56.0617465Z * [new branch] export-D70204407 -> origin/export-D70204407 2025-03-21T20:17:56.0618586Z * [new branch] export-D70529392 -> origin/export-D70529392 2025-03-21T20:17:56.0619663Z * [new branch] export-D70593177 -> origin/export-D70593177 2025-03-21T20:17:56.0620826Z * [new branch] export-D70704202 -> origin/export-D70704202 2025-03-21T20:17:56.0621893Z * [new branch] export-D70938715 -> origin/export-D70938715 2025-03-21T20:17:56.0623070Z * [new branch] export-D71506180 -> origin/export-D71506180 2025-03-21T20:17:56.0624193Z * [new branch] export-D71601647 -> origin/export-D71601647 2025-03-21T20:17:56.0625810Z * [new branch] export-benchmark-metrics-ios -> origin/export-benchmark-metrics-ios 2025-03-21T20:17:56.0626806Z * [new branch] export-phi-3-with-kv-cache -> origin/export-phi-3-with-kv-cache 2025-03-21T20:17:56.0627810Z * [new branch] export_changes -> origin/export_changes 2025-03-21T20:17:56.0628915Z * [new branch] export_llama_3_2_mm -> origin/export_llama_3_2_mm 2025-03-21T20:17:56.0630041Z * [new branch] export_phi-3-mini_wrapper -> origin/export_phi-3-mini_wrapper 2025-03-21T20:17:56.0630994Z * [new branch] export_phi_3_mini -> origin/export_phi_3_mini 2025-03-21T20:17:56.0632229Z * [new branch] extension-module-static -> origin/extension-module-static 2025-03-21T20:17:56.0633297Z * [new branch] find_pybind -> origin/find_pybind 2025-03-21T20:17:56.0634797Z * [new branch] fix-android-perf-periodic-default-spec -> origin/fix-android-perf-periodic-default-spec 2025-03-21T20:17:56.0635930Z * [new branch] fix-broken-android-app -> origin/fix-broken-android-app 2025-03-21T20:17:56.0636863Z * [new branch] fix-broken-trunk-jobs -> origin/fix-broken-trunk-jobs 2025-03-21T20:17:56.0637800Z * [new branch] fix-build-apple -> origin/fix-build-apple 2025-03-21T20:17:56.0639205Z * [new branch] fix-cherry-pick-script -> origin/fix-cherry-pick-script 2025-03-21T20:17:56.0640338Z * [new branch] fix-ci-workflow-syntax-error -> origin/fix-ci-workflow-syntax-error 2025-03-21T20:17:56.0641149Z * [new branch] fix-cmake -> origin/fix-cmake 2025-03-21T20:17:56.0642304Z * [new branch] fix-doc-build -> origin/fix-doc-build 2025-03-21T20:17:56.0644037Z * [new branch] fix-edge-menu -> origin/fix-edge-menu 2025-03-21T20:17:56.0645334Z * [new branch] fix-extract-android-benchmark-results-error -> origin/fix-extract-android-benchmark-results-error 2025-03-21T20:17:56.0646567Z * [new branch] fix-flake8-lint -> origin/fix-flake8-lint 2025-03-21T20:17:56.0647621Z * [new branch] fix-flaky-ci-issue-doc-buck2-macos -> origin/fix-flaky-ci-issue-doc-buck2-macos 2025-03-21T20:17:56.0648789Z * [new branch] fix-flaky-missing-libzstd-macos -> origin/fix-flaky-missing-libzstd-macos 2025-03-21T20:17:56.0649817Z * [new branch] fix-gptq -> origin/fix-gptq 2025-03-21T20:17:56.0650599Z * [new branch] fix-images -> origin/fix-images 2025-03-21T20:17:56.0651456Z * [new branch] fix-llava-export-oom -> origin/fix-llava-export-oom 2025-03-21T20:17:56.0652957Z * [new branch] fix-missing-extra-data-package-device-farm -> origin/fix-missing-extra-data-package-device-farm 2025-03-21T20:17:56.0654179Z * [new branch] fix-missing-flatc-doc-build -> origin/fix-missing-flatc-doc-build 2025-03-21T20:17:56.0655306Z * [new branch] fix-mobilebert-llama2-ci-failure -> origin/fix-mobilebert-llama2-ci-failure 2025-03-21T20:17:56.0656477Z * [new branch] fix-nightly-build-after-6538 -> origin/fix-nightly-build-after-6538 2025-03-21T20:17:56.0657671Z * [new branch] fix-update-commit-hash-env-condition -> origin/fix-update-commit-hash-env-condition 2025-03-21T20:17:56.0658779Z * [new branch] fix-warnings -> origin/fix-warnings 2025-03-21T20:17:56.0660059Z * [new branch] fix-wrong-test-infra-branch-release-0.2 -> origin/fix-wrong-test-infra-branch-release-0.2 2025-03-21T20:17:56.0661224Z * [new branch] fix-xnn-executor-runner -> origin/fix-xnn-executor-runner 2025-03-21T20:17:56.0662186Z * [new branch] fix-xnn_executor-cmake -> origin/fix-xnn_executor-cmake 2025-03-21T20:17:56.0663102Z * [new branch] fixSKIPbug -> origin/fixSKIPbug 2025-03-21T20:17:56.0663908Z * [new branch] fix_ManagedTensor -> origin/fix_ManagedTensor 2025-03-21T20:17:56.0664906Z * [new branch] fix_data_loader -> origin/fix_data_loader 2025-03-21T20:17:56.0665763Z * [new branch] fix_eval -> origin/fix_eval 2025-03-21T20:17:56.0666756Z * [new branch] fix_export_hf_script -> origin/fix_export_hf_script 2025-03-21T20:17:56.0668301Z * [new branch] fix_flatc -> origin/fix_flatc 2025-03-21T20:17:56.0669310Z * [new branch] fix_framework -> origin/fix_framework 2025-03-21T20:17:56.0670362Z * [new branch] fix_framework2 -> origin/fix_framework2 2025-03-21T20:17:56.0671517Z * [new branch] fix_hard_coded_mps_model_names -> origin/fix_hard_coded_mps_model_names 2025-03-21T20:17:56.0672671Z * [new branch] fix_licenses_mediatek_dual -> origin/fix_licenses_mediatek_dual 2025-03-21T20:17:56.0673546Z * [new branch] fix_lint -> origin/fix_lint 2025-03-21T20:17:56.0674633Z * [new branch] fix_llama -> origin/fix_llama 2025-03-21T20:17:56.0675621Z * [new branch] fix_llava_eager -> origin/fix_llava_eager 2025-03-21T20:17:56.0676628Z * [new branch] fix_llava_test -> origin/fix_llava_test 2025-03-21T20:17:56.0677647Z * [new branch] fix_mac_ci -> origin/fix_mac_ci 2025-03-21T20:17:56.0678841Z * [new branch] fix_memory_opt_comment -> origin/fix_memory_opt_comment 2025-03-21T20:17:56.0679938Z * [new branch] fix_quantized_ops -> origin/fix_quantized_ops 2025-03-21T20:17:56.0680964Z * [new branch] fix_release_wheels_v -> origin/fix_release_wheels_v 2025-03-21T20:17:56.0682376Z * [new branch] fix_runner -> origin/fix_runner 2025-03-21T20:17:56.0683197Z * [new branch] fix_sdk_cmake -> origin/fix_sdk_cmake 2025-03-21T20:17:56.0684284Z * [new branch] fix_xnnpack_pybind -> origin/fix_xnnpack_pybind 2025-03-21T20:17:56.0685335Z * [new branch] fixup-T160292471-main -> origin/fixup-T160292471-main 2025-03-21T20:17:56.0686466Z * [new branch] fixup-T160518348-main -> origin/fixup-T160518348-main 2025-03-21T20:17:56.0687873Z * [new branch] fixup-T162252006-main -> origin/fixup-T162252006-main 2025-03-21T20:17:56.0688734Z * [new branch] fixup-T162438489-main -> origin/fixup-T162438489-main 2025-03-21T20:17:56.0690007Z * [new branch] fixup-T166549363-main -> origin/fixup-T166549363-main 2025-03-21T20:17:56.0691184Z * [new branch] fixup-T168811555-main -> origin/fixup-T168811555-main 2025-03-21T20:17:56.0692351Z * [new branch] fixup-T183138819-main -> origin/fixup-T183138819-main 2025-03-21T20:17:56.0693476Z * [new branch] fixup-T192279899-main -> origin/fixup-T192279899-main 2025-03-21T20:17:56.0694580Z * [new branch] flamingo_e2e -> origin/flamingo_e2e 2025-03-21T20:17:56.0695729Z * [new branch] flamingo_export -> origin/flamingo_export 2025-03-21T20:17:56.0696781Z * [new branch] flatbuffers_fix -> origin/flatbuffers_fix 2025-03-21T20:17:56.0697893Z * [new branch] fp16 -> origin/fp16 2025-03-21T20:17:56.0699106Z * [new branch] fp16_bf16_xnnpack -> origin/fp16_bf16_xnnpack 2025-03-21T20:17:56.0700184Z * [new branch] gc_sections_Apple -> origin/gc_sections_Apple 2025-03-21T20:17:56.0701260Z * [new branch] gemma_executorch -> origin/gemma_executorch 2025-03-21T20:17:56.0702371Z * [new branch] get_python_lib -> origin/get_python_lib 2025-03-21T20:17:56.0703529Z * [new branch] gh-pages -> origin/gh-pages 2025-03-21T20:17:56.0704723Z * [new branch] gh-pages-v0.2.1-rc1 -> origin/gh-pages-v0.2.1-rc1 2025-03-21T20:17:56.0707282Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-21T20:17:56.0708867Z * [new branch] gh/Gasoonjia/2/base -> origin/gh/Gasoonjia/2/base 2025-03-21T20:17:56.0710516Z * [new branch] gh/Gasoonjia/3/base -> origin/gh/Gasoonjia/3/base 2025-03-21T20:17:56.0712126Z * [new branch] gh/Gasoonjia/4/base -> origin/gh/Gasoonjia/4/base 2025-03-21T20:17:56.0713736Z * [new branch] gh/Gasoonjia/5/base -> origin/gh/Gasoonjia/5/base 2025-03-21T20:17:56.0715211Z * [new branch] gh/Gasoonjia/6/base -> origin/gh/Gasoonjia/6/base 2025-03-21T20:17:56.0717057Z * [new branch] gh/PaliC/7/base -> origin/gh/PaliC/7/base 2025-03-21T20:17:56.0718234Z * [new branch] gh/PaliC/7/orig -> origin/gh/PaliC/7/orig 2025-03-21T20:17:56.0719907Z * [new branch] gh/PaliC/8/base -> origin/gh/PaliC/8/base 2025-03-21T20:17:56.0720878Z * [new branch] gh/PaliC/8/head -> origin/gh/PaliC/8/head 2025-03-21T20:17:56.0721999Z * [new branch] gh/PaliC/8/orig -> origin/gh/PaliC/8/orig 2025-03-21T20:17:56.0723539Z * [new branch] gh/PaliC/9/base -> origin/gh/PaliC/9/base 2025-03-21T20:17:56.0724576Z * [new branch] gh/PaliC/9/head -> origin/gh/PaliC/9/head 2025-03-21T20:17:56.0725681Z * [new branch] gh/PaliC/9/orig -> origin/gh/PaliC/9/orig 2025-03-21T20:17:56.0727706Z * [new branch] gh/SS-JIA/193/base -> origin/gh/SS-JIA/193/base 2025-03-21T20:17:56.0729303Z * [new branch] gh/SS-JIA/194/base -> origin/gh/SS-JIA/194/base 2025-03-21T20:17:56.0730892Z * [new branch] gh/SS-JIA/195/base -> origin/gh/SS-JIA/195/base 2025-03-21T20:17:56.0732129Z * [new branch] gh/SS-JIA/195/head -> origin/gh/SS-JIA/195/head 2025-03-21T20:17:56.0733064Z * [new branch] gh/SS-JIA/195/orig -> origin/gh/SS-JIA/195/orig 2025-03-21T20:17:56.0734726Z * [new branch] gh/SS-JIA/196/base -> origin/gh/SS-JIA/196/base 2025-03-21T20:17:56.0736351Z * [new branch] gh/SS-JIA/197/base -> origin/gh/SS-JIA/197/base 2025-03-21T20:17:56.0737938Z * [new branch] gh/SS-JIA/198/base -> origin/gh/SS-JIA/198/base 2025-03-21T20:17:56.0739621Z * [new branch] gh/SS-JIA/199/base -> origin/gh/SS-JIA/199/base 2025-03-21T20:17:56.0740771Z * [new branch] gh/SS-JIA/199/head -> origin/gh/SS-JIA/199/head 2025-03-21T20:17:56.0741942Z * [new branch] gh/SS-JIA/199/orig -> origin/gh/SS-JIA/199/orig 2025-03-21T20:17:56.0743838Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-03-21T20:17:56.0744821Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-03-21T20:17:56.0745871Z * [new branch] gh/bigfootjon/1/orig -> origin/gh/bigfootjon/1/orig 2025-03-21T20:17:56.0747702Z * [new branch] gh/cccclai/1/base -> origin/gh/cccclai/1/base 2025-03-21T20:17:56.0748710Z * [new branch] gh/cccclai/1/head -> origin/gh/cccclai/1/head 2025-03-21T20:17:56.0749832Z * [new branch] gh/cccclai/1/orig -> origin/gh/cccclai/1/orig 2025-03-21T20:17:56.0751519Z * [new branch] gh/cccclai/10/base -> origin/gh/cccclai/10/base 2025-03-21T20:17:56.0752553Z * [new branch] gh/cccclai/10/head -> origin/gh/cccclai/10/head 2025-03-21T20:17:56.0753669Z * [new branch] gh/cccclai/10/orig -> origin/gh/cccclai/10/orig 2025-03-21T20:17:56.0755294Z * [new branch] gh/cccclai/11/base -> origin/gh/cccclai/11/base 2025-03-21T20:17:56.0756352Z * [new branch] gh/cccclai/11/head -> origin/gh/cccclai/11/head 2025-03-21T20:17:56.0757553Z * [new branch] gh/cccclai/11/orig -> origin/gh/cccclai/11/orig 2025-03-21T20:17:56.0759265Z * [new branch] gh/cccclai/12/base -> origin/gh/cccclai/12/base 2025-03-21T20:17:56.0760505Z * [new branch] gh/cccclai/12/head -> origin/gh/cccclai/12/head 2025-03-21T20:17:56.0761645Z * [new branch] gh/cccclai/12/orig -> origin/gh/cccclai/12/orig 2025-03-21T20:17:56.0763507Z * [new branch] gh/cccclai/13/base -> origin/gh/cccclai/13/base 2025-03-21T20:17:56.0764867Z * [new branch] gh/cccclai/13/head -> origin/gh/cccclai/13/head 2025-03-21T20:17:56.0766258Z * [new branch] gh/cccclai/13/orig -> origin/gh/cccclai/13/orig 2025-03-21T20:17:56.0767717Z * [new branch] gh/cccclai/14/base -> origin/gh/cccclai/14/base 2025-03-21T20:17:56.0768840Z * [new branch] gh/cccclai/14/head -> origin/gh/cccclai/14/head 2025-03-21T20:17:56.0770007Z * [new branch] gh/cccclai/14/orig -> origin/gh/cccclai/14/orig 2025-03-21T20:17:56.0771617Z * [new branch] gh/cccclai/15/base -> origin/gh/cccclai/15/base 2025-03-21T20:17:56.0772617Z * [new branch] gh/cccclai/15/head -> origin/gh/cccclai/15/head 2025-03-21T20:17:56.0773701Z * [new branch] gh/cccclai/15/orig -> origin/gh/cccclai/15/orig 2025-03-21T20:17:56.0775115Z * [new branch] gh/cccclai/16/base -> origin/gh/cccclai/16/base 2025-03-21T20:17:56.0776204Z * [new branch] gh/cccclai/16/head -> origin/gh/cccclai/16/head 2025-03-21T20:17:56.0777263Z * [new branch] gh/cccclai/16/orig -> origin/gh/cccclai/16/orig 2025-03-21T20:17:56.0778866Z * [new branch] gh/cccclai/17/base -> origin/gh/cccclai/17/base 2025-03-21T20:17:56.0780153Z * [new branch] gh/cccclai/17/head -> origin/gh/cccclai/17/head 2025-03-21T20:17:56.0781015Z * [new branch] gh/cccclai/17/orig -> origin/gh/cccclai/17/orig 2025-03-21T20:17:56.0782659Z * [new branch] gh/cccclai/18/base -> origin/gh/cccclai/18/base 2025-03-21T20:17:56.0784387Z * [new branch] gh/cccclai/18/head -> origin/gh/cccclai/18/head 2025-03-21T20:17:56.0786154Z * [new branch] gh/cccclai/18/orig -> origin/gh/cccclai/18/orig 2025-03-21T20:17:56.0787712Z * [new branch] gh/cccclai/19/base -> origin/gh/cccclai/19/base 2025-03-21T20:17:56.0788789Z * [new branch] gh/cccclai/19/head -> origin/gh/cccclai/19/head 2025-03-21T20:17:56.0789980Z * [new branch] gh/cccclai/19/orig -> origin/gh/cccclai/19/orig 2025-03-21T20:17:56.0791593Z * [new branch] gh/cccclai/2/base -> origin/gh/cccclai/2/base 2025-03-21T20:17:56.0792627Z * [new branch] gh/cccclai/2/head -> origin/gh/cccclai/2/head 2025-03-21T20:17:56.0793716Z * [new branch] gh/cccclai/2/orig -> origin/gh/cccclai/2/orig 2025-03-21T20:17:56.0795354Z * [new branch] gh/cccclai/20/base -> origin/gh/cccclai/20/base 2025-03-21T20:17:56.0796230Z * [new branch] gh/cccclai/20/head -> origin/gh/cccclai/20/head 2025-03-21T20:17:56.0797410Z * [new branch] gh/cccclai/20/orig -> origin/gh/cccclai/20/orig 2025-03-21T20:17:56.0799196Z * [new branch] gh/cccclai/3/base -> origin/gh/cccclai/3/base 2025-03-21T20:17:56.0800206Z * [new branch] gh/cccclai/3/head -> origin/gh/cccclai/3/head 2025-03-21T20:17:56.0801390Z * [new branch] gh/cccclai/3/orig -> origin/gh/cccclai/3/orig 2025-03-21T20:17:56.0803293Z * [new branch] gh/cccclai/4/base -> origin/gh/cccclai/4/base 2025-03-21T20:17:56.0804504Z * [new branch] gh/cccclai/4/head -> origin/gh/cccclai/4/head 2025-03-21T20:17:56.0806184Z * [new branch] gh/cccclai/4/orig -> origin/gh/cccclai/4/orig 2025-03-21T20:17:56.0807896Z * [new branch] gh/cccclai/5/base -> origin/gh/cccclai/5/base 2025-03-21T20:17:56.0809033Z * [new branch] gh/cccclai/5/head -> origin/gh/cccclai/5/head 2025-03-21T20:17:56.0810469Z * [new branch] gh/cccclai/5/orig -> origin/gh/cccclai/5/orig 2025-03-21T20:17:56.0812143Z * [new branch] gh/cccclai/6/base -> origin/gh/cccclai/6/base 2025-03-21T20:17:56.0813325Z * [new branch] gh/cccclai/6/head -> origin/gh/cccclai/6/head 2025-03-21T20:17:56.0814407Z * [new branch] gh/cccclai/6/orig -> origin/gh/cccclai/6/orig 2025-03-21T20:17:56.0816014Z * [new branch] gh/cccclai/7/base -> origin/gh/cccclai/7/base 2025-03-21T20:17:56.0816992Z * [new branch] gh/cccclai/7/head -> origin/gh/cccclai/7/head 2025-03-21T20:17:56.0818106Z * [new branch] gh/cccclai/7/orig -> origin/gh/cccclai/7/orig 2025-03-21T20:17:56.0819404Z * [new branch] gh/cccclai/8/base -> origin/gh/cccclai/8/base 2025-03-21T20:17:56.0820545Z * [new branch] gh/cccclai/8/head -> origin/gh/cccclai/8/head 2025-03-21T20:17:56.0821586Z * [new branch] gh/cccclai/8/orig -> origin/gh/cccclai/8/orig 2025-03-21T20:17:56.0823677Z * [new branch] gh/cccclai/9/base -> origin/gh/cccclai/9/base 2025-03-21T20:17:56.0824838Z * [new branch] gh/cccclai/9/head -> origin/gh/cccclai/9/head 2025-03-21T20:17:56.0826024Z * [new branch] gh/cccclai/9/orig -> origin/gh/cccclai/9/orig 2025-03-21T20:17:56.0828147Z * [new branch] gh/davidlin54/1/next -> origin/gh/davidlin54/1/next 2025-03-21T20:17:56.0829152Z * [new branch] gh/davidlin54/1/orig -> origin/gh/davidlin54/1/orig 2025-03-21T20:17:56.0830499Z * [new branch] gh/davidlin54/2/next -> origin/gh/davidlin54/2/next 2025-03-21T20:17:56.0831411Z * [new branch] gh/davidlin54/2/orig -> origin/gh/davidlin54/2/orig 2025-03-21T20:17:56.0833494Z * [new branch] gh/davidlin54/3/next -> origin/gh/davidlin54/3/next 2025-03-21T20:17:56.0834494Z * [new branch] gh/davidlin54/3/orig -> origin/gh/davidlin54/3/orig 2025-03-21T20:17:56.0835955Z * [new branch] gh/davidlin54/4/next -> origin/gh/davidlin54/4/next 2025-03-21T20:17:56.0837054Z * [new branch] gh/davidlin54/4/orig -> origin/gh/davidlin54/4/orig 2025-03-21T20:17:56.0838520Z * [new branch] gh/davidlin54/5/next -> origin/gh/davidlin54/5/next 2025-03-21T20:17:56.0839730Z * [new branch] gh/davidlin54/5/orig -> origin/gh/davidlin54/5/orig 2025-03-21T20:17:56.0841622Z * [new branch] gh/digantdesai/1/base -> origin/gh/digantdesai/1/base 2025-03-21T20:17:56.0842630Z * [new branch] gh/digantdesai/1/head -> origin/gh/digantdesai/1/head 2025-03-21T20:17:56.0844269Z * [new branch] gh/digantdesai/10/base -> origin/gh/digantdesai/10/base 2025-03-21T20:17:56.0845986Z * [new branch] gh/digantdesai/11/base -> origin/gh/digantdesai/11/base 2025-03-21T20:17:56.0847133Z * [new branch] gh/digantdesai/11/head -> origin/gh/digantdesai/11/head 2025-03-21T20:17:56.0848216Z * [new branch] gh/digantdesai/11/orig -> origin/gh/digantdesai/11/orig 2025-03-21T20:17:56.0849818Z * [new branch] gh/digantdesai/12/base -> origin/gh/digantdesai/12/base 2025-03-21T20:17:56.0850933Z * [new branch] gh/digantdesai/12/head -> origin/gh/digantdesai/12/head 2025-03-21T20:17:56.0852376Z * [new branch] gh/digantdesai/13/base -> origin/gh/digantdesai/13/base 2025-03-21T20:17:56.0853526Z * [new branch] gh/digantdesai/13/head -> origin/gh/digantdesai/13/head 2025-03-21T20:17:56.0854805Z * [new branch] gh/digantdesai/13/orig -> origin/gh/digantdesai/13/orig 2025-03-21T20:17:56.0856442Z * [new branch] gh/digantdesai/14/base -> origin/gh/digantdesai/14/base 2025-03-21T20:17:56.0857542Z * [new branch] gh/digantdesai/14/head -> origin/gh/digantdesai/14/head 2025-03-21T20:17:56.0858940Z * [new branch] gh/digantdesai/14/orig -> origin/gh/digantdesai/14/orig 2025-03-21T20:17:56.0860811Z * [new branch] gh/digantdesai/15/base -> origin/gh/digantdesai/15/base 2025-03-21T20:17:56.0861804Z * [new branch] gh/digantdesai/15/head -> origin/gh/digantdesai/15/head 2025-03-21T20:17:56.0862900Z * [new branch] gh/digantdesai/15/orig -> origin/gh/digantdesai/15/orig 2025-03-21T20:17:56.0864310Z * [new branch] gh/digantdesai/16/base -> origin/gh/digantdesai/16/base 2025-03-21T20:17:56.0865319Z * [new branch] gh/digantdesai/16/head -> origin/gh/digantdesai/16/head 2025-03-21T20:17:56.0866390Z * [new branch] gh/digantdesai/16/orig -> origin/gh/digantdesai/16/orig 2025-03-21T20:17:56.0867977Z * [new branch] gh/digantdesai/17/base -> origin/gh/digantdesai/17/base 2025-03-21T20:17:56.0869105Z * [new branch] gh/digantdesai/17/head -> origin/gh/digantdesai/17/head 2025-03-21T20:17:56.0870112Z * [new branch] gh/digantdesai/17/orig -> origin/gh/digantdesai/17/orig 2025-03-21T20:17:56.0871591Z * [new branch] gh/digantdesai/18/base -> origin/gh/digantdesai/18/base 2025-03-21T20:17:56.0872704Z * [new branch] gh/digantdesai/18/head -> origin/gh/digantdesai/18/head 2025-03-21T20:17:56.0873813Z * [new branch] gh/digantdesai/18/orig -> origin/gh/digantdesai/18/orig 2025-03-21T20:17:56.0875491Z * [new branch] gh/digantdesai/19/base -> origin/gh/digantdesai/19/base 2025-03-21T20:17:56.0876936Z * [new branch] gh/digantdesai/2/base -> origin/gh/digantdesai/2/base 2025-03-21T20:17:56.0878914Z * [new branch] gh/digantdesai/20/base -> origin/gh/digantdesai/20/base 2025-03-21T20:17:56.0880148Z * [new branch] gh/digantdesai/21/base -> origin/gh/digantdesai/21/base 2025-03-21T20:17:56.0881186Z * [new branch] gh/digantdesai/21/head -> origin/gh/digantdesai/21/head 2025-03-21T20:17:56.0882450Z * [new branch] gh/digantdesai/21/orig -> origin/gh/digantdesai/21/orig 2025-03-21T20:17:56.0883581Z * [new branch] gh/digantdesai/22/base -> origin/gh/digantdesai/22/base 2025-03-21T20:17:56.0884695Z * [new branch] gh/digantdesai/22/head -> origin/gh/digantdesai/22/head 2025-03-21T20:17:56.0885782Z * [new branch] gh/digantdesai/22/orig -> origin/gh/digantdesai/22/orig 2025-03-21T20:17:56.0887124Z * [new branch] gh/digantdesai/23/base -> origin/gh/digantdesai/23/base 2025-03-21T20:17:56.0888199Z * [new branch] gh/digantdesai/23/head -> origin/gh/digantdesai/23/head 2025-03-21T20:17:56.0889233Z * [new branch] gh/digantdesai/23/orig -> origin/gh/digantdesai/23/orig 2025-03-21T20:17:56.0890602Z * [new branch] gh/digantdesai/24/base -> origin/gh/digantdesai/24/base 2025-03-21T20:17:56.0891745Z * [new branch] gh/digantdesai/24/orig -> origin/gh/digantdesai/24/orig 2025-03-21T20:17:56.0893388Z * [new branch] gh/digantdesai/25/base -> origin/gh/digantdesai/25/base 2025-03-21T20:17:56.0894602Z * [new branch] gh/digantdesai/25/orig -> origin/gh/digantdesai/25/orig 2025-03-21T20:17:56.0896613Z * [new branch] gh/digantdesai/26/base -> origin/gh/digantdesai/26/base 2025-03-21T20:17:56.0897578Z * [new branch] gh/digantdesai/26/orig -> origin/gh/digantdesai/26/orig 2025-03-21T20:17:56.0899176Z * [new branch] gh/digantdesai/27/base -> origin/gh/digantdesai/27/base 2025-03-21T20:17:56.0900250Z * [new branch] gh/digantdesai/27/head -> origin/gh/digantdesai/27/head 2025-03-21T20:17:56.0901183Z * [new branch] gh/digantdesai/27/orig -> origin/gh/digantdesai/27/orig 2025-03-21T20:17:56.0902946Z * [new branch] gh/digantdesai/28/base -> origin/gh/digantdesai/28/base 2025-03-21T20:17:56.0904587Z * [new branch] gh/digantdesai/29/base -> origin/gh/digantdesai/29/base 2025-03-21T20:17:56.0923820Z * [new branch] gh/digantdesai/3/base -> origin/gh/digantdesai/3/base 2025-03-21T20:17:56.0924939Z * [new branch] gh/digantdesai/30/base -> origin/gh/digantdesai/30/base 2025-03-21T20:17:56.0925900Z * [new branch] gh/digantdesai/4/base -> origin/gh/digantdesai/4/base 2025-03-21T20:17:56.0926545Z * [new branch] gh/digantdesai/5/base -> origin/gh/digantdesai/5/base 2025-03-21T20:17:56.0927529Z * [new branch] gh/digantdesai/6/base -> origin/gh/digantdesai/6/base 2025-03-21T20:17:56.0928449Z * [new branch] gh/digantdesai/7/base -> origin/gh/digantdesai/7/base 2025-03-21T20:17:56.0929439Z * [new branch] gh/digantdesai/8/base -> origin/gh/digantdesai/8/base 2025-03-21T20:17:56.0930096Z * [new branch] gh/digantdesai/9/base -> origin/gh/digantdesai/9/base 2025-03-21T20:17:56.0930996Z * [new branch] gh/digantdesai/9/head -> origin/gh/digantdesai/9/head 2025-03-21T20:17:56.0931974Z * [new branch] gh/digantdesai/9/orig -> origin/gh/digantdesai/9/orig 2025-03-21T20:17:56.0932840Z * [new branch] gh/dvorjackz/1/head -> origin/gh/dvorjackz/1/head 2025-03-21T20:17:56.0933494Z * [new branch] gh/dvorjackz/1/next -> origin/gh/dvorjackz/1/next 2025-03-21T20:17:56.0934071Z * [new branch] gh/fredrikk/test -> origin/gh/fredrikk/test 2025-03-21T20:17:56.0934974Z * [new branch] gh/gasoonjia/1/base -> origin/gh/gasoonjia/1/base 2025-03-21T20:17:56.0935912Z * [new branch] gh/gasoonjia/10/base -> origin/gh/gasoonjia/10/base 2025-03-21T20:17:56.0936605Z * [new branch] gh/gasoonjia/10/head -> origin/gh/gasoonjia/10/head 2025-03-21T20:17:56.0937564Z * [new branch] gh/gasoonjia/10/orig -> origin/gh/gasoonjia/10/orig 2025-03-21T20:17:56.0938469Z * [new branch] gh/gasoonjia/11/base -> origin/gh/gasoonjia/11/base 2025-03-21T20:17:56.0939372Z * [new branch] gh/gasoonjia/11/head -> origin/gh/gasoonjia/11/head 2025-03-21T20:17:56.0940080Z * [new branch] gh/gasoonjia/11/orig -> origin/gh/gasoonjia/11/orig 2025-03-21T20:17:56.0940887Z * [new branch] gh/gasoonjia/2/base -> origin/gh/gasoonjia/2/base 2025-03-21T20:17:56.0941692Z * [new branch] gh/gasoonjia/2/orig -> origin/gh/gasoonjia/2/orig 2025-03-21T20:17:56.0942529Z * [new branch] gh/gasoonjia/3/base -> origin/gh/gasoonjia/3/base 2025-03-21T20:17:56.0943481Z * [new branch] gh/gasoonjia/3/head -> origin/gh/gasoonjia/3/head 2025-03-21T20:17:56.0944043Z * [new branch] gh/gasoonjia/3/orig -> origin/gh/gasoonjia/3/orig 2025-03-21T20:17:56.0944982Z * [new branch] gh/gasoonjia/4/base -> origin/gh/gasoonjia/4/base 2025-03-21T20:17:56.0945797Z * [new branch] gh/gasoonjia/4/head -> origin/gh/gasoonjia/4/head 2025-03-21T20:17:56.0946556Z * [new branch] gh/gasoonjia/4/orig -> origin/gh/gasoonjia/4/orig 2025-03-21T20:17:56.0947411Z * [new branch] gh/gasoonjia/5/base -> origin/gh/gasoonjia/5/base 2025-03-21T20:17:56.0947993Z * [new branch] gh/gasoonjia/5/head -> origin/gh/gasoonjia/5/head 2025-03-21T20:17:56.0948910Z * [new branch] gh/gasoonjia/5/orig -> origin/gh/gasoonjia/5/orig 2025-03-21T20:17:56.0949816Z * [new branch] gh/gasoonjia/6/base -> origin/gh/gasoonjia/6/base 2025-03-21T20:17:56.0950420Z * [new branch] gh/gasoonjia/6/head -> origin/gh/gasoonjia/6/head 2025-03-21T20:17:56.0951352Z * [new branch] gh/gasoonjia/7/base -> origin/gh/gasoonjia/7/base 2025-03-21T20:17:56.0952284Z * [new branch] gh/gasoonjia/7/head -> origin/gh/gasoonjia/7/head 2025-03-21T20:17:56.0953309Z * [new branch] gh/gasoonjia/8/base -> origin/gh/gasoonjia/8/base 2025-03-21T20:17:56.0954203Z * [new branch] gh/gasoonjia/8/head -> origin/gh/gasoonjia/8/head 2025-03-21T20:17:56.0955890Z * [new branch] gh/gasoonjia/9/base -> origin/gh/gasoonjia/9/base 2025-03-21T20:17:56.0956969Z * [new branch] gh/gasoonjia/9/head -> origin/gh/gasoonjia/9/head 2025-03-21T20:17:56.0958033Z * [new branch] gh/gasoonjia/9/orig -> origin/gh/gasoonjia/9/orig 2025-03-21T20:17:56.0960221Z * [new branch] gh/guangy10/1/base -> origin/gh/guangy10/1/base 2025-03-21T20:17:56.0962830Z * [new branch] gh/guangy10/1/head -> origin/gh/guangy10/1/head 2025-03-21T20:17:56.0963852Z * [new branch] gh/guangy10/1/orig -> origin/gh/guangy10/1/orig 2025-03-21T20:17:56.0965450Z * [new branch] gh/guangy10/10/base -> origin/gh/guangy10/10/base 2025-03-21T20:17:56.0966412Z * [new branch] gh/guangy10/10/head -> origin/gh/guangy10/10/head 2025-03-21T20:17:56.0967517Z * [new branch] gh/guangy10/10/orig -> origin/gh/guangy10/10/orig 2025-03-21T20:17:56.0968956Z * [new branch] gh/guangy10/11/base -> origin/gh/guangy10/11/base 2025-03-21T20:17:56.0970008Z * [new branch] gh/guangy10/11/head -> origin/gh/guangy10/11/head 2025-03-21T20:17:56.0971075Z * [new branch] gh/guangy10/11/orig -> origin/gh/guangy10/11/orig 2025-03-21T20:17:56.0972371Z * [new branch] gh/guangy10/12/base -> origin/gh/guangy10/12/base 2025-03-21T20:17:56.0973447Z * [new branch] gh/guangy10/12/orig -> origin/gh/guangy10/12/orig 2025-03-21T20:17:56.0974892Z * [new branch] gh/guangy10/13/base -> origin/gh/guangy10/13/base 2025-03-21T20:17:56.0976162Z * [new branch] gh/guangy10/13/head -> origin/gh/guangy10/13/head 2025-03-21T20:17:56.0977029Z * [new branch] gh/guangy10/13/orig -> origin/gh/guangy10/13/orig 2025-03-21T20:17:56.0978478Z * [new branch] gh/guangy10/14/base -> origin/gh/guangy10/14/base 2025-03-21T20:17:56.0979519Z * [new branch] gh/guangy10/14/head -> origin/gh/guangy10/14/head 2025-03-21T20:17:56.0980573Z * [new branch] gh/guangy10/14/orig -> origin/gh/guangy10/14/orig 2025-03-21T20:17:56.0981969Z * [new branch] gh/guangy10/15/base -> origin/gh/guangy10/15/base 2025-03-21T20:17:56.0982993Z * [new branch] gh/guangy10/15/head -> origin/gh/guangy10/15/head 2025-03-21T20:17:56.0984065Z * [new branch] gh/guangy10/15/orig -> origin/gh/guangy10/15/orig 2025-03-21T20:17:56.0985497Z * [new branch] gh/guangy10/16/base -> origin/gh/guangy10/16/base 2025-03-21T20:17:56.0986577Z * [new branch] gh/guangy10/16/orig -> origin/gh/guangy10/16/orig 2025-03-21T20:17:56.0987993Z * [new branch] gh/guangy10/17/base -> origin/gh/guangy10/17/base 2025-03-21T20:17:56.0989053Z * [new branch] gh/guangy10/17/head -> origin/gh/guangy10/17/head 2025-03-21T20:17:56.0990100Z * [new branch] gh/guangy10/17/orig -> origin/gh/guangy10/17/orig 2025-03-21T20:17:56.0991690Z * [new branch] gh/guangy10/18/base -> origin/gh/guangy10/18/base 2025-03-21T20:17:56.0992666Z * [new branch] gh/guangy10/18/head -> origin/gh/guangy10/18/head 2025-03-21T20:17:56.0993729Z * [new branch] gh/guangy10/18/orig -> origin/gh/guangy10/18/orig 2025-03-21T20:17:56.0995312Z * [new branch] gh/guangy10/19/base -> origin/gh/guangy10/19/base 2025-03-21T20:17:56.0996317Z * [new branch] gh/guangy10/19/head -> origin/gh/guangy10/19/head 2025-03-21T20:17:56.0997360Z * [new branch] gh/guangy10/19/orig -> origin/gh/guangy10/19/orig 2025-03-21T20:17:56.0999077Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-03-21T20:17:56.1000089Z * [new branch] gh/guangy10/2/head -> origin/gh/guangy10/2/head 2025-03-21T20:17:56.1001122Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-03-21T20:17:56.1002858Z * [new branch] gh/guangy10/20/base -> origin/gh/guangy10/20/base 2025-03-21T20:17:56.1003923Z * [new branch] gh/guangy10/20/head -> origin/gh/guangy10/20/head 2025-03-21T20:17:56.1005039Z * [new branch] gh/guangy10/20/orig -> origin/gh/guangy10/20/orig 2025-03-21T20:17:56.1006756Z * [new branch] gh/guangy10/21/base -> origin/gh/guangy10/21/base 2025-03-21T20:17:56.1007736Z * [new branch] gh/guangy10/21/orig -> origin/gh/guangy10/21/orig 2025-03-21T20:17:56.1009374Z * [new branch] gh/guangy10/3/base -> origin/gh/guangy10/3/base 2025-03-21T20:17:56.1010383Z * [new branch] gh/guangy10/3/head -> origin/gh/guangy10/3/head 2025-03-21T20:17:56.1011460Z * [new branch] gh/guangy10/3/orig -> origin/gh/guangy10/3/orig 2025-03-21T20:17:56.1012891Z * [new branch] gh/guangy10/4/base -> origin/gh/guangy10/4/base 2025-03-21T20:17:56.1014002Z * [new branch] gh/guangy10/4/head -> origin/gh/guangy10/4/head 2025-03-21T20:17:56.1015064Z * [new branch] gh/guangy10/4/orig -> origin/gh/guangy10/4/orig 2025-03-21T20:17:56.1016746Z * [new branch] gh/guangy10/5/base -> origin/gh/guangy10/5/base 2025-03-21T20:17:56.1017701Z * [new branch] gh/guangy10/5/head -> origin/gh/guangy10/5/head 2025-03-21T20:17:56.1018782Z * [new branch] gh/guangy10/5/orig -> origin/gh/guangy10/5/orig 2025-03-21T20:17:56.1020569Z * [new branch] gh/guangy10/6/base -> origin/gh/guangy10/6/base 2025-03-21T20:17:56.1021513Z * [new branch] gh/guangy10/6/head -> origin/gh/guangy10/6/head 2025-03-21T20:17:56.1022652Z * [new branch] gh/guangy10/6/orig -> origin/gh/guangy10/6/orig 2025-03-21T20:17:56.1024090Z * [new branch] gh/guangy10/7/base -> origin/gh/guangy10/7/base 2025-03-21T20:17:56.1025154Z * [new branch] gh/guangy10/7/head -> origin/gh/guangy10/7/head 2025-03-21T20:17:56.1026258Z * [new branch] gh/guangy10/7/orig -> origin/gh/guangy10/7/orig 2025-03-21T20:17:56.1028362Z * [new branch] gh/guangy10/8/base -> origin/gh/guangy10/8/base 2025-03-21T20:17:56.1029335Z * [new branch] gh/guangy10/8/head -> origin/gh/guangy10/8/head 2025-03-21T20:17:56.1030392Z * [new branch] gh/guangy10/8/orig -> origin/gh/guangy10/8/orig 2025-03-21T20:17:56.1032038Z * [new branch] gh/guangy10/9/base -> origin/gh/guangy10/9/base 2025-03-21T20:17:56.1032936Z * [new branch] gh/guangy10/9/head -> origin/gh/guangy10/9/head 2025-03-21T20:17:56.1034020Z * [new branch] gh/guangy10/9/orig -> origin/gh/guangy10/9/orig 2025-03-21T20:17:56.1036321Z * [new branch] gh/helunwencser/1/base -> origin/gh/helunwencser/1/base 2025-03-21T20:17:56.1037455Z * [new branch] gh/helunwencser/1/head -> origin/gh/helunwencser/1/head 2025-03-21T20:17:56.1038643Z * [new branch] gh/helunwencser/1/orig -> origin/gh/helunwencser/1/orig 2025-03-21T20:17:56.1040340Z * [new branch] gh/helunwencser/10/base -> origin/gh/helunwencser/10/base 2025-03-21T20:17:56.1041356Z * [new branch] gh/helunwencser/10/head -> origin/gh/helunwencser/10/head 2025-03-21T20:17:56.1042587Z * [new branch] gh/helunwencser/10/orig -> origin/gh/helunwencser/10/orig 2025-03-21T20:17:56.1044059Z * [new branch] gh/helunwencser/11/base -> origin/gh/helunwencser/11/base 2025-03-21T20:17:56.1045164Z * [new branch] gh/helunwencser/11/head -> origin/gh/helunwencser/11/head 2025-03-21T20:17:56.1046250Z * [new branch] gh/helunwencser/11/orig -> origin/gh/helunwencser/11/orig 2025-03-21T20:17:56.1047900Z * [new branch] gh/helunwencser/12/base -> origin/gh/helunwencser/12/base 2025-03-21T20:17:56.1048944Z * [new branch] gh/helunwencser/12/head -> origin/gh/helunwencser/12/head 2025-03-21T20:17:56.1050081Z * [new branch] gh/helunwencser/12/orig -> origin/gh/helunwencser/12/orig 2025-03-21T20:17:56.1051548Z * [new branch] gh/helunwencser/13/base -> origin/gh/helunwencser/13/base 2025-03-21T20:17:56.1052663Z * [new branch] gh/helunwencser/13/head -> origin/gh/helunwencser/13/head 2025-03-21T20:17:56.1053847Z * [new branch] gh/helunwencser/13/orig -> origin/gh/helunwencser/13/orig 2025-03-21T20:17:56.1055735Z * [new branch] gh/helunwencser/14/base -> origin/gh/helunwencser/14/base 2025-03-21T20:17:56.1056766Z * [new branch] gh/helunwencser/14/head -> origin/gh/helunwencser/14/head 2025-03-21T20:17:56.1057823Z * [new branch] gh/helunwencser/14/orig -> origin/gh/helunwencser/14/orig 2025-03-21T20:17:56.1059298Z * [new branch] gh/helunwencser/15/base -> origin/gh/helunwencser/15/base 2025-03-21T20:17:56.1060532Z * [new branch] gh/helunwencser/15/head -> origin/gh/helunwencser/15/head 2025-03-21T20:17:56.1061706Z * [new branch] gh/helunwencser/15/orig -> origin/gh/helunwencser/15/orig 2025-03-21T20:17:56.1063013Z * [new branch] gh/helunwencser/16/base -> origin/gh/helunwencser/16/base 2025-03-21T20:17:56.1064187Z * [new branch] gh/helunwencser/16/head -> origin/gh/helunwencser/16/head 2025-03-21T20:17:56.1065338Z * [new branch] gh/helunwencser/16/orig -> origin/gh/helunwencser/16/orig 2025-03-21T20:17:56.1066786Z * [new branch] gh/helunwencser/17/base -> origin/gh/helunwencser/17/base 2025-03-21T20:17:56.1067628Z * [new branch] gh/helunwencser/17/head -> origin/gh/helunwencser/17/head 2025-03-21T20:17:56.1068876Z * [new branch] gh/helunwencser/17/orig -> origin/gh/helunwencser/17/orig 2025-03-21T20:17:56.1070366Z * [new branch] gh/helunwencser/18/base -> origin/gh/helunwencser/18/base 2025-03-21T20:17:56.1071375Z * [new branch] gh/helunwencser/18/head -> origin/gh/helunwencser/18/head 2025-03-21T20:17:56.1072299Z * [new branch] gh/helunwencser/18/orig -> origin/gh/helunwencser/18/orig 2025-03-21T20:17:56.1073988Z * [new branch] gh/helunwencser/19/base -> origin/gh/helunwencser/19/base 2025-03-21T20:17:56.1074980Z * [new branch] gh/helunwencser/19/head -> origin/gh/helunwencser/19/head 2025-03-21T20:17:56.1075905Z * [new branch] gh/helunwencser/19/orig -> origin/gh/helunwencser/19/orig 2025-03-21T20:17:56.1077691Z * [new branch] gh/helunwencser/2/base -> origin/gh/helunwencser/2/base 2025-03-21T20:17:56.1078808Z * [new branch] gh/helunwencser/2/head -> origin/gh/helunwencser/2/head 2025-03-21T20:17:56.1079927Z * [new branch] gh/helunwencser/2/orig -> origin/gh/helunwencser/2/orig 2025-03-21T20:17:56.1081384Z * [new branch] gh/helunwencser/20/base -> origin/gh/helunwencser/20/base 2025-03-21T20:17:56.1082425Z * [new branch] gh/helunwencser/20/head -> origin/gh/helunwencser/20/head 2025-03-21T20:17:56.1083885Z * [new branch] gh/helunwencser/21/base -> origin/gh/helunwencser/21/base 2025-03-21T20:17:56.1084933Z * [new branch] gh/helunwencser/21/head -> origin/gh/helunwencser/21/head 2025-03-21T20:17:56.1086045Z * [new branch] gh/helunwencser/21/orig -> origin/gh/helunwencser/21/orig 2025-03-21T20:17:56.1087383Z * [new branch] gh/helunwencser/22/base -> origin/gh/helunwencser/22/base 2025-03-21T20:17:56.1088422Z * [new branch] gh/helunwencser/22/head -> origin/gh/helunwencser/22/head 2025-03-21T20:17:56.1089331Z * [new branch] gh/helunwencser/22/orig -> origin/gh/helunwencser/22/orig 2025-03-21T20:17:56.1090768Z * [new branch] gh/helunwencser/23/base -> origin/gh/helunwencser/23/base 2025-03-21T20:17:56.1091898Z * [new branch] gh/helunwencser/23/head -> origin/gh/helunwencser/23/head 2025-03-21T20:17:56.1092999Z * [new branch] gh/helunwencser/23/orig -> origin/gh/helunwencser/23/orig 2025-03-21T20:17:56.1094434Z * [new branch] gh/helunwencser/24/base -> origin/gh/helunwencser/24/base 2025-03-21T20:17:56.1095450Z * [new branch] gh/helunwencser/24/head -> origin/gh/helunwencser/24/head 2025-03-21T20:17:56.1096477Z * [new branch] gh/helunwencser/24/orig -> origin/gh/helunwencser/24/orig 2025-03-21T20:17:56.1097858Z * [new branch] gh/helunwencser/25/base -> origin/gh/helunwencser/25/base 2025-03-21T20:17:56.1098968Z * [new branch] gh/helunwencser/25/head -> origin/gh/helunwencser/25/head 2025-03-21T20:17:56.1100043Z * [new branch] gh/helunwencser/25/orig -> origin/gh/helunwencser/25/orig 2025-03-21T20:17:56.1102006Z * [new branch] gh/helunwencser/26/base -> origin/gh/helunwencser/26/base 2025-03-21T20:17:56.1103059Z * [new branch] gh/helunwencser/26/head -> origin/gh/helunwencser/26/head 2025-03-21T20:17:56.1104115Z * [new branch] gh/helunwencser/26/orig -> origin/gh/helunwencser/26/orig 2025-03-21T20:17:56.1105752Z * [new branch] gh/helunwencser/27/base -> origin/gh/helunwencser/27/base 2025-03-21T20:17:56.1106713Z * [new branch] gh/helunwencser/27/head -> origin/gh/helunwencser/27/head 2025-03-21T20:17:56.1107806Z * [new branch] gh/helunwencser/27/orig -> origin/gh/helunwencser/27/orig 2025-03-21T20:17:56.1109549Z * [new branch] gh/helunwencser/28/base -> origin/gh/helunwencser/28/base 2025-03-21T20:17:56.1110587Z * [new branch] gh/helunwencser/28/head -> origin/gh/helunwencser/28/head 2025-03-21T20:17:56.1111490Z * [new branch] gh/helunwencser/28/orig -> origin/gh/helunwencser/28/orig 2025-03-21T20:17:56.1113121Z * [new branch] gh/helunwencser/29/base -> origin/gh/helunwencser/29/base 2025-03-21T20:17:56.1114215Z * [new branch] gh/helunwencser/29/head -> origin/gh/helunwencser/29/head 2025-03-21T20:17:56.1115279Z * [new branch] gh/helunwencser/29/orig -> origin/gh/helunwencser/29/orig 2025-03-21T20:17:56.1116769Z * [new branch] gh/helunwencser/3/base -> origin/gh/helunwencser/3/base 2025-03-21T20:17:56.1117764Z * [new branch] gh/helunwencser/3/head -> origin/gh/helunwencser/3/head 2025-03-21T20:17:56.1118984Z * [new branch] gh/helunwencser/3/orig -> origin/gh/helunwencser/3/orig 2025-03-21T20:17:56.1120676Z * [new branch] gh/helunwencser/30/head -> origin/gh/helunwencser/30/head 2025-03-21T20:17:56.1121620Z * [new branch] gh/helunwencser/30/next -> origin/gh/helunwencser/30/next 2025-03-21T20:17:56.1122797Z * [new branch] gh/helunwencser/30/orig -> origin/gh/helunwencser/30/orig 2025-03-21T20:17:56.1124467Z * [new branch] gh/helunwencser/31/base -> origin/gh/helunwencser/31/base 2025-03-21T20:17:56.1125482Z * [new branch] gh/helunwencser/31/head -> origin/gh/helunwencser/31/head 2025-03-21T20:17:56.1126580Z * [new branch] gh/helunwencser/31/orig -> origin/gh/helunwencser/31/orig 2025-03-21T20:17:56.1127928Z * [new branch] gh/helunwencser/32/head -> origin/gh/helunwencser/32/head 2025-03-21T20:17:56.1128896Z * [new branch] gh/helunwencser/32/next -> origin/gh/helunwencser/32/next 2025-03-21T20:17:56.1129821Z * [new branch] gh/helunwencser/32/orig -> origin/gh/helunwencser/32/orig 2025-03-21T20:17:56.1131526Z * [new branch] gh/helunwencser/33/head -> origin/gh/helunwencser/33/head 2025-03-21T20:17:56.1132551Z * [new branch] gh/helunwencser/33/next -> origin/gh/helunwencser/33/next 2025-03-21T20:17:56.1133801Z * [new branch] gh/helunwencser/33/orig -> origin/gh/helunwencser/33/orig 2025-03-21T20:17:56.1135279Z * [new branch] gh/helunwencser/34/next -> origin/gh/helunwencser/34/next 2025-03-21T20:17:56.1136358Z * [new branch] gh/helunwencser/34/orig -> origin/gh/helunwencser/34/orig 2025-03-21T20:17:56.1137816Z * [new branch] gh/helunwencser/35/head -> origin/gh/helunwencser/35/head 2025-03-21T20:17:56.1138799Z * [new branch] gh/helunwencser/35/next -> origin/gh/helunwencser/35/next 2025-03-21T20:17:56.1139893Z * [new branch] gh/helunwencser/35/orig -> origin/gh/helunwencser/35/orig 2025-03-21T20:17:56.1141507Z * [new branch] gh/helunwencser/36/head -> origin/gh/helunwencser/36/head 2025-03-21T20:17:56.1142487Z * [new branch] gh/helunwencser/36/next -> origin/gh/helunwencser/36/next 2025-03-21T20:17:56.1143623Z * [new branch] gh/helunwencser/36/orig -> origin/gh/helunwencser/36/orig 2025-03-21T20:17:56.1145102Z * [new branch] gh/helunwencser/37/head -> origin/gh/helunwencser/37/head 2025-03-21T20:17:56.1146065Z * [new branch] gh/helunwencser/37/next -> origin/gh/helunwencser/37/next 2025-03-21T20:17:56.1147170Z * [new branch] gh/helunwencser/37/orig -> origin/gh/helunwencser/37/orig 2025-03-21T20:17:56.1148616Z * [new branch] gh/helunwencser/38/base -> origin/gh/helunwencser/38/base 2025-03-21T20:17:56.1149783Z * [new branch] gh/helunwencser/38/head -> origin/gh/helunwencser/38/head 2025-03-21T20:17:56.1150931Z * [new branch] gh/helunwencser/38/orig -> origin/gh/helunwencser/38/orig 2025-03-21T20:17:56.1152563Z * [new branch] gh/helunwencser/39/base -> origin/gh/helunwencser/39/base 2025-03-21T20:17:56.1153771Z * [new branch] gh/helunwencser/39/head -> origin/gh/helunwencser/39/head 2025-03-21T20:17:56.1154729Z * [new branch] gh/helunwencser/39/orig -> origin/gh/helunwencser/39/orig 2025-03-21T20:17:56.1156202Z * [new branch] gh/helunwencser/4/base -> origin/gh/helunwencser/4/base 2025-03-21T20:17:56.1157325Z * [new branch] gh/helunwencser/4/head -> origin/gh/helunwencser/4/head 2025-03-21T20:17:56.1158478Z * [new branch] gh/helunwencser/4/orig -> origin/gh/helunwencser/4/orig 2025-03-21T20:17:56.1160515Z * [new branch] gh/helunwencser/40/base -> origin/gh/helunwencser/40/base 2025-03-21T20:17:56.1161641Z * [new branch] gh/helunwencser/40/head -> origin/gh/helunwencser/40/head 2025-03-21T20:17:56.1162698Z * [new branch] gh/helunwencser/40/orig -> origin/gh/helunwencser/40/orig 2025-03-21T20:17:56.1164325Z * [new branch] gh/helunwencser/41/base -> origin/gh/helunwencser/41/base 2025-03-21T20:17:56.1165368Z * [new branch] gh/helunwencser/41/head -> origin/gh/helunwencser/41/head 2025-03-21T20:17:56.1166457Z * [new branch] gh/helunwencser/41/orig -> origin/gh/helunwencser/41/orig 2025-03-21T20:17:56.1167935Z * [new branch] gh/helunwencser/42/base -> origin/gh/helunwencser/42/base 2025-03-21T20:17:56.1168978Z * [new branch] gh/helunwencser/42/head -> origin/gh/helunwencser/42/head 2025-03-21T20:17:56.1170026Z * [new branch] gh/helunwencser/42/orig -> origin/gh/helunwencser/42/orig 2025-03-21T20:17:56.1171721Z * [new branch] gh/helunwencser/43/base -> origin/gh/helunwencser/43/base 2025-03-21T20:17:56.1173068Z * [new branch] gh/helunwencser/43/head -> origin/gh/helunwencser/43/head 2025-03-21T20:17:56.1174255Z * [new branch] gh/helunwencser/43/orig -> origin/gh/helunwencser/43/orig 2025-03-21T20:17:56.1175914Z * [new branch] gh/helunwencser/44/base -> origin/gh/helunwencser/44/base 2025-03-21T20:17:56.1177051Z * [new branch] gh/helunwencser/44/head -> origin/gh/helunwencser/44/head 2025-03-21T20:17:56.1178017Z * [new branch] gh/helunwencser/44/orig -> origin/gh/helunwencser/44/orig 2025-03-21T20:17:56.1179480Z * [new branch] gh/helunwencser/45/base -> origin/gh/helunwencser/45/base 2025-03-21T20:17:56.1180633Z * [new branch] gh/helunwencser/45/head -> origin/gh/helunwencser/45/head 2025-03-21T20:17:56.1181724Z * [new branch] gh/helunwencser/45/orig -> origin/gh/helunwencser/45/orig 2025-03-21T20:17:56.1183141Z * [new branch] gh/helunwencser/46/head -> origin/gh/helunwencser/46/head 2025-03-21T20:17:56.1184099Z * [new branch] gh/helunwencser/46/next -> origin/gh/helunwencser/46/next 2025-03-21T20:17:56.1185196Z * [new branch] gh/helunwencser/46/orig -> origin/gh/helunwencser/46/orig 2025-03-21T20:17:56.1186633Z * [new branch] gh/helunwencser/47/head -> origin/gh/helunwencser/47/head 2025-03-21T20:17:56.1187568Z * [new branch] gh/helunwencser/47/next -> origin/gh/helunwencser/47/next 2025-03-21T20:17:56.1188894Z * [new branch] gh/helunwencser/47/orig -> origin/gh/helunwencser/47/orig 2025-03-21T20:17:56.1190334Z * [new branch] gh/helunwencser/48/base -> origin/gh/helunwencser/48/base 2025-03-21T20:17:56.1191239Z * [new branch] gh/helunwencser/48/head -> origin/gh/helunwencser/48/head 2025-03-21T20:17:56.1192824Z * [new branch] gh/helunwencser/49/base -> origin/gh/helunwencser/49/base 2025-03-21T20:17:56.1193803Z * [new branch] gh/helunwencser/49/head -> origin/gh/helunwencser/49/head 2025-03-21T20:17:56.1195922Z * [new branch] gh/helunwencser/5/base -> origin/gh/helunwencser/5/base 2025-03-21T20:17:56.1196854Z * [new branch] gh/helunwencser/5/head -> origin/gh/helunwencser/5/head 2025-03-21T20:17:56.1198299Z * [new branch] gh/helunwencser/5/orig -> origin/gh/helunwencser/5/orig 2025-03-21T20:17:56.1199713Z * [new branch] gh/helunwencser/50/base -> origin/gh/helunwencser/50/base 2025-03-21T20:17:56.1200434Z * [new branch] gh/helunwencser/50/head -> origin/gh/helunwencser/50/head 2025-03-21T20:17:56.1202291Z * [new branch] gh/helunwencser/51/base -> origin/gh/helunwencser/51/base 2025-03-21T20:17:56.1203170Z * [new branch] gh/helunwencser/51/head -> origin/gh/helunwencser/51/head 2025-03-21T20:17:56.1205464Z * [new branch] gh/helunwencser/52/base -> origin/gh/helunwencser/52/base 2025-03-21T20:17:56.1206494Z * [new branch] gh/helunwencser/52/head -> origin/gh/helunwencser/52/head 2025-03-21T20:17:56.1207526Z * [new branch] gh/helunwencser/53/base -> origin/gh/helunwencser/53/base 2025-03-21T20:17:56.1208553Z * [new branch] gh/helunwencser/53/head -> origin/gh/helunwencser/53/head 2025-03-21T20:17:56.1209883Z * [new branch] gh/helunwencser/54/base -> origin/gh/helunwencser/54/base 2025-03-21T20:17:56.1211110Z * [new branch] gh/helunwencser/54/head -> origin/gh/helunwencser/54/head 2025-03-21T20:17:56.1212182Z * [new branch] gh/helunwencser/54/orig -> origin/gh/helunwencser/54/orig 2025-03-21T20:17:56.1213709Z * [new branch] gh/helunwencser/55/base -> origin/gh/helunwencser/55/base 2025-03-21T20:17:56.1214337Z * [new branch] gh/helunwencser/55/head -> origin/gh/helunwencser/55/head 2025-03-21T20:17:56.1215468Z * [new branch] gh/helunwencser/55/orig -> origin/gh/helunwencser/55/orig 2025-03-21T20:17:56.1217034Z * [new branch] gh/helunwencser/56/base -> origin/gh/helunwencser/56/base 2025-03-21T20:17:56.1217992Z * [new branch] gh/helunwencser/56/head -> origin/gh/helunwencser/56/head 2025-03-21T20:17:56.1219091Z * [new branch] gh/helunwencser/56/orig -> origin/gh/helunwencser/56/orig 2025-03-21T20:17:56.1220566Z * [new branch] gh/helunwencser/57/base -> origin/gh/helunwencser/57/base 2025-03-21T20:17:56.1221530Z * [new branch] gh/helunwencser/57/head -> origin/gh/helunwencser/57/head 2025-03-21T20:17:56.1222635Z * [new branch] gh/helunwencser/57/orig -> origin/gh/helunwencser/57/orig 2025-03-21T20:17:56.1224170Z * [new branch] gh/helunwencser/58/base -> origin/gh/helunwencser/58/base 2025-03-21T20:17:56.1225216Z * [new branch] gh/helunwencser/58/head -> origin/gh/helunwencser/58/head 2025-03-21T20:17:56.1226340Z * [new branch] gh/helunwencser/58/orig -> origin/gh/helunwencser/58/orig 2025-03-21T20:17:56.1227922Z * [new branch] gh/helunwencser/59/base -> origin/gh/helunwencser/59/base 2025-03-21T20:17:56.1229555Z * [new branch] gh/helunwencser/6/base -> origin/gh/helunwencser/6/base 2025-03-21T20:17:56.1230607Z * [new branch] gh/helunwencser/6/head -> origin/gh/helunwencser/6/head 2025-03-21T20:17:56.1231770Z * [new branch] gh/helunwencser/6/orig -> origin/gh/helunwencser/6/orig 2025-03-21T20:17:56.1233517Z * [new branch] gh/helunwencser/60/base -> origin/gh/helunwencser/60/base 2025-03-21T20:17:56.1234538Z * [new branch] gh/helunwencser/60/head -> origin/gh/helunwencser/60/head 2025-03-21T20:17:56.1235643Z * [new branch] gh/helunwencser/60/orig -> origin/gh/helunwencser/60/orig 2025-03-21T20:17:56.1237223Z * [new branch] gh/helunwencser/61/next -> origin/gh/helunwencser/61/next 2025-03-21T20:17:56.1238316Z * [new branch] gh/helunwencser/61/orig -> origin/gh/helunwencser/61/orig 2025-03-21T20:17:56.1239863Z * [new branch] gh/helunwencser/62/head -> origin/gh/helunwencser/62/head 2025-03-21T20:17:56.1240743Z * [new branch] gh/helunwencser/62/next -> origin/gh/helunwencser/62/next 2025-03-21T20:17:56.1241922Z * [new branch] gh/helunwencser/62/orig -> origin/gh/helunwencser/62/orig 2025-03-21T20:17:56.1243428Z * [new branch] gh/helunwencser/63/base -> origin/gh/helunwencser/63/base 2025-03-21T20:17:56.1244422Z * [new branch] gh/helunwencser/63/head -> origin/gh/helunwencser/63/head 2025-03-21T20:17:56.1245485Z * [new branch] gh/helunwencser/63/orig -> origin/gh/helunwencser/63/orig 2025-03-21T20:17:56.1247096Z * [new branch] gh/helunwencser/64/base -> origin/gh/helunwencser/64/base 2025-03-21T20:17:56.1248594Z * [new branch] gh/helunwencser/65/head -> origin/gh/helunwencser/65/head 2025-03-21T20:17:56.1249557Z * [new branch] gh/helunwencser/65/next -> origin/gh/helunwencser/65/next 2025-03-21T20:17:56.1250651Z * [new branch] gh/helunwencser/65/orig -> origin/gh/helunwencser/65/orig 2025-03-21T20:17:56.1252446Z * [new branch] gh/helunwencser/66/head -> origin/gh/helunwencser/66/head 2025-03-21T20:17:56.1253389Z * [new branch] gh/helunwencser/66/next -> origin/gh/helunwencser/66/next 2025-03-21T20:17:56.1254477Z * [new branch] gh/helunwencser/66/orig -> origin/gh/helunwencser/66/orig 2025-03-21T20:17:56.1256096Z * [new branch] gh/helunwencser/67/base -> origin/gh/helunwencser/67/base 2025-03-21T20:17:56.1257170Z * [new branch] gh/helunwencser/67/head -> origin/gh/helunwencser/67/head 2025-03-21T20:17:56.1258320Z * [new branch] gh/helunwencser/67/orig -> origin/gh/helunwencser/67/orig 2025-03-21T20:17:56.1260130Z * [new branch] gh/helunwencser/68/base -> origin/gh/helunwencser/68/base 2025-03-21T20:17:56.1261620Z * [new branch] gh/helunwencser/69/base -> origin/gh/helunwencser/69/base 2025-03-21T20:17:56.1262681Z * [new branch] gh/helunwencser/69/head -> origin/gh/helunwencser/69/head 2025-03-21T20:17:56.1263762Z * [new branch] gh/helunwencser/69/orig -> origin/gh/helunwencser/69/orig 2025-03-21T20:17:56.1265475Z * [new branch] gh/helunwencser/7/base -> origin/gh/helunwencser/7/base 2025-03-21T20:17:56.1266464Z * [new branch] gh/helunwencser/7/head -> origin/gh/helunwencser/7/head 2025-03-21T20:17:56.1267555Z * [new branch] gh/helunwencser/7/orig -> origin/gh/helunwencser/7/orig 2025-03-21T20:17:56.1269228Z * [new branch] gh/helunwencser/70/base -> origin/gh/helunwencser/70/base 2025-03-21T20:17:56.1270797Z * [new branch] gh/helunwencser/71/base -> origin/gh/helunwencser/71/base 2025-03-21T20:17:56.1272350Z * [new branch] gh/helunwencser/72/base -> origin/gh/helunwencser/72/base 2025-03-21T20:17:56.1273941Z * [new branch] gh/helunwencser/73/base -> origin/gh/helunwencser/73/base 2025-03-21T20:17:56.1275557Z * [new branch] gh/helunwencser/74/base -> origin/gh/helunwencser/74/base 2025-03-21T20:17:56.1277158Z * [new branch] gh/helunwencser/75/base -> origin/gh/helunwencser/75/base 2025-03-21T20:17:56.1278902Z * [new branch] gh/helunwencser/76/base -> origin/gh/helunwencser/76/base 2025-03-21T20:17:56.1280500Z * [new branch] gh/helunwencser/77/base -> origin/gh/helunwencser/77/base 2025-03-21T20:17:56.1282218Z * [new branch] gh/helunwencser/78/base -> origin/gh/helunwencser/78/base 2025-03-21T20:17:56.1283583Z * [new branch] gh/helunwencser/79/base -> origin/gh/helunwencser/79/base 2025-03-21T20:17:56.1284603Z * [new branch] gh/helunwencser/79/head -> origin/gh/helunwencser/79/head 2025-03-21T20:17:56.1285697Z * [new branch] gh/helunwencser/79/orig -> origin/gh/helunwencser/79/orig 2025-03-21T20:17:56.1287293Z * [new branch] gh/helunwencser/8/base -> origin/gh/helunwencser/8/base 2025-03-21T20:17:56.1288306Z * [new branch] gh/helunwencser/8/head -> origin/gh/helunwencser/8/head 2025-03-21T20:17:56.1289395Z * [new branch] gh/helunwencser/8/orig -> origin/gh/helunwencser/8/orig 2025-03-21T20:17:56.1291160Z * [new branch] gh/helunwencser/80/base -> origin/gh/helunwencser/80/base 2025-03-21T20:17:56.1292613Z * [new branch] gh/helunwencser/81/base -> origin/gh/helunwencser/81/base 2025-03-21T20:17:56.1294213Z * [new branch] gh/helunwencser/9/base -> origin/gh/helunwencser/9/base 2025-03-21T20:17:56.1295325Z * [new branch] gh/helunwencser/9/head -> origin/gh/helunwencser/9/head 2025-03-21T20:17:56.1296363Z * [new branch] gh/helunwencser/9/orig -> origin/gh/helunwencser/9/orig 2025-03-21T20:17:56.1298219Z * [new branch] gh/iseeyuan/1/base -> origin/gh/iseeyuan/1/base 2025-03-21T20:17:56.1299285Z * [new branch] gh/iseeyuan/1/head -> origin/gh/iseeyuan/1/head 2025-03-21T20:17:56.1300355Z * [new branch] gh/iseeyuan/1/orig -> origin/gh/iseeyuan/1/orig 2025-03-21T20:17:56.1301852Z * [new branch] gh/iseeyuan/2/base -> origin/gh/iseeyuan/2/base 2025-03-21T20:17:56.1302894Z * [new branch] gh/iseeyuan/2/head -> origin/gh/iseeyuan/2/head 2025-03-21T20:17:56.1303938Z * [new branch] gh/iseeyuan/2/orig -> origin/gh/iseeyuan/2/orig 2025-03-21T20:17:56.1305480Z * [new branch] gh/iseeyuan/3/base -> origin/gh/iseeyuan/3/base 2025-03-21T20:17:56.1306515Z * [new branch] gh/iseeyuan/3/head -> origin/gh/iseeyuan/3/head 2025-03-21T20:17:56.1307544Z * [new branch] gh/iseeyuan/3/orig -> origin/gh/iseeyuan/3/orig 2025-03-21T20:17:56.1308939Z * [new branch] gh/iseeyuan/4/base -> origin/gh/iseeyuan/4/base 2025-03-21T20:17:56.1309960Z * [new branch] gh/iseeyuan/4/head -> origin/gh/iseeyuan/4/head 2025-03-21T20:17:56.1311032Z * [new branch] gh/iseeyuan/4/orig -> origin/gh/iseeyuan/4/orig 2025-03-21T20:17:56.1312546Z * [new branch] gh/iseeyuan/5/base -> origin/gh/iseeyuan/5/base 2025-03-21T20:17:56.1313556Z * [new branch] gh/iseeyuan/5/head -> origin/gh/iseeyuan/5/head 2025-03-21T20:17:56.1314623Z * [new branch] gh/iseeyuan/5/orig -> origin/gh/iseeyuan/5/orig 2025-03-21T20:17:56.1316126Z * [new branch] gh/iseeyuan/6/base -> origin/gh/iseeyuan/6/base 2025-03-21T20:17:56.1317148Z * [new branch] gh/iseeyuan/6/head -> origin/gh/iseeyuan/6/head 2025-03-21T20:17:56.1318325Z * [new branch] gh/iseeyuan/6/orig -> origin/gh/iseeyuan/6/orig 2025-03-21T20:17:56.1319985Z * [new branch] gh/iseeyuan/7/base -> origin/gh/iseeyuan/7/base 2025-03-21T20:17:56.1321015Z * [new branch] gh/iseeyuan/7/orig -> origin/gh/iseeyuan/7/orig 2025-03-21T20:17:56.1322555Z * [new branch] gh/iseeyuan/8/base -> origin/gh/iseeyuan/8/base 2025-03-21T20:17:56.1323568Z * [new branch] gh/iseeyuan/8/head -> origin/gh/iseeyuan/8/head 2025-03-21T20:17:56.1324646Z * [new branch] gh/iseeyuan/8/orig -> origin/gh/iseeyuan/8/orig 2025-03-21T20:17:56.1326520Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-03-21T20:17:56.1327428Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-03-21T20:17:56.1328716Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-03-21T20:17:56.1330078Z * [new branch] gh/jerryzh168/2/base -> origin/gh/jerryzh168/2/base 2025-03-21T20:17:56.1334078Z * [new branch] gh/jerryzh168/2/head -> origin/gh/jerryzh168/2/head 2025-03-21T20:17:56.1334636Z * [new branch] gh/jerryzh168/2/orig -> origin/gh/jerryzh168/2/orig 2025-03-21T20:17:56.1335217Z * [new branch] gh/jerryzh168/3/base -> origin/gh/jerryzh168/3/base 2025-03-21T20:17:56.1335778Z * [new branch] gh/jerryzh168/3/head -> origin/gh/jerryzh168/3/head 2025-03-21T20:17:56.1336466Z * [new branch] gh/jerryzh168/3/orig -> origin/gh/jerryzh168/3/orig 2025-03-21T20:17:56.1337502Z * [new branch] gh/jerryzh168/4/base -> origin/gh/jerryzh168/4/base 2025-03-21T20:17:56.1338596Z * [new branch] gh/jerryzh168/4/head -> origin/gh/jerryzh168/4/head 2025-03-21T20:17:56.1339661Z * [new branch] gh/jerryzh168/4/orig -> origin/gh/jerryzh168/4/orig 2025-03-21T20:17:56.1341239Z * [new branch] gh/jerryzh168/5/base -> origin/gh/jerryzh168/5/base 2025-03-21T20:17:56.1342293Z * [new branch] gh/jerryzh168/5/head -> origin/gh/jerryzh168/5/head 2025-03-21T20:17:56.1343358Z * [new branch] gh/jerryzh168/5/orig -> origin/gh/jerryzh168/5/orig 2025-03-21T20:17:56.1345066Z * [new branch] gh/jerryzh168/6/base -> origin/gh/jerryzh168/6/base 2025-03-21T20:17:56.1346075Z * [new branch] gh/jerryzh168/6/head -> origin/gh/jerryzh168/6/head 2025-03-21T20:17:56.1347360Z * [new branch] gh/jerryzh168/6/orig -> origin/gh/jerryzh168/6/orig 2025-03-21T20:17:56.1348827Z * [new branch] gh/jerryzh168/7/base -> origin/gh/jerryzh168/7/base 2025-03-21T20:17:56.1349839Z * [new branch] gh/jerryzh168/7/head -> origin/gh/jerryzh168/7/head 2025-03-21T20:17:56.1350923Z * [new branch] gh/jerryzh168/7/orig -> origin/gh/jerryzh168/7/orig 2025-03-21T20:17:56.1352733Z * [new branch] gh/jorgep31415/1/base -> origin/gh/jorgep31415/1/base 2025-03-21T20:17:56.1353720Z * [new branch] gh/jorgep31415/1/head -> origin/gh/jorgep31415/1/head 2025-03-21T20:17:56.1354958Z * [new branch] gh/jorgep31415/1/orig -> origin/gh/jorgep31415/1/orig 2025-03-21T20:17:56.1356469Z * [new branch] gh/jorgep31415/10/base -> origin/gh/jorgep31415/10/base 2025-03-21T20:17:56.1357712Z * [new branch] gh/jorgep31415/10/head -> origin/gh/jorgep31415/10/head 2025-03-21T20:17:56.1359086Z * [new branch] gh/jorgep31415/10/orig -> origin/gh/jorgep31415/10/orig 2025-03-21T20:17:56.1362486Z * [new branch] gh/jorgep31415/100/base -> origin/gh/jorgep31415/100/base 2025-03-21T20:17:56.1363573Z * [new branch] gh/jorgep31415/100/head -> origin/gh/jorgep31415/100/head 2025-03-21T20:17:56.1364708Z * [new branch] gh/jorgep31415/100/orig -> origin/gh/jorgep31415/100/orig 2025-03-21T20:17:56.1366058Z * [new branch] gh/jorgep31415/101/base -> origin/gh/jorgep31415/101/base 2025-03-21T20:17:56.1367071Z * [new branch] gh/jorgep31415/101/head -> origin/gh/jorgep31415/101/head 2025-03-21T20:17:56.1368158Z * [new branch] gh/jorgep31415/101/orig -> origin/gh/jorgep31415/101/orig 2025-03-21T20:17:56.1369626Z * [new branch] gh/jorgep31415/102/base -> origin/gh/jorgep31415/102/base 2025-03-21T20:17:56.1370736Z * [new branch] gh/jorgep31415/102/head -> origin/gh/jorgep31415/102/head 2025-03-21T20:17:56.1372077Z * [new branch] gh/jorgep31415/102/orig -> origin/gh/jorgep31415/102/orig 2025-03-21T20:17:56.1373624Z * [new branch] gh/jorgep31415/103/base -> origin/gh/jorgep31415/103/base 2025-03-21T20:17:56.1374798Z * [new branch] gh/jorgep31415/103/head -> origin/gh/jorgep31415/103/head 2025-03-21T20:17:56.1376114Z * [new branch] gh/jorgep31415/103/orig -> origin/gh/jorgep31415/103/orig 2025-03-21T20:17:56.1377895Z * [new branch] gh/jorgep31415/104/base -> origin/gh/jorgep31415/104/base 2025-03-21T20:17:56.1379240Z * [new branch] gh/jorgep31415/104/orig -> origin/gh/jorgep31415/104/orig 2025-03-21T20:17:56.1381322Z * [new branch] gh/jorgep31415/105/base -> origin/gh/jorgep31415/105/base 2025-03-21T20:17:56.1382169Z * [new branch] gh/jorgep31415/105/orig -> origin/gh/jorgep31415/105/orig 2025-03-21T20:17:56.1383953Z * [new branch] gh/jorgep31415/106/base -> origin/gh/jorgep31415/106/base 2025-03-21T20:17:56.1385489Z * [new branch] gh/jorgep31415/106/orig -> origin/gh/jorgep31415/106/orig 2025-03-21T20:17:56.1386977Z * [new branch] gh/jorgep31415/107/base -> origin/gh/jorgep31415/107/base 2025-03-21T20:17:56.1388353Z * [new branch] gh/jorgep31415/107/orig -> origin/gh/jorgep31415/107/orig 2025-03-21T20:17:56.1390050Z * [new branch] gh/jorgep31415/108/base -> origin/gh/jorgep31415/108/base 2025-03-21T20:17:56.1391194Z * [new branch] gh/jorgep31415/108/orig -> origin/gh/jorgep31415/108/orig 2025-03-21T20:17:56.1393058Z * [new branch] gh/jorgep31415/109/base -> origin/gh/jorgep31415/109/base 2025-03-21T20:17:56.1394430Z * [new branch] gh/jorgep31415/109/orig -> origin/gh/jorgep31415/109/orig 2025-03-21T20:17:56.1395986Z * [new branch] gh/jorgep31415/11/base -> origin/gh/jorgep31415/11/base 2025-03-21T20:17:56.1397309Z * [new branch] gh/jorgep31415/11/head -> origin/gh/jorgep31415/11/head 2025-03-21T20:17:56.1398771Z * [new branch] gh/jorgep31415/11/orig -> origin/gh/jorgep31415/11/orig 2025-03-21T20:17:56.1400506Z * [new branch] gh/jorgep31415/110/base -> origin/gh/jorgep31415/110/base 2025-03-21T20:17:56.1401811Z * [new branch] gh/jorgep31415/110/orig -> origin/gh/jorgep31415/110/orig 2025-03-21T20:17:56.1403492Z * [new branch] gh/jorgep31415/111/orig -> origin/gh/jorgep31415/111/orig 2025-03-21T20:17:56.1405188Z * [new branch] gh/jorgep31415/112/base -> origin/gh/jorgep31415/112/base 2025-03-21T20:17:56.1406503Z * [new branch] gh/jorgep31415/112/head -> origin/gh/jorgep31415/112/head 2025-03-21T20:17:56.1407927Z * [new branch] gh/jorgep31415/112/orig -> origin/gh/jorgep31415/112/orig 2025-03-21T20:17:56.1409623Z * [new branch] gh/jorgep31415/113/base -> origin/gh/jorgep31415/113/base 2025-03-21T20:17:56.1410939Z * [new branch] gh/jorgep31415/113/head -> origin/gh/jorgep31415/113/head 2025-03-21T20:17:56.1412405Z * [new branch] gh/jorgep31415/113/orig -> origin/gh/jorgep31415/113/orig 2025-03-21T20:17:56.1414376Z * [new branch] gh/jorgep31415/114/base -> origin/gh/jorgep31415/114/base 2025-03-21T20:17:56.1415610Z * [new branch] gh/jorgep31415/114/head -> origin/gh/jorgep31415/114/head 2025-03-21T20:17:56.1416847Z * [new branch] gh/jorgep31415/114/orig -> origin/gh/jorgep31415/114/orig 2025-03-21T20:17:56.1418666Z * [new branch] gh/jorgep31415/115/base -> origin/gh/jorgep31415/115/base 2025-03-21T20:17:56.1420017Z * [new branch] gh/jorgep31415/115/head -> origin/gh/jorgep31415/115/head 2025-03-21T20:17:56.1421292Z * [new branch] gh/jorgep31415/115/orig -> origin/gh/jorgep31415/115/orig 2025-03-21T20:17:56.1423067Z * [new branch] gh/jorgep31415/116/base -> origin/gh/jorgep31415/116/base 2025-03-21T20:17:56.1424340Z * [new branch] gh/jorgep31415/116/head -> origin/gh/jorgep31415/116/head 2025-03-21T20:17:56.1425633Z * [new branch] gh/jorgep31415/116/orig -> origin/gh/jorgep31415/116/orig 2025-03-21T20:17:56.1427405Z * [new branch] gh/jorgep31415/117/base -> origin/gh/jorgep31415/117/base 2025-03-21T20:17:56.1428847Z * [new branch] gh/jorgep31415/117/head -> origin/gh/jorgep31415/117/head 2025-03-21T20:17:56.1430229Z * [new branch] gh/jorgep31415/117/orig -> origin/gh/jorgep31415/117/orig 2025-03-21T20:17:56.1431980Z * [new branch] gh/jorgep31415/118/base -> origin/gh/jorgep31415/118/base 2025-03-21T20:17:56.1433269Z * [new branch] gh/jorgep31415/118/head -> origin/gh/jorgep31415/118/head 2025-03-21T20:17:56.1434607Z * [new branch] gh/jorgep31415/118/orig -> origin/gh/jorgep31415/118/orig 2025-03-21T20:17:56.1436418Z * [new branch] gh/jorgep31415/119/base -> origin/gh/jorgep31415/119/base 2025-03-21T20:17:56.1437747Z * [new branch] gh/jorgep31415/119/head -> origin/gh/jorgep31415/119/head 2025-03-21T20:17:56.1439202Z * [new branch] gh/jorgep31415/119/orig -> origin/gh/jorgep31415/119/orig 2025-03-21T20:17:56.1440780Z * [new branch] gh/jorgep31415/12/base -> origin/gh/jorgep31415/12/base 2025-03-21T20:17:56.1442228Z * [new branch] gh/jorgep31415/12/head -> origin/gh/jorgep31415/12/head 2025-03-21T20:17:56.1443693Z * [new branch] gh/jorgep31415/12/orig -> origin/gh/jorgep31415/12/orig 2025-03-21T20:17:56.1445505Z * [new branch] gh/jorgep31415/120/base -> origin/gh/jorgep31415/120/base 2025-03-21T20:17:56.1446767Z * [new branch] gh/jorgep31415/120/head -> origin/gh/jorgep31415/120/head 2025-03-21T20:17:56.1448200Z * [new branch] gh/jorgep31415/120/orig -> origin/gh/jorgep31415/120/orig 2025-03-21T20:17:56.1449974Z * [new branch] gh/jorgep31415/121/base -> origin/gh/jorgep31415/121/base 2025-03-21T20:17:56.1451236Z * [new branch] gh/jorgep31415/121/head -> origin/gh/jorgep31415/121/head 2025-03-21T20:17:56.1453006Z * [new branch] gh/jorgep31415/121/orig -> origin/gh/jorgep31415/121/orig 2025-03-21T20:17:56.1454911Z * [new branch] gh/jorgep31415/122/base -> origin/gh/jorgep31415/122/base 2025-03-21T20:17:56.1456169Z * [new branch] gh/jorgep31415/122/head -> origin/gh/jorgep31415/122/head 2025-03-21T20:17:56.1457604Z * [new branch] gh/jorgep31415/122/orig -> origin/gh/jorgep31415/122/orig 2025-03-21T20:17:56.1459213Z * [new branch] gh/jorgep31415/123/base -> origin/gh/jorgep31415/123/base 2025-03-21T20:17:56.1460761Z * [new branch] gh/jorgep31415/123/head -> origin/gh/jorgep31415/123/head 2025-03-21T20:17:56.1462331Z * [new branch] gh/jorgep31415/123/orig -> origin/gh/jorgep31415/123/orig 2025-03-21T20:17:56.1464019Z * [new branch] gh/jorgep31415/124/base -> origin/gh/jorgep31415/124/base 2025-03-21T20:17:56.1465805Z * [new branch] gh/jorgep31415/125/base -> origin/gh/jorgep31415/125/base 2025-03-21T20:17:56.1467629Z * [new branch] gh/jorgep31415/126/base -> origin/gh/jorgep31415/126/base 2025-03-21T20:17:56.1469510Z * [new branch] gh/jorgep31415/127/base -> origin/gh/jorgep31415/127/base 2025-03-21T20:17:56.1471289Z * [new branch] gh/jorgep31415/128/base -> origin/gh/jorgep31415/128/base 2025-03-21T20:17:56.1473052Z * [new branch] gh/jorgep31415/129/base -> origin/gh/jorgep31415/129/base 2025-03-21T20:17:56.1474649Z * [new branch] gh/jorgep31415/13/base -> origin/gh/jorgep31415/13/base 2025-03-21T20:17:56.1476082Z * [new branch] gh/jorgep31415/13/head -> origin/gh/jorgep31415/13/head 2025-03-21T20:17:56.1477442Z * [new branch] gh/jorgep31415/13/orig -> origin/gh/jorgep31415/13/orig 2025-03-21T20:17:56.1479392Z * [new branch] gh/jorgep31415/130/base -> origin/gh/jorgep31415/130/base 2025-03-21T20:17:56.1481312Z * [new branch] gh/jorgep31415/131/base -> origin/gh/jorgep31415/131/base 2025-03-21T20:17:56.1483186Z * [new branch] gh/jorgep31415/132/base -> origin/gh/jorgep31415/132/base 2025-03-21T20:17:56.1484882Z * [new branch] gh/jorgep31415/133/base -> origin/gh/jorgep31415/133/base 2025-03-21T20:17:56.1486936Z * [new branch] gh/jorgep31415/134/base -> origin/gh/jorgep31415/134/base 2025-03-21T20:17:56.1488063Z * [new branch] gh/jorgep31415/14/base -> origin/gh/jorgep31415/14/base 2025-03-21T20:17:56.1489490Z * [new branch] gh/jorgep31415/14/head -> origin/gh/jorgep31415/14/head 2025-03-21T20:17:56.1490855Z * [new branch] gh/jorgep31415/14/orig -> origin/gh/jorgep31415/14/orig 2025-03-21T20:17:56.1492384Z * [new branch] gh/jorgep31415/15/base -> origin/gh/jorgep31415/15/base 2025-03-21T20:17:56.1493836Z * [new branch] gh/jorgep31415/15/head -> origin/gh/jorgep31415/15/head 2025-03-21T20:17:56.1495361Z * [new branch] gh/jorgep31415/15/orig -> origin/gh/jorgep31415/15/orig 2025-03-21T20:17:56.1497087Z * [new branch] gh/jorgep31415/16/base -> origin/gh/jorgep31415/16/base 2025-03-21T20:17:56.1498395Z * [new branch] gh/jorgep31415/16/head -> origin/gh/jorgep31415/16/head 2025-03-21T20:17:56.1500791Z * [new branch] gh/jorgep31415/16/orig -> origin/gh/jorgep31415/16/orig 2025-03-21T20:17:56.1502610Z * [new branch] gh/jorgep31415/17/base -> origin/gh/jorgep31415/17/base 2025-03-21T20:17:56.1504025Z * [new branch] gh/jorgep31415/17/head -> origin/gh/jorgep31415/17/head 2025-03-21T20:17:56.1505623Z * [new branch] gh/jorgep31415/17/orig -> origin/gh/jorgep31415/17/orig 2025-03-21T20:17:56.1507972Z * [new branch] gh/jorgep31415/18/base -> origin/gh/jorgep31415/18/base 2025-03-21T20:17:56.1509533Z * [new branch] gh/jorgep31415/18/head -> origin/gh/jorgep31415/18/head 2025-03-21T20:17:56.1511598Z * [new branch] gh/jorgep31415/18/orig -> origin/gh/jorgep31415/18/orig 2025-03-21T20:17:56.1514069Z * [new branch] gh/jorgep31415/19/base -> origin/gh/jorgep31415/19/base 2025-03-21T20:17:56.1515334Z * [new branch] gh/jorgep31415/19/head -> origin/gh/jorgep31415/19/head 2025-03-21T20:17:56.1516834Z * [new branch] gh/jorgep31415/19/orig -> origin/gh/jorgep31415/19/orig 2025-03-21T20:17:56.1519020Z * [new branch] gh/jorgep31415/2/base -> origin/gh/jorgep31415/2/base 2025-03-21T20:17:56.1520532Z * [new branch] gh/jorgep31415/2/head -> origin/gh/jorgep31415/2/head 2025-03-21T20:17:56.1522315Z * [new branch] gh/jorgep31415/2/orig -> origin/gh/jorgep31415/2/orig 2025-03-21T20:17:56.1524408Z * [new branch] gh/jorgep31415/20/base -> origin/gh/jorgep31415/20/base 2025-03-21T20:17:56.1526009Z * [new branch] gh/jorgep31415/20/head -> origin/gh/jorgep31415/20/head 2025-03-21T20:17:56.1527822Z * [new branch] gh/jorgep31415/20/orig -> origin/gh/jorgep31415/20/orig 2025-03-21T20:17:56.1529863Z * [new branch] gh/jorgep31415/21/base -> origin/gh/jorgep31415/21/base 2025-03-21T20:17:56.1531371Z * [new branch] gh/jorgep31415/21/head -> origin/gh/jorgep31415/21/head 2025-03-21T20:17:56.1532961Z * [new branch] gh/jorgep31415/21/orig -> origin/gh/jorgep31415/21/orig 2025-03-21T20:17:56.1535454Z * [new branch] gh/jorgep31415/22/base -> origin/gh/jorgep31415/22/base 2025-03-21T20:17:56.1536692Z * [new branch] gh/jorgep31415/22/head -> origin/gh/jorgep31415/22/head 2025-03-21T20:17:56.1538202Z * [new branch] gh/jorgep31415/22/orig -> origin/gh/jorgep31415/22/orig 2025-03-21T20:17:56.1540337Z * [new branch] gh/jorgep31415/23/base -> origin/gh/jorgep31415/23/base 2025-03-21T20:17:56.1541876Z * [new branch] gh/jorgep31415/23/head -> origin/gh/jorgep31415/23/head 2025-03-21T20:17:56.1543589Z * [new branch] gh/jorgep31415/23/orig -> origin/gh/jorgep31415/23/orig 2025-03-21T20:17:56.1545562Z * [new branch] gh/jorgep31415/24/base -> origin/gh/jorgep31415/24/base 2025-03-21T20:17:56.1547401Z * [new branch] gh/jorgep31415/24/head -> origin/gh/jorgep31415/24/head 2025-03-21T20:17:56.1549130Z * [new branch] gh/jorgep31415/24/orig -> origin/gh/jorgep31415/24/orig 2025-03-21T20:17:56.1551341Z * [new branch] gh/jorgep31415/25/base -> origin/gh/jorgep31415/25/base 2025-03-21T20:17:56.1552583Z * [new branch] gh/jorgep31415/25/head -> origin/gh/jorgep31415/25/head 2025-03-21T20:17:56.1554446Z * [new branch] gh/jorgep31415/25/orig -> origin/gh/jorgep31415/25/orig 2025-03-21T20:17:56.1556575Z * [new branch] gh/jorgep31415/26/base -> origin/gh/jorgep31415/26/base 2025-03-21T20:17:56.1557975Z * [new branch] gh/jorgep31415/26/head -> origin/gh/jorgep31415/26/head 2025-03-21T20:17:56.1560002Z * [new branch] gh/jorgep31415/26/orig -> origin/gh/jorgep31415/26/orig 2025-03-21T20:17:56.1561840Z * [new branch] gh/jorgep31415/27/base -> origin/gh/jorgep31415/27/base 2025-03-21T20:17:56.1563624Z * [new branch] gh/jorgep31415/27/head -> origin/gh/jorgep31415/27/head 2025-03-21T20:17:56.1565829Z * [new branch] gh/jorgep31415/28/base -> origin/gh/jorgep31415/28/base 2025-03-21T20:17:56.1567466Z * [new branch] gh/jorgep31415/28/head -> origin/gh/jorgep31415/28/head 2025-03-21T20:17:56.1569916Z * [new branch] gh/jorgep31415/29/base -> origin/gh/jorgep31415/29/base 2025-03-21T20:17:56.1571118Z * [new branch] gh/jorgep31415/29/head -> origin/gh/jorgep31415/29/head 2025-03-21T20:17:56.1572908Z * [new branch] gh/jorgep31415/29/orig -> origin/gh/jorgep31415/29/orig 2025-03-21T20:17:56.1575194Z * [new branch] gh/jorgep31415/3/base -> origin/gh/jorgep31415/3/base 2025-03-21T20:17:56.1576613Z * [new branch] gh/jorgep31415/3/head -> origin/gh/jorgep31415/3/head 2025-03-21T20:17:56.1578164Z * [new branch] gh/jorgep31415/3/orig -> origin/gh/jorgep31415/3/orig 2025-03-21T20:17:56.1580583Z * [new branch] gh/jorgep31415/30/base -> origin/gh/jorgep31415/30/base 2025-03-21T20:17:56.1581850Z * [new branch] gh/jorgep31415/30/head -> origin/gh/jorgep31415/30/head 2025-03-21T20:17:56.1583669Z * [new branch] gh/jorgep31415/30/orig -> origin/gh/jorgep31415/30/orig 2025-03-21T20:17:56.1586138Z * [new branch] gh/jorgep31415/31/base -> origin/gh/jorgep31415/31/base 2025-03-21T20:17:56.1587390Z * [new branch] gh/jorgep31415/31/head -> origin/gh/jorgep31415/31/head 2025-03-21T20:17:56.1589003Z * [new branch] gh/jorgep31415/31/orig -> origin/gh/jorgep31415/31/orig 2025-03-21T20:17:56.1591437Z * [new branch] gh/jorgep31415/32/base -> origin/gh/jorgep31415/32/base 2025-03-21T20:17:56.1592948Z * [new branch] gh/jorgep31415/32/head -> origin/gh/jorgep31415/32/head 2025-03-21T20:17:56.1594488Z * [new branch] gh/jorgep31415/32/orig -> origin/gh/jorgep31415/32/orig 2025-03-21T20:17:56.1597170Z * [new branch] gh/jorgep31415/33/base -> origin/gh/jorgep31415/33/base 2025-03-21T20:17:56.1598513Z * [new branch] gh/jorgep31415/33/head -> origin/gh/jorgep31415/33/head 2025-03-21T20:17:56.1600732Z * [new branch] gh/jorgep31415/33/orig -> origin/gh/jorgep31415/33/orig 2025-03-21T20:17:56.1603368Z * [new branch] gh/jorgep31415/34/base -> origin/gh/jorgep31415/34/base 2025-03-21T20:17:56.1604486Z * [new branch] gh/jorgep31415/34/head -> origin/gh/jorgep31415/34/head 2025-03-21T20:17:56.1606399Z * [new branch] gh/jorgep31415/34/orig -> origin/gh/jorgep31415/34/orig 2025-03-21T20:17:56.1609076Z * [new branch] gh/jorgep31415/35/base -> origin/gh/jorgep31415/35/base 2025-03-21T20:17:56.1610153Z * [new branch] gh/jorgep31415/35/head -> origin/gh/jorgep31415/35/head 2025-03-21T20:17:56.1611534Z * [new branch] gh/jorgep31415/35/orig -> origin/gh/jorgep31415/35/orig 2025-03-21T20:17:56.1613139Z * [new branch] gh/jorgep31415/36/base -> origin/gh/jorgep31415/36/base 2025-03-21T20:17:56.1614601Z * [new branch] gh/jorgep31415/36/head -> origin/gh/jorgep31415/36/head 2025-03-21T20:17:56.1616010Z * [new branch] gh/jorgep31415/36/orig -> origin/gh/jorgep31415/36/orig 2025-03-21T20:17:56.1618097Z * [new branch] gh/jorgep31415/37/base -> origin/gh/jorgep31415/37/base 2025-03-21T20:17:56.1619639Z * [new branch] gh/jorgep31415/37/head -> origin/gh/jorgep31415/37/head 2025-03-21T20:17:56.1621253Z * [new branch] gh/jorgep31415/37/orig -> origin/gh/jorgep31415/37/orig 2025-03-21T20:17:56.1623185Z * [new branch] gh/jorgep31415/38/base -> origin/gh/jorgep31415/38/base 2025-03-21T20:17:56.1624479Z * [new branch] gh/jorgep31415/38/head -> origin/gh/jorgep31415/38/head 2025-03-21T20:17:56.1625942Z * [new branch] gh/jorgep31415/38/orig -> origin/gh/jorgep31415/38/orig 2025-03-21T20:17:56.1627796Z * [new branch] gh/jorgep31415/39/base -> origin/gh/jorgep31415/39/base 2025-03-21T20:17:56.1629182Z * [new branch] gh/jorgep31415/39/head -> origin/gh/jorgep31415/39/head 2025-03-21T20:17:56.1630636Z * [new branch] gh/jorgep31415/39/orig -> origin/gh/jorgep31415/39/orig 2025-03-21T20:17:56.1632221Z * [new branch] gh/jorgep31415/4/base -> origin/gh/jorgep31415/4/base 2025-03-21T20:17:56.1633684Z * [new branch] gh/jorgep31415/4/head -> origin/gh/jorgep31415/4/head 2025-03-21T20:17:56.1635111Z * [new branch] gh/jorgep31415/4/orig -> origin/gh/jorgep31415/4/orig 2025-03-21T20:17:56.1637119Z * [new branch] gh/jorgep31415/40/base -> origin/gh/jorgep31415/40/base 2025-03-21T20:17:56.1639021Z * [new branch] gh/jorgep31415/40/head -> origin/gh/jorgep31415/40/head 2025-03-21T20:17:56.1640450Z * [new branch] gh/jorgep31415/40/orig -> origin/gh/jorgep31415/40/orig 2025-03-21T20:17:56.1642249Z * [new branch] gh/jorgep31415/41/base -> origin/gh/jorgep31415/41/base 2025-03-21T20:17:56.1643593Z * [new branch] gh/jorgep31415/41/head -> origin/gh/jorgep31415/41/head 2025-03-21T20:17:56.1644925Z * [new branch] gh/jorgep31415/41/orig -> origin/gh/jorgep31415/41/orig 2025-03-21T20:17:56.1646774Z * [new branch] gh/jorgep31415/42/base -> origin/gh/jorgep31415/42/base 2025-03-21T20:17:56.1648117Z * [new branch] gh/jorgep31415/42/head -> origin/gh/jorgep31415/42/head 2025-03-21T20:17:56.1649595Z * [new branch] gh/jorgep31415/42/orig -> origin/gh/jorgep31415/42/orig 2025-03-21T20:17:56.1651398Z * [new branch] gh/jorgep31415/43/base -> origin/gh/jorgep31415/43/base 2025-03-21T20:17:56.1652952Z * [new branch] gh/jorgep31415/43/head -> origin/gh/jorgep31415/43/head 2025-03-21T20:17:56.1654016Z * [new branch] gh/jorgep31415/43/orig -> origin/gh/jorgep31415/43/orig 2025-03-21T20:17:56.1655589Z * [new branch] gh/jorgep31415/44/base -> origin/gh/jorgep31415/44/base 2025-03-21T20:17:56.1656718Z * [new branch] gh/jorgep31415/44/head -> origin/gh/jorgep31415/44/head 2025-03-21T20:17:56.1657728Z * [new branch] gh/jorgep31415/44/orig -> origin/gh/jorgep31415/44/orig 2025-03-21T20:17:56.1659393Z * [new branch] gh/jorgep31415/45/base -> origin/gh/jorgep31415/45/base 2025-03-21T20:17:56.1663619Z * [new branch] gh/jorgep31415/45/head -> origin/gh/jorgep31415/45/head 2025-03-21T20:17:56.1664622Z * [new branch] gh/jorgep31415/45/orig -> origin/gh/jorgep31415/45/orig 2025-03-21T20:17:56.1666236Z * [new branch] gh/jorgep31415/46/base -> origin/gh/jorgep31415/46/base 2025-03-21T20:17:56.1667185Z * [new branch] gh/jorgep31415/46/head -> origin/gh/jorgep31415/46/head 2025-03-21T20:17:56.1668220Z * [new branch] gh/jorgep31415/46/orig -> origin/gh/jorgep31415/46/orig 2025-03-21T20:17:56.1669789Z * [new branch] gh/jorgep31415/47/base -> origin/gh/jorgep31415/47/base 2025-03-21T20:17:56.1670827Z * [new branch] gh/jorgep31415/47/head -> origin/gh/jorgep31415/47/head 2025-03-21T20:17:56.1671894Z * [new branch] gh/jorgep31415/47/orig -> origin/gh/jorgep31415/47/orig 2025-03-21T20:17:56.1673404Z * [new branch] gh/jorgep31415/48/base -> origin/gh/jorgep31415/48/base 2025-03-21T20:17:56.1674440Z * [new branch] gh/jorgep31415/48/head -> origin/gh/jorgep31415/48/head 2025-03-21T20:17:56.1675513Z * [new branch] gh/jorgep31415/48/orig -> origin/gh/jorgep31415/48/orig 2025-03-21T20:17:56.1677287Z * [new branch] gh/jorgep31415/49/base -> origin/gh/jorgep31415/49/base 2025-03-21T20:17:56.1678148Z * [new branch] gh/jorgep31415/49/head -> origin/gh/jorgep31415/49/head 2025-03-21T20:17:56.1679357Z * [new branch] gh/jorgep31415/49/orig -> origin/gh/jorgep31415/49/orig 2025-03-21T20:17:56.1680772Z * [new branch] gh/jorgep31415/5/base -> origin/gh/jorgep31415/5/base 2025-03-21T20:17:56.1681701Z * [new branch] gh/jorgep31415/5/head -> origin/gh/jorgep31415/5/head 2025-03-21T20:17:56.1683227Z * [new branch] gh/jorgep31415/50/base -> origin/gh/jorgep31415/50/base 2025-03-21T20:17:56.1684176Z * [new branch] gh/jorgep31415/50/head -> origin/gh/jorgep31415/50/head 2025-03-21T20:17:56.1685188Z * [new branch] gh/jorgep31415/50/orig -> origin/gh/jorgep31415/50/orig 2025-03-21T20:17:56.1686945Z * [new branch] gh/jorgep31415/51/base -> origin/gh/jorgep31415/51/base 2025-03-21T20:17:56.1688030Z * [new branch] gh/jorgep31415/51/head -> origin/gh/jorgep31415/51/head 2025-03-21T20:17:56.1689316Z * [new branch] gh/jorgep31415/51/orig -> origin/gh/jorgep31415/51/orig 2025-03-21T20:17:56.1690598Z * [new branch] gh/jorgep31415/52/base -> origin/gh/jorgep31415/52/base 2025-03-21T20:17:56.1691587Z * [new branch] gh/jorgep31415/52/head -> origin/gh/jorgep31415/52/head 2025-03-21T20:17:56.1692693Z * [new branch] gh/jorgep31415/52/orig -> origin/gh/jorgep31415/52/orig 2025-03-21T20:17:56.1694202Z * [new branch] gh/jorgep31415/53/base -> origin/gh/jorgep31415/53/base 2025-03-21T20:17:56.1695144Z * [new branch] gh/jorgep31415/53/head -> origin/gh/jorgep31415/53/head 2025-03-21T20:17:56.1696140Z * [new branch] gh/jorgep31415/53/orig -> origin/gh/jorgep31415/53/orig 2025-03-21T20:17:56.1697675Z * [new branch] gh/jorgep31415/54/base -> origin/gh/jorgep31415/54/base 2025-03-21T20:17:56.1698595Z * [new branch] gh/jorgep31415/54/head -> origin/gh/jorgep31415/54/head 2025-03-21T20:17:56.1699643Z * [new branch] gh/jorgep31415/54/orig -> origin/gh/jorgep31415/54/orig 2025-03-21T20:17:56.1701430Z * [new branch] gh/jorgep31415/55/base -> origin/gh/jorgep31415/55/base 2025-03-21T20:17:56.1702251Z * [new branch] gh/jorgep31415/55/head -> origin/gh/jorgep31415/55/head 2025-03-21T20:17:56.1703558Z * [new branch] gh/jorgep31415/55/orig -> origin/gh/jorgep31415/55/orig 2025-03-21T20:17:56.1704828Z * [new branch] gh/jorgep31415/56/base -> origin/gh/jorgep31415/56/base 2025-03-21T20:17:56.1705796Z * [new branch] gh/jorgep31415/56/head -> origin/gh/jorgep31415/56/head 2025-03-21T20:17:56.1706918Z * [new branch] gh/jorgep31415/56/orig -> origin/gh/jorgep31415/56/orig 2025-03-21T20:17:56.1708263Z * [new branch] gh/jorgep31415/57/base -> origin/gh/jorgep31415/57/base 2025-03-21T20:17:56.1709313Z * [new branch] gh/jorgep31415/57/head -> origin/gh/jorgep31415/57/head 2025-03-21T20:17:56.1710352Z * [new branch] gh/jorgep31415/57/orig -> origin/gh/jorgep31415/57/orig 2025-03-21T20:17:56.1711856Z * [new branch] gh/jorgep31415/58/base -> origin/gh/jorgep31415/58/base 2025-03-21T20:17:56.1712746Z * [new branch] gh/jorgep31415/58/head -> origin/gh/jorgep31415/58/head 2025-03-21T20:17:56.1713808Z * [new branch] gh/jorgep31415/58/orig -> origin/gh/jorgep31415/58/orig 2025-03-21T20:17:56.1715384Z * [new branch] gh/jorgep31415/59/base -> origin/gh/jorgep31415/59/base 2025-03-21T20:17:56.1716261Z * [new branch] gh/jorgep31415/59/head -> origin/gh/jorgep31415/59/head 2025-03-21T20:17:56.1717461Z * [new branch] gh/jorgep31415/59/orig -> origin/gh/jorgep31415/59/orig 2025-03-21T20:17:56.1718932Z * [new branch] gh/jorgep31415/6/base -> origin/gh/jorgep31415/6/base 2025-03-21T20:17:56.1719882Z * [new branch] gh/jorgep31415/6/head -> origin/gh/jorgep31415/6/head 2025-03-21T20:17:56.1721473Z * [new branch] gh/jorgep31415/60/base -> origin/gh/jorgep31415/60/base 2025-03-21T20:17:56.1722589Z * [new branch] gh/jorgep31415/60/head -> origin/gh/jorgep31415/60/head 2025-03-21T20:17:56.1723734Z * [new branch] gh/jorgep31415/60/orig -> origin/gh/jorgep31415/60/orig 2025-03-21T20:17:56.1725339Z * [new branch] gh/jorgep31415/61/base -> origin/gh/jorgep31415/61/base 2025-03-21T20:17:56.1726334Z * [new branch] gh/jorgep31415/61/head -> origin/gh/jorgep31415/61/head 2025-03-21T20:17:56.1727429Z * [new branch] gh/jorgep31415/61/orig -> origin/gh/jorgep31415/61/orig 2025-03-21T20:17:56.1729106Z * [new branch] gh/jorgep31415/62/base -> origin/gh/jorgep31415/62/base 2025-03-21T20:17:56.1730114Z * [new branch] gh/jorgep31415/62/head -> origin/gh/jorgep31415/62/head 2025-03-21T20:17:56.1731356Z * [new branch] gh/jorgep31415/62/orig -> origin/gh/jorgep31415/62/orig 2025-03-21T20:17:56.1732872Z * [new branch] gh/jorgep31415/63/base -> origin/gh/jorgep31415/63/base 2025-03-21T20:17:56.1733959Z * [new branch] gh/jorgep31415/63/head -> origin/gh/jorgep31415/63/head 2025-03-21T20:17:56.1735266Z * [new branch] gh/jorgep31415/63/orig -> origin/gh/jorgep31415/63/orig 2025-03-21T20:17:56.1737035Z * [new branch] gh/jorgep31415/64/base -> origin/gh/jorgep31415/64/base 2025-03-21T20:17:56.1737957Z * [new branch] gh/jorgep31415/64/head -> origin/gh/jorgep31415/64/head 2025-03-21T20:17:56.1739024Z * [new branch] gh/jorgep31415/64/orig -> origin/gh/jorgep31415/64/orig 2025-03-21T20:17:56.1740632Z * [new branch] gh/jorgep31415/65/base -> origin/gh/jorgep31415/65/base 2025-03-21T20:17:56.1741511Z * [new branch] gh/jorgep31415/65/head -> origin/gh/jorgep31415/65/head 2025-03-21T20:17:56.1742707Z * [new branch] gh/jorgep31415/65/orig -> origin/gh/jorgep31415/65/orig 2025-03-21T20:17:56.1744340Z * [new branch] gh/jorgep31415/66/base -> origin/gh/jorgep31415/66/base 2025-03-21T20:17:56.1745362Z * [new branch] gh/jorgep31415/66/head -> origin/gh/jorgep31415/66/head 2025-03-21T20:17:56.1746419Z * [new branch] gh/jorgep31415/66/orig -> origin/gh/jorgep31415/66/orig 2025-03-21T20:17:56.1747746Z * [new branch] gh/jorgep31415/67/base -> origin/gh/jorgep31415/67/base 2025-03-21T20:17:56.1748768Z * [new branch] gh/jorgep31415/67/head -> origin/gh/jorgep31415/67/head 2025-03-21T20:17:56.1749856Z * [new branch] gh/jorgep31415/67/orig -> origin/gh/jorgep31415/67/orig 2025-03-21T20:17:56.1751302Z * [new branch] gh/jorgep31415/68/base -> origin/gh/jorgep31415/68/base 2025-03-21T20:17:56.1752419Z * [new branch] gh/jorgep31415/68/head -> origin/gh/jorgep31415/68/head 2025-03-21T20:17:56.1754035Z * [new branch] gh/jorgep31415/68/orig -> origin/gh/jorgep31415/68/orig 2025-03-21T20:17:56.1755107Z * [new branch] gh/jorgep31415/69/base -> origin/gh/jorgep31415/69/base 2025-03-21T20:17:56.1756130Z * [new branch] gh/jorgep31415/69/head -> origin/gh/jorgep31415/69/head 2025-03-21T20:17:56.1757166Z * [new branch] gh/jorgep31415/69/orig -> origin/gh/jorgep31415/69/orig 2025-03-21T20:17:56.1758624Z * [new branch] gh/jorgep31415/7/base -> origin/gh/jorgep31415/7/base 2025-03-21T20:17:56.1759892Z * [new branch] gh/jorgep31415/7/head -> origin/gh/jorgep31415/7/head 2025-03-21T20:17:56.1761409Z * [new branch] gh/jorgep31415/70/base -> origin/gh/jorgep31415/70/base 2025-03-21T20:17:56.1762149Z * [new branch] gh/jorgep31415/70/head -> origin/gh/jorgep31415/70/head 2025-03-21T20:17:56.1763738Z * [new branch] gh/jorgep31415/71/base -> origin/gh/jorgep31415/71/base 2025-03-21T20:17:56.1764435Z * [new branch] gh/jorgep31415/71/head -> origin/gh/jorgep31415/71/head 2025-03-21T20:17:56.1765391Z * [new branch] gh/jorgep31415/71/orig -> origin/gh/jorgep31415/71/orig 2025-03-21T20:17:56.1766943Z * [new branch] gh/jorgep31415/72/base -> origin/gh/jorgep31415/72/base 2025-03-21T20:17:56.1767845Z * [new branch] gh/jorgep31415/72/head -> origin/gh/jorgep31415/72/head 2025-03-21T20:17:56.1768925Z * [new branch] gh/jorgep31415/72/orig -> origin/gh/jorgep31415/72/orig 2025-03-21T20:17:56.1770542Z * [new branch] gh/jorgep31415/73/base -> origin/gh/jorgep31415/73/base 2025-03-21T20:17:56.1771480Z * [new branch] gh/jorgep31415/73/head -> origin/gh/jorgep31415/73/head 2025-03-21T20:17:56.1772526Z * [new branch] gh/jorgep31415/73/orig -> origin/gh/jorgep31415/73/orig 2025-03-21T20:17:56.1774055Z * [new branch] gh/jorgep31415/74/base -> origin/gh/jorgep31415/74/base 2025-03-21T20:17:56.1775132Z * [new branch] gh/jorgep31415/74/head -> origin/gh/jorgep31415/74/head 2025-03-21T20:17:56.1776239Z * [new branch] gh/jorgep31415/74/orig -> origin/gh/jorgep31415/74/orig 2025-03-21T20:17:56.1777759Z * [new branch] gh/jorgep31415/75/base -> origin/gh/jorgep31415/75/base 2025-03-21T20:17:56.1778639Z * [new branch] gh/jorgep31415/75/head -> origin/gh/jorgep31415/75/head 2025-03-21T20:17:56.1779746Z * [new branch] gh/jorgep31415/75/orig -> origin/gh/jorgep31415/75/orig 2025-03-21T20:17:56.1781250Z * [new branch] gh/jorgep31415/76/base -> origin/gh/jorgep31415/76/base 2025-03-21T20:17:56.1782194Z * [new branch] gh/jorgep31415/76/head -> origin/gh/jorgep31415/76/head 2025-03-21T20:17:56.1783450Z * [new branch] gh/jorgep31415/76/orig -> origin/gh/jorgep31415/76/orig 2025-03-21T20:17:56.1784582Z * [new branch] gh/jorgep31415/77/base -> origin/gh/jorgep31415/77/base 2025-03-21T20:17:56.1785979Z * [new branch] gh/jorgep31415/77/head -> origin/gh/jorgep31415/77/head 2025-03-21T20:17:56.1787415Z * [new branch] gh/jorgep31415/77/orig -> origin/gh/jorgep31415/77/orig 2025-03-21T20:17:56.1788703Z * [new branch] gh/jorgep31415/78/base -> origin/gh/jorgep31415/78/base 2025-03-21T20:17:56.1789725Z * [new branch] gh/jorgep31415/78/head -> origin/gh/jorgep31415/78/head 2025-03-21T20:17:56.1790791Z * [new branch] gh/jorgep31415/78/orig -> origin/gh/jorgep31415/78/orig 2025-03-21T20:17:56.1792359Z * [new branch] gh/jorgep31415/79/base -> origin/gh/jorgep31415/79/base 2025-03-21T20:17:56.1793238Z * [new branch] gh/jorgep31415/79/head -> origin/gh/jorgep31415/79/head 2025-03-21T20:17:56.1794255Z * [new branch] gh/jorgep31415/79/orig -> origin/gh/jorgep31415/79/orig 2025-03-21T20:17:56.1795675Z * [new branch] gh/jorgep31415/8/base -> origin/gh/jorgep31415/8/base 2025-03-21T20:17:56.1796704Z * [new branch] gh/jorgep31415/8/head -> origin/gh/jorgep31415/8/head 2025-03-21T20:17:56.1798048Z * [new branch] gh/jorgep31415/80/base -> origin/gh/jorgep31415/80/base 2025-03-21T20:17:56.1799084Z * [new branch] gh/jorgep31415/80/head -> origin/gh/jorgep31415/80/head 2025-03-21T20:17:56.1800115Z * [new branch] gh/jorgep31415/80/orig -> origin/gh/jorgep31415/80/orig 2025-03-21T20:17:56.1801481Z * [new branch] gh/jorgep31415/81/base -> origin/gh/jorgep31415/81/base 2025-03-21T20:17:56.1802392Z * [new branch] gh/jorgep31415/81/head -> origin/gh/jorgep31415/81/head 2025-03-21T20:17:56.1803383Z * [new branch] gh/jorgep31415/81/orig -> origin/gh/jorgep31415/81/orig 2025-03-21T20:17:56.1804741Z * [new branch] gh/jorgep31415/82/base -> origin/gh/jorgep31415/82/base 2025-03-21T20:17:56.1805900Z * [new branch] gh/jorgep31415/82/head -> origin/gh/jorgep31415/82/head 2025-03-21T20:17:56.1806852Z * [new branch] gh/jorgep31415/82/orig -> origin/gh/jorgep31415/82/orig 2025-03-21T20:17:56.1808410Z * [new branch] gh/jorgep31415/83/base -> origin/gh/jorgep31415/83/base 2025-03-21T20:17:56.1809299Z * [new branch] gh/jorgep31415/83/head -> origin/gh/jorgep31415/83/head 2025-03-21T20:17:56.1810531Z * [new branch] gh/jorgep31415/83/orig -> origin/gh/jorgep31415/83/orig 2025-03-21T20:17:56.1811866Z * [new branch] gh/jorgep31415/84/base -> origin/gh/jorgep31415/84/base 2025-03-21T20:17:56.1812810Z * [new branch] gh/jorgep31415/84/head -> origin/gh/jorgep31415/84/head 2025-03-21T20:17:56.1813773Z * [new branch] gh/jorgep31415/84/orig -> origin/gh/jorgep31415/84/orig 2025-03-21T20:17:56.1815135Z * [new branch] gh/jorgep31415/85/base -> origin/gh/jorgep31415/85/base 2025-03-21T20:17:56.1815994Z * [new branch] gh/jorgep31415/85/head -> origin/gh/jorgep31415/85/head 2025-03-21T20:17:56.1816878Z * [new branch] gh/jorgep31415/85/orig -> origin/gh/jorgep31415/85/orig 2025-03-21T20:17:56.1818238Z * [new branch] gh/jorgep31415/86/base -> origin/gh/jorgep31415/86/base 2025-03-21T20:17:56.1819231Z * [new branch] gh/jorgep31415/86/head -> origin/gh/jorgep31415/86/head 2025-03-21T20:17:56.1820139Z * [new branch] gh/jorgep31415/86/orig -> origin/gh/jorgep31415/86/orig 2025-03-21T20:17:56.1821456Z * [new branch] gh/jorgep31415/87/base -> origin/gh/jorgep31415/87/base 2025-03-21T20:17:56.1822403Z * [new branch] gh/jorgep31415/87/head -> origin/gh/jorgep31415/87/head 2025-03-21T20:17:56.1823437Z * [new branch] gh/jorgep31415/87/orig -> origin/gh/jorgep31415/87/orig 2025-03-21T20:17:56.1824800Z * [new branch] gh/jorgep31415/88/base -> origin/gh/jorgep31415/88/base 2025-03-21T20:17:56.1825711Z * [new branch] gh/jorgep31415/88/head -> origin/gh/jorgep31415/88/head 2025-03-21T20:17:56.1826797Z * [new branch] gh/jorgep31415/88/orig -> origin/gh/jorgep31415/88/orig 2025-03-21T20:17:56.1828927Z * [new branch] gh/jorgep31415/89/base -> origin/gh/jorgep31415/89/base 2025-03-21T20:17:56.1829514Z * [new branch] gh/jorgep31415/89/head -> origin/gh/jorgep31415/89/head 2025-03-21T20:17:56.1830432Z * [new branch] gh/jorgep31415/89/orig -> origin/gh/jorgep31415/89/orig 2025-03-21T20:17:56.1831908Z * [new branch] gh/jorgep31415/9/base -> origin/gh/jorgep31415/9/base 2025-03-21T20:17:56.1832734Z * [new branch] gh/jorgep31415/9/head -> origin/gh/jorgep31415/9/head 2025-03-21T20:17:56.1833853Z * [new branch] gh/jorgep31415/9/orig -> origin/gh/jorgep31415/9/orig 2025-03-21T20:17:56.1835281Z * [new branch] gh/jorgep31415/90/base -> origin/gh/jorgep31415/90/base 2025-03-21T20:17:56.1836179Z * [new branch] gh/jorgep31415/90/head -> origin/gh/jorgep31415/90/head 2025-03-21T20:17:56.1837103Z * [new branch] gh/jorgep31415/90/orig -> origin/gh/jorgep31415/90/orig 2025-03-21T20:17:56.1838743Z * [new branch] gh/jorgep31415/91/base -> origin/gh/jorgep31415/91/base 2025-03-21T20:17:56.1839637Z * [new branch] gh/jorgep31415/91/head -> origin/gh/jorgep31415/91/head 2025-03-21T20:17:56.1840881Z * [new branch] gh/jorgep31415/91/orig -> origin/gh/jorgep31415/91/orig 2025-03-21T20:17:56.1842338Z * [new branch] gh/jorgep31415/92/base -> origin/gh/jorgep31415/92/base 2025-03-21T20:17:56.1843222Z * [new branch] gh/jorgep31415/92/head -> origin/gh/jorgep31415/92/head 2025-03-21T20:17:56.1844466Z * [new branch] gh/jorgep31415/92/orig -> origin/gh/jorgep31415/92/orig 2025-03-21T20:17:56.1846022Z * [new branch] gh/jorgep31415/93/base -> origin/gh/jorgep31415/93/base 2025-03-21T20:17:56.1847037Z * [new branch] gh/jorgep31415/93/head -> origin/gh/jorgep31415/93/head 2025-03-21T20:17:56.1848111Z * [new branch] gh/jorgep31415/93/orig -> origin/gh/jorgep31415/93/orig 2025-03-21T20:17:56.1849611Z * [new branch] gh/jorgep31415/94/base -> origin/gh/jorgep31415/94/base 2025-03-21T20:17:56.1850599Z * [new branch] gh/jorgep31415/94/head -> origin/gh/jorgep31415/94/head 2025-03-21T20:17:56.1851845Z * [new branch] gh/jorgep31415/94/orig -> origin/gh/jorgep31415/94/orig 2025-03-21T20:17:56.1853208Z * [new branch] gh/jorgep31415/95/base -> origin/gh/jorgep31415/95/base 2025-03-21T20:17:56.1854161Z * [new branch] gh/jorgep31415/95/head -> origin/gh/jorgep31415/95/head 2025-03-21T20:17:56.1855232Z * [new branch] gh/jorgep31415/95/orig -> origin/gh/jorgep31415/95/orig 2025-03-21T20:17:56.1856771Z * [new branch] gh/jorgep31415/96/base -> origin/gh/jorgep31415/96/base 2025-03-21T20:17:56.1857757Z * [new branch] gh/jorgep31415/96/head -> origin/gh/jorgep31415/96/head 2025-03-21T20:17:56.1858860Z * [new branch] gh/jorgep31415/96/orig -> origin/gh/jorgep31415/96/orig 2025-03-21T20:17:56.1860751Z * [new branch] gh/jorgep31415/97/base -> origin/gh/jorgep31415/97/base 2025-03-21T20:17:56.1861735Z * [new branch] gh/jorgep31415/97/head -> origin/gh/jorgep31415/97/head 2025-03-21T20:17:56.1862811Z * [new branch] gh/jorgep31415/97/orig -> origin/gh/jorgep31415/97/orig 2025-03-21T20:17:56.1864316Z * [new branch] gh/jorgep31415/98/base -> origin/gh/jorgep31415/98/base 2025-03-21T20:17:56.1865191Z * [new branch] gh/jorgep31415/98/head -> origin/gh/jorgep31415/98/head 2025-03-21T20:17:56.1866269Z * [new branch] gh/jorgep31415/98/orig -> origin/gh/jorgep31415/98/orig 2025-03-21T20:17:56.1867643Z * [new branch] gh/jorgep31415/99/base -> origin/gh/jorgep31415/99/base 2025-03-21T20:17:56.1868467Z * [new branch] gh/jorgep31415/99/head -> origin/gh/jorgep31415/99/head 2025-03-21T20:17:56.1869498Z * [new branch] gh/jorgep31415/99/orig -> origin/gh/jorgep31415/99/orig 2025-03-21T20:17:56.1871298Z * [new branch] gh/kimishpatel/10/base -> origin/gh/kimishpatel/10/base 2025-03-21T20:17:56.1872164Z * [new branch] gh/kimishpatel/10/head -> origin/gh/kimishpatel/10/head 2025-03-21T20:17:56.1873260Z * [new branch] gh/kimishpatel/10/orig -> origin/gh/kimishpatel/10/orig 2025-03-21T20:17:56.1874729Z * [new branch] gh/kimishpatel/100/base -> origin/gh/kimishpatel/100/base 2025-03-21T20:17:56.1875570Z * [new branch] gh/kimishpatel/100/head -> origin/gh/kimishpatel/100/head 2025-03-21T20:17:56.1876662Z * [new branch] gh/kimishpatel/100/orig -> origin/gh/kimishpatel/100/orig 2025-03-21T20:17:56.1878260Z * [new branch] gh/kimishpatel/101/base -> origin/gh/kimishpatel/101/base 2025-03-21T20:17:56.1879209Z * [new branch] gh/kimishpatel/101/head -> origin/gh/kimishpatel/101/head 2025-03-21T20:17:56.1880288Z * [new branch] gh/kimishpatel/101/orig -> origin/gh/kimishpatel/101/orig 2025-03-21T20:17:56.1881791Z * [new branch] gh/kimishpatel/102/base -> origin/gh/kimishpatel/102/base 2025-03-21T20:17:56.1882670Z * [new branch] gh/kimishpatel/102/head -> origin/gh/kimishpatel/102/head 2025-03-21T20:17:56.1883727Z * [new branch] gh/kimishpatel/102/orig -> origin/gh/kimishpatel/102/orig 2025-03-21T20:17:56.1885229Z * [new branch] gh/kimishpatel/103/base -> origin/gh/kimishpatel/103/base 2025-03-21T20:17:56.1886100Z * [new branch] gh/kimishpatel/103/head -> origin/gh/kimishpatel/103/head 2025-03-21T20:17:56.1887181Z * [new branch] gh/kimishpatel/103/orig -> origin/gh/kimishpatel/103/orig 2025-03-21T20:17:56.1888927Z * [new branch] gh/kimishpatel/104/base -> origin/gh/kimishpatel/104/base 2025-03-21T20:17:56.1889613Z * [new branch] gh/kimishpatel/104/head -> origin/gh/kimishpatel/104/head 2025-03-21T20:17:56.1890718Z * [new branch] gh/kimishpatel/104/orig -> origin/gh/kimishpatel/104/orig 2025-03-21T20:17:56.1892438Z * [new branch] gh/kimishpatel/105/base -> origin/gh/kimishpatel/105/base 2025-03-21T20:17:56.1893177Z * [new branch] gh/kimishpatel/105/head -> origin/gh/kimishpatel/105/head 2025-03-21T20:17:56.1894260Z * [new branch] gh/kimishpatel/105/orig -> origin/gh/kimishpatel/105/orig 2025-03-21T20:17:56.1895701Z * [new branch] gh/kimishpatel/106/base -> origin/gh/kimishpatel/106/base 2025-03-21T20:17:56.1896697Z * [new branch] gh/kimishpatel/106/head -> origin/gh/kimishpatel/106/head 2025-03-21T20:17:56.1898722Z * [new branch] gh/kimishpatel/106/orig -> origin/gh/kimishpatel/106/orig 2025-03-21T20:17:56.1899896Z * [new branch] gh/kimishpatel/107/base -> origin/gh/kimishpatel/107/base 2025-03-21T20:17:56.1900765Z * [new branch] gh/kimishpatel/107/head -> origin/gh/kimishpatel/107/head 2025-03-21T20:17:56.1901721Z * [new branch] gh/kimishpatel/107/orig -> origin/gh/kimishpatel/107/orig 2025-03-21T20:17:56.1903274Z * [new branch] gh/kimishpatel/108/base -> origin/gh/kimishpatel/108/base 2025-03-21T20:17:56.1904351Z * [new branch] gh/kimishpatel/108/head -> origin/gh/kimishpatel/108/head 2025-03-21T20:17:56.1905484Z * [new branch] gh/kimishpatel/108/orig -> origin/gh/kimishpatel/108/orig 2025-03-21T20:17:56.1907064Z * [new branch] gh/kimishpatel/109/base -> origin/gh/kimishpatel/109/base 2025-03-21T20:17:56.1907851Z * [new branch] gh/kimishpatel/109/head -> origin/gh/kimishpatel/109/head 2025-03-21T20:17:56.1909048Z * [new branch] gh/kimishpatel/109/orig -> origin/gh/kimishpatel/109/orig 2025-03-21T20:17:56.1911011Z * [new branch] gh/kimishpatel/11/base -> origin/gh/kimishpatel/11/base 2025-03-21T20:17:56.1911807Z * [new branch] gh/kimishpatel/11/head -> origin/gh/kimishpatel/11/head 2025-03-21T20:17:56.1912877Z * [new branch] gh/kimishpatel/11/orig -> origin/gh/kimishpatel/11/orig 2025-03-21T20:17:56.1914401Z * [new branch] gh/kimishpatel/110/base -> origin/gh/kimishpatel/110/base 2025-03-21T20:17:56.1915468Z * [new branch] gh/kimishpatel/110/head -> origin/gh/kimishpatel/110/head 2025-03-21T20:17:56.1916563Z * [new branch] gh/kimishpatel/110/orig -> origin/gh/kimishpatel/110/orig 2025-03-21T20:17:56.1918228Z * [new branch] gh/kimishpatel/111/base -> origin/gh/kimishpatel/111/base 2025-03-21T20:17:56.1919334Z * [new branch] gh/kimishpatel/111/head -> origin/gh/kimishpatel/111/head 2025-03-21T20:17:56.1920418Z * [new branch] gh/kimishpatel/111/orig -> origin/gh/kimishpatel/111/orig 2025-03-21T20:17:56.1922020Z * [new branch] gh/kimishpatel/112/base -> origin/gh/kimishpatel/112/base 2025-03-21T20:17:56.1923029Z * [new branch] gh/kimishpatel/112/head -> origin/gh/kimishpatel/112/head 2025-03-21T20:17:56.1924141Z * [new branch] gh/kimishpatel/112/orig -> origin/gh/kimishpatel/112/orig 2025-03-21T20:17:56.1925691Z * [new branch] gh/kimishpatel/113/base -> origin/gh/kimishpatel/113/base 2025-03-21T20:17:56.1927351Z * [new branch] gh/kimishpatel/114/base -> origin/gh/kimishpatel/114/base 2025-03-21T20:17:56.1929289Z * [new branch] gh/kimishpatel/115/base -> origin/gh/kimishpatel/115/base 2025-03-21T20:17:56.1930449Z * [new branch] gh/kimishpatel/115/head -> origin/gh/kimishpatel/115/head 2025-03-21T20:17:56.1931704Z * [new branch] gh/kimishpatel/115/orig -> origin/gh/kimishpatel/115/orig 2025-03-21T20:17:56.1933406Z * [new branch] gh/kimishpatel/116/base -> origin/gh/kimishpatel/116/base 2025-03-21T20:17:56.1934505Z * [new branch] gh/kimishpatel/116/head -> origin/gh/kimishpatel/116/head 2025-03-21T20:17:56.1935610Z * [new branch] gh/kimishpatel/116/orig -> origin/gh/kimishpatel/116/orig 2025-03-21T20:17:56.1958456Z * [new branch] gh/kimishpatel/117/base -> origin/gh/kimishpatel/117/base 2025-03-21T20:17:56.1959123Z * [new branch] gh/kimishpatel/117/head -> origin/gh/kimishpatel/117/head 2025-03-21T20:17:56.1959914Z * [new branch] gh/kimishpatel/117/orig -> origin/gh/kimishpatel/117/orig 2025-03-21T20:17:56.1960515Z * [new branch] gh/kimishpatel/118/base -> origin/gh/kimishpatel/118/base 2025-03-21T20:17:56.1961124Z * [new branch] gh/kimishpatel/118/head -> origin/gh/kimishpatel/118/head 2025-03-21T20:17:56.1961378Z * [new branch] gh/kimishpatel/118/orig -> origin/gh/kimishpatel/118/orig 2025-03-21T20:17:56.1961629Z * [new branch] gh/kimishpatel/119/base -> origin/gh/kimishpatel/119/base 2025-03-21T20:17:56.1961880Z * [new branch] gh/kimishpatel/119/head -> origin/gh/kimishpatel/119/head 2025-03-21T20:17:56.1962123Z * [new branch] gh/kimishpatel/119/orig -> origin/gh/kimishpatel/119/orig 2025-03-21T20:17:56.1962362Z * [new branch] gh/kimishpatel/12/base -> origin/gh/kimishpatel/12/base 2025-03-21T20:17:56.1962611Z * [new branch] gh/kimishpatel/12/head -> origin/gh/kimishpatel/12/head 2025-03-21T20:17:56.1962850Z * [new branch] gh/kimishpatel/12/orig -> origin/gh/kimishpatel/12/orig 2025-03-21T20:17:56.1963098Z * [new branch] gh/kimishpatel/120/base -> origin/gh/kimishpatel/120/base 2025-03-21T20:17:56.1963336Z * [new branch] gh/kimishpatel/120/head -> origin/gh/kimishpatel/120/head 2025-03-21T20:17:56.1963586Z * [new branch] gh/kimishpatel/120/orig -> origin/gh/kimishpatel/120/orig 2025-03-21T20:17:56.1963825Z * [new branch] gh/kimishpatel/121/base -> origin/gh/kimishpatel/121/base 2025-03-21T20:17:56.1964060Z * [new branch] gh/kimishpatel/121/head -> origin/gh/kimishpatel/121/head 2025-03-21T20:17:56.1964315Z * [new branch] gh/kimishpatel/121/orig -> origin/gh/kimishpatel/121/orig 2025-03-21T20:17:56.1964551Z * [new branch] gh/kimishpatel/122/base -> origin/gh/kimishpatel/122/base 2025-03-21T20:17:56.1964805Z * [new branch] gh/kimishpatel/122/head -> origin/gh/kimishpatel/122/head 2025-03-21T20:17:56.1965045Z * [new branch] gh/kimishpatel/122/orig -> origin/gh/kimishpatel/122/orig 2025-03-21T20:17:56.1965292Z * [new branch] gh/kimishpatel/123/base -> origin/gh/kimishpatel/123/base 2025-03-21T20:17:56.1965528Z * [new branch] gh/kimishpatel/123/head -> origin/gh/kimishpatel/123/head 2025-03-21T20:17:56.1965779Z * [new branch] gh/kimishpatel/123/orig -> origin/gh/kimishpatel/123/orig 2025-03-21T20:17:56.1966047Z * [new branch] gh/kimishpatel/124/base -> origin/gh/kimishpatel/124/base 2025-03-21T20:17:56.1967841Z * [new branch] gh/kimishpatel/125/base -> origin/gh/kimishpatel/125/base 2025-03-21T20:17:56.1969418Z * [new branch] gh/kimishpatel/126/base -> origin/gh/kimishpatel/126/base 2025-03-21T20:17:56.1971024Z * [new branch] gh/kimishpatel/127/base -> origin/gh/kimishpatel/127/base 2025-03-21T20:17:56.1972727Z * [new branch] gh/kimishpatel/128/base -> origin/gh/kimishpatel/128/base 2025-03-21T20:17:56.1974309Z * [new branch] gh/kimishpatel/129/base -> origin/gh/kimishpatel/129/base 2025-03-21T20:17:56.1975969Z * [new branch] gh/kimishpatel/13/base -> origin/gh/kimishpatel/13/base 2025-03-21T20:17:56.1976977Z * [new branch] gh/kimishpatel/13/head -> origin/gh/kimishpatel/13/head 2025-03-21T20:17:56.1978221Z * [new branch] gh/kimishpatel/13/orig -> origin/gh/kimishpatel/13/orig 2025-03-21T20:17:56.1980008Z * [new branch] gh/kimishpatel/130/base -> origin/gh/kimishpatel/130/base 2025-03-21T20:17:56.1981420Z * [new branch] gh/kimishpatel/131/base -> origin/gh/kimishpatel/131/base 2025-03-21T20:17:56.1983532Z * [new branch] gh/kimishpatel/132/base -> origin/gh/kimishpatel/132/base 2025-03-21T20:17:56.1985127Z * [new branch] gh/kimishpatel/133/base -> origin/gh/kimishpatel/133/base 2025-03-21T20:17:56.1986243Z * [new branch] gh/kimishpatel/133/head -> origin/gh/kimishpatel/133/head 2025-03-21T20:17:56.1987487Z * [new branch] gh/kimishpatel/133/orig -> origin/gh/kimishpatel/133/orig 2025-03-21T20:17:56.1988898Z * [new branch] gh/kimishpatel/134/base -> origin/gh/kimishpatel/134/base 2025-03-21T20:17:56.1990036Z * [new branch] gh/kimishpatel/134/head -> origin/gh/kimishpatel/134/head 2025-03-21T20:17:56.1991208Z * [new branch] gh/kimishpatel/134/orig -> origin/gh/kimishpatel/134/orig 2025-03-21T20:17:56.1992850Z * [new branch] gh/kimishpatel/135/base -> origin/gh/kimishpatel/135/base 2025-03-21T20:17:56.1993980Z * [new branch] gh/kimishpatel/135/head -> origin/gh/kimishpatel/135/head 2025-03-21T20:17:56.1995128Z * [new branch] gh/kimishpatel/135/orig -> origin/gh/kimishpatel/135/orig 2025-03-21T20:17:56.1996713Z * [new branch] gh/kimishpatel/136/base -> origin/gh/kimishpatel/136/base 2025-03-21T20:17:56.1997861Z * [new branch] gh/kimishpatel/136/head -> origin/gh/kimishpatel/136/head 2025-03-21T20:17:56.1999230Z * [new branch] gh/kimishpatel/136/orig -> origin/gh/kimishpatel/136/orig 2025-03-21T20:17:56.2000866Z * [new branch] gh/kimishpatel/137/base -> origin/gh/kimishpatel/137/base 2025-03-21T20:17:56.2001988Z * [new branch] gh/kimishpatel/137/head -> origin/gh/kimishpatel/137/head 2025-03-21T20:17:56.2003187Z * [new branch] gh/kimishpatel/137/orig -> origin/gh/kimishpatel/137/orig 2025-03-21T20:17:56.2004751Z * [new branch] gh/kimishpatel/138/base -> origin/gh/kimishpatel/138/base 2025-03-21T20:17:56.2005951Z * [new branch] gh/kimishpatel/138/head -> origin/gh/kimishpatel/138/head 2025-03-21T20:17:56.2007109Z * [new branch] gh/kimishpatel/138/orig -> origin/gh/kimishpatel/138/orig 2025-03-21T20:17:56.2008786Z * [new branch] gh/kimishpatel/139/base -> origin/gh/kimishpatel/139/base 2025-03-21T20:17:56.2009944Z * [new branch] gh/kimishpatel/139/head -> origin/gh/kimishpatel/139/head 2025-03-21T20:17:56.2011037Z * [new branch] gh/kimishpatel/139/orig -> origin/gh/kimishpatel/139/orig 2025-03-21T20:17:56.2012675Z * [new branch] gh/kimishpatel/14/base -> origin/gh/kimishpatel/14/base 2025-03-21T20:17:56.2013766Z * [new branch] gh/kimishpatel/14/head -> origin/gh/kimishpatel/14/head 2025-03-21T20:17:56.2014973Z * [new branch] gh/kimishpatel/14/orig -> origin/gh/kimishpatel/14/orig 2025-03-21T20:17:56.2016515Z * [new branch] gh/kimishpatel/140/base -> origin/gh/kimishpatel/140/base 2025-03-21T20:17:56.2017613Z * [new branch] gh/kimishpatel/140/head -> origin/gh/kimishpatel/140/head 2025-03-21T20:17:56.2018645Z * [new branch] gh/kimishpatel/140/orig -> origin/gh/kimishpatel/140/orig 2025-03-21T20:17:56.2020304Z * [new branch] gh/kimishpatel/141/base -> origin/gh/kimishpatel/141/base 2025-03-21T20:17:56.2021244Z * [new branch] gh/kimishpatel/141/head -> origin/gh/kimishpatel/141/head 2025-03-21T20:17:56.2022232Z * [new branch] gh/kimishpatel/141/orig -> origin/gh/kimishpatel/141/orig 2025-03-21T20:17:56.2023981Z * [new branch] gh/kimishpatel/142/base -> origin/gh/kimishpatel/142/base 2025-03-21T20:17:56.2025852Z * [new branch] gh/kimishpatel/143/base -> origin/gh/kimishpatel/143/base 2025-03-21T20:17:56.2027176Z * [new branch] gh/kimishpatel/144/base -> origin/gh/kimishpatel/144/base 2025-03-21T20:17:56.2028674Z * [new branch] gh/kimishpatel/145/base -> origin/gh/kimishpatel/145/base 2025-03-21T20:17:56.2030186Z * [new branch] gh/kimishpatel/146/base -> origin/gh/kimishpatel/146/base 2025-03-21T20:17:56.2031900Z * [new branch] gh/kimishpatel/147/base -> origin/gh/kimishpatel/147/base 2025-03-21T20:17:56.2032923Z * [new branch] gh/kimishpatel/147/head -> origin/gh/kimishpatel/147/head 2025-03-21T20:17:56.2034171Z * [new branch] gh/kimishpatel/147/orig -> origin/gh/kimishpatel/147/orig 2025-03-21T20:17:56.2035675Z * [new branch] gh/kimishpatel/148/base -> origin/gh/kimishpatel/148/base 2025-03-21T20:17:56.2036832Z * [new branch] gh/kimishpatel/148/orig -> origin/gh/kimishpatel/148/orig 2025-03-21T20:17:56.2038923Z * [new branch] gh/kimishpatel/149/base -> origin/gh/kimishpatel/149/base 2025-03-21T20:17:56.2040179Z * [new branch] gh/kimishpatel/149/orig -> origin/gh/kimishpatel/149/orig 2025-03-21T20:17:56.2041843Z * [new branch] gh/kimishpatel/15/base -> origin/gh/kimishpatel/15/base 2025-03-21T20:17:56.2043085Z * [new branch] gh/kimishpatel/15/head -> origin/gh/kimishpatel/15/head 2025-03-21T20:17:56.2044174Z * [new branch] gh/kimishpatel/15/orig -> origin/gh/kimishpatel/15/orig 2025-03-21T20:17:56.2045867Z * [new branch] gh/kimishpatel/150/base -> origin/gh/kimishpatel/150/base 2025-03-21T20:17:56.2047435Z * [new branch] gh/kimishpatel/151/base -> origin/gh/kimishpatel/151/base 2025-03-21T20:17:56.2049129Z * [new branch] gh/kimishpatel/152/base -> origin/gh/kimishpatel/152/base 2025-03-21T20:17:56.2050665Z * [new branch] gh/kimishpatel/153/base -> origin/gh/kimishpatel/153/base 2025-03-21T20:17:56.2051871Z * [new branch] gh/kimishpatel/153/orig -> origin/gh/kimishpatel/153/orig 2025-03-21T20:17:56.2053534Z * [new branch] gh/kimishpatel/154/base -> origin/gh/kimishpatel/154/base 2025-03-21T20:17:56.2054640Z * [new branch] gh/kimishpatel/154/orig -> origin/gh/kimishpatel/154/orig 2025-03-21T20:17:56.2056251Z * [new branch] gh/kimishpatel/155/base -> origin/gh/kimishpatel/155/base 2025-03-21T20:17:56.2057439Z * [new branch] gh/kimishpatel/155/orig -> origin/gh/kimishpatel/155/orig 2025-03-21T20:17:56.2058991Z * [new branch] gh/kimishpatel/156/base -> origin/gh/kimishpatel/156/base 2025-03-21T20:17:56.2060296Z * [new branch] gh/kimishpatel/156/orig -> origin/gh/kimishpatel/156/orig 2025-03-21T20:17:56.2061917Z * [new branch] gh/kimishpatel/157/base -> origin/gh/kimishpatel/157/base 2025-03-21T20:17:56.2063483Z * [new branch] gh/kimishpatel/158/base -> origin/gh/kimishpatel/158/base 2025-03-21T20:17:56.2064642Z * [new branch] gh/kimishpatel/158/orig -> origin/gh/kimishpatel/158/orig 2025-03-21T20:17:56.2066353Z * [new branch] gh/kimishpatel/159/base -> origin/gh/kimishpatel/159/base 2025-03-21T20:17:56.2067817Z * [new branch] gh/kimishpatel/16/base -> origin/gh/kimishpatel/16/base 2025-03-21T20:17:56.2069382Z * [new branch] gh/kimishpatel/16/head -> origin/gh/kimishpatel/16/head 2025-03-21T20:17:56.2070593Z * [new branch] gh/kimishpatel/16/orig -> origin/gh/kimishpatel/16/orig 2025-03-21T20:17:56.2072169Z * [new branch] gh/kimishpatel/160/base -> origin/gh/kimishpatel/160/base 2025-03-21T20:17:56.2073386Z * [new branch] gh/kimishpatel/160/head -> origin/gh/kimishpatel/160/head 2025-03-21T20:17:56.2074497Z * [new branch] gh/kimishpatel/160/orig -> origin/gh/kimishpatel/160/orig 2025-03-21T20:17:56.2075918Z * [new branch] gh/kimishpatel/161/base -> origin/gh/kimishpatel/161/base 2025-03-21T20:17:56.2077182Z * [new branch] gh/kimishpatel/161/head -> origin/gh/kimishpatel/161/head 2025-03-21T20:17:56.2078245Z * [new branch] gh/kimishpatel/161/orig -> origin/gh/kimishpatel/161/orig 2025-03-21T20:17:56.2079897Z * [new branch] gh/kimishpatel/17/base -> origin/gh/kimishpatel/17/base 2025-03-21T20:17:56.2081005Z * [new branch] gh/kimishpatel/17/head -> origin/gh/kimishpatel/17/head 2025-03-21T20:17:56.2082171Z * [new branch] gh/kimishpatel/17/orig -> origin/gh/kimishpatel/17/orig 2025-03-21T20:17:56.2083766Z * [new branch] gh/kimishpatel/18/base -> origin/gh/kimishpatel/18/base 2025-03-21T20:17:56.2084891Z * [new branch] gh/kimishpatel/18/head -> origin/gh/kimishpatel/18/head 2025-03-21T20:17:56.2085986Z * [new branch] gh/kimishpatel/18/orig -> origin/gh/kimishpatel/18/orig 2025-03-21T20:17:56.2087595Z * [new branch] gh/kimishpatel/19/base -> origin/gh/kimishpatel/19/base 2025-03-21T20:17:56.2088789Z * [new branch] gh/kimishpatel/19/head -> origin/gh/kimishpatel/19/head 2025-03-21T20:17:56.2090357Z * [new branch] gh/kimishpatel/19/orig -> origin/gh/kimishpatel/19/orig 2025-03-21T20:17:56.2091882Z * [new branch] gh/kimishpatel/20/base -> origin/gh/kimishpatel/20/base 2025-03-21T20:17:56.2093004Z * [new branch] gh/kimishpatel/20/head -> origin/gh/kimishpatel/20/head 2025-03-21T20:17:56.2094115Z * [new branch] gh/kimishpatel/20/orig -> origin/gh/kimishpatel/20/orig 2025-03-21T20:17:56.2095928Z * [new branch] gh/kimishpatel/21/base -> origin/gh/kimishpatel/21/base 2025-03-21T20:17:56.2097170Z * [new branch] gh/kimishpatel/21/head -> origin/gh/kimishpatel/21/head 2025-03-21T20:17:56.2098456Z * [new branch] gh/kimishpatel/21/orig -> origin/gh/kimishpatel/21/orig 2025-03-21T20:17:56.2100094Z * [new branch] gh/kimishpatel/22/base -> origin/gh/kimishpatel/22/base 2025-03-21T20:17:56.2101181Z * [new branch] gh/kimishpatel/22/head -> origin/gh/kimishpatel/22/head 2025-03-21T20:17:56.2102284Z * [new branch] gh/kimishpatel/22/orig -> origin/gh/kimishpatel/22/orig 2025-03-21T20:17:56.2103931Z * [new branch] gh/kimishpatel/23/base -> origin/gh/kimishpatel/23/base 2025-03-21T20:17:56.2105087Z * [new branch] gh/kimishpatel/23/head -> origin/gh/kimishpatel/23/head 2025-03-21T20:17:56.2106208Z * [new branch] gh/kimishpatel/23/orig -> origin/gh/kimishpatel/23/orig 2025-03-21T20:17:56.2107715Z * [new branch] gh/kimishpatel/24/base -> origin/gh/kimishpatel/24/base 2025-03-21T20:17:56.2108918Z * [new branch] gh/kimishpatel/24/head -> origin/gh/kimishpatel/24/head 2025-03-21T20:17:56.2110079Z * [new branch] gh/kimishpatel/24/orig -> origin/gh/kimishpatel/24/orig 2025-03-21T20:17:56.2111729Z * [new branch] gh/kimishpatel/25/base -> origin/gh/kimishpatel/25/base 2025-03-21T20:17:56.2112851Z * [new branch] gh/kimishpatel/25/head -> origin/gh/kimishpatel/25/head 2025-03-21T20:17:56.2114037Z * [new branch] gh/kimishpatel/25/orig -> origin/gh/kimishpatel/25/orig 2025-03-21T20:17:56.2115546Z * [new branch] gh/kimishpatel/26/base -> origin/gh/kimishpatel/26/base 2025-03-21T20:17:56.2116734Z * [new branch] gh/kimishpatel/26/head -> origin/gh/kimishpatel/26/head 2025-03-21T20:17:56.2117857Z * [new branch] gh/kimishpatel/26/orig -> origin/gh/kimishpatel/26/orig 2025-03-21T20:17:56.2119543Z * [new branch] gh/kimishpatel/27/base -> origin/gh/kimishpatel/27/base 2025-03-21T20:17:56.2120783Z * [new branch] gh/kimishpatel/27/head -> origin/gh/kimishpatel/27/head 2025-03-21T20:17:56.2122210Z * [new branch] gh/kimishpatel/28/base -> origin/gh/kimishpatel/28/base 2025-03-21T20:17:56.2123292Z * [new branch] gh/kimishpatel/28/head -> origin/gh/kimishpatel/28/head 2025-03-21T20:17:56.2124832Z * [new branch] gh/kimishpatel/29/base -> origin/gh/kimishpatel/29/base 2025-03-21T20:17:56.2125808Z * [new branch] gh/kimishpatel/29/head -> origin/gh/kimishpatel/29/head 2025-03-21T20:17:56.2127281Z * [new branch] gh/kimishpatel/30/base -> origin/gh/kimishpatel/30/base 2025-03-21T20:17:56.2128398Z * [new branch] gh/kimishpatel/30/head -> origin/gh/kimishpatel/30/head 2025-03-21T20:17:56.2129516Z * [new branch] gh/kimishpatel/30/orig -> origin/gh/kimishpatel/30/orig 2025-03-21T20:17:56.2130934Z * [new branch] gh/kimishpatel/31/base -> origin/gh/kimishpatel/31/base 2025-03-21T20:17:56.2132137Z * [new branch] gh/kimishpatel/31/head -> origin/gh/kimishpatel/31/head 2025-03-21T20:17:56.2133322Z * [new branch] gh/kimishpatel/31/orig -> origin/gh/kimishpatel/31/orig 2025-03-21T20:17:56.2134918Z * [new branch] gh/kimishpatel/32/base -> origin/gh/kimishpatel/32/base 2025-03-21T20:17:56.2136006Z * [new branch] gh/kimishpatel/32/head -> origin/gh/kimishpatel/32/head 2025-03-21T20:17:56.2137266Z * [new branch] gh/kimishpatel/32/orig -> origin/gh/kimishpatel/32/orig 2025-03-21T20:17:56.2138895Z * [new branch] gh/kimishpatel/33/base -> origin/gh/kimishpatel/33/base 2025-03-21T20:17:56.2139969Z * [new branch] gh/kimishpatel/33/head -> origin/gh/kimishpatel/33/head 2025-03-21T20:17:56.2141192Z * [new branch] gh/kimishpatel/33/orig -> origin/gh/kimishpatel/33/orig 2025-03-21T20:17:56.2142696Z * [new branch] gh/kimishpatel/34/base -> origin/gh/kimishpatel/34/base 2025-03-21T20:17:56.2143862Z * [new branch] gh/kimishpatel/34/head -> origin/gh/kimishpatel/34/head 2025-03-21T20:17:56.2145134Z * [new branch] gh/kimishpatel/34/orig -> origin/gh/kimishpatel/34/orig 2025-03-21T20:17:56.2146536Z * [new branch] gh/kimishpatel/35/base -> origin/gh/kimishpatel/35/base 2025-03-21T20:17:56.2147571Z * [new branch] gh/kimishpatel/35/head -> origin/gh/kimishpatel/35/head 2025-03-21T20:17:56.2148652Z * [new branch] gh/kimishpatel/35/orig -> origin/gh/kimishpatel/35/orig 2025-03-21T20:17:56.2150038Z * [new branch] gh/kimishpatel/36/base -> origin/gh/kimishpatel/36/base 2025-03-21T20:17:56.2151261Z * [new branch] gh/kimishpatel/36/head -> origin/gh/kimishpatel/36/head 2025-03-21T20:17:56.2152454Z * [new branch] gh/kimishpatel/36/orig -> origin/gh/kimishpatel/36/orig 2025-03-21T20:17:56.2154075Z * [new branch] gh/kimishpatel/37/base -> origin/gh/kimishpatel/37/base 2025-03-21T20:17:56.2155128Z * [new branch] gh/kimishpatel/37/head -> origin/gh/kimishpatel/37/head 2025-03-21T20:17:56.2156997Z * [new branch] gh/kimishpatel/37/orig -> origin/gh/kimishpatel/37/orig 2025-03-21T20:17:56.2158212Z * [new branch] gh/kimishpatel/38/base -> origin/gh/kimishpatel/38/base 2025-03-21T20:17:56.2159829Z * [new branch] gh/kimishpatel/38/head -> origin/gh/kimishpatel/38/head 2025-03-21T20:17:56.2165094Z * [new branch] gh/kimishpatel/38/orig -> origin/gh/kimishpatel/38/orig 2025-03-21T20:17:56.2166021Z * [new branch] gh/kimishpatel/39/base -> origin/gh/kimishpatel/39/base 2025-03-21T20:17:56.2167113Z * [new branch] gh/kimishpatel/39/head -> origin/gh/kimishpatel/39/head 2025-03-21T20:17:56.2168212Z * [new branch] gh/kimishpatel/39/orig -> origin/gh/kimishpatel/39/orig 2025-03-21T20:17:56.2169862Z * [new branch] gh/kimishpatel/4/base -> origin/gh/kimishpatel/4/base 2025-03-21T20:17:56.2170923Z * [new branch] gh/kimishpatel/4/head -> origin/gh/kimishpatel/4/head 2025-03-21T20:17:56.2172033Z * [new branch] gh/kimishpatel/4/orig -> origin/gh/kimishpatel/4/orig 2025-03-21T20:17:56.2173808Z * [new branch] gh/kimishpatel/40/base -> origin/gh/kimishpatel/40/base 2025-03-21T20:17:56.2175044Z * [new branch] gh/kimishpatel/40/head -> origin/gh/kimishpatel/40/head 2025-03-21T20:17:56.2176072Z * [new branch] gh/kimishpatel/40/orig -> origin/gh/kimishpatel/40/orig 2025-03-21T20:17:56.2177951Z * [new branch] gh/kimishpatel/41/base -> origin/gh/kimishpatel/41/base 2025-03-21T20:17:56.2178854Z * [new branch] gh/kimishpatel/41/head -> origin/gh/kimishpatel/41/head 2025-03-21T20:17:56.2180001Z * [new branch] gh/kimishpatel/41/orig -> origin/gh/kimishpatel/41/orig 2025-03-21T20:17:56.2181821Z * [new branch] gh/kimishpatel/42/base -> origin/gh/kimishpatel/42/base 2025-03-21T20:17:56.2182801Z * [new branch] gh/kimishpatel/42/head -> origin/gh/kimishpatel/42/head 2025-03-21T20:17:56.2184056Z * [new branch] gh/kimishpatel/42/orig -> origin/gh/kimishpatel/42/orig 2025-03-21T20:17:56.2185786Z * [new branch] gh/kimishpatel/43/base -> origin/gh/kimishpatel/43/base 2025-03-21T20:17:56.2186688Z * [new branch] gh/kimishpatel/43/head -> origin/gh/kimishpatel/43/head 2025-03-21T20:17:56.2188012Z * [new branch] gh/kimishpatel/43/orig -> origin/gh/kimishpatel/43/orig 2025-03-21T20:17:56.2189704Z * [new branch] gh/kimishpatel/44/base -> origin/gh/kimishpatel/44/base 2025-03-21T20:17:56.2190711Z * [new branch] gh/kimishpatel/44/head -> origin/gh/kimishpatel/44/head 2025-03-21T20:17:56.2191853Z * [new branch] gh/kimishpatel/44/orig -> origin/gh/kimishpatel/44/orig 2025-03-21T20:17:56.2193467Z * [new branch] gh/kimishpatel/45/base -> origin/gh/kimishpatel/45/base 2025-03-21T20:17:56.2194464Z * [new branch] gh/kimishpatel/45/head -> origin/gh/kimishpatel/45/head 2025-03-21T20:17:56.2195522Z * [new branch] gh/kimishpatel/45/orig -> origin/gh/kimishpatel/45/orig 2025-03-21T20:17:56.2197040Z * [new branch] gh/kimishpatel/46/base -> origin/gh/kimishpatel/46/base 2025-03-21T20:17:56.2198074Z * [new branch] gh/kimishpatel/46/head -> origin/gh/kimishpatel/46/head 2025-03-21T20:17:56.2199256Z * [new branch] gh/kimishpatel/46/orig -> origin/gh/kimishpatel/46/orig 2025-03-21T20:17:56.2200982Z * [new branch] gh/kimishpatel/47/base -> origin/gh/kimishpatel/47/base 2025-03-21T20:17:56.2202011Z * [new branch] gh/kimishpatel/47/head -> origin/gh/kimishpatel/47/head 2025-03-21T20:17:56.2203136Z * [new branch] gh/kimishpatel/47/orig -> origin/gh/kimishpatel/47/orig 2025-03-21T20:17:56.2204886Z * [new branch] gh/kimishpatel/48/base -> origin/gh/kimishpatel/48/base 2025-03-21T20:17:56.2205900Z * [new branch] gh/kimishpatel/48/head -> origin/gh/kimishpatel/48/head 2025-03-21T20:17:56.2207370Z * [new branch] gh/kimishpatel/48/orig -> origin/gh/kimishpatel/48/orig 2025-03-21T20:17:56.2208847Z * [new branch] gh/kimishpatel/49/base -> origin/gh/kimishpatel/49/base 2025-03-21T20:17:56.2209950Z * [new branch] gh/kimishpatel/49/head -> origin/gh/kimishpatel/49/head 2025-03-21T20:17:56.2211249Z * [new branch] gh/kimishpatel/49/orig -> origin/gh/kimishpatel/49/orig 2025-03-21T20:17:56.2212897Z * [new branch] gh/kimishpatel/5/base -> origin/gh/kimishpatel/5/base 2025-03-21T20:17:56.2214081Z * [new branch] gh/kimishpatel/5/head -> origin/gh/kimishpatel/5/head 2025-03-21T20:17:56.2215417Z * [new branch] gh/kimishpatel/5/orig -> origin/gh/kimishpatel/5/orig 2025-03-21T20:17:56.2217030Z * [new branch] gh/kimishpatel/50/base -> origin/gh/kimishpatel/50/base 2025-03-21T20:17:56.2218228Z * [new branch] gh/kimishpatel/50/head -> origin/gh/kimishpatel/50/head 2025-03-21T20:17:56.2219378Z * [new branch] gh/kimishpatel/50/orig -> origin/gh/kimishpatel/50/orig 2025-03-21T20:17:56.2221748Z * [new branch] gh/kimishpatel/51/base -> origin/gh/kimishpatel/51/base 2025-03-21T20:17:56.2222278Z * [new branch] gh/kimishpatel/51/head -> origin/gh/kimishpatel/51/head 2025-03-21T20:17:56.2223283Z * [new branch] gh/kimishpatel/51/orig -> origin/gh/kimishpatel/51/orig 2025-03-21T20:17:56.2224689Z * [new branch] gh/kimishpatel/52/base -> origin/gh/kimishpatel/52/base 2025-03-21T20:17:56.2225844Z * [new branch] gh/kimishpatel/52/head -> origin/gh/kimishpatel/52/head 2025-03-21T20:17:56.2226995Z * [new branch] gh/kimishpatel/52/orig -> origin/gh/kimishpatel/52/orig 2025-03-21T20:17:56.2228366Z * [new branch] gh/kimishpatel/53/base -> origin/gh/kimishpatel/53/base 2025-03-21T20:17:56.2229504Z * [new branch] gh/kimishpatel/53/head -> origin/gh/kimishpatel/53/head 2025-03-21T20:17:56.2230610Z * [new branch] gh/kimishpatel/53/orig -> origin/gh/kimishpatel/53/orig 2025-03-21T20:17:56.2232178Z * [new branch] gh/kimishpatel/54/base -> origin/gh/kimishpatel/54/base 2025-03-21T20:17:56.2233310Z * [new branch] gh/kimishpatel/54/head -> origin/gh/kimishpatel/54/head 2025-03-21T20:17:56.2234410Z * [new branch] gh/kimishpatel/54/orig -> origin/gh/kimishpatel/54/orig 2025-03-21T20:17:56.2236015Z * [new branch] gh/kimishpatel/55/base -> origin/gh/kimishpatel/55/base 2025-03-21T20:17:56.2237168Z * [new branch] gh/kimishpatel/55/head -> origin/gh/kimishpatel/55/head 2025-03-21T20:17:56.2238478Z * [new branch] gh/kimishpatel/55/orig -> origin/gh/kimishpatel/55/orig 2025-03-21T20:17:56.2240023Z * [new branch] gh/kimishpatel/56/base -> origin/gh/kimishpatel/56/base 2025-03-21T20:17:56.2241250Z * [new branch] gh/kimishpatel/56/head -> origin/gh/kimishpatel/56/head 2025-03-21T20:17:56.2242557Z * [new branch] gh/kimishpatel/56/orig -> origin/gh/kimishpatel/56/orig 2025-03-21T20:17:56.2244127Z * [new branch] gh/kimishpatel/57/base -> origin/gh/kimishpatel/57/base 2025-03-21T20:17:56.2245317Z * [new branch] gh/kimishpatel/57/head -> origin/gh/kimishpatel/57/head 2025-03-21T20:17:56.2246362Z * [new branch] gh/kimishpatel/57/orig -> origin/gh/kimishpatel/57/orig 2025-03-21T20:17:56.2247912Z * [new branch] gh/kimishpatel/58/base -> origin/gh/kimishpatel/58/base 2025-03-21T20:17:56.2249170Z * [new branch] gh/kimishpatel/58/head -> origin/gh/kimishpatel/58/head 2025-03-21T20:17:56.2250202Z * [new branch] gh/kimishpatel/58/orig -> origin/gh/kimishpatel/58/orig 2025-03-21T20:17:56.2251792Z * [new branch] gh/kimishpatel/59/base -> origin/gh/kimishpatel/59/base 2025-03-21T20:17:56.2252956Z * [new branch] gh/kimishpatel/59/head -> origin/gh/kimishpatel/59/head 2025-03-21T20:17:56.2254224Z * [new branch] gh/kimishpatel/59/orig -> origin/gh/kimishpatel/59/orig 2025-03-21T20:17:56.2255764Z * [new branch] gh/kimishpatel/6/base -> origin/gh/kimishpatel/6/base 2025-03-21T20:17:56.2257368Z * [new branch] gh/kimishpatel/6/head -> origin/gh/kimishpatel/6/head 2025-03-21T20:17:56.2258636Z * [new branch] gh/kimishpatel/6/orig -> origin/gh/kimishpatel/6/orig 2025-03-21T20:17:56.2260488Z * [new branch] gh/kimishpatel/60/base -> origin/gh/kimishpatel/60/base 2025-03-21T20:17:56.2261669Z * [new branch] gh/kimishpatel/60/head -> origin/gh/kimishpatel/60/head 2025-03-21T20:17:56.2262869Z * [new branch] gh/kimishpatel/60/orig -> origin/gh/kimishpatel/60/orig 2025-03-21T20:17:56.2264560Z * [new branch] gh/kimishpatel/61/base -> origin/gh/kimishpatel/61/base 2025-03-21T20:17:56.2265781Z * [new branch] gh/kimishpatel/61/head -> origin/gh/kimishpatel/61/head 2025-03-21T20:17:56.2266884Z * [new branch] gh/kimishpatel/61/orig -> origin/gh/kimishpatel/61/orig 2025-03-21T20:17:56.2268646Z * [new branch] gh/kimishpatel/62/base -> origin/gh/kimishpatel/62/base 2025-03-21T20:17:56.2269666Z * [new branch] gh/kimishpatel/62/head -> origin/gh/kimishpatel/62/head 2025-03-21T20:17:56.2270827Z * [new branch] gh/kimishpatel/62/orig -> origin/gh/kimishpatel/62/orig 2025-03-21T20:17:56.2272411Z * [new branch] gh/kimishpatel/63/base -> origin/gh/kimishpatel/63/base 2025-03-21T20:17:56.2273516Z * [new branch] gh/kimishpatel/63/head -> origin/gh/kimishpatel/63/head 2025-03-21T20:17:56.2274699Z * [new branch] gh/kimishpatel/63/orig -> origin/gh/kimishpatel/63/orig 2025-03-21T20:17:56.2276411Z * [new branch] gh/kimishpatel/64/base -> origin/gh/kimishpatel/64/base 2025-03-21T20:17:56.2277612Z * [new branch] gh/kimishpatel/64/head -> origin/gh/kimishpatel/64/head 2025-03-21T20:17:56.2278975Z * [new branch] gh/kimishpatel/64/orig -> origin/gh/kimishpatel/64/orig 2025-03-21T20:17:56.2280582Z * [new branch] gh/kimishpatel/65/base -> origin/gh/kimishpatel/65/base 2025-03-21T20:17:56.2281596Z * [new branch] gh/kimishpatel/65/head -> origin/gh/kimishpatel/65/head 2025-03-21T20:17:56.2282834Z * [new branch] gh/kimishpatel/65/orig -> origin/gh/kimishpatel/65/orig 2025-03-21T20:17:56.2284315Z * [new branch] gh/kimishpatel/66/base -> origin/gh/kimishpatel/66/base 2025-03-21T20:17:56.2285415Z * [new branch] gh/kimishpatel/66/head -> origin/gh/kimishpatel/66/head 2025-03-21T20:17:56.2286747Z * [new branch] gh/kimishpatel/66/orig -> origin/gh/kimishpatel/66/orig 2025-03-21T20:17:56.2288227Z * [new branch] gh/kimishpatel/67/base -> origin/gh/kimishpatel/67/base 2025-03-21T20:17:56.2289808Z * [new branch] gh/kimishpatel/67/head -> origin/gh/kimishpatel/67/head 2025-03-21T20:17:56.2290994Z * [new branch] gh/kimishpatel/67/orig -> origin/gh/kimishpatel/67/orig 2025-03-21T20:17:56.2292601Z * [new branch] gh/kimishpatel/68/base -> origin/gh/kimishpatel/68/base 2025-03-21T20:17:56.2293853Z * [new branch] gh/kimishpatel/68/head -> origin/gh/kimishpatel/68/head 2025-03-21T20:17:56.2294940Z * [new branch] gh/kimishpatel/68/orig -> origin/gh/kimishpatel/68/orig 2025-03-21T20:17:56.2296593Z * [new branch] gh/kimishpatel/69/base -> origin/gh/kimishpatel/69/base 2025-03-21T20:17:56.2297813Z * [new branch] gh/kimishpatel/69/head -> origin/gh/kimishpatel/69/head 2025-03-21T20:17:56.2298846Z * [new branch] gh/kimishpatel/69/orig -> origin/gh/kimishpatel/69/orig 2025-03-21T20:17:56.2300410Z * [new branch] gh/kimishpatel/70/base -> origin/gh/kimishpatel/70/base 2025-03-21T20:17:56.2301615Z * [new branch] gh/kimishpatel/70/head -> origin/gh/kimishpatel/70/head 2025-03-21T20:17:56.2302684Z * [new branch] gh/kimishpatel/70/orig -> origin/gh/kimishpatel/70/orig 2025-03-21T20:17:56.2304298Z * [new branch] gh/kimishpatel/71/base -> origin/gh/kimishpatel/71/base 2025-03-21T20:17:56.2305510Z * [new branch] gh/kimishpatel/71/head -> origin/gh/kimishpatel/71/head 2025-03-21T20:17:56.2306501Z * [new branch] gh/kimishpatel/71/orig -> origin/gh/kimishpatel/71/orig 2025-03-21T20:17:56.2308233Z * [new branch] gh/kimishpatel/72/base -> origin/gh/kimishpatel/72/base 2025-03-21T20:17:56.2309507Z * [new branch] gh/kimishpatel/72/head -> origin/gh/kimishpatel/72/head 2025-03-21T20:17:56.2310575Z * [new branch] gh/kimishpatel/72/orig -> origin/gh/kimishpatel/72/orig 2025-03-21T20:17:56.2312025Z * [new branch] gh/kimishpatel/73/base -> origin/gh/kimishpatel/73/base 2025-03-21T20:17:56.2313161Z * [new branch] gh/kimishpatel/73/head -> origin/gh/kimishpatel/73/head 2025-03-21T20:17:56.2314486Z * [new branch] gh/kimishpatel/73/orig -> origin/gh/kimishpatel/73/orig 2025-03-21T20:17:56.2316001Z * [new branch] gh/kimishpatel/74/base -> origin/gh/kimishpatel/74/base 2025-03-21T20:17:56.2317160Z * [new branch] gh/kimishpatel/74/head -> origin/gh/kimishpatel/74/head 2025-03-21T20:17:56.2318247Z * [new branch] gh/kimishpatel/74/orig -> origin/gh/kimishpatel/74/orig 2025-03-21T20:17:56.2319925Z * [new branch] gh/kimishpatel/75/base -> origin/gh/kimishpatel/75/base 2025-03-21T20:17:56.2320959Z * [new branch] gh/kimishpatel/75/head -> origin/gh/kimishpatel/75/head 2025-03-21T20:17:56.2322122Z * [new branch] gh/kimishpatel/75/orig -> origin/gh/kimishpatel/75/orig 2025-03-21T20:17:56.2323490Z * [new branch] gh/kimishpatel/76/base -> origin/gh/kimishpatel/76/base 2025-03-21T20:17:56.2324682Z * [new branch] gh/kimishpatel/76/head -> origin/gh/kimishpatel/76/head 2025-03-21T20:17:56.2325686Z * [new branch] gh/kimishpatel/76/orig -> origin/gh/kimishpatel/76/orig 2025-03-21T20:17:56.2327222Z * [new branch] gh/kimishpatel/77/base -> origin/gh/kimishpatel/77/base 2025-03-21T20:17:56.2328417Z * [new branch] gh/kimishpatel/77/head -> origin/gh/kimishpatel/77/head 2025-03-21T20:17:56.2329504Z * [new branch] gh/kimishpatel/77/orig -> origin/gh/kimishpatel/77/orig 2025-03-21T20:17:56.2330861Z * [new branch] gh/kimishpatel/78/base -> origin/gh/kimishpatel/78/base 2025-03-21T20:17:56.2332012Z * [new branch] gh/kimishpatel/78/head -> origin/gh/kimishpatel/78/head 2025-03-21T20:17:56.2333081Z * [new branch] gh/kimishpatel/78/orig -> origin/gh/kimishpatel/78/orig 2025-03-21T20:17:56.2334449Z * [new branch] gh/kimishpatel/79/base -> origin/gh/kimishpatel/79/base 2025-03-21T20:17:56.2335611Z * [new branch] gh/kimishpatel/79/head -> origin/gh/kimishpatel/79/head 2025-03-21T20:17:56.2336723Z * [new branch] gh/kimishpatel/79/orig -> origin/gh/kimishpatel/79/orig 2025-03-21T20:17:56.2338101Z * [new branch] gh/kimishpatel/80/base -> origin/gh/kimishpatel/80/base 2025-03-21T20:17:56.2339239Z * [new branch] gh/kimishpatel/80/head -> origin/gh/kimishpatel/80/head 2025-03-21T20:17:56.2340350Z * [new branch] gh/kimishpatel/80/orig -> origin/gh/kimishpatel/80/orig 2025-03-21T20:17:56.2341764Z * [new branch] gh/kimishpatel/81/base -> origin/gh/kimishpatel/81/base 2025-03-21T20:17:56.2342782Z * [new branch] gh/kimishpatel/81/head -> origin/gh/kimishpatel/81/head 2025-03-21T20:17:56.2343886Z * [new branch] gh/kimishpatel/81/orig -> origin/gh/kimishpatel/81/orig 2025-03-21T20:17:56.2345278Z * [new branch] gh/kimishpatel/82/base -> origin/gh/kimishpatel/82/base 2025-03-21T20:17:56.2346426Z * [new branch] gh/kimishpatel/82/head -> origin/gh/kimishpatel/82/head 2025-03-21T20:17:56.2347604Z * [new branch] gh/kimishpatel/82/orig -> origin/gh/kimishpatel/82/orig 2025-03-21T20:17:56.2349125Z * [new branch] gh/kimishpatel/83/base -> origin/gh/kimishpatel/83/base 2025-03-21T20:17:56.2350282Z * [new branch] gh/kimishpatel/83/head -> origin/gh/kimishpatel/83/head 2025-03-21T20:17:56.2351391Z * [new branch] gh/kimishpatel/83/orig -> origin/gh/kimishpatel/83/orig 2025-03-21T20:17:56.2352781Z * [new branch] gh/kimishpatel/84/base -> origin/gh/kimishpatel/84/base 2025-03-21T20:17:56.2353958Z * [new branch] gh/kimishpatel/84/head -> origin/gh/kimishpatel/84/head 2025-03-21T20:17:56.2355094Z * [new branch] gh/kimishpatel/84/orig -> origin/gh/kimishpatel/84/orig 2025-03-21T20:17:56.2356640Z * [new branch] gh/kimishpatel/85/base -> origin/gh/kimishpatel/85/base 2025-03-21T20:17:56.2360097Z * [new branch] gh/kimishpatel/85/head -> origin/gh/kimishpatel/85/head 2025-03-21T20:17:56.2363316Z * [new branch] gh/kimishpatel/85/orig -> origin/gh/kimishpatel/85/orig 2025-03-21T20:17:56.2364524Z * [new branch] gh/kimishpatel/86/base -> origin/gh/kimishpatel/86/base 2025-03-21T20:17:56.2365710Z * [new branch] gh/kimishpatel/86/head -> origin/gh/kimishpatel/86/head 2025-03-21T20:17:56.2366813Z * [new branch] gh/kimishpatel/86/orig -> origin/gh/kimishpatel/86/orig 2025-03-21T20:17:56.2368236Z * [new branch] gh/kimishpatel/87/base -> origin/gh/kimishpatel/87/base 2025-03-21T20:17:56.2369410Z * [new branch] gh/kimishpatel/87/head -> origin/gh/kimishpatel/87/head 2025-03-21T20:17:56.2370604Z * [new branch] gh/kimishpatel/87/orig -> origin/gh/kimishpatel/87/orig 2025-03-21T20:17:56.2372155Z * [new branch] gh/kimishpatel/88/base -> origin/gh/kimishpatel/88/base 2025-03-21T20:17:56.2373566Z * [new branch] gh/kimishpatel/88/head -> origin/gh/kimishpatel/88/head 2025-03-21T20:17:56.2374527Z * [new branch] gh/kimishpatel/88/orig -> origin/gh/kimishpatel/88/orig 2025-03-21T20:17:56.2378870Z * [new branch] gh/kimishpatel/89/base -> origin/gh/kimishpatel/89/base 2025-03-21T20:17:56.2380591Z * [new branch] gh/kimishpatel/89/head -> origin/gh/kimishpatel/89/head 2025-03-21T20:17:56.2380905Z * [new branch] gh/kimishpatel/89/orig -> origin/gh/kimishpatel/89/orig 2025-03-21T20:17:56.2381171Z * [new branch] gh/kimishpatel/9/base -> origin/gh/kimishpatel/9/base 2025-03-21T20:17:56.2381557Z * [new branch] gh/kimishpatel/9/head -> origin/gh/kimishpatel/9/head 2025-03-21T20:17:56.2381803Z * [new branch] gh/kimishpatel/9/orig -> origin/gh/kimishpatel/9/orig 2025-03-21T20:17:56.2383254Z * [new branch] gh/kimishpatel/90/head -> origin/gh/kimishpatel/90/head 2025-03-21T20:17:56.2384710Z * [new branch] gh/kimishpatel/91/orig -> origin/gh/kimishpatel/91/orig 2025-03-21T20:17:56.2386122Z * [new branch] gh/kimishpatel/92/orig -> origin/gh/kimishpatel/92/orig 2025-03-21T20:17:56.2387473Z * [new branch] gh/kimishpatel/93/orig -> origin/gh/kimishpatel/93/orig 2025-03-21T20:17:56.2388745Z * [new branch] gh/kimishpatel/98/base -> origin/gh/kimishpatel/98/base 2025-03-21T20:17:56.2389942Z * [new branch] gh/kimishpatel/98/head -> origin/gh/kimishpatel/98/head 2025-03-21T20:17:56.2390575Z * [new branch] gh/kimishpatel/98/orig -> origin/gh/kimishpatel/98/orig 2025-03-21T20:17:56.2391943Z * [new branch] gh/kimishpatel/99/base -> origin/gh/kimishpatel/99/base 2025-03-21T20:17:56.2392940Z * [new branch] gh/kimishpatel/99/head -> origin/gh/kimishpatel/99/head 2025-03-21T20:17:56.2393899Z * [new branch] gh/kimishpatel/99/orig -> origin/gh/kimishpatel/99/orig 2025-03-21T20:17:56.2395581Z * [new branch] gh/kirklandsign/1/base -> origin/gh/kirklandsign/1/base 2025-03-21T20:17:56.2397013Z * [new branch] gh/kirklandsign/1/orig -> origin/gh/kirklandsign/1/orig 2025-03-21T20:17:56.2398069Z * [new branch] gh/kirklandsign/12/base -> origin/gh/kirklandsign/12/base 2025-03-21T20:17:56.2399393Z * [new branch] gh/kirklandsign/12/orig -> origin/gh/kirklandsign/12/orig 2025-03-21T20:17:56.2400643Z * [new branch] gh/kirklandsign/13/base -> origin/gh/kirklandsign/13/base 2025-03-21T20:17:56.2402038Z * [new branch] gh/kirklandsign/14/base -> origin/gh/kirklandsign/14/base 2025-03-21T20:17:56.2403486Z * [new branch] gh/kirklandsign/15/base -> origin/gh/kirklandsign/15/base 2025-03-21T20:17:56.2404494Z * [new branch] gh/kirklandsign/15/head -> origin/gh/kirklandsign/15/head 2025-03-21T20:17:56.2405762Z * [new branch] gh/kirklandsign/16/base -> origin/gh/kirklandsign/16/base 2025-03-21T20:17:56.2407067Z * [new branch] gh/kirklandsign/17/base -> origin/gh/kirklandsign/17/base 2025-03-21T20:17:56.2408196Z * [new branch] gh/kirklandsign/17/head -> origin/gh/kirklandsign/17/head 2025-03-21T20:17:56.2409036Z * [new branch] gh/kirklandsign/17/orig -> origin/gh/kirklandsign/17/orig 2025-03-21T20:17:56.2410322Z * [new branch] gh/kirklandsign/2/base -> origin/gh/kirklandsign/2/base 2025-03-21T20:17:56.2411309Z * [new branch] gh/kirklandsign/2/head -> origin/gh/kirklandsign/2/head 2025-03-21T20:17:56.2412278Z * [new branch] gh/kirklandsign/2/orig -> origin/gh/kirklandsign/2/orig 2025-03-21T20:17:56.2413652Z * [new branch] gh/kirklandsign/3/base -> origin/gh/kirklandsign/3/base 2025-03-21T20:17:56.2414614Z * [new branch] gh/kirklandsign/3/head -> origin/gh/kirklandsign/3/head 2025-03-21T20:17:56.2415594Z * [new branch] gh/kirklandsign/3/orig -> origin/gh/kirklandsign/3/orig 2025-03-21T20:17:56.2416941Z * [new branch] gh/kirklandsign/4/base -> origin/gh/kirklandsign/4/base 2025-03-21T20:17:56.2417941Z * [new branch] gh/kirklandsign/4/orig -> origin/gh/kirklandsign/4/orig 2025-03-21T20:17:56.2419319Z * [new branch] gh/kirklandsign/5/base -> origin/gh/kirklandsign/5/base 2025-03-21T20:17:56.2421038Z * [new branch] gh/larryliu0820/10/base -> origin/gh/larryliu0820/10/base 2025-03-21T20:17:56.2422080Z * [new branch] gh/larryliu0820/10/head -> origin/gh/larryliu0820/10/head 2025-03-21T20:17:56.2423034Z * [new branch] gh/larryliu0820/10/orig -> origin/gh/larryliu0820/10/orig 2025-03-21T20:17:56.2424229Z * [new branch] gh/larryliu0820/11/base -> origin/gh/larryliu0820/11/base 2025-03-21T20:17:56.2425246Z * [new branch] gh/larryliu0820/11/head -> origin/gh/larryliu0820/11/head 2025-03-21T20:17:56.2426230Z * [new branch] gh/larryliu0820/11/orig -> origin/gh/larryliu0820/11/orig 2025-03-21T20:17:56.2427465Z * [new branch] gh/larryliu0820/12/base -> origin/gh/larryliu0820/12/base 2025-03-21T20:17:56.2428444Z * [new branch] gh/larryliu0820/12/head -> origin/gh/larryliu0820/12/head 2025-03-21T20:17:56.2429530Z * [new branch] gh/larryliu0820/12/orig -> origin/gh/larryliu0820/12/orig 2025-03-21T20:17:56.2431134Z * [new branch] gh/larryliu0820/13/base -> origin/gh/larryliu0820/13/base 2025-03-21T20:17:56.2432122Z * [new branch] gh/larryliu0820/13/head -> origin/gh/larryliu0820/13/head 2025-03-21T20:17:56.2433499Z * [new branch] gh/larryliu0820/13/orig -> origin/gh/larryliu0820/13/orig 2025-03-21T20:17:56.2434909Z * [new branch] gh/larryliu0820/14/base -> origin/gh/larryliu0820/14/base 2025-03-21T20:17:56.2435876Z * [new branch] gh/larryliu0820/14/head -> origin/gh/larryliu0820/14/head 2025-03-21T20:17:56.2436956Z * [new branch] gh/larryliu0820/14/orig -> origin/gh/larryliu0820/14/orig 2025-03-21T20:17:56.2438555Z * [new branch] gh/larryliu0820/15/base -> origin/gh/larryliu0820/15/base 2025-03-21T20:17:56.2439595Z * [new branch] gh/larryliu0820/15/head -> origin/gh/larryliu0820/15/head 2025-03-21T20:17:56.2440672Z * [new branch] gh/larryliu0820/15/orig -> origin/gh/larryliu0820/15/orig 2025-03-21T20:17:56.2442271Z * [new branch] gh/larryliu0820/16/base -> origin/gh/larryliu0820/16/base 2025-03-21T20:17:56.2443161Z * [new branch] gh/larryliu0820/16/head -> origin/gh/larryliu0820/16/head 2025-03-21T20:17:56.2444534Z * [new branch] gh/larryliu0820/16/orig -> origin/gh/larryliu0820/16/orig 2025-03-21T20:17:56.2445810Z * [new branch] gh/larryliu0820/17/base -> origin/gh/larryliu0820/17/base 2025-03-21T20:17:56.2446931Z * [new branch] gh/larryliu0820/17/head -> origin/gh/larryliu0820/17/head 2025-03-21T20:17:56.2448057Z * [new branch] gh/larryliu0820/17/orig -> origin/gh/larryliu0820/17/orig 2025-03-21T20:17:56.2449680Z * [new branch] gh/larryliu0820/18/base -> origin/gh/larryliu0820/18/base 2025-03-21T20:17:56.2450715Z * [new branch] gh/larryliu0820/18/head -> origin/gh/larryliu0820/18/head 2025-03-21T20:17:56.2451782Z * [new branch] gh/larryliu0820/18/orig -> origin/gh/larryliu0820/18/orig 2025-03-21T20:17:56.2453297Z * [new branch] gh/larryliu0820/19/base -> origin/gh/larryliu0820/19/base 2025-03-21T20:17:56.2454374Z * [new branch] gh/larryliu0820/19/head -> origin/gh/larryliu0820/19/head 2025-03-21T20:17:56.2455495Z * [new branch] gh/larryliu0820/19/orig -> origin/gh/larryliu0820/19/orig 2025-03-21T20:17:56.2457139Z * [new branch] gh/larryliu0820/20/base -> origin/gh/larryliu0820/20/base 2025-03-21T20:17:56.2458247Z * [new branch] gh/larryliu0820/20/head -> origin/gh/larryliu0820/20/head 2025-03-21T20:17:56.2459294Z * [new branch] gh/larryliu0820/20/orig -> origin/gh/larryliu0820/20/orig 2025-03-21T20:17:56.2461158Z * [new branch] gh/larryliu0820/21/base -> origin/gh/larryliu0820/21/base 2025-03-21T20:17:56.2462208Z * [new branch] gh/larryliu0820/21/head -> origin/gh/larryliu0820/21/head 2025-03-21T20:17:56.2463349Z * [new branch] gh/larryliu0820/21/orig -> origin/gh/larryliu0820/21/orig 2025-03-21T20:17:56.2464965Z * [new branch] gh/larryliu0820/22/base -> origin/gh/larryliu0820/22/base 2025-03-21T20:17:56.2466063Z * [new branch] gh/larryliu0820/22/head -> origin/gh/larryliu0820/22/head 2025-03-21T20:17:56.2467205Z * [new branch] gh/larryliu0820/22/orig -> origin/gh/larryliu0820/22/orig 2025-03-21T20:17:56.2468732Z * [new branch] gh/larryliu0820/24/base -> origin/gh/larryliu0820/24/base 2025-03-21T20:17:56.2469901Z * [new branch] gh/larryliu0820/24/head -> origin/gh/larryliu0820/24/head 2025-03-21T20:17:56.2471048Z * [new branch] gh/larryliu0820/24/orig -> origin/gh/larryliu0820/24/orig 2025-03-21T20:17:56.2472435Z * [new branch] gh/larryliu0820/25/base -> origin/gh/larryliu0820/25/base 2025-03-21T20:17:56.2473588Z * [new branch] gh/larryliu0820/25/head -> origin/gh/larryliu0820/25/head 2025-03-21T20:17:56.2474715Z * [new branch] gh/larryliu0820/25/orig -> origin/gh/larryliu0820/25/orig 2025-03-21T20:17:56.2476067Z * [new branch] gh/larryliu0820/26/base -> origin/gh/larryliu0820/26/base 2025-03-21T20:17:56.2477202Z * [new branch] gh/larryliu0820/26/head -> origin/gh/larryliu0820/26/head 2025-03-21T20:17:56.2478377Z * [new branch] gh/larryliu0820/26/orig -> origin/gh/larryliu0820/26/orig 2025-03-21T20:17:56.2480513Z * [new branch] gh/larryliu0820/27/base -> origin/gh/larryliu0820/27/base 2025-03-21T20:17:56.2481015Z * [new branch] gh/larryliu0820/27/head -> origin/gh/larryliu0820/27/head 2025-03-21T20:17:56.2482301Z * [new branch] gh/larryliu0820/27/orig -> origin/gh/larryliu0820/27/orig 2025-03-21T20:17:56.2483866Z * [new branch] gh/larryliu0820/28/base -> origin/gh/larryliu0820/28/base 2025-03-21T20:17:56.2484942Z * [new branch] gh/larryliu0820/28/head -> origin/gh/larryliu0820/28/head 2025-03-21T20:17:56.2486027Z * [new branch] gh/larryliu0820/28/orig -> origin/gh/larryliu0820/28/orig 2025-03-21T20:17:56.2488092Z * [new branch] gh/larryliu0820/29/base -> origin/gh/larryliu0820/29/base 2025-03-21T20:17:56.2489206Z * [new branch] gh/larryliu0820/29/head -> origin/gh/larryliu0820/29/head 2025-03-21T20:17:56.2490351Z * [new branch] gh/larryliu0820/29/orig -> origin/gh/larryliu0820/29/orig 2025-03-21T20:17:56.2492005Z * [new branch] gh/larryliu0820/30/base -> origin/gh/larryliu0820/30/base 2025-03-21T20:17:56.2493124Z * [new branch] gh/larryliu0820/30/head -> origin/gh/larryliu0820/30/head 2025-03-21T20:17:56.2494375Z * [new branch] gh/larryliu0820/30/orig -> origin/gh/larryliu0820/30/orig 2025-03-21T20:17:56.2495837Z * [new branch] gh/larryliu0820/31/base -> origin/gh/larryliu0820/31/base 2025-03-21T20:17:56.2497008Z * [new branch] gh/larryliu0820/31/head -> origin/gh/larryliu0820/31/head 2025-03-21T20:17:56.2498109Z * [new branch] gh/larryliu0820/31/orig -> origin/gh/larryliu0820/31/orig 2025-03-21T20:17:56.2499737Z * [new branch] gh/larryliu0820/32/base -> origin/gh/larryliu0820/32/base 2025-03-21T20:17:56.2500997Z * [new branch] gh/larryliu0820/32/head -> origin/gh/larryliu0820/32/head 2025-03-21T20:17:56.2502102Z * [new branch] gh/larryliu0820/32/orig -> origin/gh/larryliu0820/32/orig 2025-03-21T20:17:56.2503693Z * [new branch] gh/larryliu0820/33/base -> origin/gh/larryliu0820/33/base 2025-03-21T20:17:56.2504838Z * [new branch] gh/larryliu0820/33/head -> origin/gh/larryliu0820/33/head 2025-03-21T20:17:56.2505955Z * [new branch] gh/larryliu0820/33/orig -> origin/gh/larryliu0820/33/orig 2025-03-21T20:17:56.2507402Z * [new branch] gh/larryliu0820/34/base -> origin/gh/larryliu0820/34/base 2025-03-21T20:17:56.2508452Z * [new branch] gh/larryliu0820/34/head -> origin/gh/larryliu0820/34/head 2025-03-21T20:17:56.2509521Z * [new branch] gh/larryliu0820/34/orig -> origin/gh/larryliu0820/34/orig 2025-03-21T20:17:56.2511043Z * [new branch] gh/larryliu0820/35/base -> origin/gh/larryliu0820/35/base 2025-03-21T20:17:56.2512193Z * [new branch] gh/larryliu0820/35/head -> origin/gh/larryliu0820/35/head 2025-03-21T20:17:56.2513355Z * [new branch] gh/larryliu0820/35/orig -> origin/gh/larryliu0820/35/orig 2025-03-21T20:17:56.2514909Z * [new branch] gh/larryliu0820/36/base -> origin/gh/larryliu0820/36/base 2025-03-21T20:17:56.2516034Z * [new branch] gh/larryliu0820/36/head -> origin/gh/larryliu0820/36/head 2025-03-21T20:17:56.2517161Z * [new branch] gh/larryliu0820/36/orig -> origin/gh/larryliu0820/36/orig 2025-03-21T20:17:56.2518716Z * [new branch] gh/larryliu0820/37/base -> origin/gh/larryliu0820/37/base 2025-03-21T20:17:56.2519889Z * [new branch] gh/larryliu0820/37/head -> origin/gh/larryliu0820/37/head 2025-03-21T20:17:56.2520983Z * [new branch] gh/larryliu0820/37/orig -> origin/gh/larryliu0820/37/orig 2025-03-21T20:17:56.2522598Z * [new branch] gh/larryliu0820/38/base -> origin/gh/larryliu0820/38/base 2025-03-21T20:17:56.2523728Z * [new branch] gh/larryliu0820/38/head -> origin/gh/larryliu0820/38/head 2025-03-21T20:17:56.2524870Z * [new branch] gh/larryliu0820/38/orig -> origin/gh/larryliu0820/38/orig 2025-03-21T20:17:56.2526433Z * [new branch] gh/larryliu0820/39/base -> origin/gh/larryliu0820/39/base 2025-03-21T20:17:56.2527566Z * [new branch] gh/larryliu0820/39/head -> origin/gh/larryliu0820/39/head 2025-03-21T20:17:56.2528718Z * [new branch] gh/larryliu0820/39/orig -> origin/gh/larryliu0820/39/orig 2025-03-21T20:17:56.2530112Z * [new branch] gh/larryliu0820/40/base -> origin/gh/larryliu0820/40/base 2025-03-21T20:17:56.2531222Z * [new branch] gh/larryliu0820/40/head -> origin/gh/larryliu0820/40/head 2025-03-21T20:17:56.2532329Z * [new branch] gh/larryliu0820/40/orig -> origin/gh/larryliu0820/40/orig 2025-03-21T20:17:56.2533727Z * [new branch] gh/larryliu0820/41/base -> origin/gh/larryliu0820/41/base 2025-03-21T20:17:56.2534967Z * [new branch] gh/larryliu0820/41/head -> origin/gh/larryliu0820/41/head 2025-03-21T20:17:56.2536082Z * [new branch] gh/larryliu0820/41/orig -> origin/gh/larryliu0820/41/orig 2025-03-21T20:17:56.2537713Z * [new branch] gh/larryliu0820/42/base -> origin/gh/larryliu0820/42/base 2025-03-21T20:17:56.2538830Z * [new branch] gh/larryliu0820/42/head -> origin/gh/larryliu0820/42/head 2025-03-21T20:17:56.2539980Z * [new branch] gh/larryliu0820/42/orig -> origin/gh/larryliu0820/42/orig 2025-03-21T20:17:56.2541618Z * [new branch] gh/larryliu0820/43/base -> origin/gh/larryliu0820/43/base 2025-03-21T20:17:56.2542823Z * [new branch] gh/larryliu0820/43/head -> origin/gh/larryliu0820/43/head 2025-03-21T20:17:56.2543960Z * [new branch] gh/larryliu0820/43/orig -> origin/gh/larryliu0820/43/orig 2025-03-21T20:17:56.2545575Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-03-21T20:17:56.2546794Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-03-21T20:17:56.2547965Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-03-21T20:17:56.2549549Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-03-21T20:17:56.2550784Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-03-21T20:17:56.2552098Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-03-21T20:17:56.2553670Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-21T20:17:56.2554792Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-21T20:17:56.2555946Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-21T20:17:56.2557631Z * [new branch] gh/larryliu0820/47/base -> origin/gh/larryliu0820/47/base 2025-03-21T20:17:56.2558758Z * [new branch] gh/larryliu0820/47/head -> origin/gh/larryliu0820/47/head 2025-03-21T20:17:56.2560024Z * [new branch] gh/larryliu0820/47/orig -> origin/gh/larryliu0820/47/orig 2025-03-21T20:17:56.2561676Z * [new branch] gh/larryliu0820/48/base -> origin/gh/larryliu0820/48/base 2025-03-21T20:17:56.2562660Z * [new branch] gh/larryliu0820/48/head -> origin/gh/larryliu0820/48/head 2025-03-21T20:17:56.2563739Z * [new branch] gh/larryliu0820/48/orig -> origin/gh/larryliu0820/48/orig 2025-03-21T20:17:56.2565405Z * [new branch] gh/larryliu0820/49/base -> origin/gh/larryliu0820/49/base 2025-03-21T20:17:56.2566488Z * [new branch] gh/larryliu0820/49/head -> origin/gh/larryliu0820/49/head 2025-03-21T20:17:56.2567566Z * [new branch] gh/larryliu0820/49/orig -> origin/gh/larryliu0820/49/orig 2025-03-21T20:17:56.2569284Z * [new branch] gh/larryliu0820/50/base -> origin/gh/larryliu0820/50/base 2025-03-21T20:17:56.2570347Z * [new branch] gh/larryliu0820/50/head -> origin/gh/larryliu0820/50/head 2025-03-21T20:17:56.2571486Z * [new branch] gh/larryliu0820/50/orig -> origin/gh/larryliu0820/50/orig 2025-03-21T20:17:56.2573558Z * [new branch] gh/larryliu0820/51/base -> origin/gh/larryliu0820/51/base 2025-03-21T20:17:56.2574907Z * [new branch] gh/larryliu0820/51/head -> origin/gh/larryliu0820/51/head 2025-03-21T20:17:56.2576029Z * [new branch] gh/larryliu0820/51/orig -> origin/gh/larryliu0820/51/orig 2025-03-21T20:17:56.2577399Z * [new branch] gh/larryliu0820/52/base -> origin/gh/larryliu0820/52/base 2025-03-21T20:17:56.2578511Z * [new branch] gh/larryliu0820/52/orig -> origin/gh/larryliu0820/52/orig 2025-03-21T20:17:56.2580200Z * [new branch] gh/larryliu0820/53/base -> origin/gh/larryliu0820/53/base 2025-03-21T20:17:56.2581842Z * [new branch] gh/larryliu0820/54/base -> origin/gh/larryliu0820/54/base 2025-03-21T20:17:56.2582907Z * [new branch] gh/larryliu0820/54/head -> origin/gh/larryliu0820/54/head 2025-03-21T20:17:56.2584064Z * [new branch] gh/larryliu0820/54/orig -> origin/gh/larryliu0820/54/orig 2025-03-21T20:17:56.2585722Z * [new branch] gh/larryliu0820/55/base -> origin/gh/larryliu0820/55/base 2025-03-21T20:17:56.2587428Z * [new branch] gh/larryliu0820/56/base -> origin/gh/larryliu0820/56/base 2025-03-21T20:17:56.2588946Z * [new branch] gh/larryliu0820/57/base -> origin/gh/larryliu0820/57/base 2025-03-21T20:17:56.2590512Z * [new branch] gh/larryliu0820/58/base -> origin/gh/larryliu0820/58/base 2025-03-21T20:17:56.2591649Z * [new branch] gh/larryliu0820/58/orig -> origin/gh/larryliu0820/58/orig 2025-03-21T20:17:56.2593251Z * [new branch] gh/larryliu0820/59/base -> origin/gh/larryliu0820/59/base 2025-03-21T20:17:56.2594918Z * [new branch] gh/larryliu0820/6/base -> origin/gh/larryliu0820/6/base 2025-03-21T20:17:56.2596023Z * [new branch] gh/larryliu0820/6/head -> origin/gh/larryliu0820/6/head 2025-03-21T20:17:56.2597216Z * [new branch] gh/larryliu0820/6/orig -> origin/gh/larryliu0820/6/orig 2025-03-21T20:17:56.2599367Z * [new branch] gh/larryliu0820/60/base -> origin/gh/larryliu0820/60/base 2025-03-21T20:17:56.2601201Z * [new branch] gh/larryliu0820/61/base -> origin/gh/larryliu0820/61/base 2025-03-21T20:17:56.2602362Z * [new branch] gh/larryliu0820/61/orig -> origin/gh/larryliu0820/61/orig 2025-03-21T20:17:56.2603963Z * [new branch] gh/larryliu0820/62/base -> origin/gh/larryliu0820/62/base 2025-03-21T20:17:56.2605566Z * [new branch] gh/larryliu0820/63/base -> origin/gh/larryliu0820/63/base 2025-03-21T20:17:56.2607137Z * [new branch] gh/larryliu0820/7/base -> origin/gh/larryliu0820/7/base 2025-03-21T20:17:56.2608184Z * [new branch] gh/larryliu0820/7/head -> origin/gh/larryliu0820/7/head 2025-03-21T20:17:56.2609344Z * [new branch] gh/larryliu0820/7/orig -> origin/gh/larryliu0820/7/orig 2025-03-21T20:17:56.2610893Z * [new branch] gh/larryliu0820/8/base -> origin/gh/larryliu0820/8/base 2025-03-21T20:17:56.2612018Z * [new branch] gh/larryliu0820/8/head -> origin/gh/larryliu0820/8/head 2025-03-21T20:17:56.2613153Z * [new branch] gh/larryliu0820/8/orig -> origin/gh/larryliu0820/8/orig 2025-03-21T20:17:56.2614645Z * [new branch] gh/larryliu0820/9/base -> origin/gh/larryliu0820/9/base 2025-03-21T20:17:56.2615770Z * [new branch] gh/larryliu0820/9/head -> origin/gh/larryliu0820/9/head 2025-03-21T20:17:56.2616872Z * [new branch] gh/larryliu0820/9/orig -> origin/gh/larryliu0820/9/orig 2025-03-21T20:17:56.2618949Z * [new branch] gh/liuk22/1/base -> origin/gh/liuk22/1/base 2025-03-21T20:17:56.2620058Z * [new branch] gh/liuk22/1/head -> origin/gh/liuk22/1/head 2025-03-21T20:17:56.2621300Z * [new branch] gh/liuk22/1/orig -> origin/gh/liuk22/1/orig 2025-03-21T20:17:56.2622610Z * [new branch] gh/liuk22/2/base -> origin/gh/liuk22/2/base 2025-03-21T20:17:56.2623830Z * [new branch] gh/liuk22/2/head -> origin/gh/liuk22/2/head 2025-03-21T20:17:56.2625084Z * [new branch] gh/liuk22/2/orig -> origin/gh/liuk22/2/orig 2025-03-21T20:17:56.2626504Z * [new branch] gh/liuk22/3/base -> origin/gh/liuk22/3/base 2025-03-21T20:17:56.2627708Z * [new branch] gh/liuk22/3/head -> origin/gh/liuk22/3/head 2025-03-21T20:17:56.2628967Z * [new branch] gh/liuk22/3/orig -> origin/gh/liuk22/3/orig 2025-03-21T20:17:56.2630280Z * [new branch] gh/liuk22/4/base -> origin/gh/liuk22/4/base 2025-03-21T20:17:56.2631476Z * [new branch] gh/liuk22/4/head -> origin/gh/liuk22/4/head 2025-03-21T20:17:56.2632787Z * [new branch] gh/liuk22/4/orig -> origin/gh/liuk22/4/orig 2025-03-21T20:17:56.2634100Z * [new branch] gh/liuk22/5/base -> origin/gh/liuk22/5/base 2025-03-21T20:17:56.2635294Z * [new branch] gh/liuk22/5/head -> origin/gh/liuk22/5/head 2025-03-21T20:17:56.2636644Z * [new branch] gh/liuk22/5/orig -> origin/gh/liuk22/5/orig 2025-03-21T20:17:56.2638480Z * [new branch] gh/lucylq/28/base -> origin/gh/lucylq/28/base 2025-03-21T20:17:56.2640034Z * [new branch] gh/lucylq/29/base -> origin/gh/lucylq/29/base 2025-03-21T20:17:56.2641577Z * [new branch] gh/lucylq/30/base -> origin/gh/lucylq/30/base 2025-03-21T20:17:56.2643071Z * [new branch] gh/lucylq/31/base -> origin/gh/lucylq/31/base 2025-03-21T20:17:56.2644756Z * [new branch] gh/lucylq/31/orig -> origin/gh/lucylq/31/orig 2025-03-21T20:17:56.2646276Z * [new branch] gh/lucylq/32/base -> origin/gh/lucylq/32/base 2025-03-21T20:17:56.2648126Z * [new branch] gh/lucylq/33/base -> origin/gh/lucylq/33/base 2025-03-21T20:17:56.2649396Z * [new branch] gh/lucylq/34/base -> origin/gh/lucylq/34/base 2025-03-21T20:17:56.2650819Z * [new branch] gh/lucylq/35/base -> origin/gh/lucylq/35/base 2025-03-21T20:17:56.2651967Z * [new branch] gh/lucylq/35/head -> origin/gh/lucylq/35/head 2025-03-21T20:17:56.2653316Z * [new branch] gh/lucylq/36/base -> origin/gh/lucylq/36/base 2025-03-21T20:17:56.2654459Z * [new branch] gh/lucylq/36/head -> origin/gh/lucylq/36/head 2025-03-21T20:17:56.2655792Z * [new branch] gh/lucylq/37/base -> origin/gh/lucylq/37/base 2025-03-21T20:17:56.2656816Z * [new branch] gh/lucylq/37/head -> origin/gh/lucylq/37/head 2025-03-21T20:17:56.2658326Z * [new branch] gh/lucylq/38/base -> origin/gh/lucylq/38/base 2025-03-21T20:17:56.2660068Z * [new branch] gh/lucylq/39/base -> origin/gh/lucylq/39/base 2025-03-21T20:17:56.2661679Z * [new branch] gh/lucylq/40/base -> origin/gh/lucylq/40/base 2025-03-21T20:17:56.2663431Z * [new branch] gh/lucylq/41/base -> origin/gh/lucylq/41/base 2025-03-21T20:17:56.2664717Z * [new branch] gh/lucylq/42/base -> origin/gh/lucylq/42/base 2025-03-21T20:17:56.2665853Z * [new branch] gh/lucylq/42/head -> origin/gh/lucylq/42/head 2025-03-21T20:17:56.2667002Z * [new branch] gh/lucylq/42/orig -> origin/gh/lucylq/42/orig 2025-03-21T20:17:56.2668554Z * [new branch] gh/lucylq/43/base -> origin/gh/lucylq/43/base 2025-03-21T20:17:56.2670057Z * [new branch] gh/lucylq/44/base -> origin/gh/lucylq/44/base 2025-03-21T20:17:56.2671188Z * [new branch] gh/lucylq/44/head -> origin/gh/lucylq/44/head 2025-03-21T20:17:56.2672336Z * [new branch] gh/lucylq/44/orig -> origin/gh/lucylq/44/orig 2025-03-21T20:17:56.2673886Z * [new branch] gh/lucylq/45/base -> origin/gh/lucylq/45/base 2025-03-21T20:17:56.2675144Z * [new branch] gh/lucylq/45/head -> origin/gh/lucylq/45/head 2025-03-21T20:17:56.2676489Z * [new branch] gh/lucylq/45/orig -> origin/gh/lucylq/45/orig 2025-03-21T20:17:56.2678309Z * [new branch] gh/lucylq/46/base -> origin/gh/lucylq/46/base 2025-03-21T20:17:56.2679625Z * [new branch] gh/lucylq/46/head -> origin/gh/lucylq/46/head 2025-03-21T20:17:56.2680910Z * [new branch] gh/lucylq/46/orig -> origin/gh/lucylq/46/orig 2025-03-21T20:17:56.2682511Z * [new branch] gh/lucylq/47/base -> origin/gh/lucylq/47/base 2025-03-21T20:17:56.2683649Z * [new branch] gh/lucylq/47/head -> origin/gh/lucylq/47/head 2025-03-21T20:17:56.2684775Z * [new branch] gh/lucylq/47/orig -> origin/gh/lucylq/47/orig 2025-03-21T20:17:56.2686673Z * [new branch] gh/lucylq/48/base -> origin/gh/lucylq/48/base 2025-03-21T20:17:56.2687744Z * [new branch] gh/lucylq/48/head -> origin/gh/lucylq/48/head 2025-03-21T20:17:56.2689004Z * [new branch] gh/lucylq/48/orig -> origin/gh/lucylq/48/orig 2025-03-21T20:17:56.2690621Z * [new branch] gh/lucylq/49/base -> origin/gh/lucylq/49/base 2025-03-21T20:17:56.2691999Z * [new branch] gh/lucylq/49/head -> origin/gh/lucylq/49/head 2025-03-21T20:17:56.2693251Z * [new branch] gh/lucylq/49/orig -> origin/gh/lucylq/49/orig 2025-03-21T20:17:56.2695049Z * [new branch] gh/lucylq/50/base -> origin/gh/lucylq/50/base 2025-03-21T20:17:56.2696119Z * [new branch] gh/lucylq/50/head -> origin/gh/lucylq/50/head 2025-03-21T20:17:56.2697472Z * [new branch] gh/lucylq/50/orig -> origin/gh/lucylq/50/orig 2025-03-21T20:17:56.2698877Z * [new branch] gh/lucylq/51/base -> origin/gh/lucylq/51/base 2025-03-21T20:17:56.2700333Z * [new branch] gh/lucylq/51/head -> origin/gh/lucylq/51/head 2025-03-21T20:17:56.2701294Z * [new branch] gh/lucylq/51/orig -> origin/gh/lucylq/51/orig 2025-03-21T20:17:56.2702871Z * [new branch] gh/lucylq/52/base -> origin/gh/lucylq/52/base 2025-03-21T20:17:56.2704848Z * [new branch] gh/lucylq/53/base -> origin/gh/lucylq/53/base 2025-03-21T20:17:56.2706452Z * [new branch] gh/lucylq/54/base -> origin/gh/lucylq/54/base 2025-03-21T20:17:56.2707605Z * [new branch] gh/lucylq/54/head -> origin/gh/lucylq/54/head 2025-03-21T20:17:56.2708786Z * [new branch] gh/lucylq/54/orig -> origin/gh/lucylq/54/orig 2025-03-21T20:17:56.2710381Z * [new branch] gh/lucylq/55/base -> origin/gh/lucylq/55/base 2025-03-21T20:17:56.2711971Z * [new branch] gh/lucylq/56/base -> origin/gh/lucylq/56/base 2025-03-21T20:17:56.2713582Z * [new branch] gh/lucylq/57/base -> origin/gh/lucylq/57/base 2025-03-21T20:17:56.2714727Z * [new branch] gh/lucylq/57/head -> origin/gh/lucylq/57/head 2025-03-21T20:17:56.2715862Z * [new branch] gh/lucylq/57/orig -> origin/gh/lucylq/57/orig 2025-03-21T20:17:56.2717189Z * [new branch] gh/lucylq/58/base -> origin/gh/lucylq/58/base 2025-03-21T20:17:56.2718384Z * [new branch] gh/lucylq/58/head -> origin/gh/lucylq/58/head 2025-03-21T20:17:56.2719531Z * [new branch] gh/lucylq/58/orig -> origin/gh/lucylq/58/orig 2025-03-21T20:17:56.2720907Z * [new branch] gh/lucylq/59/base -> origin/gh/lucylq/59/base 2025-03-21T20:17:56.2722033Z * [new branch] gh/lucylq/59/head -> origin/gh/lucylq/59/head 2025-03-21T20:17:56.2723524Z * [new branch] gh/lucylq/59/orig -> origin/gh/lucylq/59/orig 2025-03-21T20:17:56.2725095Z * [new branch] gh/manuelcandales/100/base -> origin/gh/manuelcandales/100/base 2025-03-21T20:17:56.2726226Z * [new branch] gh/manuelcandales/100/head -> origin/gh/manuelcandales/100/head 2025-03-21T20:17:56.2727409Z * [new branch] gh/manuelcandales/100/orig -> origin/gh/manuelcandales/100/orig 2025-03-21T20:17:56.2729039Z * [new branch] gh/manuelcandales/101/base -> origin/gh/manuelcandales/101/base 2025-03-21T20:17:56.2730055Z * [new branch] gh/manuelcandales/101/head -> origin/gh/manuelcandales/101/head 2025-03-21T20:17:56.2731286Z * [new branch] gh/manuelcandales/101/orig -> origin/gh/manuelcandales/101/orig 2025-03-21T20:17:56.2732877Z * [new branch] gh/manuelcandales/102/base -> origin/gh/manuelcandales/102/base 2025-03-21T20:17:56.2734022Z * [new branch] gh/manuelcandales/102/head -> origin/gh/manuelcandales/102/head 2025-03-21T20:17:56.2735187Z * [new branch] gh/manuelcandales/102/orig -> origin/gh/manuelcandales/102/orig 2025-03-21T20:17:56.2736773Z * [new branch] gh/manuelcandales/103/base -> origin/gh/manuelcandales/103/base 2025-03-21T20:17:56.2737932Z * [new branch] gh/manuelcandales/103/head -> origin/gh/manuelcandales/103/head 2025-03-21T20:17:56.2739131Z * [new branch] gh/manuelcandales/103/orig -> origin/gh/manuelcandales/103/orig 2025-03-21T20:17:56.2740621Z * [new branch] gh/manuelcandales/104/base -> origin/gh/manuelcandales/104/base 2025-03-21T20:17:56.2741761Z * [new branch] gh/manuelcandales/104/head -> origin/gh/manuelcandales/104/head 2025-03-21T20:17:56.2742903Z * [new branch] gh/manuelcandales/104/orig -> origin/gh/manuelcandales/104/orig 2025-03-21T20:17:56.2744423Z * [new branch] gh/manuelcandales/105/base -> origin/gh/manuelcandales/105/base 2025-03-21T20:17:56.2745543Z * [new branch] gh/manuelcandales/105/head -> origin/gh/manuelcandales/105/head 2025-03-21T20:17:56.2746569Z * [new branch] gh/manuelcandales/105/orig -> origin/gh/manuelcandales/105/orig 2025-03-21T20:17:56.2748178Z * [new branch] gh/manuelcandales/106/base -> origin/gh/manuelcandales/106/base 2025-03-21T20:17:56.2749219Z * [new branch] gh/manuelcandales/106/head -> origin/gh/manuelcandales/106/head 2025-03-21T20:17:56.2750329Z * [new branch] gh/manuelcandales/106/orig -> origin/gh/manuelcandales/106/orig 2025-03-21T20:17:56.2752094Z * [new branch] gh/manuelcandales/107/base -> origin/gh/manuelcandales/107/base 2025-03-21T20:17:56.2753265Z * [new branch] gh/manuelcandales/107/head -> origin/gh/manuelcandales/107/head 2025-03-21T20:17:56.2754510Z * [new branch] gh/manuelcandales/107/orig -> origin/gh/manuelcandales/107/orig 2025-03-21T20:17:56.2755862Z * [new branch] gh/manuelcandales/108/base -> origin/gh/manuelcandales/108/base 2025-03-21T20:17:56.2757011Z * [new branch] gh/manuelcandales/108/head -> origin/gh/manuelcandales/108/head 2025-03-21T20:17:56.2758040Z * [new branch] gh/manuelcandales/108/orig -> origin/gh/manuelcandales/108/orig 2025-03-21T20:17:56.2759795Z * [new branch] gh/manuelcandales/109/base -> origin/gh/manuelcandales/109/base 2025-03-21T20:17:56.2760989Z * [new branch] gh/manuelcandales/109/head -> origin/gh/manuelcandales/109/head 2025-03-21T20:17:56.2762067Z * [new branch] gh/manuelcandales/109/orig -> origin/gh/manuelcandales/109/orig 2025-03-21T20:17:56.2763587Z * [new branch] gh/manuelcandales/110/base -> origin/gh/manuelcandales/110/base 2025-03-21T20:17:56.2764736Z * [new branch] gh/manuelcandales/110/head -> origin/gh/manuelcandales/110/head 2025-03-21T20:17:56.2765864Z * [new branch] gh/manuelcandales/110/orig -> origin/gh/manuelcandales/110/orig 2025-03-21T20:17:56.2767298Z * [new branch] gh/manuelcandales/111/base -> origin/gh/manuelcandales/111/base 2025-03-21T20:17:56.2768340Z * [new branch] gh/manuelcandales/111/head -> origin/gh/manuelcandales/111/head 2025-03-21T20:17:56.2769520Z * [new branch] gh/manuelcandales/111/orig -> origin/gh/manuelcandales/111/orig 2025-03-21T20:17:56.2771038Z * [new branch] gh/manuelcandales/112/base -> origin/gh/manuelcandales/112/base 2025-03-21T20:17:56.2772270Z * [new branch] gh/manuelcandales/112/head -> origin/gh/manuelcandales/112/head 2025-03-21T20:17:56.2773401Z * [new branch] gh/manuelcandales/112/orig -> origin/gh/manuelcandales/112/orig 2025-03-21T20:17:56.2774880Z * [new branch] gh/manuelcandales/32/base -> origin/gh/manuelcandales/32/base 2025-03-21T20:17:56.2776034Z * [new branch] gh/manuelcandales/32/head -> origin/gh/manuelcandales/32/head 2025-03-21T20:17:56.2777314Z * [new branch] gh/manuelcandales/32/orig -> origin/gh/manuelcandales/32/orig 2025-03-21T20:17:56.2778852Z * [new branch] gh/manuelcandales/46/base -> origin/gh/manuelcandales/46/base 2025-03-21T20:17:56.2780016Z * [new branch] gh/manuelcandales/46/head -> origin/gh/manuelcandales/46/head 2025-03-21T20:17:56.2781201Z * [new branch] gh/manuelcandales/46/orig -> origin/gh/manuelcandales/46/orig 2025-03-21T20:17:56.2782912Z * [new branch] gh/manuelcandales/47/base -> origin/gh/manuelcandales/47/base 2025-03-21T20:17:56.2783913Z * [new branch] gh/manuelcandales/47/head -> origin/gh/manuelcandales/47/head 2025-03-21T20:17:56.2785058Z * [new branch] gh/manuelcandales/47/orig -> origin/gh/manuelcandales/47/orig 2025-03-21T20:17:56.2786414Z * [new branch] gh/manuelcandales/48/base -> origin/gh/manuelcandales/48/base 2025-03-21T20:17:56.2787562Z * [new branch] gh/manuelcandales/48/head -> origin/gh/manuelcandales/48/head 2025-03-21T20:17:56.2788785Z * [new branch] gh/manuelcandales/48/orig -> origin/gh/manuelcandales/48/orig 2025-03-21T20:17:56.2790660Z * [new branch] gh/manuelcandales/49/base -> origin/gh/manuelcandales/49/base 2025-03-21T20:17:56.2791789Z * [new branch] gh/manuelcandales/49/head -> origin/gh/manuelcandales/49/head 2025-03-21T20:17:56.2792996Z * [new branch] gh/manuelcandales/49/orig -> origin/gh/manuelcandales/49/orig 2025-03-21T20:17:56.2794289Z * [new branch] gh/manuelcandales/50/base -> origin/gh/manuelcandales/50/base 2025-03-21T20:17:56.2795346Z * [new branch] gh/manuelcandales/50/head -> origin/gh/manuelcandales/50/head 2025-03-21T20:17:56.2796381Z * [new branch] gh/manuelcandales/50/orig -> origin/gh/manuelcandales/50/orig 2025-03-21T20:17:56.2797985Z * [new branch] gh/manuelcandales/51/base -> origin/gh/manuelcandales/51/base 2025-03-21T20:17:56.2799095Z * [new branch] gh/manuelcandales/51/head -> origin/gh/manuelcandales/51/head 2025-03-21T20:17:56.2800083Z * [new branch] gh/manuelcandales/51/orig -> origin/gh/manuelcandales/51/orig 2025-03-21T20:17:56.2801445Z * [new branch] gh/manuelcandales/52/base -> origin/gh/manuelcandales/52/base 2025-03-21T20:17:56.2802496Z * [new branch] gh/manuelcandales/52/head -> origin/gh/manuelcandales/52/head 2025-03-21T20:17:56.2803476Z * [new branch] gh/manuelcandales/52/orig -> origin/gh/manuelcandales/52/orig 2025-03-21T20:17:56.2804859Z * [new branch] gh/manuelcandales/53/base -> origin/gh/manuelcandales/53/base 2025-03-21T20:17:56.2806195Z * [new branch] gh/manuelcandales/53/head -> origin/gh/manuelcandales/53/head 2025-03-21T20:17:56.2806869Z * [new branch] gh/manuelcandales/53/orig -> origin/gh/manuelcandales/53/orig 2025-03-21T20:17:56.2808171Z * [new branch] gh/manuelcandales/54/base -> origin/gh/manuelcandales/54/base 2025-03-21T20:17:56.2809054Z * [new branch] gh/manuelcandales/54/head -> origin/gh/manuelcandales/54/head 2025-03-21T20:17:56.2810142Z * [new branch] gh/manuelcandales/54/orig -> origin/gh/manuelcandales/54/orig 2025-03-21T20:17:56.2811422Z * [new branch] gh/manuelcandales/55/base -> origin/gh/manuelcandales/55/base 2025-03-21T20:17:56.2812503Z * [new branch] gh/manuelcandales/55/head -> origin/gh/manuelcandales/55/head 2025-03-21T20:17:56.2813442Z * [new branch] gh/manuelcandales/55/orig -> origin/gh/manuelcandales/55/orig 2025-03-21T20:17:56.2814887Z * [new branch] gh/manuelcandales/56/base -> origin/gh/manuelcandales/56/base 2025-03-21T20:17:56.2816059Z * [new branch] gh/manuelcandales/56/head -> origin/gh/manuelcandales/56/head 2025-03-21T20:17:56.2817279Z * [new branch] gh/manuelcandales/57/base -> origin/gh/manuelcandales/57/base 2025-03-21T20:17:56.2818320Z * [new branch] gh/manuelcandales/57/head -> origin/gh/manuelcandales/57/head 2025-03-21T20:17:56.2819572Z * [new branch] gh/manuelcandales/58/base -> origin/gh/manuelcandales/58/base 2025-03-21T20:17:56.2820629Z * [new branch] gh/manuelcandales/58/head -> origin/gh/manuelcandales/58/head 2025-03-21T20:17:56.2821804Z * [new branch] gh/manuelcandales/59/base -> origin/gh/manuelcandales/59/base 2025-03-21T20:17:56.2822876Z * [new branch] gh/manuelcandales/59/head -> origin/gh/manuelcandales/59/head 2025-03-21T20:17:56.2824228Z * [new branch] gh/manuelcandales/60/base -> origin/gh/manuelcandales/60/base 2025-03-21T20:17:56.2825125Z * [new branch] gh/manuelcandales/60/head -> origin/gh/manuelcandales/60/head 2025-03-21T20:17:56.2826383Z * [new branch] gh/manuelcandales/61/base -> origin/gh/manuelcandales/61/base 2025-03-21T20:17:56.2827256Z * [new branch] gh/manuelcandales/61/head -> origin/gh/manuelcandales/61/head 2025-03-21T20:17:56.2828584Z * [new branch] gh/manuelcandales/62/base -> origin/gh/manuelcandales/62/base 2025-03-21T20:17:56.2829615Z * [new branch] gh/manuelcandales/62/head -> origin/gh/manuelcandales/62/head 2025-03-21T20:17:56.2830805Z * [new branch] gh/manuelcandales/63/base -> origin/gh/manuelcandales/63/base 2025-03-21T20:17:56.2831827Z * [new branch] gh/manuelcandales/63/head -> origin/gh/manuelcandales/63/head 2025-03-21T20:17:56.2833074Z * [new branch] gh/manuelcandales/64/base -> origin/gh/manuelcandales/64/base 2025-03-21T20:17:56.2834092Z * [new branch] gh/manuelcandales/64/head -> origin/gh/manuelcandales/64/head 2025-03-21T20:17:56.2835329Z * [new branch] gh/manuelcandales/65/base -> origin/gh/manuelcandales/65/base 2025-03-21T20:17:56.2836211Z * [new branch] gh/manuelcandales/65/head -> origin/gh/manuelcandales/65/head 2025-03-21T20:17:56.2837656Z * [new branch] gh/manuelcandales/66/base -> origin/gh/manuelcandales/66/base 2025-03-21T20:17:56.2838556Z * [new branch] gh/manuelcandales/66/head -> origin/gh/manuelcandales/66/head 2025-03-21T20:17:56.2839895Z * [new branch] gh/manuelcandales/67/base -> origin/gh/manuelcandales/67/base 2025-03-21T20:17:56.2840765Z * [new branch] gh/manuelcandales/67/head -> origin/gh/manuelcandales/67/head 2025-03-21T20:17:56.2842072Z * [new branch] gh/manuelcandales/68/base -> origin/gh/manuelcandales/68/base 2025-03-21T20:17:56.2842948Z * [new branch] gh/manuelcandales/68/head -> origin/gh/manuelcandales/68/head 2025-03-21T20:17:56.2844226Z * [new branch] gh/manuelcandales/69/base -> origin/gh/manuelcandales/69/base 2025-03-21T20:17:56.2845096Z * [new branch] gh/manuelcandales/69/head -> origin/gh/manuelcandales/69/head 2025-03-21T20:17:56.2846391Z * [new branch] gh/manuelcandales/70/base -> origin/gh/manuelcandales/70/base 2025-03-21T20:17:56.2847207Z * [new branch] gh/manuelcandales/70/head -> origin/gh/manuelcandales/70/head 2025-03-21T20:17:56.2848469Z * [new branch] gh/manuelcandales/71/base -> origin/gh/manuelcandales/71/base 2025-03-21T20:17:56.2849365Z * [new branch] gh/manuelcandales/71/head -> origin/gh/manuelcandales/71/head 2025-03-21T20:17:56.2850608Z * [new branch] gh/manuelcandales/72/base -> origin/gh/manuelcandales/72/base 2025-03-21T20:17:56.2851450Z * [new branch] gh/manuelcandales/72/head -> origin/gh/manuelcandales/72/head 2025-03-21T20:17:56.2852794Z * [new branch] gh/manuelcandales/73/base -> origin/gh/manuelcandales/73/base 2025-03-21T20:17:56.2853678Z * [new branch] gh/manuelcandales/73/head -> origin/gh/manuelcandales/73/head 2025-03-21T20:17:56.2854910Z * [new branch] gh/manuelcandales/74/base -> origin/gh/manuelcandales/74/base 2025-03-21T20:17:56.2855815Z * [new branch] gh/manuelcandales/74/head -> origin/gh/manuelcandales/74/head 2025-03-21T20:17:56.2857071Z * [new branch] gh/manuelcandales/75/base -> origin/gh/manuelcandales/75/base 2025-03-21T20:17:56.2857988Z * [new branch] gh/manuelcandales/75/head -> origin/gh/manuelcandales/75/head 2025-03-21T20:17:56.2859718Z * [new branch] gh/manuelcandales/76/base -> origin/gh/manuelcandales/76/base 2025-03-21T20:17:56.2864896Z * [new branch] gh/manuelcandales/76/head -> origin/gh/manuelcandales/76/head 2025-03-21T20:17:56.2866117Z * [new branch] gh/manuelcandales/76/orig -> origin/gh/manuelcandales/76/orig 2025-03-21T20:17:56.2867698Z * [new branch] gh/manuelcandales/77/base -> origin/gh/manuelcandales/77/base 2025-03-21T20:17:56.2868603Z * [new branch] gh/manuelcandales/77/head -> origin/gh/manuelcandales/77/head 2025-03-21T20:17:56.2869561Z * [new branch] gh/manuelcandales/77/orig -> origin/gh/manuelcandales/77/orig 2025-03-21T20:17:56.2870906Z * [new branch] gh/manuelcandales/78/base -> origin/gh/manuelcandales/78/base 2025-03-21T20:17:56.2872013Z * [new branch] gh/manuelcandales/78/head -> origin/gh/manuelcandales/78/head 2025-03-21T20:17:56.2873014Z * [new branch] gh/manuelcandales/78/orig -> origin/gh/manuelcandales/78/orig 2025-03-21T20:17:56.2874398Z * [new branch] gh/manuelcandales/79/base -> origin/gh/manuelcandales/79/base 2025-03-21T20:17:56.2875279Z * [new branch] gh/manuelcandales/79/head -> origin/gh/manuelcandales/79/head 2025-03-21T20:17:56.2876363Z * [new branch] gh/manuelcandales/79/orig -> origin/gh/manuelcandales/79/orig 2025-03-21T20:17:56.2877660Z * [new branch] gh/manuelcandales/80/base -> origin/gh/manuelcandales/80/base 2025-03-21T20:17:56.2878821Z * [new branch] gh/manuelcandales/80/head -> origin/gh/manuelcandales/80/head 2025-03-21T20:17:56.2879716Z * [new branch] gh/manuelcandales/80/orig -> origin/gh/manuelcandales/80/orig 2025-03-21T20:17:56.2881161Z * [new branch] gh/manuelcandales/81/base -> origin/gh/manuelcandales/81/base 2025-03-21T20:17:56.2882250Z * [new branch] gh/manuelcandales/81/head -> origin/gh/manuelcandales/81/head 2025-03-21T20:17:56.2883375Z * [new branch] gh/manuelcandales/81/orig -> origin/gh/manuelcandales/81/orig 2025-03-21T20:17:56.2884558Z * [new branch] gh/manuelcandales/82/base -> origin/gh/manuelcandales/82/base 2025-03-21T20:17:56.2885619Z * [new branch] gh/manuelcandales/82/head -> origin/gh/manuelcandales/82/head 2025-03-21T20:17:56.2886614Z * [new branch] gh/manuelcandales/82/orig -> origin/gh/manuelcandales/82/orig 2025-03-21T20:17:56.2887954Z * [new branch] gh/manuelcandales/83/base -> origin/gh/manuelcandales/83/base 2025-03-21T20:17:56.2889038Z * [new branch] gh/manuelcandales/83/head -> origin/gh/manuelcandales/83/head 2025-03-21T20:17:56.2890111Z * [new branch] gh/manuelcandales/83/orig -> origin/gh/manuelcandales/83/orig 2025-03-21T20:17:56.2891440Z * [new branch] gh/manuelcandales/84/base -> origin/gh/manuelcandales/84/base 2025-03-21T20:17:56.2892486Z * [new branch] gh/manuelcandales/84/head -> origin/gh/manuelcandales/84/head 2025-03-21T20:17:56.2893363Z * [new branch] gh/manuelcandales/84/orig -> origin/gh/manuelcandales/84/orig 2025-03-21T20:17:56.2894711Z * [new branch] gh/manuelcandales/85/base -> origin/gh/manuelcandales/85/base 2025-03-21T20:17:56.2895895Z * [new branch] gh/manuelcandales/85/head -> origin/gh/manuelcandales/85/head 2025-03-21T20:17:56.2896976Z * [new branch] gh/manuelcandales/85/orig -> origin/gh/manuelcandales/85/orig 2025-03-21T20:17:56.2898317Z * [new branch] gh/manuelcandales/86/base -> origin/gh/manuelcandales/86/base 2025-03-21T20:17:56.2899436Z * [new branch] gh/manuelcandales/86/head -> origin/gh/manuelcandales/86/head 2025-03-21T20:17:56.2900513Z * [new branch] gh/manuelcandales/86/orig -> origin/gh/manuelcandales/86/orig 2025-03-21T20:17:56.2901714Z * [new branch] gh/manuelcandales/87/base -> origin/gh/manuelcandales/87/base 2025-03-21T20:17:56.2902790Z * [new branch] gh/manuelcandales/87/head -> origin/gh/manuelcandales/87/head 2025-03-21T20:17:56.2903676Z * [new branch] gh/manuelcandales/87/orig -> origin/gh/manuelcandales/87/orig 2025-03-21T20:17:56.2904937Z * [new branch] gh/manuelcandales/88/base -> origin/gh/manuelcandales/88/base 2025-03-21T20:17:56.2906128Z * [new branch] gh/manuelcandales/88/head -> origin/gh/manuelcandales/88/head 2025-03-21T20:17:56.2907026Z * [new branch] gh/manuelcandales/88/orig -> origin/gh/manuelcandales/88/orig 2025-03-21T20:17:56.2908220Z * [new branch] gh/manuelcandales/89/base -> origin/gh/manuelcandales/89/base 2025-03-21T20:17:56.2909205Z * [new branch] gh/manuelcandales/89/head -> origin/gh/manuelcandales/89/head 2025-03-21T20:17:56.2910261Z * [new branch] gh/manuelcandales/89/orig -> origin/gh/manuelcandales/89/orig 2025-03-21T20:17:56.2911466Z * [new branch] gh/manuelcandales/90/base -> origin/gh/manuelcandales/90/base 2025-03-21T20:17:56.2912330Z * [new branch] gh/manuelcandales/90/head -> origin/gh/manuelcandales/90/head 2025-03-21T20:17:56.2913406Z * [new branch] gh/manuelcandales/90/orig -> origin/gh/manuelcandales/90/orig 2025-03-21T20:17:56.2914609Z * [new branch] gh/manuelcandales/91/base -> origin/gh/manuelcandales/91/base 2025-03-21T20:17:56.2915678Z * [new branch] gh/manuelcandales/91/head -> origin/gh/manuelcandales/91/head 2025-03-21T20:17:56.2916550Z * [new branch] gh/manuelcandales/91/orig -> origin/gh/manuelcandales/91/orig 2025-03-21T20:17:56.2917845Z * [new branch] gh/manuelcandales/92/base -> origin/gh/manuelcandales/92/base 2025-03-21T20:17:56.2918857Z * [new branch] gh/manuelcandales/92/head -> origin/gh/manuelcandales/92/head 2025-03-21T20:17:56.2919827Z * [new branch] gh/manuelcandales/92/orig -> origin/gh/manuelcandales/92/orig 2025-03-21T20:17:56.2921061Z * [new branch] gh/manuelcandales/93/base -> origin/gh/manuelcandales/93/base 2025-03-21T20:17:56.2922096Z * [new branch] gh/manuelcandales/93/head -> origin/gh/manuelcandales/93/head 2025-03-21T20:17:56.2923012Z * [new branch] gh/manuelcandales/93/orig -> origin/gh/manuelcandales/93/orig 2025-03-21T20:17:56.2924309Z * [new branch] gh/manuelcandales/94/base -> origin/gh/manuelcandales/94/base 2025-03-21T20:17:56.2925332Z * [new branch] gh/manuelcandales/94/head -> origin/gh/manuelcandales/94/head 2025-03-21T20:17:56.2926228Z * [new branch] gh/manuelcandales/94/orig -> origin/gh/manuelcandales/94/orig 2025-03-21T20:17:56.2927503Z * [new branch] gh/manuelcandales/95/base -> origin/gh/manuelcandales/95/base 2025-03-21T20:17:56.2928609Z * [new branch] gh/manuelcandales/95/head -> origin/gh/manuelcandales/95/head 2025-03-21T20:17:56.2929293Z * [new branch] gh/manuelcandales/95/orig -> origin/gh/manuelcandales/95/orig 2025-03-21T20:17:56.2930738Z * [new branch] gh/manuelcandales/96/base -> origin/gh/manuelcandales/96/base 2025-03-21T20:17:56.2931963Z * [new branch] gh/manuelcandales/96/head -> origin/gh/manuelcandales/96/head 2025-03-21T20:17:56.2933177Z * [new branch] gh/manuelcandales/96/orig -> origin/gh/manuelcandales/96/orig 2025-03-21T20:17:56.2934946Z * [new branch] gh/manuelcandales/97/base -> origin/gh/manuelcandales/97/base 2025-03-21T20:17:56.2935943Z * [new branch] gh/manuelcandales/97/head -> origin/gh/manuelcandales/97/head 2025-03-21T20:17:56.2937004Z * [new branch] gh/manuelcandales/97/orig -> origin/gh/manuelcandales/97/orig 2025-03-21T20:17:56.2938679Z * [new branch] gh/manuelcandales/98/base -> origin/gh/manuelcandales/98/base 2025-03-21T20:17:56.2939650Z * [new branch] gh/manuelcandales/98/head -> origin/gh/manuelcandales/98/head 2025-03-21T20:17:56.2940793Z * [new branch] gh/manuelcandales/98/orig -> origin/gh/manuelcandales/98/orig 2025-03-21T20:17:56.2942186Z * [new branch] gh/manuelcandales/99/base -> origin/gh/manuelcandales/99/base 2025-03-21T20:17:56.2943280Z * [new branch] gh/manuelcandales/99/head -> origin/gh/manuelcandales/99/head 2025-03-21T20:17:56.2944326Z * [new branch] gh/manuelcandales/99/orig -> origin/gh/manuelcandales/99/orig 2025-03-21T20:17:56.2946178Z * [new branch] gh/mcr229/1/base -> origin/gh/mcr229/1/base 2025-03-21T20:17:56.2947130Z * [new branch] gh/mcr229/1/orig -> origin/gh/mcr229/1/orig 2025-03-21T20:17:56.2948544Z * [new branch] gh/mcr229/10/base -> origin/gh/mcr229/10/base 2025-03-21T20:17:56.2949978Z * [new branch] gh/mcr229/11/base -> origin/gh/mcr229/11/base 2025-03-21T20:17:56.2951176Z * [new branch] gh/mcr229/11/head -> origin/gh/mcr229/11/head 2025-03-21T20:17:56.2952150Z * [new branch] gh/mcr229/11/orig -> origin/gh/mcr229/11/orig 2025-03-21T20:17:56.2953618Z * [new branch] gh/mcr229/12/base -> origin/gh/mcr229/12/base 2025-03-21T20:17:56.2955035Z * [new branch] gh/mcr229/13/base -> origin/gh/mcr229/13/base 2025-03-21T20:17:56.2956447Z * [new branch] gh/mcr229/14/base -> origin/gh/mcr229/14/base 2025-03-21T20:17:56.2957837Z * [new branch] gh/mcr229/15/base -> origin/gh/mcr229/15/base 2025-03-21T20:17:56.2959415Z * [new branch] gh/mcr229/2/base -> origin/gh/mcr229/2/base 2025-03-21T20:17:56.2960685Z * [new branch] gh/mcr229/2/orig -> origin/gh/mcr229/2/orig 2025-03-21T20:17:56.2962147Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-03-21T20:17:56.2963166Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-03-21T20:17:56.2964560Z * [new branch] gh/mcr229/4/base -> origin/gh/mcr229/4/base 2025-03-21T20:17:56.2965614Z * [new branch] gh/mcr229/4/orig -> origin/gh/mcr229/4/orig 2025-03-21T20:17:56.2967063Z * [new branch] gh/mcr229/5/base -> origin/gh/mcr229/5/base 2025-03-21T20:17:56.2968062Z * [new branch] gh/mcr229/5/head -> origin/gh/mcr229/5/head 2025-03-21T20:17:56.2969065Z * [new branch] gh/mcr229/5/orig -> origin/gh/mcr229/5/orig 2025-03-21T20:17:56.2970736Z * [new branch] gh/mcr229/6/base -> origin/gh/mcr229/6/base 2025-03-21T20:17:56.2971733Z * [new branch] gh/mcr229/6/head -> origin/gh/mcr229/6/head 2025-03-21T20:17:56.2972913Z * [new branch] gh/mcr229/6/orig -> origin/gh/mcr229/6/orig 2025-03-21T20:17:56.2974325Z * [new branch] gh/mcr229/7/base -> origin/gh/mcr229/7/base 2025-03-21T20:17:56.2975726Z * [new branch] gh/mcr229/8/base -> origin/gh/mcr229/8/base 2025-03-21T20:17:56.2976851Z * [new branch] gh/mcr229/8/orig -> origin/gh/mcr229/8/orig 2025-03-21T20:17:56.2978292Z * [new branch] gh/mcr229/9/base -> origin/gh/mcr229/9/base 2025-03-21T20:17:56.2979335Z * [new branch] gh/mcr229/9/orig -> origin/gh/mcr229/9/orig 2025-03-21T20:17:56.2981103Z * [new branch] gh/nathanaelsee/1/base -> origin/gh/nathanaelsee/1/base 2025-03-21T20:17:56.2982585Z * [new branch] gh/nathanaelsee/2/base -> origin/gh/nathanaelsee/2/base 2025-03-21T20:17:56.2984047Z * [new branch] gh/nathanaelsee/3/base -> origin/gh/nathanaelsee/3/base 2025-03-21T20:17:56.2985420Z * [new branch] gh/nathanaelsee/4/base -> origin/gh/nathanaelsee/4/base 2025-03-21T20:17:56.2986514Z * [new branch] gh/nathanaelsee/4/orig -> origin/gh/nathanaelsee/4/orig 2025-03-21T20:17:56.2988141Z * [new branch] gh/swolchok/1/base -> origin/gh/swolchok/1/base 2025-03-21T20:17:56.2989188Z * [new branch] gh/swolchok/1/head -> origin/gh/swolchok/1/head 2025-03-21T20:17:56.2990162Z * [new branch] gh/swolchok/1/orig -> origin/gh/swolchok/1/orig 2025-03-21T20:17:56.2991663Z * [new branch] gh/swolchok/10/base -> origin/gh/swolchok/10/base 2025-03-21T20:17:56.2992665Z * [new branch] gh/swolchok/10/head -> origin/gh/swolchok/10/head 2025-03-21T20:17:56.2993855Z * [new branch] gh/swolchok/10/orig -> origin/gh/swolchok/10/orig 2025-03-21T20:17:56.2995108Z * [new branch] gh/swolchok/100/base -> origin/gh/swolchok/100/base 2025-03-21T20:17:56.2996051Z * [new branch] gh/swolchok/100/head -> origin/gh/swolchok/100/head 2025-03-21T20:17:56.2997105Z * [new branch] gh/swolchok/100/orig -> origin/gh/swolchok/100/orig 2025-03-21T20:17:56.2998514Z * [new branch] gh/swolchok/101/base -> origin/gh/swolchok/101/base 2025-03-21T20:17:56.2999614Z * [new branch] gh/swolchok/101/head -> origin/gh/swolchok/101/head 2025-03-21T20:17:56.3000613Z * [new branch] gh/swolchok/101/orig -> origin/gh/swolchok/101/orig 2025-03-21T20:17:56.3002007Z * [new branch] gh/swolchok/102/base -> origin/gh/swolchok/102/base 2025-03-21T20:17:56.3003383Z * [new branch] gh/swolchok/102/head -> origin/gh/swolchok/102/head 2025-03-21T20:17:56.3004292Z * [new branch] gh/swolchok/102/orig -> origin/gh/swolchok/102/orig 2025-03-21T20:17:56.3005900Z * [new branch] gh/swolchok/103/base -> origin/gh/swolchok/103/base 2025-03-21T20:17:56.3007046Z * [new branch] gh/swolchok/103/head -> origin/gh/swolchok/103/head 2025-03-21T20:17:56.3008154Z * [new branch] gh/swolchok/103/orig -> origin/gh/swolchok/103/orig 2025-03-21T20:17:56.3009859Z * [new branch] gh/swolchok/104/base -> origin/gh/swolchok/104/base 2025-03-21T20:17:56.3010966Z * [new branch] gh/swolchok/104/head -> origin/gh/swolchok/104/head 2025-03-21T20:17:56.3012319Z * [new branch] gh/swolchok/104/orig -> origin/gh/swolchok/104/orig 2025-03-21T20:17:56.3013837Z * [new branch] gh/swolchok/105/base -> origin/gh/swolchok/105/base 2025-03-21T20:17:56.3015505Z * [new branch] gh/swolchok/105/head -> origin/gh/swolchok/105/head 2025-03-21T20:17:56.3016593Z * [new branch] gh/swolchok/105/orig -> origin/gh/swolchok/105/orig 2025-03-21T20:17:56.3018186Z * [new branch] gh/swolchok/106/base -> origin/gh/swolchok/106/base 2025-03-21T20:17:56.3019220Z * [new branch] gh/swolchok/106/head -> origin/gh/swolchok/106/head 2025-03-21T20:17:56.3020487Z * [new branch] gh/swolchok/106/orig -> origin/gh/swolchok/106/orig 2025-03-21T20:17:56.3022052Z * [new branch] gh/swolchok/107/base -> origin/gh/swolchok/107/base 2025-03-21T20:17:56.3023148Z * [new branch] gh/swolchok/107/head -> origin/gh/swolchok/107/head 2025-03-21T20:17:56.3024224Z * [new branch] gh/swolchok/107/orig -> origin/gh/swolchok/107/orig 2025-03-21T20:17:56.3025611Z * [new branch] gh/swolchok/108/base -> origin/gh/swolchok/108/base 2025-03-21T20:17:56.3026722Z * [new branch] gh/swolchok/108/head -> origin/gh/swolchok/108/head 2025-03-21T20:17:56.3027835Z * [new branch] gh/swolchok/108/orig -> origin/gh/swolchok/108/orig 2025-03-21T20:17:56.3029422Z * [new branch] gh/swolchok/109/base -> origin/gh/swolchok/109/base 2025-03-21T20:17:56.3030978Z * [new branch] gh/swolchok/11/base -> origin/gh/swolchok/11/base 2025-03-21T20:17:56.3032137Z * [new branch] gh/swolchok/11/head -> origin/gh/swolchok/11/head 2025-03-21T20:17:56.3033267Z * [new branch] gh/swolchok/11/orig -> origin/gh/swolchok/11/orig 2025-03-21T20:17:56.3034817Z * [new branch] gh/swolchok/110/base -> origin/gh/swolchok/110/base 2025-03-21T20:17:56.3035986Z * [new branch] gh/swolchok/110/head -> origin/gh/swolchok/110/head 2025-03-21T20:17:56.3037172Z * [new branch] gh/swolchok/110/orig -> origin/gh/swolchok/110/orig 2025-03-21T20:17:56.3038841Z * [new branch] gh/swolchok/111/base -> origin/gh/swolchok/111/base 2025-03-21T20:17:56.3040410Z * [new branch] gh/swolchok/112/base -> origin/gh/swolchok/112/base 2025-03-21T20:17:56.3042192Z * [new branch] gh/swolchok/113/base -> origin/gh/swolchok/113/base 2025-03-21T20:17:56.3044145Z * [new branch] gh/swolchok/114/base -> origin/gh/swolchok/114/base 2025-03-21T20:17:56.3045779Z * [new branch] gh/swolchok/114/head -> origin/gh/swolchok/114/head 2025-03-21T20:17:56.3046927Z * [new branch] gh/swolchok/114/orig -> origin/gh/swolchok/114/orig 2025-03-21T20:17:56.3048574Z * [new branch] gh/swolchok/115/base -> origin/gh/swolchok/115/base 2025-03-21T20:17:56.3050201Z * [new branch] gh/swolchok/116/base -> origin/gh/swolchok/116/base 2025-03-21T20:17:56.3051755Z * [new branch] gh/swolchok/117/base -> origin/gh/swolchok/117/base 2025-03-21T20:17:56.3052894Z * [new branch] gh/swolchok/117/head -> origin/gh/swolchok/117/head 2025-03-21T20:17:56.3054037Z * [new branch] gh/swolchok/117/orig -> origin/gh/swolchok/117/orig 2025-03-21T20:17:56.3055635Z * [new branch] gh/swolchok/118/base -> origin/gh/swolchok/118/base 2025-03-21T20:17:56.3057210Z * [new branch] gh/swolchok/119/base -> origin/gh/swolchok/119/base 2025-03-21T20:17:56.3058691Z * [new branch] gh/swolchok/12/base -> origin/gh/swolchok/12/base 2025-03-21T20:17:56.3060408Z * [new branch] gh/swolchok/12/head -> origin/gh/swolchok/12/head 2025-03-21T20:17:56.3061494Z * [new branch] gh/swolchok/12/orig -> origin/gh/swolchok/12/orig 2025-03-21T20:17:56.3062927Z * [new branch] gh/swolchok/120/base -> origin/gh/swolchok/120/base 2025-03-21T20:17:56.3064409Z * [new branch] gh/swolchok/121/base -> origin/gh/swolchok/121/base 2025-03-21T20:17:56.3065632Z * [new branch] gh/swolchok/121/head -> origin/gh/swolchok/121/head 2025-03-21T20:17:56.3066783Z * [new branch] gh/swolchok/121/orig -> origin/gh/swolchok/121/orig 2025-03-21T20:17:56.3068375Z * [new branch] gh/swolchok/122/base -> origin/gh/swolchok/122/base 2025-03-21T20:17:56.3069524Z * [new branch] gh/swolchok/122/head -> origin/gh/swolchok/122/head 2025-03-21T20:17:56.3070687Z * [new branch] gh/swolchok/122/orig -> origin/gh/swolchok/122/orig 2025-03-21T20:17:56.3072240Z * [new branch] gh/swolchok/123/base -> origin/gh/swolchok/123/base 2025-03-21T20:17:56.3073802Z * [new branch] gh/swolchok/124/base -> origin/gh/swolchok/124/base 2025-03-21T20:17:56.3075375Z * [new branch] gh/swolchok/125/base -> origin/gh/swolchok/125/base 2025-03-21T20:17:56.3077018Z * [new branch] gh/swolchok/126/base -> origin/gh/swolchok/126/base 2025-03-21T20:17:56.3078255Z * [new branch] gh/swolchok/126/head -> origin/gh/swolchok/126/head 2025-03-21T20:17:56.3079532Z * [new branch] gh/swolchok/126/orig -> origin/gh/swolchok/126/orig 2025-03-21T20:17:56.3081215Z * [new branch] gh/swolchok/127/base -> origin/gh/swolchok/127/base 2025-03-21T20:17:56.3082752Z * [new branch] gh/swolchok/128/base -> origin/gh/swolchok/128/base 2025-03-21T20:17:56.3084354Z * [new branch] gh/swolchok/129/base -> origin/gh/swolchok/129/base 2025-03-21T20:17:56.3086099Z * [new branch] gh/swolchok/13/base -> origin/gh/swolchok/13/base 2025-03-21T20:17:56.3087247Z * [new branch] gh/swolchok/13/head -> origin/gh/swolchok/13/head 2025-03-21T20:17:56.3088441Z * [new branch] gh/swolchok/13/orig -> origin/gh/swolchok/13/orig 2025-03-21T20:17:56.3090035Z * [new branch] gh/swolchok/130/base -> origin/gh/swolchok/130/base 2025-03-21T20:17:56.3091583Z * [new branch] gh/swolchok/131/base -> origin/gh/swolchok/131/base 2025-03-21T20:17:56.3093154Z * [new branch] gh/swolchok/132/base -> origin/gh/swolchok/132/base 2025-03-21T20:17:56.3094924Z * [new branch] gh/swolchok/133/base -> origin/gh/swolchok/133/base 2025-03-21T20:17:56.3096343Z * [new branch] gh/swolchok/134/next -> origin/gh/swolchok/134/next 2025-03-21T20:17:56.3097562Z * [new branch] gh/swolchok/134/orig -> origin/gh/swolchok/134/orig 2025-03-21T20:17:56.3098972Z * [new branch] gh/swolchok/135/next -> origin/gh/swolchok/135/next 2025-03-21T20:17:56.3100108Z * [new branch] gh/swolchok/135/orig -> origin/gh/swolchok/135/orig 2025-03-21T20:17:56.3101621Z * [new branch] gh/swolchok/136/next -> origin/gh/swolchok/136/next 2025-03-21T20:17:56.3102775Z * [new branch] gh/swolchok/136/orig -> origin/gh/swolchok/136/orig 2025-03-21T20:17:56.3104245Z * [new branch] gh/swolchok/137/next -> origin/gh/swolchok/137/next 2025-03-21T20:17:56.3105371Z * [new branch] gh/swolchok/137/orig -> origin/gh/swolchok/137/orig 2025-03-21T20:17:56.3106909Z * [new branch] gh/swolchok/138/next -> origin/gh/swolchok/138/next 2025-03-21T20:17:56.3108053Z * [new branch] gh/swolchok/138/orig -> origin/gh/swolchok/138/orig 2025-03-21T20:17:56.3109680Z * [new branch] gh/swolchok/139/next -> origin/gh/swolchok/139/next 2025-03-21T20:17:56.3110821Z * [new branch] gh/swolchok/139/orig -> origin/gh/swolchok/139/orig 2025-03-21T20:17:56.3112286Z * [new branch] gh/swolchok/14/base -> origin/gh/swolchok/14/base 2025-03-21T20:17:56.3113514Z * [new branch] gh/swolchok/14/head -> origin/gh/swolchok/14/head 2025-03-21T20:17:56.3114686Z * [new branch] gh/swolchok/14/orig -> origin/gh/swolchok/14/orig 2025-03-21T20:17:56.3116184Z * [new branch] gh/swolchok/140/head -> origin/gh/swolchok/140/head 2025-03-21T20:17:56.3117262Z * [new branch] gh/swolchok/140/next -> origin/gh/swolchok/140/next 2025-03-21T20:17:56.3118588Z * [new branch] gh/swolchok/140/orig -> origin/gh/swolchok/140/orig 2025-03-21T20:17:56.3120126Z * [new branch] gh/swolchok/141/next -> origin/gh/swolchok/141/next 2025-03-21T20:17:56.3121283Z * [new branch] gh/swolchok/141/orig -> origin/gh/swolchok/141/orig 2025-03-21T20:17:56.3122810Z * [new branch] gh/swolchok/142/next -> origin/gh/swolchok/142/next 2025-03-21T20:17:56.3123979Z * [new branch] gh/swolchok/142/orig -> origin/gh/swolchok/142/orig 2025-03-21T20:17:56.3125476Z * [new branch] gh/swolchok/143/next -> origin/gh/swolchok/143/next 2025-03-21T20:17:56.3126656Z * [new branch] gh/swolchok/143/orig -> origin/gh/swolchok/143/orig 2025-03-21T20:17:56.3128282Z * [new branch] gh/swolchok/144/next -> origin/gh/swolchok/144/next 2025-03-21T20:17:56.3129369Z * [new branch] gh/swolchok/144/orig -> origin/gh/swolchok/144/orig 2025-03-21T20:17:56.3130903Z * [new branch] gh/swolchok/145/next -> origin/gh/swolchok/145/next 2025-03-21T20:17:56.3132075Z * [new branch] gh/swolchok/145/orig -> origin/gh/swolchok/145/orig 2025-03-21T20:17:56.3133634Z * [new branch] gh/swolchok/146/next -> origin/gh/swolchok/146/next 2025-03-21T20:17:56.3134756Z * [new branch] gh/swolchok/146/orig -> origin/gh/swolchok/146/orig 2025-03-21T20:17:56.3136278Z * [new branch] gh/swolchok/147/next -> origin/gh/swolchok/147/next 2025-03-21T20:17:56.3137405Z * [new branch] gh/swolchok/147/orig -> origin/gh/swolchok/147/orig 2025-03-21T20:17:56.3138920Z * [new branch] gh/swolchok/148/next -> origin/gh/swolchok/148/next 2025-03-21T20:17:56.3140028Z * [new branch] gh/swolchok/148/orig -> origin/gh/swolchok/148/orig 2025-03-21T20:17:56.3141714Z * [new branch] gh/swolchok/149/base -> origin/gh/swolchok/149/base 2025-03-21T20:17:56.3143307Z * [new branch] gh/swolchok/15/base -> origin/gh/swolchok/15/base 2025-03-21T20:17:56.3144466Z * [new branch] gh/swolchok/15/head -> origin/gh/swolchok/15/head 2025-03-21T20:17:56.3145542Z * [new branch] gh/swolchok/15/orig -> origin/gh/swolchok/15/orig 2025-03-21T20:17:56.3147047Z * [new branch] gh/swolchok/150/next -> origin/gh/swolchok/150/next 2025-03-21T20:17:56.3148211Z * [new branch] gh/swolchok/150/orig -> origin/gh/swolchok/150/orig 2025-03-21T20:17:56.3149616Z * [new branch] gh/swolchok/151/next -> origin/gh/swolchok/151/next 2025-03-21T20:17:56.3150771Z * [new branch] gh/swolchok/151/orig -> origin/gh/swolchok/151/orig 2025-03-21T20:17:56.3152327Z * [new branch] gh/swolchok/152/next -> origin/gh/swolchok/152/next 2025-03-21T20:17:56.3153492Z * [new branch] gh/swolchok/152/orig -> origin/gh/swolchok/152/orig 2025-03-21T20:17:56.3155003Z * [new branch] gh/swolchok/153/next -> origin/gh/swolchok/153/next 2025-03-21T20:17:56.3156110Z * [new branch] gh/swolchok/153/orig -> origin/gh/swolchok/153/orig 2025-03-21T20:17:56.3157569Z * [new branch] gh/swolchok/154/next -> origin/gh/swolchok/154/next 2025-03-21T20:17:56.3158755Z * [new branch] gh/swolchok/154/orig -> origin/gh/swolchok/154/orig 2025-03-21T20:17:56.3162157Z * [new branch] gh/swolchok/155/next -> origin/gh/swolchok/155/next 2025-03-21T20:17:56.3163319Z * [new branch] gh/swolchok/155/orig -> origin/gh/swolchok/155/orig 2025-03-21T20:17:56.3164779Z * [new branch] gh/swolchok/156/next -> origin/gh/swolchok/156/next 2025-03-21T20:17:56.3165871Z * [new branch] gh/swolchok/156/orig -> origin/gh/swolchok/156/orig 2025-03-21T20:17:56.3167286Z * [new branch] gh/swolchok/157/next -> origin/gh/swolchok/157/next 2025-03-21T20:17:56.3168365Z * [new branch] gh/swolchok/157/orig -> origin/gh/swolchok/157/orig 2025-03-21T20:17:56.3169844Z * [new branch] gh/swolchok/158/next -> origin/gh/swolchok/158/next 2025-03-21T20:17:56.3170974Z * [new branch] gh/swolchok/158/orig -> origin/gh/swolchok/158/orig 2025-03-21T20:17:56.3172464Z * [new branch] gh/swolchok/159/next -> origin/gh/swolchok/159/next 2025-03-21T20:17:56.3173621Z * [new branch] gh/swolchok/159/orig -> origin/gh/swolchok/159/orig 2025-03-21T20:17:56.3175199Z * [new branch] gh/swolchok/16/orig -> origin/gh/swolchok/16/orig 2025-03-21T20:17:56.3176610Z * [new branch] gh/swolchok/160/next -> origin/gh/swolchok/160/next 2025-03-21T20:17:56.3177752Z * [new branch] gh/swolchok/160/orig -> origin/gh/swolchok/160/orig 2025-03-21T20:17:56.3179241Z * [new branch] gh/swolchok/161/next -> origin/gh/swolchok/161/next 2025-03-21T20:17:56.3180469Z * [new branch] gh/swolchok/161/orig -> origin/gh/swolchok/161/orig 2025-03-21T20:17:56.3183033Z * [new branch] gh/swolchok/162/next -> origin/gh/swolchok/162/next 2025-03-21T20:17:56.3183364Z * [new branch] gh/swolchok/162/orig -> origin/gh/swolchok/162/orig 2025-03-21T20:17:56.3184768Z * [new branch] gh/swolchok/163/next -> origin/gh/swolchok/163/next 2025-03-21T20:17:56.3185876Z * [new branch] gh/swolchok/163/orig -> origin/gh/swolchok/163/orig 2025-03-21T20:17:56.3187324Z * [new branch] gh/swolchok/164/next -> origin/gh/swolchok/164/next 2025-03-21T20:17:56.3188384Z * [new branch] gh/swolchok/164/orig -> origin/gh/swolchok/164/orig 2025-03-21T20:17:56.3189884Z * [new branch] gh/swolchok/165/next -> origin/gh/swolchok/165/next 2025-03-21T20:17:56.3191089Z * [new branch] gh/swolchok/165/orig -> origin/gh/swolchok/165/orig 2025-03-21T20:17:56.3192669Z * [new branch] gh/swolchok/166/next -> origin/gh/swolchok/166/next 2025-03-21T20:17:56.3193583Z * [new branch] gh/swolchok/166/orig -> origin/gh/swolchok/166/orig 2025-03-21T20:17:56.3195079Z * [new branch] gh/swolchok/167/next -> origin/gh/swolchok/167/next 2025-03-21T20:17:56.3196204Z * [new branch] gh/swolchok/167/orig -> origin/gh/swolchok/167/orig 2025-03-21T20:17:56.3197694Z * [new branch] gh/swolchok/168/next -> origin/gh/swolchok/168/next 2025-03-21T20:17:56.3198948Z * [new branch] gh/swolchok/168/orig -> origin/gh/swolchok/168/orig 2025-03-21T20:17:56.3200362Z * [new branch] gh/swolchok/169/next -> origin/gh/swolchok/169/next 2025-03-21T20:17:56.3201394Z * [new branch] gh/swolchok/169/orig -> origin/gh/swolchok/169/orig 2025-03-21T20:17:56.3203012Z * [new branch] gh/swolchok/17/orig -> origin/gh/swolchok/17/orig 2025-03-21T20:17:56.3205016Z * [new branch] gh/swolchok/170/next -> origin/gh/swolchok/170/next 2025-03-21T20:17:56.3206074Z * [new branch] gh/swolchok/170/orig -> origin/gh/swolchok/170/orig 2025-03-21T20:17:56.3207970Z * [new branch] gh/swolchok/171/next -> origin/gh/swolchok/171/next 2025-03-21T20:17:56.3209332Z * [new branch] gh/swolchok/171/orig -> origin/gh/swolchok/171/orig 2025-03-21T20:17:56.3211154Z * [new branch] gh/swolchok/172/next -> origin/gh/swolchok/172/next 2025-03-21T20:17:56.3212639Z * [new branch] gh/swolchok/172/orig -> origin/gh/swolchok/172/orig 2025-03-21T20:17:56.3214474Z * [new branch] gh/swolchok/173/head -> origin/gh/swolchok/173/head 2025-03-21T20:17:56.3215214Z * [new branch] gh/swolchok/173/next -> origin/gh/swolchok/173/next 2025-03-21T20:17:56.3216274Z * [new branch] gh/swolchok/173/orig -> origin/gh/swolchok/173/orig 2025-03-21T20:17:56.3217628Z * [new branch] gh/swolchok/174/next -> origin/gh/swolchok/174/next 2025-03-21T20:17:56.3218563Z * [new branch] gh/swolchok/174/orig -> origin/gh/swolchok/174/orig 2025-03-21T20:17:56.3219961Z * [new branch] gh/swolchok/175/next -> origin/gh/swolchok/175/next 2025-03-21T20:17:56.3220893Z * [new branch] gh/swolchok/175/orig -> origin/gh/swolchok/175/orig 2025-03-21T20:17:56.3222228Z * [new branch] gh/swolchok/176/next -> origin/gh/swolchok/176/next 2025-03-21T20:17:56.3223134Z * [new branch] gh/swolchok/176/orig -> origin/gh/swolchok/176/orig 2025-03-21T20:17:56.3224485Z * [new branch] gh/swolchok/177/next -> origin/gh/swolchok/177/next 2025-03-21T20:17:56.3225501Z * [new branch] gh/swolchok/177/orig -> origin/gh/swolchok/177/orig 2025-03-21T20:17:56.3226791Z * [new branch] gh/swolchok/178/next -> origin/gh/swolchok/178/next 2025-03-21T20:17:56.3227790Z * [new branch] gh/swolchok/178/orig -> origin/gh/swolchok/178/orig 2025-03-21T20:17:56.3229304Z * [new branch] gh/swolchok/179/head -> origin/gh/swolchok/179/head 2025-03-21T20:17:56.3230064Z * [new branch] gh/swolchok/179/next -> origin/gh/swolchok/179/next 2025-03-21T20:17:56.3231131Z * [new branch] gh/swolchok/179/orig -> origin/gh/swolchok/179/orig 2025-03-21T20:17:56.3232569Z * [new branch] gh/swolchok/18/orig -> origin/gh/swolchok/18/orig 2025-03-21T20:17:56.3234083Z * [new branch] gh/swolchok/180/next -> origin/gh/swolchok/180/next 2025-03-21T20:17:56.3235062Z * [new branch] gh/swolchok/180/orig -> origin/gh/swolchok/180/orig 2025-03-21T20:17:56.3236376Z * [new branch] gh/swolchok/181/next -> origin/gh/swolchok/181/next 2025-03-21T20:17:56.3237289Z * [new branch] gh/swolchok/181/orig -> origin/gh/swolchok/181/orig 2025-03-21T20:17:56.3238819Z * [new branch] gh/swolchok/182/next -> origin/gh/swolchok/182/next 2025-03-21T20:17:56.3239995Z * [new branch] gh/swolchok/182/orig -> origin/gh/swolchok/182/orig 2025-03-21T20:17:56.3241297Z * [new branch] gh/swolchok/183/next -> origin/gh/swolchok/183/next 2025-03-21T20:17:56.3242220Z * [new branch] gh/swolchok/183/orig -> origin/gh/swolchok/183/orig 2025-03-21T20:17:56.3243601Z * [new branch] gh/swolchok/184/next -> origin/gh/swolchok/184/next 2025-03-21T20:17:56.3245171Z * [new branch] gh/swolchok/184/orig -> origin/gh/swolchok/184/orig 2025-03-21T20:17:56.3246576Z * [new branch] gh/swolchok/185/next -> origin/gh/swolchok/185/next 2025-03-21T20:17:56.3247612Z * [new branch] gh/swolchok/185/orig -> origin/gh/swolchok/185/orig 2025-03-21T20:17:56.3249003Z * [new branch] gh/swolchok/186/next -> origin/gh/swolchok/186/next 2025-03-21T20:17:56.3249938Z * [new branch] gh/swolchok/186/orig -> origin/gh/swolchok/186/orig 2025-03-21T20:17:56.3251331Z * [new branch] gh/swolchok/187/next -> origin/gh/swolchok/187/next 2025-03-21T20:17:56.3252324Z * [new branch] gh/swolchok/187/orig -> origin/gh/swolchok/187/orig 2025-03-21T20:17:56.3253702Z * [new branch] gh/swolchok/188/next -> origin/gh/swolchok/188/next 2025-03-21T20:17:56.3254909Z * [new branch] gh/swolchok/188/orig -> origin/gh/swolchok/188/orig 2025-03-21T20:17:56.3256308Z * [new branch] gh/swolchok/189/next -> origin/gh/swolchok/189/next 2025-03-21T20:17:56.3257269Z * [new branch] gh/swolchok/189/orig -> origin/gh/swolchok/189/orig 2025-03-21T20:17:56.3258708Z * [new branch] gh/swolchok/19/orig -> origin/gh/swolchok/19/orig 2025-03-21T20:17:56.3260211Z * [new branch] gh/swolchok/190/next -> origin/gh/swolchok/190/next 2025-03-21T20:17:56.3261144Z * [new branch] gh/swolchok/190/orig -> origin/gh/swolchok/190/orig 2025-03-21T20:17:56.3262508Z * [new branch] gh/swolchok/191/next -> origin/gh/swolchok/191/next 2025-03-21T20:17:56.3263488Z * [new branch] gh/swolchok/191/orig -> origin/gh/swolchok/191/orig 2025-03-21T20:17:56.3264846Z * [new branch] gh/swolchok/192/next -> origin/gh/swolchok/192/next 2025-03-21T20:17:56.3265772Z * [new branch] gh/swolchok/192/orig -> origin/gh/swolchok/192/orig 2025-03-21T20:17:56.3267162Z * [new branch] gh/swolchok/193/next -> origin/gh/swolchok/193/next 2025-03-21T20:17:56.3268135Z * [new branch] gh/swolchok/193/orig -> origin/gh/swolchok/193/orig 2025-03-21T20:17:56.3269538Z * [new branch] gh/swolchok/194/next -> origin/gh/swolchok/194/next 2025-03-21T20:17:56.3270786Z * [new branch] gh/swolchok/194/orig -> origin/gh/swolchok/194/orig 2025-03-21T20:17:56.3272252Z * [new branch] gh/swolchok/195/next -> origin/gh/swolchok/195/next 2025-03-21T20:17:56.3273293Z * [new branch] gh/swolchok/195/orig -> origin/gh/swolchok/195/orig 2025-03-21T20:17:56.3274643Z * [new branch] gh/swolchok/196/next -> origin/gh/swolchok/196/next 2025-03-21T20:17:56.3275559Z * [new branch] gh/swolchok/196/orig -> origin/gh/swolchok/196/orig 2025-03-21T20:17:56.3276960Z * [new branch] gh/swolchok/197/next -> origin/gh/swolchok/197/next 2025-03-21T20:17:56.3277952Z * [new branch] gh/swolchok/197/orig -> origin/gh/swolchok/197/orig 2025-03-21T20:17:56.3279478Z * [new branch] gh/swolchok/198/next -> origin/gh/swolchok/198/next 2025-03-21T20:17:56.3280435Z * [new branch] gh/swolchok/198/orig -> origin/gh/swolchok/198/orig 2025-03-21T20:17:56.3281810Z * [new branch] gh/swolchok/199/next -> origin/gh/swolchok/199/next 2025-03-21T20:17:56.3282816Z * [new branch] gh/swolchok/199/orig -> origin/gh/swolchok/199/orig 2025-03-21T20:17:56.3284191Z * [new branch] gh/swolchok/2/base -> origin/gh/swolchok/2/base 2025-03-21T20:17:56.3285104Z * [new branch] gh/swolchok/2/head -> origin/gh/swolchok/2/head 2025-03-21T20:17:56.3286105Z * [new branch] gh/swolchok/2/orig -> origin/gh/swolchok/2/orig 2025-03-21T20:17:56.3287582Z * [new branch] gh/swolchok/20/base -> origin/gh/swolchok/20/base 2025-03-21T20:17:56.3288600Z * [new branch] gh/swolchok/20/orig -> origin/gh/swolchok/20/orig 2025-03-21T20:17:56.3290109Z * [new branch] gh/swolchok/200/base -> origin/gh/swolchok/200/base 2025-03-21T20:17:56.3291119Z * [new branch] gh/swolchok/200/head -> origin/gh/swolchok/200/head 2025-03-21T20:17:56.3292525Z * [new branch] gh/swolchok/201/base -> origin/gh/swolchok/201/base 2025-03-21T20:17:56.3293867Z * [new branch] gh/swolchok/202/next -> origin/gh/swolchok/202/next 2025-03-21T20:17:56.3294896Z * [new branch] gh/swolchok/202/orig -> origin/gh/swolchok/202/orig 2025-03-21T20:17:56.3296344Z * [new branch] gh/swolchok/203/next -> origin/gh/swolchok/203/next 2025-03-21T20:17:56.3297408Z * [new branch] gh/swolchok/203/orig -> origin/gh/swolchok/203/orig 2025-03-21T20:17:56.3298720Z * [new branch] gh/swolchok/204/next -> origin/gh/swolchok/204/next 2025-03-21T20:17:56.3299739Z * [new branch] gh/swolchok/204/orig -> origin/gh/swolchok/204/orig 2025-03-21T20:17:56.3301118Z * [new branch] gh/swolchok/205/next -> origin/gh/swolchok/205/next 2025-03-21T20:17:56.3302117Z * [new branch] gh/swolchok/205/orig -> origin/gh/swolchok/205/orig 2025-03-21T20:17:56.3303590Z * [new branch] gh/swolchok/206/next -> origin/gh/swolchok/206/next 2025-03-21T20:17:56.3304707Z * [new branch] gh/swolchok/206/orig -> origin/gh/swolchok/206/orig 2025-03-21T20:17:56.3306086Z * [new branch] gh/swolchok/207/next -> origin/gh/swolchok/207/next 2025-03-21T20:17:56.3307084Z * [new branch] gh/swolchok/207/orig -> origin/gh/swolchok/207/orig 2025-03-21T20:17:56.3308433Z * [new branch] gh/swolchok/208/next -> origin/gh/swolchok/208/next 2025-03-21T20:17:56.3309413Z * [new branch] gh/swolchok/208/orig -> origin/gh/swolchok/208/orig 2025-03-21T20:17:56.3310769Z * [new branch] gh/swolchok/209/next -> origin/gh/swolchok/209/next 2025-03-21T20:17:56.3311742Z * [new branch] gh/swolchok/209/orig -> origin/gh/swolchok/209/orig 2025-03-21T20:17:56.3313975Z * [new branch] gh/swolchok/21/base -> origin/gh/swolchok/21/base 2025-03-21T20:17:56.3315445Z * [new branch] gh/swolchok/21/orig -> origin/gh/swolchok/21/orig 2025-03-21T20:17:56.3316826Z * [new branch] gh/swolchok/210/next -> origin/gh/swolchok/210/next 2025-03-21T20:17:56.3317863Z * [new branch] gh/swolchok/210/orig -> origin/gh/swolchok/210/orig 2025-03-21T20:17:56.3319331Z * [new branch] gh/swolchok/211/next -> origin/gh/swolchok/211/next 2025-03-21T20:17:56.3320337Z * [new branch] gh/swolchok/211/orig -> origin/gh/swolchok/211/orig 2025-03-21T20:17:56.3321713Z * [new branch] gh/swolchok/212/next -> origin/gh/swolchok/212/next 2025-03-21T20:17:56.3322714Z * [new branch] gh/swolchok/212/orig -> origin/gh/swolchok/212/orig 2025-03-21T20:17:56.3324070Z * [new branch] gh/swolchok/213/next -> origin/gh/swolchok/213/next 2025-03-21T20:17:56.3325086Z * [new branch] gh/swolchok/213/orig -> origin/gh/swolchok/213/orig 2025-03-21T20:17:56.3326467Z * [new branch] gh/swolchok/214/head -> origin/gh/swolchok/214/head 2025-03-21T20:17:56.3327348Z * [new branch] gh/swolchok/214/next -> origin/gh/swolchok/214/next 2025-03-21T20:17:56.3328442Z * [new branch] gh/swolchok/214/orig -> origin/gh/swolchok/214/orig 2025-03-21T20:17:56.3329795Z * [new branch] gh/swolchok/215/next -> origin/gh/swolchok/215/next 2025-03-21T20:17:56.3330763Z * [new branch] gh/swolchok/215/orig -> origin/gh/swolchok/215/orig 2025-03-21T20:17:56.3332195Z * [new branch] gh/swolchok/216/base -> origin/gh/swolchok/216/base 2025-03-21T20:17:56.3333648Z * [new branch] gh/swolchok/217/base -> origin/gh/swolchok/217/base 2025-03-21T20:17:56.3335185Z * [new branch] gh/swolchok/218/base -> origin/gh/swolchok/218/base 2025-03-21T20:17:56.3336198Z * [new branch] gh/swolchok/218/head -> origin/gh/swolchok/218/head 2025-03-21T20:17:56.3337674Z * [new branch] gh/swolchok/219/base -> origin/gh/swolchok/219/base 2025-03-21T20:17:56.3339072Z * [new branch] gh/swolchok/22/base -> origin/gh/swolchok/22/base 2025-03-21T20:17:56.3340184Z * [new branch] gh/swolchok/22/orig -> origin/gh/swolchok/22/orig 2025-03-21T20:17:56.3341407Z * [new branch] gh/swolchok/220/base -> origin/gh/swolchok/220/base 2025-03-21T20:17:56.3342381Z * [new branch] gh/swolchok/220/head -> origin/gh/swolchok/220/head 2025-03-21T20:17:56.3343591Z * [new branch] gh/swolchok/221/base -> origin/gh/swolchok/221/base 2025-03-21T20:17:56.3344559Z * [new branch] gh/swolchok/221/head -> origin/gh/swolchok/221/head 2025-03-21T20:17:56.3345986Z * [new branch] gh/swolchok/222/base -> origin/gh/swolchok/222/base 2025-03-21T20:17:56.3347325Z * [new branch] gh/swolchok/223/next -> origin/gh/swolchok/223/next 2025-03-21T20:17:56.3348328Z * [new branch] gh/swolchok/223/orig -> origin/gh/swolchok/223/orig 2025-03-21T20:17:56.3349824Z * [new branch] gh/swolchok/224/base -> origin/gh/swolchok/224/base 2025-03-21T20:17:56.3350787Z * [new branch] gh/swolchok/224/head -> origin/gh/swolchok/224/head 2025-03-21T20:17:56.3352185Z * [new branch] gh/swolchok/225/next -> origin/gh/swolchok/225/next 2025-03-21T20:17:56.3353176Z * [new branch] gh/swolchok/225/orig -> origin/gh/swolchok/225/orig 2025-03-21T20:17:56.3354451Z * [new branch] gh/swolchok/226/base -> origin/gh/swolchok/226/base 2025-03-21T20:17:56.3355380Z * [new branch] gh/swolchok/226/head -> origin/gh/swolchok/226/head 2025-03-21T20:17:56.3356657Z * [new branch] gh/swolchok/227/base -> origin/gh/swolchok/227/base 2025-03-21T20:17:56.3357567Z * [new branch] gh/swolchok/227/head -> origin/gh/swolchok/227/head 2025-03-21T20:17:56.3359114Z * [new branch] gh/swolchok/228/base -> origin/gh/swolchok/228/base 2025-03-21T20:17:56.3360711Z * [new branch] gh/swolchok/229/head -> origin/gh/swolchok/229/head 2025-03-21T20:17:56.3361593Z * [new branch] gh/swolchok/229/next -> origin/gh/swolchok/229/next 2025-03-21T20:17:56.3362718Z * [new branch] gh/swolchok/229/orig -> origin/gh/swolchok/229/orig 2025-03-21T20:17:56.3364161Z * [new branch] gh/swolchok/23/base -> origin/gh/swolchok/23/base 2025-03-21T20:17:56.3365257Z * [new branch] gh/swolchok/23/orig -> origin/gh/swolchok/23/orig 2025-03-21T20:17:56.3366650Z * [new branch] gh/swolchok/230/head -> origin/gh/swolchok/230/head 2025-03-21T20:17:56.3367581Z * [new branch] gh/swolchok/230/next -> origin/gh/swolchok/230/next 2025-03-21T20:17:56.3368698Z * [new branch] gh/swolchok/230/orig -> origin/gh/swolchok/230/orig 2025-03-21T20:17:56.3370076Z * [new branch] gh/swolchok/231/head -> origin/gh/swolchok/231/head 2025-03-21T20:17:56.3370971Z * [new branch] gh/swolchok/231/next -> origin/gh/swolchok/231/next 2025-03-21T20:17:56.3371963Z * [new branch] gh/swolchok/231/orig -> origin/gh/swolchok/231/orig 2025-03-21T20:17:56.3373427Z * [new branch] gh/swolchok/232/next -> origin/gh/swolchok/232/next 2025-03-21T20:17:56.3374229Z * [new branch] gh/swolchok/232/orig -> origin/gh/swolchok/232/orig 2025-03-21T20:17:56.3375619Z * [new branch] gh/swolchok/233/next -> origin/gh/swolchok/233/next 2025-03-21T20:17:56.3376645Z * [new branch] gh/swolchok/233/orig -> origin/gh/swolchok/233/orig 2025-03-21T20:17:56.3377994Z * [new branch] gh/swolchok/234/next -> origin/gh/swolchok/234/next 2025-03-21T20:17:56.3379146Z * [new branch] gh/swolchok/234/orig -> origin/gh/swolchok/234/orig 2025-03-21T20:17:56.3380523Z * [new branch] gh/swolchok/235/next -> origin/gh/swolchok/235/next 2025-03-21T20:17:56.3381542Z * [new branch] gh/swolchok/235/orig -> origin/gh/swolchok/235/orig 2025-03-21T20:17:56.3382895Z * [new branch] gh/swolchok/236/next -> origin/gh/swolchok/236/next 2025-03-21T20:17:56.3383888Z * [new branch] gh/swolchok/236/orig -> origin/gh/swolchok/236/orig 2025-03-21T20:17:56.3385255Z * [new branch] gh/swolchok/237/next -> origin/gh/swolchok/237/next 2025-03-21T20:17:56.3386289Z * [new branch] gh/swolchok/237/orig -> origin/gh/swolchok/237/orig 2025-03-21T20:17:56.3387642Z * [new branch] gh/swolchok/238/head -> origin/gh/swolchok/238/head 2025-03-21T20:17:56.3388484Z * [new branch] gh/swolchok/238/next -> origin/gh/swolchok/238/next 2025-03-21T20:17:56.3389511Z * [new branch] gh/swolchok/238/orig -> origin/gh/swolchok/238/orig 2025-03-21T20:17:56.3390853Z * [new branch] gh/swolchok/239/head -> origin/gh/swolchok/239/head 2025-03-21T20:17:56.3391751Z * [new branch] gh/swolchok/239/next -> origin/gh/swolchok/239/next 2025-03-21T20:17:56.3392745Z * [new branch] gh/swolchok/239/orig -> origin/gh/swolchok/239/orig 2025-03-21T20:17:56.3394149Z * [new branch] gh/swolchok/24/base -> origin/gh/swolchok/24/base 2025-03-21T20:17:56.3395125Z * [new branch] gh/swolchok/24/orig -> origin/gh/swolchok/24/orig 2025-03-21T20:17:56.3396487Z * [new branch] gh/swolchok/240/head -> origin/gh/swolchok/240/head 2025-03-21T20:17:56.3397263Z * [new branch] gh/swolchok/240/next -> origin/gh/swolchok/240/next 2025-03-21T20:17:56.3398402Z * [new branch] gh/swolchok/240/orig -> origin/gh/swolchok/240/orig 2025-03-21T20:17:56.3399833Z * [new branch] gh/swolchok/241/next -> origin/gh/swolchok/241/next 2025-03-21T20:17:56.3400902Z * [new branch] gh/swolchok/241/orig -> origin/gh/swolchok/241/orig 2025-03-21T20:17:56.3402245Z * [new branch] gh/swolchok/242/next -> origin/gh/swolchok/242/next 2025-03-21T20:17:56.3403324Z * [new branch] gh/swolchok/242/orig -> origin/gh/swolchok/242/orig 2025-03-21T20:17:56.3404680Z * [new branch] gh/swolchok/243/next -> origin/gh/swolchok/243/next 2025-03-21T20:17:56.3405652Z * [new branch] gh/swolchok/243/orig -> origin/gh/swolchok/243/orig 2025-03-21T20:17:56.3406979Z * [new branch] gh/swolchok/244/head -> origin/gh/swolchok/244/head 2025-03-21T20:17:56.3407785Z * [new branch] gh/swolchok/244/next -> origin/gh/swolchok/244/next 2025-03-21T20:17:56.3409159Z * [new branch] gh/swolchok/245/next -> origin/gh/swolchok/245/next 2025-03-21T20:17:56.3410147Z * [new branch] gh/swolchok/245/orig -> origin/gh/swolchok/245/orig 2025-03-21T20:17:56.3411619Z * [new branch] gh/swolchok/246/next -> origin/gh/swolchok/246/next 2025-03-21T20:17:56.3412633Z * [new branch] gh/swolchok/246/orig -> origin/gh/swolchok/246/orig 2025-03-21T20:17:56.3413981Z * [new branch] gh/swolchok/247/base -> origin/gh/swolchok/247/base 2025-03-21T20:17:56.3414982Z * [new branch] gh/swolchok/247/head -> origin/gh/swolchok/247/head 2025-03-21T20:17:56.3415929Z * [new branch] gh/swolchok/247/orig -> origin/gh/swolchok/247/orig 2025-03-21T20:17:56.3417376Z * [new branch] gh/swolchok/248/base -> origin/gh/swolchok/248/base 2025-03-21T20:17:56.3418761Z * [new branch] gh/swolchok/249/next -> origin/gh/swolchok/249/next 2025-03-21T20:17:56.3419702Z * [new branch] gh/swolchok/249/orig -> origin/gh/swolchok/249/orig 2025-03-21T20:17:56.3421090Z * [new branch] gh/swolchok/25/base -> origin/gh/swolchok/25/base 2025-03-21T20:17:56.3422074Z * [new branch] gh/swolchok/25/orig -> origin/gh/swolchok/25/orig 2025-03-21T20:17:56.3423463Z * [new branch] gh/swolchok/250/next -> origin/gh/swolchok/250/next 2025-03-21T20:17:56.3424437Z * [new branch] gh/swolchok/250/orig -> origin/gh/swolchok/250/orig 2025-03-21T20:17:56.3425860Z * [new branch] gh/swolchok/251/next -> origin/gh/swolchok/251/next 2025-03-21T20:17:56.3426833Z * [new branch] gh/swolchok/251/orig -> origin/gh/swolchok/251/orig 2025-03-21T20:17:56.3428285Z * [new branch] gh/swolchok/252/base -> origin/gh/swolchok/252/base 2025-03-21T20:17:56.3429250Z * [new branch] gh/swolchok/252/head -> origin/gh/swolchok/252/head 2025-03-21T20:17:56.3430267Z * [new branch] gh/swolchok/252/orig -> origin/gh/swolchok/252/orig 2025-03-21T20:17:56.3431597Z * [new branch] gh/swolchok/253/head -> origin/gh/swolchok/253/head 2025-03-21T20:17:56.3432490Z * [new branch] gh/swolchok/253/next -> origin/gh/swolchok/253/next 2025-03-21T20:17:56.3433544Z * [new branch] gh/swolchok/253/orig -> origin/gh/swolchok/253/orig 2025-03-21T20:17:56.3434906Z * [new branch] gh/swolchok/254/head -> origin/gh/swolchok/254/head 2025-03-21T20:17:56.3435686Z * [new branch] gh/swolchok/254/next -> origin/gh/swolchok/254/next 2025-03-21T20:17:56.3436845Z * [new branch] gh/swolchok/254/orig -> origin/gh/swolchok/254/orig 2025-03-21T20:17:56.3438266Z * [new branch] gh/swolchok/255/next -> origin/gh/swolchok/255/next 2025-03-21T20:17:56.3439416Z * [new branch] gh/swolchok/255/orig -> origin/gh/swolchok/255/orig 2025-03-21T20:17:56.3440771Z * [new branch] gh/swolchok/256/next -> origin/gh/swolchok/256/next 2025-03-21T20:17:56.3441761Z * [new branch] gh/swolchok/256/orig -> origin/gh/swolchok/256/orig 2025-03-21T20:17:56.3443211Z * [new branch] gh/swolchok/257/next -> origin/gh/swolchok/257/next 2025-03-21T20:17:56.3444185Z * [new branch] gh/swolchok/257/orig -> origin/gh/swolchok/257/orig 2025-03-21T20:17:56.3445631Z * [new branch] gh/swolchok/258/base -> origin/gh/swolchok/258/base 2025-03-21T20:17:56.3447037Z * [new branch] gh/swolchok/259/next -> origin/gh/swolchok/259/next 2025-03-21T20:17:56.3448066Z * [new branch] gh/swolchok/259/orig -> origin/gh/swolchok/259/orig 2025-03-21T20:17:56.3449367Z * [new branch] gh/swolchok/26/base -> origin/gh/swolchok/26/base 2025-03-21T20:17:56.3450329Z * [new branch] gh/swolchok/26/orig -> origin/gh/swolchok/26/orig 2025-03-21T20:17:56.3451737Z * [new branch] gh/swolchok/260/next -> origin/gh/swolchok/260/next 2025-03-21T20:17:56.3452764Z * [new branch] gh/swolchok/260/orig -> origin/gh/swolchok/260/orig 2025-03-21T20:17:56.3454069Z * [new branch] gh/swolchok/261/next -> origin/gh/swolchok/261/next 2025-03-21T20:17:56.3455060Z * [new branch] gh/swolchok/261/orig -> origin/gh/swolchok/261/orig 2025-03-21T20:17:56.3456473Z * [new branch] gh/swolchok/262/next -> origin/gh/swolchok/262/next 2025-03-21T20:17:56.3457595Z * [new branch] gh/swolchok/262/orig -> origin/gh/swolchok/262/orig 2025-03-21T20:17:56.3458846Z * [new branch] gh/swolchok/263/next -> origin/gh/swolchok/263/next 2025-03-21T20:17:56.3460058Z * [new branch] gh/swolchok/263/orig -> origin/gh/swolchok/263/orig 2025-03-21T20:17:56.3465436Z * [new branch] gh/swolchok/264/next -> origin/gh/swolchok/264/next 2025-03-21T20:17:56.3466382Z * [new branch] gh/swolchok/264/orig -> origin/gh/swolchok/264/orig 2025-03-21T20:17:56.3467744Z * [new branch] gh/swolchok/265/next -> origin/gh/swolchok/265/next 2025-03-21T20:17:56.3468800Z * [new branch] gh/swolchok/265/orig -> origin/gh/swolchok/265/orig 2025-03-21T20:17:56.3470173Z * [new branch] gh/swolchok/266/next -> origin/gh/swolchok/266/next 2025-03-21T20:17:56.3471171Z * [new branch] gh/swolchok/266/orig -> origin/gh/swolchok/266/orig 2025-03-21T20:17:56.3472630Z * [new branch] gh/swolchok/267/base -> origin/gh/swolchok/267/base 2025-03-21T20:17:56.3473957Z * [new branch] gh/swolchok/268/next -> origin/gh/swolchok/268/next 2025-03-21T20:17:56.3475043Z * [new branch] gh/swolchok/268/orig -> origin/gh/swolchok/268/orig 2025-03-21T20:17:56.3476365Z * [new branch] gh/swolchok/269/next -> origin/gh/swolchok/269/next 2025-03-21T20:17:56.3477420Z * [new branch] gh/swolchok/269/orig -> origin/gh/swolchok/269/orig 2025-03-21T20:17:56.3478918Z * [new branch] gh/swolchok/27/base -> origin/gh/swolchok/27/base 2025-03-21T20:17:56.3479932Z * [new branch] gh/swolchok/27/orig -> origin/gh/swolchok/27/orig 2025-03-21T20:17:56.3481430Z * [new branch] gh/swolchok/270/base -> origin/gh/swolchok/270/base 2025-03-21T20:17:56.3482730Z * [new branch] gh/swolchok/271/head -> origin/gh/swolchok/271/head 2025-03-21T20:17:56.3483620Z * [new branch] gh/swolchok/271/next -> origin/gh/swolchok/271/next 2025-03-21T20:17:56.3484635Z * [new branch] gh/swolchok/271/orig -> origin/gh/swolchok/271/orig 2025-03-21T20:17:56.3486090Z * [new branch] gh/swolchok/272/base -> origin/gh/swolchok/272/base 2025-03-21T20:17:56.3487573Z * [new branch] gh/swolchok/273/base -> origin/gh/swolchok/273/base 2025-03-21T20:17:56.3489027Z * [new branch] gh/swolchok/274/base -> origin/gh/swolchok/274/base 2025-03-21T20:17:56.3490024Z * [new branch] gh/swolchok/274/head -> origin/gh/swolchok/274/head 2025-03-21T20:17:56.3491056Z * [new branch] gh/swolchok/274/orig -> origin/gh/swolchok/274/orig 2025-03-21T20:17:56.3492466Z * [new branch] gh/swolchok/275/base -> origin/gh/swolchok/275/base 2025-03-21T20:17:56.3493500Z * [new branch] gh/swolchok/275/head -> origin/gh/swolchok/275/head 2025-03-21T20:17:56.3494714Z * [new branch] gh/swolchok/275/orig -> origin/gh/swolchok/275/orig 2025-03-21T20:17:56.3496125Z * [new branch] gh/swolchok/276/next -> origin/gh/swolchok/276/next 2025-03-21T20:17:56.3497109Z * [new branch] gh/swolchok/276/orig -> origin/gh/swolchok/276/orig 2025-03-21T20:17:56.3498514Z * [new branch] gh/swolchok/277/next -> origin/gh/swolchok/277/next 2025-03-21T20:17:56.3499468Z * [new branch] gh/swolchok/277/orig -> origin/gh/swolchok/277/orig 2025-03-21T20:17:56.3500988Z * [new branch] gh/swolchok/278/next -> origin/gh/swolchok/278/next 2025-03-21T20:17:56.3501998Z * [new branch] gh/swolchok/278/orig -> origin/gh/swolchok/278/orig 2025-03-21T20:17:56.3503399Z * [new branch] gh/swolchok/279/head -> origin/gh/swolchok/279/head 2025-03-21T20:17:56.3504158Z * [new branch] gh/swolchok/279/next -> origin/gh/swolchok/279/next 2025-03-21T20:17:56.3505362Z * [new branch] gh/swolchok/279/orig -> origin/gh/swolchok/279/orig 2025-03-21T20:17:56.3506630Z * [new branch] gh/swolchok/28/base -> origin/gh/swolchok/28/base 2025-03-21T20:17:56.3507749Z * [new branch] gh/swolchok/28/orig -> origin/gh/swolchok/28/orig 2025-03-21T20:17:56.3509125Z * [new branch] gh/swolchok/280/next -> origin/gh/swolchok/280/next 2025-03-21T20:17:56.3510153Z * [new branch] gh/swolchok/280/orig -> origin/gh/swolchok/280/orig 2025-03-21T20:17:56.3511578Z * [new branch] gh/swolchok/281/base -> origin/gh/swolchok/281/base 2025-03-21T20:17:56.3512962Z * [new branch] gh/swolchok/282/next -> origin/gh/swolchok/282/next 2025-03-21T20:17:56.3514037Z * [new branch] gh/swolchok/282/orig -> origin/gh/swolchok/282/orig 2025-03-21T20:17:56.3515410Z * [new branch] gh/swolchok/283/next -> origin/gh/swolchok/283/next 2025-03-21T20:17:56.3516531Z * [new branch] gh/swolchok/283/orig -> origin/gh/swolchok/283/orig 2025-03-21T20:17:56.3517933Z * [new branch] gh/swolchok/284/next -> origin/gh/swolchok/284/next 2025-03-21T20:17:56.3519063Z * [new branch] gh/swolchok/284/orig -> origin/gh/swolchok/284/orig 2025-03-21T20:17:56.3520413Z * [new branch] gh/swolchok/285/next -> origin/gh/swolchok/285/next 2025-03-21T20:17:56.3521410Z * [new branch] gh/swolchok/285/orig -> origin/gh/swolchok/285/orig 2025-03-21T20:17:56.3522781Z * [new branch] gh/swolchok/286/next -> origin/gh/swolchok/286/next 2025-03-21T20:17:56.3523741Z * [new branch] gh/swolchok/286/orig -> origin/gh/swolchok/286/orig 2025-03-21T20:17:56.3525065Z * [new branch] gh/swolchok/287/next -> origin/gh/swolchok/287/next 2025-03-21T20:17:56.3526084Z * [new branch] gh/swolchok/287/orig -> origin/gh/swolchok/287/orig 2025-03-21T20:17:56.3527429Z * [new branch] gh/swolchok/288/next -> origin/gh/swolchok/288/next 2025-03-21T20:17:56.3528425Z * [new branch] gh/swolchok/288/orig -> origin/gh/swolchok/288/orig 2025-03-21T20:17:56.3529734Z * [new branch] gh/swolchok/289/next -> origin/gh/swolchok/289/next 2025-03-21T20:17:56.3530793Z * [new branch] gh/swolchok/289/orig -> origin/gh/swolchok/289/orig 2025-03-21T20:17:56.3532103Z * [new branch] gh/swolchok/29/base -> origin/gh/swolchok/29/base 2025-03-21T20:17:56.3533042Z * [new branch] gh/swolchok/29/orig -> origin/gh/swolchok/29/orig 2025-03-21T20:17:56.3534410Z * [new branch] gh/swolchok/290/head -> origin/gh/swolchok/290/head 2025-03-21T20:17:56.3535309Z * [new branch] gh/swolchok/290/next -> origin/gh/swolchok/290/next 2025-03-21T20:17:56.3536273Z * [new branch] gh/swolchok/290/orig -> origin/gh/swolchok/290/orig 2025-03-21T20:17:56.3537633Z * [new branch] gh/swolchok/291/next -> origin/gh/swolchok/291/next 2025-03-21T20:17:56.3538669Z * [new branch] gh/swolchok/291/orig -> origin/gh/swolchok/291/orig 2025-03-21T20:17:56.3540106Z * [new branch] gh/swolchok/292/next -> origin/gh/swolchok/292/next 2025-03-21T20:17:56.3541042Z * [new branch] gh/swolchok/292/orig -> origin/gh/swolchok/292/orig 2025-03-21T20:17:56.3542442Z * [new branch] gh/swolchok/293/head -> origin/gh/swolchok/293/head 2025-03-21T20:17:56.3543220Z * [new branch] gh/swolchok/293/next -> origin/gh/swolchok/293/next 2025-03-21T20:17:56.3544309Z * [new branch] gh/swolchok/293/orig -> origin/gh/swolchok/293/orig 2025-03-21T20:17:56.3545649Z * [new branch] gh/swolchok/294/next -> origin/gh/swolchok/294/next 2025-03-21T20:17:56.3546648Z * [new branch] gh/swolchok/294/orig -> origin/gh/swolchok/294/orig 2025-03-21T20:17:56.3547951Z * [new branch] gh/swolchok/295/next -> origin/gh/swolchok/295/next 2025-03-21T20:17:56.3549103Z * [new branch] gh/swolchok/295/orig -> origin/gh/swolchok/295/orig 2025-03-21T20:17:56.3550378Z * [new branch] gh/swolchok/296/head -> origin/gh/swolchok/296/head 2025-03-21T20:17:56.3551179Z * [new branch] gh/swolchok/296/next -> origin/gh/swolchok/296/next 2025-03-21T20:17:56.3552228Z * [new branch] gh/swolchok/296/orig -> origin/gh/swolchok/296/orig 2025-03-21T20:17:56.3553599Z * [new branch] gh/swolchok/297/head -> origin/gh/swolchok/297/head 2025-03-21T20:17:56.3554526Z * [new branch] gh/swolchok/297/next -> origin/gh/swolchok/297/next 2025-03-21T20:17:56.3555474Z * [new branch] gh/swolchok/297/orig -> origin/gh/swolchok/297/orig 2025-03-21T20:17:56.3556899Z * [new branch] gh/swolchok/298/head -> origin/gh/swolchok/298/head 2025-03-21T20:17:56.3557779Z * [new branch] gh/swolchok/298/next -> origin/gh/swolchok/298/next 2025-03-21T20:17:56.3558998Z * [new branch] gh/swolchok/298/orig -> origin/gh/swolchok/298/orig 2025-03-21T20:17:56.3560648Z * [new branch] gh/swolchok/299/next -> origin/gh/swolchok/299/next 2025-03-21T20:17:56.3561686Z * [new branch] gh/swolchok/299/orig -> origin/gh/swolchok/299/orig 2025-03-21T20:17:56.3566120Z * [new branch] gh/swolchok/3/base -> origin/gh/swolchok/3/base 2025-03-21T20:17:56.3566786Z * [new branch] gh/swolchok/3/head -> origin/gh/swolchok/3/head 2025-03-21T20:17:56.3567205Z * [new branch] gh/swolchok/3/orig -> origin/gh/swolchok/3/orig 2025-03-21T20:17:56.3567509Z * [new branch] gh/swolchok/30/base -> origin/gh/swolchok/30/base 2025-03-21T20:17:56.3568141Z * [new branch] gh/swolchok/30/orig -> origin/gh/swolchok/30/orig 2025-03-21T20:17:56.3569613Z * [new branch] gh/swolchok/300/next -> origin/gh/swolchok/300/next 2025-03-21T20:17:56.3570604Z * [new branch] gh/swolchok/300/orig -> origin/gh/swolchok/300/orig 2025-03-21T20:17:56.3572173Z * [new branch] gh/swolchok/301/next -> origin/gh/swolchok/301/next 2025-03-21T20:17:56.3573280Z * [new branch] gh/swolchok/301/orig -> origin/gh/swolchok/301/orig 2025-03-21T20:17:56.3574859Z * [new branch] gh/swolchok/302/next -> origin/gh/swolchok/302/next 2025-03-21T20:17:56.3575885Z * [new branch] gh/swolchok/302/orig -> origin/gh/swolchok/302/orig 2025-03-21T20:17:56.3583153Z * [new branch] gh/swolchok/303/base -> origin/gh/swolchok/303/base 2025-03-21T20:17:56.3583588Z * [new branch] gh/swolchok/304/next -> origin/gh/swolchok/304/next 2025-03-21T20:17:56.3583851Z * [new branch] gh/swolchok/304/orig -> origin/gh/swolchok/304/orig 2025-03-21T20:17:56.3584069Z * [new branch] gh/swolchok/305/next -> origin/gh/swolchok/305/next 2025-03-21T20:17:56.3584697Z * [new branch] gh/swolchok/305/orig -> origin/gh/swolchok/305/orig 2025-03-21T20:17:56.3586704Z * [new branch] gh/swolchok/306/next -> origin/gh/swolchok/306/next 2025-03-21T20:17:56.3587456Z * [new branch] gh/swolchok/306/orig -> origin/gh/swolchok/306/orig 2025-03-21T20:17:56.3588931Z * [new branch] gh/swolchok/307/next -> origin/gh/swolchok/307/next 2025-03-21T20:17:56.3589875Z * [new branch] gh/swolchok/307/orig -> origin/gh/swolchok/307/orig 2025-03-21T20:17:56.3591312Z * [new branch] gh/swolchok/308/next -> origin/gh/swolchok/308/next 2025-03-21T20:17:56.3592289Z * [new branch] gh/swolchok/308/orig -> origin/gh/swolchok/308/orig 2025-03-21T20:17:56.3593712Z * [new branch] gh/swolchok/309/head -> origin/gh/swolchok/309/head 2025-03-21T20:17:56.3595053Z * [new branch] gh/swolchok/309/next -> origin/gh/swolchok/309/next 2025-03-21T20:17:56.3596267Z * [new branch] gh/swolchok/309/orig -> origin/gh/swolchok/309/orig 2025-03-21T20:17:56.3597505Z * [new branch] gh/swolchok/31/base -> origin/gh/swolchok/31/base 2025-03-21T20:17:56.3598602Z * [new branch] gh/swolchok/31/orig -> origin/gh/swolchok/31/orig 2025-03-21T20:17:56.3600044Z * [new branch] gh/swolchok/310/head -> origin/gh/swolchok/310/head 2025-03-21T20:17:56.3600847Z * [new branch] gh/swolchok/310/next -> origin/gh/swolchok/310/next 2025-03-21T20:17:56.3601889Z * [new branch] gh/swolchok/310/orig -> origin/gh/swolchok/310/orig 2025-03-21T20:17:56.3603353Z * [new branch] gh/swolchok/311/next -> origin/gh/swolchok/311/next 2025-03-21T20:17:56.3604284Z * [new branch] gh/swolchok/311/orig -> origin/gh/swolchok/311/orig 2025-03-21T20:17:56.3605735Z * [new branch] gh/swolchok/312/next -> origin/gh/swolchok/312/next 2025-03-21T20:17:56.3606704Z * [new branch] gh/swolchok/312/orig -> origin/gh/swolchok/312/orig 2025-03-21T20:17:56.3608124Z * [new branch] gh/swolchok/313/next -> origin/gh/swolchok/313/next 2025-03-21T20:17:56.3609064Z * [new branch] gh/swolchok/313/orig -> origin/gh/swolchok/313/orig 2025-03-21T20:17:56.3610474Z * [new branch] gh/swolchok/314/next -> origin/gh/swolchok/314/next 2025-03-21T20:17:56.3611452Z * [new branch] gh/swolchok/314/orig -> origin/gh/swolchok/314/orig 2025-03-21T20:17:56.3612860Z * [new branch] gh/swolchok/315/next -> origin/gh/swolchok/315/next 2025-03-21T20:17:56.3613856Z * [new branch] gh/swolchok/315/orig -> origin/gh/swolchok/315/orig 2025-03-21T20:17:56.3615270Z * [new branch] gh/swolchok/316/head -> origin/gh/swolchok/316/head 2025-03-21T20:17:56.3616154Z * [new branch] gh/swolchok/316/next -> origin/gh/swolchok/316/next 2025-03-21T20:17:56.3617168Z * [new branch] gh/swolchok/316/orig -> origin/gh/swolchok/316/orig 2025-03-21T20:17:56.3618607Z * [new branch] gh/swolchok/317/next -> origin/gh/swolchok/317/next 2025-03-21T20:17:56.3619527Z * [new branch] gh/swolchok/317/orig -> origin/gh/swolchok/317/orig 2025-03-21T20:17:56.3620951Z * [new branch] gh/swolchok/318/next -> origin/gh/swolchok/318/next 2025-03-21T20:17:56.3621839Z * [new branch] gh/swolchok/318/orig -> origin/gh/swolchok/318/orig 2025-03-21T20:17:56.3623282Z * [new branch] gh/swolchok/319/next -> origin/gh/swolchok/319/next 2025-03-21T20:17:56.3624247Z * [new branch] gh/swolchok/319/orig -> origin/gh/swolchok/319/orig 2025-03-21T20:17:56.3625834Z * [new branch] gh/swolchok/32/base -> origin/gh/swolchok/32/base 2025-03-21T20:17:56.3626809Z * [new branch] gh/swolchok/32/orig -> origin/gh/swolchok/32/orig 2025-03-21T20:17:56.3628319Z * [new branch] gh/swolchok/320/next -> origin/gh/swolchok/320/next 2025-03-21T20:17:56.3629234Z * [new branch] gh/swolchok/320/orig -> origin/gh/swolchok/320/orig 2025-03-21T20:17:56.3631218Z * [new branch] gh/swolchok/321/next -> origin/gh/swolchok/321/next 2025-03-21T20:17:56.3632149Z * [new branch] gh/swolchok/321/orig -> origin/gh/swolchok/321/orig 2025-03-21T20:17:56.3633667Z * [new branch] gh/swolchok/322/next -> origin/gh/swolchok/322/next 2025-03-21T20:17:56.3634553Z * [new branch] gh/swolchok/322/orig -> origin/gh/swolchok/322/orig 2025-03-21T20:17:56.3636013Z * [new branch] gh/swolchok/323/next -> origin/gh/swolchok/323/next 2025-03-21T20:17:56.3636923Z * [new branch] gh/swolchok/323/orig -> origin/gh/swolchok/323/orig 2025-03-21T20:17:56.3638514Z * [new branch] gh/swolchok/324/next -> origin/gh/swolchok/324/next 2025-03-21T20:17:56.3639662Z * [new branch] gh/swolchok/324/orig -> origin/gh/swolchok/324/orig 2025-03-21T20:17:56.3640938Z * [new branch] gh/swolchok/325/next -> origin/gh/swolchok/325/next 2025-03-21T20:17:56.3641874Z * [new branch] gh/swolchok/325/orig -> origin/gh/swolchok/325/orig 2025-03-21T20:17:56.3643341Z * [new branch] gh/swolchok/326/next -> origin/gh/swolchok/326/next 2025-03-21T20:17:56.3644254Z * [new branch] gh/swolchok/326/orig -> origin/gh/swolchok/326/orig 2025-03-21T20:17:56.3645650Z * [new branch] gh/swolchok/327/next -> origin/gh/swolchok/327/next 2025-03-21T20:17:56.3646650Z * [new branch] gh/swolchok/327/orig -> origin/gh/swolchok/327/orig 2025-03-21T20:17:56.3648081Z * [new branch] gh/swolchok/328/next -> origin/gh/swolchok/328/next 2025-03-21T20:17:56.3649004Z * [new branch] gh/swolchok/328/orig -> origin/gh/swolchok/328/orig 2025-03-21T20:17:56.3650464Z * [new branch] gh/swolchok/329/next -> origin/gh/swolchok/329/next 2025-03-21T20:17:56.3651504Z * [new branch] gh/swolchok/329/orig -> origin/gh/swolchok/329/orig 2025-03-21T20:17:56.3653022Z * [new branch] gh/swolchok/33/base -> origin/gh/swolchok/33/base 2025-03-21T20:17:56.3653972Z * [new branch] gh/swolchok/33/orig -> origin/gh/swolchok/33/orig 2025-03-21T20:17:56.3655489Z * [new branch] gh/swolchok/330/next -> origin/gh/swolchok/330/next 2025-03-21T20:17:56.3656429Z * [new branch] gh/swolchok/330/orig -> origin/gh/swolchok/330/orig 2025-03-21T20:17:56.3657872Z * [new branch] gh/swolchok/331/next -> origin/gh/swolchok/331/next 2025-03-21T20:17:56.3658823Z * [new branch] gh/swolchok/331/orig -> origin/gh/swolchok/331/orig 2025-03-21T20:17:56.3660407Z * [new branch] gh/swolchok/332/next -> origin/gh/swolchok/332/next 2025-03-21T20:17:56.3661438Z * [new branch] gh/swolchok/332/orig -> origin/gh/swolchok/332/orig 2025-03-21T20:17:56.3662880Z * [new branch] gh/swolchok/333/next -> origin/gh/swolchok/333/next 2025-03-21T20:17:56.3663842Z * [new branch] gh/swolchok/333/orig -> origin/gh/swolchok/333/orig 2025-03-21T20:17:56.3665247Z * [new branch] gh/swolchok/334/next -> origin/gh/swolchok/334/next 2025-03-21T20:17:56.3666717Z * [new branch] gh/swolchok/334/orig -> origin/gh/swolchok/334/orig 2025-03-21T20:17:56.3668118Z * [new branch] gh/swolchok/335/next -> origin/gh/swolchok/335/next 2025-03-21T20:17:56.3669065Z * [new branch] gh/swolchok/335/orig -> origin/gh/swolchok/335/orig 2025-03-21T20:17:56.3670494Z * [new branch] gh/swolchok/336/next -> origin/gh/swolchok/336/next 2025-03-21T20:17:56.3671431Z * [new branch] gh/swolchok/336/orig -> origin/gh/swolchok/336/orig 2025-03-21T20:17:56.3672858Z * [new branch] gh/swolchok/337/next -> origin/gh/swolchok/337/next 2025-03-21T20:17:56.3673814Z * [new branch] gh/swolchok/337/orig -> origin/gh/swolchok/337/orig 2025-03-21T20:17:56.3675266Z * [new branch] gh/swolchok/338/next -> origin/gh/swolchok/338/next 2025-03-21T20:17:56.3676242Z * [new branch] gh/swolchok/338/orig -> origin/gh/swolchok/338/orig 2025-03-21T20:17:56.3677671Z * [new branch] gh/swolchok/339/head -> origin/gh/swolchok/339/head 2025-03-21T20:17:56.3678527Z * [new branch] gh/swolchok/339/next -> origin/gh/swolchok/339/next 2025-03-21T20:17:56.3679622Z * [new branch] gh/swolchok/339/orig -> origin/gh/swolchok/339/orig 2025-03-21T20:17:56.3681070Z * [new branch] gh/swolchok/34/orig -> origin/gh/swolchok/34/orig 2025-03-21T20:17:56.3682723Z * [new branch] gh/swolchok/340/next -> origin/gh/swolchok/340/next 2025-03-21T20:17:56.3683475Z * [new branch] gh/swolchok/340/orig -> origin/gh/swolchok/340/orig 2025-03-21T20:17:56.3685631Z * [new branch] gh/swolchok/341/next -> origin/gh/swolchok/341/next 2025-03-21T20:17:56.3686498Z * [new branch] gh/swolchok/341/orig -> origin/gh/swolchok/341/orig 2025-03-21T20:17:56.3688516Z * [new branch] gh/swolchok/342/next -> origin/gh/swolchok/342/next 2025-03-21T20:17:56.3689417Z * [new branch] gh/swolchok/342/orig -> origin/gh/swolchok/342/orig 2025-03-21T20:17:56.3691312Z * [new branch] gh/swolchok/343/next -> origin/gh/swolchok/343/next 2025-03-21T20:17:56.3692167Z * [new branch] gh/swolchok/343/orig -> origin/gh/swolchok/343/orig 2025-03-21T20:17:56.3693640Z * [new branch] gh/swolchok/344/next -> origin/gh/swolchok/344/next 2025-03-21T20:17:56.3694607Z * [new branch] gh/swolchok/344/orig -> origin/gh/swolchok/344/orig 2025-03-21T20:17:56.3696003Z * [new branch] gh/swolchok/345/next -> origin/gh/swolchok/345/next 2025-03-21T20:17:56.3696971Z * [new branch] gh/swolchok/345/orig -> origin/gh/swolchok/345/orig 2025-03-21T20:17:56.3698356Z * [new branch] gh/swolchok/346/next -> origin/gh/swolchok/346/next 2025-03-21T20:17:56.3699295Z * [new branch] gh/swolchok/346/orig -> origin/gh/swolchok/346/orig 2025-03-21T20:17:56.3700692Z * [new branch] gh/swolchok/347/next -> origin/gh/swolchok/347/next 2025-03-21T20:17:56.3701661Z * [new branch] gh/swolchok/347/orig -> origin/gh/swolchok/347/orig 2025-03-21T20:17:56.3703059Z * [new branch] gh/swolchok/348/next -> origin/gh/swolchok/348/next 2025-03-21T20:17:56.3704039Z * [new branch] gh/swolchok/348/orig -> origin/gh/swolchok/348/orig 2025-03-21T20:17:56.3705497Z * [new branch] gh/swolchok/349/next -> origin/gh/swolchok/349/next 2025-03-21T20:17:56.3706487Z * [new branch] gh/swolchok/349/orig -> origin/gh/swolchok/349/orig 2025-03-21T20:17:56.3707972Z * [new branch] gh/swolchok/35/base -> origin/gh/swolchok/35/base 2025-03-21T20:17:56.3709054Z * [new branch] gh/swolchok/35/orig -> origin/gh/swolchok/35/orig 2025-03-21T20:17:56.3710889Z * [new branch] gh/swolchok/350/next -> origin/gh/swolchok/350/next 2025-03-21T20:17:56.3711896Z * [new branch] gh/swolchok/350/orig -> origin/gh/swolchok/350/orig 2025-03-21T20:17:56.3713371Z * [new branch] gh/swolchok/351/next -> origin/gh/swolchok/351/next 2025-03-21T20:17:56.3714318Z * [new branch] gh/swolchok/351/orig -> origin/gh/swolchok/351/orig 2025-03-21T20:17:56.3715729Z * [new branch] gh/swolchok/352/next -> origin/gh/swolchok/352/next 2025-03-21T20:17:56.3716823Z * [new branch] gh/swolchok/352/orig -> origin/gh/swolchok/352/orig 2025-03-21T20:17:56.3718350Z * [new branch] gh/swolchok/353/next -> origin/gh/swolchok/353/next 2025-03-21T20:17:56.3719465Z * [new branch] gh/swolchok/353/orig -> origin/gh/swolchok/353/orig 2025-03-21T20:17:56.3720926Z * [new branch] gh/swolchok/354/next -> origin/gh/swolchok/354/next 2025-03-21T20:17:56.3721953Z * [new branch] gh/swolchok/354/orig -> origin/gh/swolchok/354/orig 2025-03-21T20:17:56.3723352Z * [new branch] gh/swolchok/355/next -> origin/gh/swolchok/355/next 2025-03-21T20:17:56.3724315Z * [new branch] gh/swolchok/355/orig -> origin/gh/swolchok/355/orig 2025-03-21T20:17:56.3725734Z * [new branch] gh/swolchok/356/next -> origin/gh/swolchok/356/next 2025-03-21T20:17:56.3726743Z * [new branch] gh/swolchok/356/orig -> origin/gh/swolchok/356/orig 2025-03-21T20:17:56.3728126Z * [new branch] gh/swolchok/357/next -> origin/gh/swolchok/357/next 2025-03-21T20:17:56.3729108Z * [new branch] gh/swolchok/357/orig -> origin/gh/swolchok/357/orig 2025-03-21T20:17:56.3730661Z * [new branch] gh/swolchok/358/next -> origin/gh/swolchok/358/next 2025-03-21T20:17:56.3731527Z * [new branch] gh/swolchok/358/orig -> origin/gh/swolchok/358/orig 2025-03-21T20:17:56.3732947Z * [new branch] gh/swolchok/359/head -> origin/gh/swolchok/359/head 2025-03-21T20:17:56.3733701Z * [new branch] gh/swolchok/359/next -> origin/gh/swolchok/359/next 2025-03-21T20:17:56.3734726Z * [new branch] gh/swolchok/359/orig -> origin/gh/swolchok/359/orig 2025-03-21T20:17:56.3736393Z * [new branch] gh/swolchok/36/base -> origin/gh/swolchok/36/base 2025-03-21T20:17:56.3737335Z * [new branch] gh/swolchok/36/head -> origin/gh/swolchok/36/head 2025-03-21T20:17:56.3738400Z * [new branch] gh/swolchok/36/orig -> origin/gh/swolchok/36/orig 2025-03-21T20:17:56.3739859Z * [new branch] gh/swolchok/360/next -> origin/gh/swolchok/360/next 2025-03-21T20:17:56.3740886Z * [new branch] gh/swolchok/360/orig -> origin/gh/swolchok/360/orig 2025-03-21T20:17:56.3742266Z * [new branch] gh/swolchok/361/next -> origin/gh/swolchok/361/next 2025-03-21T20:17:56.3743226Z * [new branch] gh/swolchok/361/orig -> origin/gh/swolchok/361/orig 2025-03-21T20:17:56.3744701Z * [new branch] gh/swolchok/362/next -> origin/gh/swolchok/362/next 2025-03-21T20:17:56.3745657Z * [new branch] gh/swolchok/362/orig -> origin/gh/swolchok/362/orig 2025-03-21T20:17:56.3747186Z * [new branch] gh/swolchok/363/next -> origin/gh/swolchok/363/next 2025-03-21T20:17:56.3748164Z * [new branch] gh/swolchok/363/orig -> origin/gh/swolchok/363/orig 2025-03-21T20:17:56.3749641Z * [new branch] gh/swolchok/364/base -> origin/gh/swolchok/364/base 2025-03-21T20:17:56.3750665Z * [new branch] gh/swolchok/364/head -> origin/gh/swolchok/364/head 2025-03-21T20:17:56.3752256Z * [new branch] gh/swolchok/365/base -> origin/gh/swolchok/365/base 2025-03-21T20:17:56.3753228Z * [new branch] gh/swolchok/365/head -> origin/gh/swolchok/365/head 2025-03-21T20:17:56.3754746Z * [new branch] gh/swolchok/366/base -> origin/gh/swolchok/366/base 2025-03-21T20:17:56.3772360Z * [new branch] gh/swolchok/366/head -> origin/gh/swolchok/366/head 2025-03-21T20:17:56.3772960Z * [new branch] gh/swolchok/367/base -> origin/gh/swolchok/367/base 2025-03-21T20:17:56.3773531Z * [new branch] gh/swolchok/367/head -> origin/gh/swolchok/367/head 2025-03-21T20:17:56.3774115Z * [new branch] gh/swolchok/367/orig -> origin/gh/swolchok/367/orig 2025-03-21T20:17:56.3774671Z * [new branch] gh/swolchok/368/base -> origin/gh/swolchok/368/base 2025-03-21T20:17:56.3775293Z * [new branch] gh/swolchok/368/head -> origin/gh/swolchok/368/head 2025-03-21T20:17:56.3775874Z * [new branch] gh/swolchok/368/orig -> origin/gh/swolchok/368/orig 2025-03-21T20:17:56.3776440Z * [new branch] gh/swolchok/369/next -> origin/gh/swolchok/369/next 2025-03-21T20:17:56.3777005Z * [new branch] gh/swolchok/369/orig -> origin/gh/swolchok/369/orig 2025-03-21T20:17:56.3777548Z * [new branch] gh/swolchok/37/base -> origin/gh/swolchok/37/base 2025-03-21T20:17:56.3778090Z * [new branch] gh/swolchok/37/head -> origin/gh/swolchok/37/head 2025-03-21T20:17:56.3778629Z * [new branch] gh/swolchok/37/orig -> origin/gh/swolchok/37/orig 2025-03-21T20:17:56.3779178Z * [new branch] gh/swolchok/370/next -> origin/gh/swolchok/370/next 2025-03-21T20:17:56.3779745Z * [new branch] gh/swolchok/370/orig -> origin/gh/swolchok/370/orig 2025-03-21T20:17:56.3780311Z * [new branch] gh/swolchok/371/next -> origin/gh/swolchok/371/next 2025-03-21T20:17:56.3781044Z * [new branch] gh/swolchok/371/orig -> origin/gh/swolchok/371/orig 2025-03-21T20:17:56.3781621Z * [new branch] gh/swolchok/372/head -> origin/gh/swolchok/372/head 2025-03-21T20:17:56.3782194Z * [new branch] gh/swolchok/372/next -> origin/gh/swolchok/372/next 2025-03-21T20:17:56.3782858Z * [new branch] gh/swolchok/372/orig -> origin/gh/swolchok/372/orig 2025-03-21T20:17:56.3784439Z * [new branch] gh/swolchok/373/next -> origin/gh/swolchok/373/next 2025-03-21T20:17:56.3785757Z * [new branch] gh/swolchok/373/orig -> origin/gh/swolchok/373/orig 2025-03-21T20:17:56.3787497Z * [new branch] gh/swolchok/374/next -> origin/gh/swolchok/374/next 2025-03-21T20:17:56.3788811Z * [new branch] gh/swolchok/374/orig -> origin/gh/swolchok/374/orig 2025-03-21T20:17:56.3790675Z * [new branch] gh/swolchok/375/next -> origin/gh/swolchok/375/next 2025-03-21T20:17:56.3791825Z * [new branch] gh/swolchok/375/orig -> origin/gh/swolchok/375/orig 2025-03-21T20:17:56.3793608Z * [new branch] gh/swolchok/376/next -> origin/gh/swolchok/376/next 2025-03-21T20:17:56.3794945Z * [new branch] gh/swolchok/376/orig -> origin/gh/swolchok/376/orig 2025-03-21T20:17:56.3797268Z * [new branch] gh/swolchok/377/head -> origin/gh/swolchok/377/head 2025-03-21T20:17:56.3797984Z * [new branch] gh/swolchok/377/next -> origin/gh/swolchok/377/next 2025-03-21T20:17:56.3799747Z * [new branch] gh/swolchok/378/next -> origin/gh/swolchok/378/next 2025-03-21T20:17:56.3801851Z * [new branch] gh/swolchok/378/orig -> origin/gh/swolchok/378/orig 2025-03-21T20:17:56.3802747Z * [new branch] gh/swolchok/379/head -> origin/gh/swolchok/379/head 2025-03-21T20:17:56.3803941Z * [new branch] gh/swolchok/379/next -> origin/gh/swolchok/379/next 2025-03-21T20:17:56.3805367Z * [new branch] gh/swolchok/379/orig -> origin/gh/swolchok/379/orig 2025-03-21T20:17:56.3807088Z * [new branch] gh/swolchok/38/base -> origin/gh/swolchok/38/base 2025-03-21T20:17:56.3808534Z * [new branch] gh/swolchok/38/head -> origin/gh/swolchok/38/head 2025-03-21T20:17:56.3810056Z * [new branch] gh/swolchok/38/orig -> origin/gh/swolchok/38/orig 2025-03-21T20:17:56.3811881Z * [new branch] gh/swolchok/380/head -> origin/gh/swolchok/380/head 2025-03-21T20:17:56.3813049Z * [new branch] gh/swolchok/380/next -> origin/gh/swolchok/380/next 2025-03-21T20:17:56.3814483Z * [new branch] gh/swolchok/380/orig -> origin/gh/swolchok/380/orig 2025-03-21T20:17:56.3816182Z * [new branch] gh/swolchok/381/head -> origin/gh/swolchok/381/head 2025-03-21T20:17:56.3817358Z * [new branch] gh/swolchok/381/next -> origin/gh/swolchok/381/next 2025-03-21T20:17:56.3818784Z * [new branch] gh/swolchok/381/orig -> origin/gh/swolchok/381/orig 2025-03-21T20:17:56.3820466Z * [new branch] gh/swolchok/382/head -> origin/gh/swolchok/382/head 2025-03-21T20:17:56.3821624Z * [new branch] gh/swolchok/382/next -> origin/gh/swolchok/382/next 2025-03-21T20:17:56.3823054Z * [new branch] gh/swolchok/382/orig -> origin/gh/swolchok/382/orig 2025-03-21T20:17:56.3824713Z * [new branch] gh/swolchok/383/head -> origin/gh/swolchok/383/head 2025-03-21T20:17:56.3825861Z * [new branch] gh/swolchok/383/next -> origin/gh/swolchok/383/next 2025-03-21T20:17:56.3827293Z * [new branch] gh/swolchok/383/orig -> origin/gh/swolchok/383/orig 2025-03-21T20:17:56.3829005Z * [new branch] gh/swolchok/384/next -> origin/gh/swolchok/384/next 2025-03-21T20:17:56.3830350Z * [new branch] gh/swolchok/384/orig -> origin/gh/swolchok/384/orig 2025-03-21T20:17:56.3832133Z * [new branch] gh/swolchok/385/head -> origin/gh/swolchok/385/head 2025-03-21T20:17:56.3833191Z * [new branch] gh/swolchok/385/next -> origin/gh/swolchok/385/next 2025-03-21T20:17:56.3834588Z * [new branch] gh/swolchok/385/orig -> origin/gh/swolchok/385/orig 2025-03-21T20:17:56.3836259Z * [new branch] gh/swolchok/386/head -> origin/gh/swolchok/386/head 2025-03-21T20:17:56.3837368Z * [new branch] gh/swolchok/386/next -> origin/gh/swolchok/386/next 2025-03-21T20:17:56.3838942Z * [new branch] gh/swolchok/386/orig -> origin/gh/swolchok/386/orig 2025-03-21T20:17:56.3840884Z * [new branch] gh/swolchok/39/base -> origin/gh/swolchok/39/base 2025-03-21T20:17:56.3842314Z * [new branch] gh/swolchok/39/head -> origin/gh/swolchok/39/head 2025-03-21T20:17:56.3843694Z * [new branch] gh/swolchok/39/orig -> origin/gh/swolchok/39/orig 2025-03-21T20:17:56.3845481Z * [new branch] gh/swolchok/4/base -> origin/gh/swolchok/4/base 2025-03-21T20:17:56.3846898Z * [new branch] gh/swolchok/4/head -> origin/gh/swolchok/4/head 2025-03-21T20:17:56.3848245Z * [new branch] gh/swolchok/4/orig -> origin/gh/swolchok/4/orig 2025-03-21T20:17:56.3849867Z * [new branch] gh/swolchok/40/base -> origin/gh/swolchok/40/base 2025-03-21T20:17:56.3851241Z * [new branch] gh/swolchok/40/head -> origin/gh/swolchok/40/head 2025-03-21T20:17:56.3852689Z * [new branch] gh/swolchok/40/orig -> origin/gh/swolchok/40/orig 2025-03-21T20:17:56.3854526Z * [new branch] gh/swolchok/41/base -> origin/gh/swolchok/41/base 2025-03-21T20:17:56.3855897Z * [new branch] gh/swolchok/41/head -> origin/gh/swolchok/41/head 2025-03-21T20:17:56.3857282Z * [new branch] gh/swolchok/41/orig -> origin/gh/swolchok/41/orig 2025-03-21T20:17:56.3859219Z * [new branch] gh/swolchok/42/base -> origin/gh/swolchok/42/base 2025-03-21T20:17:56.3860794Z * [new branch] gh/swolchok/42/head -> origin/gh/swolchok/42/head 2025-03-21T20:17:56.3861942Z * [new branch] gh/swolchok/42/orig -> origin/gh/swolchok/42/orig 2025-03-21T20:17:56.3863847Z * [new branch] gh/swolchok/43/base -> origin/gh/swolchok/43/base 2025-03-21T20:17:56.3865278Z * [new branch] gh/swolchok/43/head -> origin/gh/swolchok/43/head 2025-03-21T20:17:56.3866690Z * [new branch] gh/swolchok/43/orig -> origin/gh/swolchok/43/orig 2025-03-21T20:17:56.3868515Z * [new branch] gh/swolchok/44/base -> origin/gh/swolchok/44/base 2025-03-21T20:17:56.3869897Z * [new branch] gh/swolchok/44/orig -> origin/gh/swolchok/44/orig 2025-03-21T20:17:56.3871726Z * [new branch] gh/swolchok/45/base -> origin/gh/swolchok/45/base 2025-03-21T20:17:56.3873106Z * [new branch] gh/swolchok/45/orig -> origin/gh/swolchok/45/orig 2025-03-21T20:17:56.3874981Z * [new branch] gh/swolchok/46/base -> origin/gh/swolchok/46/base 2025-03-21T20:17:56.3876411Z * [new branch] gh/swolchok/46/orig -> origin/gh/swolchok/46/orig 2025-03-21T20:17:56.3878307Z * [new branch] gh/swolchok/47/base -> origin/gh/swolchok/47/base 2025-03-21T20:17:56.3879719Z * [new branch] gh/swolchok/47/orig -> origin/gh/swolchok/47/orig 2025-03-21T20:17:56.3881702Z * [new branch] gh/swolchok/48/base -> origin/gh/swolchok/48/base 2025-03-21T20:17:56.3883085Z * [new branch] gh/swolchok/48/orig -> origin/gh/swolchok/48/orig 2025-03-21T20:17:56.3884859Z * [new branch] gh/swolchok/49/base -> origin/gh/swolchok/49/base 2025-03-21T20:17:56.3886219Z * [new branch] gh/swolchok/49/orig -> origin/gh/swolchok/49/orig 2025-03-21T20:17:56.3887983Z * [new branch] gh/swolchok/5/base -> origin/gh/swolchok/5/base 2025-03-21T20:17:56.3889600Z * [new branch] gh/swolchok/5/head -> origin/gh/swolchok/5/head 2025-03-21T20:17:56.3890708Z * [new branch] gh/swolchok/5/orig -> origin/gh/swolchok/5/orig 2025-03-21T20:17:56.3892507Z * [new branch] gh/swolchok/50/base -> origin/gh/swolchok/50/base 2025-03-21T20:17:56.3893874Z * [new branch] gh/swolchok/50/head -> origin/gh/swolchok/50/head 2025-03-21T20:17:56.3895235Z * [new branch] gh/swolchok/50/orig -> origin/gh/swolchok/50/orig 2025-03-21T20:17:56.3896966Z * [new branch] gh/swolchok/51/base -> origin/gh/swolchok/51/base 2025-03-21T20:17:56.3898325Z * [new branch] gh/swolchok/51/head -> origin/gh/swolchok/51/head 2025-03-21T20:17:56.3899689Z * [new branch] gh/swolchok/51/orig -> origin/gh/swolchok/51/orig 2025-03-21T20:17:56.3901281Z * [new branch] gh/swolchok/52/base -> origin/gh/swolchok/52/base 2025-03-21T20:17:56.3902664Z * [new branch] gh/swolchok/52/head -> origin/gh/swolchok/52/head 2025-03-21T20:17:56.3904034Z * [new branch] gh/swolchok/52/orig -> origin/gh/swolchok/52/orig 2025-03-21T20:17:56.3905848Z * [new branch] gh/swolchok/53/base -> origin/gh/swolchok/53/base 2025-03-21T20:17:56.3907064Z * [new branch] gh/swolchok/53/head -> origin/gh/swolchok/53/head 2025-03-21T20:17:56.3908464Z * [new branch] gh/swolchok/53/orig -> origin/gh/swolchok/53/orig 2025-03-21T20:17:56.3910359Z * [new branch] gh/swolchok/54/base -> origin/gh/swolchok/54/base 2025-03-21T20:17:56.3911656Z * [new branch] gh/swolchok/54/head -> origin/gh/swolchok/54/head 2025-03-21T20:17:56.3913037Z * [new branch] gh/swolchok/54/orig -> origin/gh/swolchok/54/orig 2025-03-21T20:17:56.3914747Z * [new branch] gh/swolchok/55/base -> origin/gh/swolchok/55/base 2025-03-21T20:17:56.3915963Z * [new branch] gh/swolchok/55/head -> origin/gh/swolchok/55/head 2025-03-21T20:17:56.3917408Z * [new branch] gh/swolchok/55/orig -> origin/gh/swolchok/55/orig 2025-03-21T20:17:56.3919413Z * [new branch] gh/swolchok/56/base -> origin/gh/swolchok/56/base 2025-03-21T20:17:56.3920591Z * [new branch] gh/swolchok/56/head -> origin/gh/swolchok/56/head 2025-03-21T20:17:56.3922351Z * [new branch] gh/swolchok/56/orig -> origin/gh/swolchok/56/orig 2025-03-21T20:17:56.3924192Z * [new branch] gh/swolchok/57/base -> origin/gh/swolchok/57/base 2025-03-21T20:17:56.3926254Z * [new branch] gh/swolchok/57/head -> origin/gh/swolchok/57/head 2025-03-21T20:17:56.3927320Z * [new branch] gh/swolchok/57/orig -> origin/gh/swolchok/57/orig 2025-03-21T20:17:56.3929161Z * [new branch] gh/swolchok/58/base -> origin/gh/swolchok/58/base 2025-03-21T20:17:56.3930811Z * [new branch] gh/swolchok/58/head -> origin/gh/swolchok/58/head 2025-03-21T20:17:56.3932394Z * [new branch] gh/swolchok/58/orig -> origin/gh/swolchok/58/orig 2025-03-21T20:17:56.3934944Z * [new branch] gh/swolchok/59/base -> origin/gh/swolchok/59/base 2025-03-21T20:17:56.3935980Z * [new branch] gh/swolchok/59/head -> origin/gh/swolchok/59/head 2025-03-21T20:17:56.3937375Z * [new branch] gh/swolchok/59/orig -> origin/gh/swolchok/59/orig 2025-03-21T20:17:56.3939238Z * [new branch] gh/swolchok/6/base -> origin/gh/swolchok/6/base 2025-03-21T20:17:56.3940974Z * [new branch] gh/swolchok/6/head -> origin/gh/swolchok/6/head 2025-03-21T20:17:56.3942057Z * [new branch] gh/swolchok/6/orig -> origin/gh/swolchok/6/orig 2025-03-21T20:17:56.3944465Z * [new branch] gh/swolchok/60/base -> origin/gh/swolchok/60/base 2025-03-21T20:17:56.3945867Z * [new branch] gh/swolchok/60/head -> origin/gh/swolchok/60/head 2025-03-21T20:17:56.3947361Z * [new branch] gh/swolchok/60/orig -> origin/gh/swolchok/60/orig 2025-03-21T20:17:56.3949875Z * [new branch] gh/swolchok/61/base -> origin/gh/swolchok/61/base 2025-03-21T20:17:56.3950944Z * [new branch] gh/swolchok/61/head -> origin/gh/swolchok/61/head 2025-03-21T20:17:56.3952350Z * [new branch] gh/swolchok/61/orig -> origin/gh/swolchok/61/orig 2025-03-21T20:17:56.3954055Z * [new branch] gh/swolchok/62/base -> origin/gh/swolchok/62/base 2025-03-21T20:17:56.3955409Z * [new branch] gh/swolchok/62/head -> origin/gh/swolchok/62/head 2025-03-21T20:17:56.3956702Z * [new branch] gh/swolchok/62/orig -> origin/gh/swolchok/62/orig 2025-03-21T20:17:56.3958559Z * [new branch] gh/swolchok/63/base -> origin/gh/swolchok/63/base 2025-03-21T20:17:56.3959943Z * [new branch] gh/swolchok/63/head -> origin/gh/swolchok/63/head 2025-03-21T20:17:56.3961274Z * [new branch] gh/swolchok/63/orig -> origin/gh/swolchok/63/orig 2025-03-21T20:17:56.3963626Z * [new branch] gh/swolchok/64/base -> origin/gh/swolchok/64/base 2025-03-21T20:17:56.3964997Z * [new branch] gh/swolchok/64/head -> origin/gh/swolchok/64/head 2025-03-21T20:17:56.3966116Z * [new branch] gh/swolchok/64/orig -> origin/gh/swolchok/64/orig 2025-03-21T20:17:56.3968064Z * [new branch] gh/swolchok/65/base -> origin/gh/swolchok/65/base 2025-03-21T20:17:56.3969393Z * [new branch] gh/swolchok/65/head -> origin/gh/swolchok/65/head 2025-03-21T20:17:56.3970553Z * [new branch] gh/swolchok/65/orig -> origin/gh/swolchok/65/orig 2025-03-21T20:17:56.3972403Z * [new branch] gh/swolchok/66/base -> origin/gh/swolchok/66/base 2025-03-21T20:17:56.3973731Z * [new branch] gh/swolchok/66/head -> origin/gh/swolchok/66/head 2025-03-21T20:17:56.3975025Z * [new branch] gh/swolchok/66/orig -> origin/gh/swolchok/66/orig 2025-03-21T20:17:56.3977004Z * [new branch] gh/swolchok/67/base -> origin/gh/swolchok/67/base 2025-03-21T20:17:56.3978128Z * [new branch] gh/swolchok/67/head -> origin/gh/swolchok/67/head 2025-03-21T20:17:56.3979671Z * [new branch] gh/swolchok/67/orig -> origin/gh/swolchok/67/orig 2025-03-21T20:17:56.3981248Z * [new branch] gh/swolchok/68/base -> origin/gh/swolchok/68/base 2025-03-21T20:17:56.3982645Z * [new branch] gh/swolchok/68/head -> origin/gh/swolchok/68/head 2025-03-21T20:17:56.3983994Z * [new branch] gh/swolchok/68/orig -> origin/gh/swolchok/68/orig 2025-03-21T20:17:56.3985617Z * [new branch] gh/swolchok/69/base -> origin/gh/swolchok/69/base 2025-03-21T20:17:56.3987036Z * [new branch] gh/swolchok/69/head -> origin/gh/swolchok/69/head 2025-03-21T20:17:56.3988425Z * [new branch] gh/swolchok/69/orig -> origin/gh/swolchok/69/orig 2025-03-21T20:17:56.3989989Z * [new branch] gh/swolchok/7/base -> origin/gh/swolchok/7/base 2025-03-21T20:17:56.3991337Z * [new branch] gh/swolchok/7/head -> origin/gh/swolchok/7/head 2025-03-21T20:17:56.3992707Z * [new branch] gh/swolchok/7/orig -> origin/gh/swolchok/7/orig 2025-03-21T20:17:56.3994465Z * [new branch] gh/swolchok/70/base -> origin/gh/swolchok/70/base 2025-03-21T20:17:56.3995808Z * [new branch] gh/swolchok/70/head -> origin/gh/swolchok/70/head 2025-03-21T20:17:56.3997153Z * [new branch] gh/swolchok/70/orig -> origin/gh/swolchok/70/orig 2025-03-21T20:17:56.3999109Z * [new branch] gh/swolchok/71/base -> origin/gh/swolchok/71/base 2025-03-21T20:17:56.4000487Z * [new branch] gh/swolchok/71/head -> origin/gh/swolchok/71/head 2025-03-21T20:17:56.4002031Z * [new branch] gh/swolchok/71/orig -> origin/gh/swolchok/71/orig 2025-03-21T20:17:56.4003597Z * [new branch] gh/swolchok/72/base -> origin/gh/swolchok/72/base 2025-03-21T20:17:56.4004982Z * [new branch] gh/swolchok/72/head -> origin/gh/swolchok/72/head 2025-03-21T20:17:56.4006207Z * [new branch] gh/swolchok/72/orig -> origin/gh/swolchok/72/orig 2025-03-21T20:17:56.4007910Z * [new branch] gh/swolchok/73/base -> origin/gh/swolchok/73/base 2025-03-21T20:17:56.4009352Z * [new branch] gh/swolchok/73/head -> origin/gh/swolchok/73/head 2025-03-21T20:17:56.4011145Z * [new branch] gh/swolchok/73/orig -> origin/gh/swolchok/73/orig 2025-03-21T20:17:56.4012754Z * [new branch] gh/swolchok/74/base -> origin/gh/swolchok/74/base 2025-03-21T20:17:56.4014285Z * [new branch] gh/swolchok/74/head -> origin/gh/swolchok/74/head 2025-03-21T20:17:56.4015812Z * [new branch] gh/swolchok/74/orig -> origin/gh/swolchok/74/orig 2025-03-21T20:17:56.4018263Z * [new branch] gh/swolchok/75/base -> origin/gh/swolchok/75/base 2025-03-21T20:17:56.4019536Z * [new branch] gh/swolchok/75/head -> origin/gh/swolchok/75/head 2025-03-21T20:17:56.4021166Z * [new branch] gh/swolchok/75/orig -> origin/gh/swolchok/75/orig 2025-03-21T20:17:56.4023582Z * [new branch] gh/swolchok/76/base -> origin/gh/swolchok/76/base 2025-03-21T20:17:56.4025244Z * [new branch] gh/swolchok/77/base -> origin/gh/swolchok/77/base 2025-03-21T20:17:56.4027415Z * [new branch] gh/swolchok/78/base -> origin/gh/swolchok/78/base 2025-03-21T20:17:56.4029464Z * [new branch] gh/swolchok/79/base -> origin/gh/swolchok/79/base 2025-03-21T20:17:56.4030972Z * [new branch] gh/swolchok/79/head -> origin/gh/swolchok/79/head 2025-03-21T20:17:56.4032612Z * [new branch] gh/swolchok/79/orig -> origin/gh/swolchok/79/orig 2025-03-21T20:17:56.4034733Z * [new branch] gh/swolchok/8/base -> origin/gh/swolchok/8/base 2025-03-21T20:17:56.4036114Z * [new branch] gh/swolchok/8/head -> origin/gh/swolchok/8/head 2025-03-21T20:17:56.4037699Z * [new branch] gh/swolchok/8/orig -> origin/gh/swolchok/8/orig 2025-03-21T20:17:56.4040267Z * [new branch] gh/swolchok/80/base -> origin/gh/swolchok/80/base 2025-03-21T20:17:56.4041333Z * [new branch] gh/swolchok/80/head -> origin/gh/swolchok/80/head 2025-03-21T20:17:56.4043038Z * [new branch] gh/swolchok/80/orig -> origin/gh/swolchok/80/orig 2025-03-21T20:17:56.4045112Z * [new branch] gh/swolchok/81/base -> origin/gh/swolchok/81/base 2025-03-21T20:17:56.4046598Z * [new branch] gh/swolchok/81/head -> origin/gh/swolchok/81/head 2025-03-21T20:17:56.4048066Z * [new branch] gh/swolchok/81/orig -> origin/gh/swolchok/81/orig 2025-03-21T20:17:56.4050353Z * [new branch] gh/swolchok/82/base -> origin/gh/swolchok/82/base 2025-03-21T20:17:56.4051581Z * [new branch] gh/swolchok/82/head -> origin/gh/swolchok/82/head 2025-03-21T20:17:56.4053111Z * [new branch] gh/swolchok/82/orig -> origin/gh/swolchok/82/orig 2025-03-21T20:17:56.4055204Z * [new branch] gh/swolchok/83/base -> origin/gh/swolchok/83/base 2025-03-21T20:17:56.4056621Z * [new branch] gh/swolchok/83/head -> origin/gh/swolchok/83/head 2025-03-21T20:17:56.4058862Z * [new branch] gh/swolchok/84/base -> origin/gh/swolchok/84/base 2025-03-21T20:17:56.4063810Z * [new branch] gh/swolchok/85/base -> origin/gh/swolchok/85/base 2025-03-21T20:17:56.4064853Z * [new branch] gh/swolchok/85/head -> origin/gh/swolchok/85/head 2025-03-21T20:17:56.4066282Z * [new branch] gh/swolchok/85/orig -> origin/gh/swolchok/85/orig 2025-03-21T20:17:56.4068179Z * [new branch] gh/swolchok/86/base -> origin/gh/swolchok/86/base 2025-03-21T20:17:56.4069413Z * [new branch] gh/swolchok/86/head -> origin/gh/swolchok/86/head 2025-03-21T20:17:56.4070673Z * [new branch] gh/swolchok/86/orig -> origin/gh/swolchok/86/orig 2025-03-21T20:17:56.4072574Z * [new branch] gh/swolchok/87/base -> origin/gh/swolchok/87/base 2025-03-21T20:17:56.4074018Z * [new branch] gh/swolchok/87/head -> origin/gh/swolchok/87/head 2025-03-21T20:17:56.4075476Z * [new branch] gh/swolchok/87/orig -> origin/gh/swolchok/87/orig 2025-03-21T20:17:56.4077478Z * [new branch] gh/swolchok/88/base -> origin/gh/swolchok/88/base 2025-03-21T20:17:56.4078919Z * [new branch] gh/swolchok/88/head -> origin/gh/swolchok/88/head 2025-03-21T20:17:56.4080154Z * [new branch] gh/swolchok/88/orig -> origin/gh/swolchok/88/orig 2025-03-21T20:17:56.4082060Z * [new branch] gh/swolchok/89/base -> origin/gh/swolchok/89/base 2025-03-21T20:17:56.4083269Z * [new branch] gh/swolchok/89/head -> origin/gh/swolchok/89/head 2025-03-21T20:17:56.4084661Z * [new branch] gh/swolchok/89/orig -> origin/gh/swolchok/89/orig 2025-03-21T20:17:56.4086394Z * [new branch] gh/swolchok/9/base -> origin/gh/swolchok/9/base 2025-03-21T20:17:56.4087606Z * [new branch] gh/swolchok/9/head -> origin/gh/swolchok/9/head 2025-03-21T20:17:56.4089053Z * [new branch] gh/swolchok/9/orig -> origin/gh/swolchok/9/orig 2025-03-21T20:17:56.4090911Z * [new branch] gh/swolchok/90/base -> origin/gh/swolchok/90/base 2025-03-21T20:17:56.4092151Z * [new branch] gh/swolchok/90/head -> origin/gh/swolchok/90/head 2025-03-21T20:17:56.4093524Z * [new branch] gh/swolchok/90/orig -> origin/gh/swolchok/90/orig 2025-03-21T20:17:56.4095430Z * [new branch] gh/swolchok/91/base -> origin/gh/swolchok/91/base 2025-03-21T20:17:56.4096633Z * [new branch] gh/swolchok/91/head -> origin/gh/swolchok/91/head 2025-03-21T20:17:56.4098061Z * [new branch] gh/swolchok/91/orig -> origin/gh/swolchok/91/orig 2025-03-21T20:17:56.4099648Z * [new branch] gh/swolchok/92/base -> origin/gh/swolchok/92/base 2025-03-21T20:17:56.4101056Z * [new branch] gh/swolchok/92/head -> origin/gh/swolchok/92/head 2025-03-21T20:17:56.4102438Z * [new branch] gh/swolchok/92/orig -> origin/gh/swolchok/92/orig 2025-03-21T20:17:56.4104319Z * [new branch] gh/swolchok/93/base -> origin/gh/swolchok/93/base 2025-03-21T20:17:56.4105507Z * [new branch] gh/swolchok/93/head -> origin/gh/swolchok/93/head 2025-03-21T20:17:56.4106915Z * [new branch] gh/swolchok/93/orig -> origin/gh/swolchok/93/orig 2025-03-21T20:17:56.4108682Z * [new branch] gh/swolchok/94/base -> origin/gh/swolchok/94/base 2025-03-21T20:17:56.4110121Z * [new branch] gh/swolchok/94/head -> origin/gh/swolchok/94/head 2025-03-21T20:17:56.4111736Z * [new branch] gh/swolchok/95/base -> origin/gh/swolchok/95/base 2025-03-21T20:17:56.4113108Z * [new branch] gh/swolchok/95/head -> origin/gh/swolchok/95/head 2025-03-21T20:17:56.4114740Z * [new branch] gh/swolchok/96/base -> origin/gh/swolchok/96/base 2025-03-21T20:17:56.4115965Z * [new branch] gh/swolchok/96/head -> origin/gh/swolchok/96/head 2025-03-21T20:17:56.4117362Z * [new branch] gh/swolchok/96/orig -> origin/gh/swolchok/96/orig 2025-03-21T20:17:56.4119278Z * [new branch] gh/swolchok/97/base -> origin/gh/swolchok/97/base 2025-03-21T20:17:56.4120706Z * [new branch] gh/swolchok/97/head -> origin/gh/swolchok/97/head 2025-03-21T20:17:56.4122203Z * [new branch] gh/swolchok/97/orig -> origin/gh/swolchok/97/orig 2025-03-21T20:17:56.4123984Z * [new branch] gh/swolchok/98/base -> origin/gh/swolchok/98/base 2025-03-21T20:17:56.4125207Z * [new branch] gh/swolchok/98/head -> origin/gh/swolchok/98/head 2025-03-21T20:17:56.4126600Z * [new branch] gh/swolchok/98/orig -> origin/gh/swolchok/98/orig 2025-03-21T20:17:56.4128312Z * [new branch] gh/swolchok/99/base -> origin/gh/swolchok/99/base 2025-03-21T20:17:56.4129610Z * [new branch] gh/swolchok/99/head -> origin/gh/swolchok/99/head 2025-03-21T20:17:56.4130826Z * [new branch] gh/swolchok/99/orig -> origin/gh/swolchok/99/orig 2025-03-21T20:17:56.4133446Z * [new branch] gh/tarun292/1/base -> origin/gh/tarun292/1/base 2025-03-21T20:17:56.4134856Z * [new branch] gh/tarun292/1/head -> origin/gh/tarun292/1/head 2025-03-21T20:17:56.4136223Z * [new branch] gh/tarun292/1/orig -> origin/gh/tarun292/1/orig 2025-03-21T20:17:56.4137928Z * [new branch] gh/tarun292/2/base -> origin/gh/tarun292/2/base 2025-03-21T20:17:56.4139238Z * [new branch] gh/tarun292/2/head -> origin/gh/tarun292/2/head 2025-03-21T20:17:56.4140603Z * [new branch] gh/tarun292/2/orig -> origin/gh/tarun292/2/orig 2025-03-21T20:17:56.4142240Z * [new branch] gh/tarun292/3/base -> origin/gh/tarun292/3/base 2025-03-21T20:17:56.4143564Z * [new branch] gh/tarun292/3/head -> origin/gh/tarun292/3/head 2025-03-21T20:17:56.4144765Z * [new branch] gh/tarun292/3/orig -> origin/gh/tarun292/3/orig 2025-03-21T20:17:56.4147010Z * [new branch] gh/trivedivivek/1/base -> origin/gh/trivedivivek/1/base 2025-03-21T20:17:56.4148825Z * [new branch] gh/trivedivivek/10/base -> origin/gh/trivedivivek/10/base 2025-03-21T20:17:56.4150581Z * [new branch] gh/trivedivivek/11/base -> origin/gh/trivedivivek/11/base 2025-03-21T20:17:56.4152361Z * [new branch] gh/trivedivivek/12/base -> origin/gh/trivedivivek/12/base 2025-03-21T20:17:56.4154181Z * [new branch] gh/trivedivivek/13/base -> origin/gh/trivedivivek/13/base 2025-03-21T20:17:56.4155899Z * [new branch] gh/trivedivivek/14/base -> origin/gh/trivedivivek/14/base 2025-03-21T20:17:56.4157729Z * [new branch] gh/trivedivivek/15/base -> origin/gh/trivedivivek/15/base 2025-03-21T20:17:56.4159837Z * [new branch] gh/trivedivivek/16/base -> origin/gh/trivedivivek/16/base 2025-03-21T20:17:56.4161692Z * [new branch] gh/trivedivivek/17/base -> origin/gh/trivedivivek/17/base 2025-03-21T20:17:56.4163386Z * [new branch] gh/trivedivivek/18/base -> origin/gh/trivedivivek/18/base 2025-03-21T20:17:56.4165147Z * [new branch] gh/trivedivivek/19/base -> origin/gh/trivedivivek/19/base 2025-03-21T20:17:56.4166696Z * [new branch] gh/trivedivivek/2/base -> origin/gh/trivedivivek/2/base 2025-03-21T20:17:56.4168553Z * [new branch] gh/trivedivivek/20/base -> origin/gh/trivedivivek/20/base 2025-03-21T20:17:56.4170246Z * [new branch] gh/trivedivivek/21/base -> origin/gh/trivedivivek/21/base 2025-03-21T20:17:56.4172025Z * [new branch] gh/trivedivivek/22/base -> origin/gh/trivedivivek/22/base 2025-03-21T20:17:56.4173745Z * [new branch] gh/trivedivivek/23/base -> origin/gh/trivedivivek/23/base 2025-03-21T20:17:56.4175513Z * [new branch] gh/trivedivivek/24/base -> origin/gh/trivedivivek/24/base 2025-03-21T20:17:56.4177261Z * [new branch] gh/trivedivivek/25/base -> origin/gh/trivedivivek/25/base 2025-03-21T20:17:56.4179533Z * [new branch] gh/trivedivivek/26/base -> origin/gh/trivedivivek/26/base 2025-03-21T20:17:56.4181352Z * [new branch] gh/trivedivivek/27/base -> origin/gh/trivedivivek/27/base 2025-03-21T20:17:56.4183609Z * [new branch] gh/trivedivivek/28/base -> origin/gh/trivedivivek/28/base 2025-03-21T20:17:56.4184861Z * [new branch] gh/trivedivivek/28/head -> origin/gh/trivedivivek/28/head 2025-03-21T20:17:56.4186321Z * [new branch] gh/trivedivivek/28/orig -> origin/gh/trivedivivek/28/orig 2025-03-21T20:17:56.4188277Z * [new branch] gh/trivedivivek/29/base -> origin/gh/trivedivivek/29/base 2025-03-21T20:17:56.4189819Z * [new branch] gh/trivedivivek/3/base -> origin/gh/trivedivivek/3/base 2025-03-21T20:17:56.4191616Z * [new branch] gh/trivedivivek/30/base -> origin/gh/trivedivivek/30/base 2025-03-21T20:17:56.4193485Z * [new branch] gh/trivedivivek/31/base -> origin/gh/trivedivivek/31/base 2025-03-21T20:17:56.4195323Z * [new branch] gh/trivedivivek/32/base -> origin/gh/trivedivivek/32/base 2025-03-21T20:17:56.4197105Z * [new branch] gh/trivedivivek/33/base -> origin/gh/trivedivivek/33/base 2025-03-21T20:17:56.4199035Z * [new branch] gh/trivedivivek/34/base -> origin/gh/trivedivivek/34/base 2025-03-21T20:17:56.4200838Z * [new branch] gh/trivedivivek/35/base -> origin/gh/trivedivivek/35/base 2025-03-21T20:17:56.4202632Z * [new branch] gh/trivedivivek/36/base -> origin/gh/trivedivivek/36/base 2025-03-21T20:17:56.4204410Z * [new branch] gh/trivedivivek/37/base -> origin/gh/trivedivivek/37/base 2025-03-21T20:17:56.4206290Z * [new branch] gh/trivedivivek/38/base -> origin/gh/trivedivivek/38/base 2025-03-21T20:17:56.4207539Z * [new branch] gh/trivedivivek/38/head -> origin/gh/trivedivivek/38/head 2025-03-21T20:17:56.4209467Z * [new branch] gh/trivedivivek/39/base -> origin/gh/trivedivivek/39/base 2025-03-21T20:17:56.4210692Z * [new branch] gh/trivedivivek/39/head -> origin/gh/trivedivivek/39/head 2025-03-21T20:17:56.4212278Z * [new branch] gh/trivedivivek/4/base -> origin/gh/trivedivivek/4/base 2025-03-21T20:17:56.4213857Z * [new branch] gh/trivedivivek/40/base -> origin/gh/trivedivivek/40/base 2025-03-21T20:17:56.4215280Z * [new branch] gh/trivedivivek/40/head -> origin/gh/trivedivivek/40/head 2025-03-21T20:17:56.4216521Z * [new branch] gh/trivedivivek/40/orig -> origin/gh/trivedivivek/40/orig 2025-03-21T20:17:56.4218439Z * [new branch] gh/trivedivivek/41/base -> origin/gh/trivedivivek/41/base 2025-03-21T20:17:56.4220181Z * [new branch] gh/trivedivivek/42/base -> origin/gh/trivedivivek/42/base 2025-03-21T20:17:56.4221965Z * [new branch] gh/trivedivivek/43/base -> origin/gh/trivedivivek/43/base 2025-03-21T20:17:56.4223413Z * [new branch] gh/trivedivivek/43/head -> origin/gh/trivedivivek/43/head 2025-03-21T20:17:56.4224828Z * [new branch] gh/trivedivivek/43/orig -> origin/gh/trivedivivek/43/orig 2025-03-21T20:17:56.4226613Z * [new branch] gh/trivedivivek/44/base -> origin/gh/trivedivivek/44/base 2025-03-21T20:17:56.4228142Z * [new branch] gh/trivedivivek/44/head -> origin/gh/trivedivivek/44/head 2025-03-21T20:17:56.4229572Z * [new branch] gh/trivedivivek/44/orig -> origin/gh/trivedivivek/44/orig 2025-03-21T20:17:56.4231347Z * [new branch] gh/trivedivivek/45/base -> origin/gh/trivedivivek/45/base 2025-03-21T20:17:56.4233130Z * [new branch] gh/trivedivivek/46/base -> origin/gh/trivedivivek/46/base 2025-03-21T20:17:56.4234947Z * [new branch] gh/trivedivivek/47/base -> origin/gh/trivedivivek/47/base 2025-03-21T20:17:56.4236747Z * [new branch] gh/trivedivivek/48/base -> origin/gh/trivedivivek/48/base 2025-03-21T20:17:56.4238596Z * [new branch] gh/trivedivivek/49/base -> origin/gh/trivedivivek/49/base 2025-03-21T20:17:56.4240874Z * [new branch] gh/trivedivivek/5/base -> origin/gh/trivedivivek/5/base 2025-03-21T20:17:56.4242786Z * [new branch] gh/trivedivivek/50/base -> origin/gh/trivedivivek/50/base 2025-03-21T20:17:56.4244379Z * [new branch] gh/trivedivivek/50/head -> origin/gh/trivedivivek/50/head 2025-03-21T20:17:56.4245652Z * [new branch] gh/trivedivivek/50/orig -> origin/gh/trivedivivek/50/orig 2025-03-21T20:17:56.4247468Z * [new branch] gh/trivedivivek/51/base -> origin/gh/trivedivivek/51/base 2025-03-21T20:17:56.4249324Z * [new branch] gh/trivedivivek/52/base -> origin/gh/trivedivivek/52/base 2025-03-21T20:17:56.4251050Z * [new branch] gh/trivedivivek/53/base -> origin/gh/trivedivivek/53/base 2025-03-21T20:17:56.4252817Z * [new branch] gh/trivedivivek/54/base -> origin/gh/trivedivivek/54/base 2025-03-21T20:17:56.4254701Z * [new branch] gh/trivedivivek/55/base -> origin/gh/trivedivivek/55/base 2025-03-21T20:17:56.4256438Z * [new branch] gh/trivedivivek/56/base -> origin/gh/trivedivivek/56/base 2025-03-21T20:17:56.4258777Z * [new branch] gh/trivedivivek/57/base -> origin/gh/trivedivivek/57/base 2025-03-21T20:17:56.4263582Z * [new branch] gh/trivedivivek/58/base -> origin/gh/trivedivivek/58/base 2025-03-21T20:17:56.4265461Z * [new branch] gh/trivedivivek/59/base -> origin/gh/trivedivivek/59/base 2025-03-21T20:17:56.4267199Z * [new branch] gh/trivedivivek/6/base -> origin/gh/trivedivivek/6/base 2025-03-21T20:17:56.4268690Z * [new branch] gh/trivedivivek/6/head -> origin/gh/trivedivivek/6/head 2025-03-21T20:17:56.4270137Z * [new branch] gh/trivedivivek/6/orig -> origin/gh/trivedivivek/6/orig 2025-03-21T20:17:56.4272000Z * [new branch] gh/trivedivivek/60/base -> origin/gh/trivedivivek/60/base 2025-03-21T20:17:56.4273769Z * [new branch] gh/trivedivivek/61/base -> origin/gh/trivedivivek/61/base 2025-03-21T20:17:56.4275548Z * [new branch] gh/trivedivivek/62/base -> origin/gh/trivedivivek/62/base 2025-03-21T20:17:56.4277356Z * [new branch] gh/trivedivivek/63/base -> origin/gh/trivedivivek/63/base 2025-03-21T20:17:56.4279306Z * [new branch] gh/trivedivivek/64/base -> origin/gh/trivedivivek/64/base 2025-03-21T20:17:56.4281050Z * [new branch] gh/trivedivivek/65/base -> origin/gh/trivedivivek/65/base 2025-03-21T20:17:56.4282866Z * [new branch] gh/trivedivivek/66/base -> origin/gh/trivedivivek/66/base 2025-03-21T20:17:56.4284756Z * [new branch] gh/trivedivivek/67/base -> origin/gh/trivedivivek/67/base 2025-03-21T20:17:56.4286225Z * [new branch] gh/trivedivivek/67/head -> origin/gh/trivedivivek/67/head 2025-03-21T20:17:56.4287721Z * [new branch] gh/trivedivivek/67/orig -> origin/gh/trivedivivek/67/orig 2025-03-21T20:17:56.4289265Z * [new branch] gh/trivedivivek/68/base -> origin/gh/trivedivivek/68/base 2025-03-21T20:17:56.4290660Z * [new branch] gh/trivedivivek/68/head -> origin/gh/trivedivivek/68/head 2025-03-21T20:17:56.4292140Z * [new branch] gh/trivedivivek/68/orig -> origin/gh/trivedivivek/68/orig 2025-03-21T20:17:56.4293582Z * [new branch] gh/trivedivivek/69/base -> origin/gh/trivedivivek/69/base 2025-03-21T20:17:56.4294964Z * [new branch] gh/trivedivivek/69/head -> origin/gh/trivedivivek/69/head 2025-03-21T20:17:56.4297006Z * [new branch] gh/trivedivivek/69/orig -> origin/gh/trivedivivek/69/orig 2025-03-21T20:17:56.4298083Z * [new branch] gh/trivedivivek/7/base -> origin/gh/trivedivivek/7/base 2025-03-21T20:17:56.4299542Z * [new branch] gh/trivedivivek/7/head -> origin/gh/trivedivivek/7/head 2025-03-21T20:17:56.4300905Z * [new branch] gh/trivedivivek/7/orig -> origin/gh/trivedivivek/7/orig 2025-03-21T20:17:56.4302487Z * [new branch] gh/trivedivivek/70/base -> origin/gh/trivedivivek/70/base 2025-03-21T20:17:56.4303905Z * [new branch] gh/trivedivivek/70/head -> origin/gh/trivedivivek/70/head 2025-03-21T20:17:56.4305893Z * [new branch] gh/trivedivivek/70/orig -> origin/gh/trivedivivek/70/orig 2025-03-21T20:17:56.4307124Z * [new branch] gh/trivedivivek/8/base -> origin/gh/trivedivivek/8/base 2025-03-21T20:17:56.4308521Z * [new branch] gh/trivedivivek/8/head -> origin/gh/trivedivivek/8/head 2025-03-21T20:17:56.4310721Z * [new branch] gh/trivedivivek/8/orig -> origin/gh/trivedivivek/8/orig 2025-03-21T20:17:56.4312438Z * [new branch] gh/trivedivivek/9/base -> origin/gh/trivedivivek/9/base 2025-03-21T20:17:56.4315199Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2025-03-21T20:17:56.4316484Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2025-03-21T20:17:56.4317964Z * [new branch] gh/tugsbayasgalan/1/orig -> origin/gh/tugsbayasgalan/1/orig 2025-03-21T20:17:56.4320405Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-03-21T20:17:56.4321619Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-03-21T20:17:56.4323035Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-03-21T20:17:56.4325762Z * [new branch] gh/yipjustin/1/base -> origin/gh/yipjustin/1/base 2025-03-21T20:17:56.4327613Z * [new branch] gh/yipjustin/10/base -> origin/gh/yipjustin/10/base 2025-03-21T20:17:56.4329281Z * [new branch] gh/yipjustin/10/head -> origin/gh/yipjustin/10/head 2025-03-21T20:17:56.4331059Z * [new branch] gh/yipjustin/10/orig -> origin/gh/yipjustin/10/orig 2025-03-21T20:17:56.4333853Z * [new branch] gh/yipjustin/11/base -> origin/gh/yipjustin/11/base 2025-03-21T20:17:56.4335011Z * [new branch] gh/yipjustin/11/head -> origin/gh/yipjustin/11/head 2025-03-21T20:17:56.4336280Z * [new branch] gh/yipjustin/11/orig -> origin/gh/yipjustin/11/orig 2025-03-21T20:17:56.4338644Z * [new branch] gh/yipjustin/12/base -> origin/gh/yipjustin/12/base 2025-03-21T20:17:56.4339579Z * [new branch] gh/yipjustin/12/head -> origin/gh/yipjustin/12/head 2025-03-21T20:17:56.4341078Z * [new branch] gh/yipjustin/12/orig -> origin/gh/yipjustin/12/orig 2025-03-21T20:17:56.4343788Z * [new branch] gh/yipjustin/13/base -> origin/gh/yipjustin/13/base 2025-03-21T20:17:56.4345081Z * [new branch] gh/yipjustin/13/head -> origin/gh/yipjustin/13/head 2025-03-21T20:17:56.4346196Z * [new branch] gh/yipjustin/13/orig -> origin/gh/yipjustin/13/orig 2025-03-21T20:17:56.4347967Z * [new branch] gh/yipjustin/14/base -> origin/gh/yipjustin/14/base 2025-03-21T20:17:56.4348928Z * [new branch] gh/yipjustin/14/head -> origin/gh/yipjustin/14/head 2025-03-21T20:17:56.4350872Z * [new branch] gh/yipjustin/14/orig -> origin/gh/yipjustin/14/orig 2025-03-21T20:17:56.4352559Z * [new branch] gh/yipjustin/15/base -> origin/gh/yipjustin/15/base 2025-03-21T20:17:56.4353517Z * [new branch] gh/yipjustin/15/head -> origin/gh/yipjustin/15/head 2025-03-21T20:17:56.4354774Z * [new branch] gh/yipjustin/15/orig -> origin/gh/yipjustin/15/orig 2025-03-21T20:17:56.4356295Z * [new branch] gh/yipjustin/16/base -> origin/gh/yipjustin/16/base 2025-03-21T20:17:56.4357608Z * [new branch] gh/yipjustin/16/head -> origin/gh/yipjustin/16/head 2025-03-21T20:17:56.4362318Z * [new branch] gh/yipjustin/16/orig -> origin/gh/yipjustin/16/orig 2025-03-21T20:17:56.4363182Z * [new branch] gh/yipjustin/17/base -> origin/gh/yipjustin/17/base 2025-03-21T20:17:56.4364119Z * [new branch] gh/yipjustin/17/head -> origin/gh/yipjustin/17/head 2025-03-21T20:17:56.4365166Z * [new branch] gh/yipjustin/17/orig -> origin/gh/yipjustin/17/orig 2025-03-21T20:17:56.4366536Z * [new branch] gh/yipjustin/18/base -> origin/gh/yipjustin/18/base 2025-03-21T20:17:56.4367616Z * [new branch] gh/yipjustin/18/head -> origin/gh/yipjustin/18/head 2025-03-21T20:17:56.4369368Z * [new branch] gh/yipjustin/18/orig -> origin/gh/yipjustin/18/orig 2025-03-21T20:17:56.4371589Z * [new branch] gh/yipjustin/19/base -> origin/gh/yipjustin/19/base 2025-03-21T20:17:56.4372964Z * [new branch] gh/yipjustin/19/head -> origin/gh/yipjustin/19/head 2025-03-21T20:17:56.4374148Z * [new branch] gh/yipjustin/19/orig -> origin/gh/yipjustin/19/orig 2025-03-21T20:17:56.4376309Z * [new branch] gh/yipjustin/2/base -> origin/gh/yipjustin/2/base 2025-03-21T20:17:56.4377352Z * [new branch] gh/yipjustin/20/base -> origin/gh/yipjustin/20/base 2025-03-21T20:17:56.4378929Z * [new branch] gh/yipjustin/20/head -> origin/gh/yipjustin/20/head 2025-03-21T20:17:56.4380300Z * [new branch] gh/yipjustin/20/orig -> origin/gh/yipjustin/20/orig 2025-03-21T20:17:56.4381851Z * [new branch] gh/yipjustin/21/base -> origin/gh/yipjustin/21/base 2025-03-21T20:17:56.4382989Z * [new branch] gh/yipjustin/21/head -> origin/gh/yipjustin/21/head 2025-03-21T20:17:56.4384177Z * [new branch] gh/yipjustin/21/orig -> origin/gh/yipjustin/21/orig 2025-03-21T20:17:56.4386260Z * [new branch] gh/yipjustin/22/base -> origin/gh/yipjustin/22/base 2025-03-21T20:17:56.4387670Z * [new branch] gh/yipjustin/22/head -> origin/gh/yipjustin/22/head 2025-03-21T20:17:56.4388816Z * [new branch] gh/yipjustin/22/orig -> origin/gh/yipjustin/22/orig 2025-03-21T20:17:56.4390694Z * [new branch] gh/yipjustin/23/base -> origin/gh/yipjustin/23/base 2025-03-21T20:17:56.4391761Z * [new branch] gh/yipjustin/23/head -> origin/gh/yipjustin/23/head 2025-03-21T20:17:56.4392928Z * [new branch] gh/yipjustin/23/orig -> origin/gh/yipjustin/23/orig 2025-03-21T20:17:56.4394719Z * [new branch] gh/yipjustin/24/base -> origin/gh/yipjustin/24/base 2025-03-21T20:17:56.4395714Z * [new branch] gh/yipjustin/24/head -> origin/gh/yipjustin/24/head 2025-03-21T20:17:56.4397287Z * [new branch] gh/yipjustin/24/orig -> origin/gh/yipjustin/24/orig 2025-03-21T20:17:56.4398925Z * [new branch] gh/yipjustin/25/base -> origin/gh/yipjustin/25/base 2025-03-21T20:17:56.4401163Z * [new branch] gh/yipjustin/26/base -> origin/gh/yipjustin/26/base 2025-03-21T20:17:56.4402866Z * [new branch] gh/yipjustin/26/head -> origin/gh/yipjustin/26/head 2025-03-21T20:17:56.4404748Z * [new branch] gh/yipjustin/27/base -> origin/gh/yipjustin/27/base 2025-03-21T20:17:56.4406462Z * [new branch] gh/yipjustin/3/base -> origin/gh/yipjustin/3/base 2025-03-21T20:17:56.4408312Z * [new branch] gh/yipjustin/4/base -> origin/gh/yipjustin/4/base 2025-03-21T20:17:56.4409672Z * [new branch] gh/yipjustin/4/head -> origin/gh/yipjustin/4/head 2025-03-21T20:17:56.4411046Z * [new branch] gh/yipjustin/4/orig -> origin/gh/yipjustin/4/orig 2025-03-21T20:17:56.4412381Z * [new branch] gh/yipjustin/5/base -> origin/gh/yipjustin/5/base 2025-03-21T20:17:56.4413381Z * [new branch] gh/yipjustin/5/head -> origin/gh/yipjustin/5/head 2025-03-21T20:17:56.4414419Z * [new branch] gh/yipjustin/5/orig -> origin/gh/yipjustin/5/orig 2025-03-21T20:17:56.4415825Z * [new branch] gh/yipjustin/6/base -> origin/gh/yipjustin/6/base 2025-03-21T20:17:56.4416936Z * [new branch] gh/yipjustin/6/head -> origin/gh/yipjustin/6/head 2025-03-21T20:17:56.4418045Z * [new branch] gh/yipjustin/6/orig -> origin/gh/yipjustin/6/orig 2025-03-21T20:17:56.4419477Z * [new branch] gh/yipjustin/7/base -> origin/gh/yipjustin/7/base 2025-03-21T20:17:56.4420315Z * [new branch] gh/yipjustin/7/head -> origin/gh/yipjustin/7/head 2025-03-21T20:17:56.4421429Z * [new branch] gh/yipjustin/7/orig -> origin/gh/yipjustin/7/orig 2025-03-21T20:17:56.4422665Z * [new branch] gh/yipjustin/8/base -> origin/gh/yipjustin/8/base 2025-03-21T20:17:56.4423705Z * [new branch] gh/yipjustin/8/orig -> origin/gh/yipjustin/8/orig 2025-03-21T20:17:56.4425136Z * [new branch] gh/yipjustin/9/base -> origin/gh/yipjustin/9/base 2025-03-21T20:17:56.4426119Z * [new branch] gh/yipjustin/9/head -> origin/gh/yipjustin/9/head 2025-03-21T20:17:56.4427119Z * [new branch] gh/yipjustin/9/orig -> origin/gh/yipjustin/9/orig 2025-03-21T20:17:56.4429008Z * [new branch] gh/zonglinpeng/1/base -> origin/gh/zonglinpeng/1/base 2025-03-21T20:17:56.4429951Z * [new branch] gh/zonglinpeng/1/head -> origin/gh/zonglinpeng/1/head 2025-03-21T20:17:56.4431001Z * [new branch] gh/zonglinpeng/1/orig -> origin/gh/zonglinpeng/1/orig 2025-03-21T20:17:56.4432197Z * [new branch] gh/zonglinpeng/2/base -> origin/gh/zonglinpeng/2/base 2025-03-21T20:17:56.4433196Z * [new branch] gh/zonglinpeng/2/head -> origin/gh/zonglinpeng/2/head 2025-03-21T20:17:56.4434790Z * [new branch] gh/zonglinpeng/3/base -> origin/gh/zonglinpeng/3/base 2025-03-21T20:17:56.4435574Z * [new branch] gh/zonglinpeng/3/head -> origin/gh/zonglinpeng/3/head 2025-03-21T20:17:56.4436741Z * [new branch] gptq -> origin/gptq 2025-03-21T20:17:56.4438005Z * [new branch] groupsize -> origin/groupsize 2025-03-21T20:17:56.4439667Z * [new branch] guangy10/fix_links_in_readme -> origin/guangy10/fix_links_in_readme 2025-03-21T20:17:56.4440668Z * [new branch] guangy10/fix_sdk_etdump -> origin/guangy10/fix_sdk_etdump 2025-03-21T20:17:56.4441696Z * [new branch] guangy10/fix_sdk_profiling_doc -> origin/guangy10/fix_sdk_profiling_doc 2025-03-21T20:17:56.4443355Z * [new branch] handle-model-export-failures -> origin/handle-model-export-failures 2025-03-21T20:17:56.4444282Z * [new branch] hf_export_masked_lm -> origin/hf_export_masked_lm 2025-03-21T20:17:56.4445457Z * [new branch] huydhn-add-dependabot-config -> origin/huydhn-add-dependabot-config 2025-03-21T20:17:56.4446360Z * [new branch] improve_prefill -> origin/improve_prefill 2025-03-21T20:17:56.4447452Z * [new branch] increase_benchmark_iter -> origin/increase_benchmark_iter 2025-03-21T20:17:56.4448457Z * [new branch] increase_timeout -> origin/increase_timeout 2025-03-21T20:17:56.4449493Z * [new branch] install-android-on-runner -> origin/install-android-on-runner 2025-03-21T20:17:56.4450561Z * [new branch] int_seq_len -> origin/int_seq_len 2025-03-21T20:17:56.4451684Z * [new branch] ios-app-device-farm -> origin/ios-app-device-farm 2025-03-21T20:17:56.4452690Z * [new branch] ios_cmake -> origin/ios_cmake 2025-03-21T20:17:56.4453846Z * [new branch] iseeyuan-patch-1 -> origin/iseeyuan-patch-1 2025-03-21T20:17:56.4454951Z * [new branch] iseeyuan-patch-10 -> origin/iseeyuan-patch-10 2025-03-21T20:17:56.4456019Z * [new branch] iseeyuan-patch-11 -> origin/iseeyuan-patch-11 2025-03-21T20:17:56.4457103Z * [new branch] iseeyuan-patch-12 -> origin/iseeyuan-patch-12 2025-03-21T20:17:56.4458160Z * [new branch] iseeyuan-patch-2 -> origin/iseeyuan-patch-2 2025-03-21T20:17:56.4459230Z * [new branch] iseeyuan-patch-3 -> origin/iseeyuan-patch-3 2025-03-21T20:17:56.4460558Z * [new branch] iseeyuan-patch-4 -> origin/iseeyuan-patch-4 2025-03-21T20:17:56.4461861Z * [new branch] iseeyuan-patch-5 -> origin/iseeyuan-patch-5 2025-03-21T20:17:56.4462792Z * [new branch] iseeyuan-patch-6 -> origin/iseeyuan-patch-6 2025-03-21T20:17:56.4463891Z * [new branch] iseeyuan-patch-7 -> origin/iseeyuan-patch-7 2025-03-21T20:17:56.4464927Z * [new branch] iseeyuan-patch-8 -> origin/iseeyuan-patch-8 2025-03-21T20:17:56.4466045Z * [new branch] iseeyuan-patch-9 -> origin/iseeyuan-patch-9 2025-03-21T20:17:56.4467096Z * [new branch] isqp8 -> origin/isqp8 2025-03-21T20:17:56.4468144Z * [new branch] issue_metrics -> origin/issue_metrics 2025-03-21T20:17:56.4469716Z * [new branch] jackxz/comment-sdpa -> origin/jackxz/comment-sdpa 2025-03-21T20:17:56.4470741Z * [new branch] jackxz/llama2-rename -> origin/jackxz/llama2-rename 2025-03-21T20:17:56.4471643Z * [new branch] jackxz/remove-test-llava -> origin/jackxz/remove-test-llava 2025-03-21T20:17:56.4472665Z * [new branch] jackxz/update-cmake-doc -> origin/jackxz/update-cmake-doc 2025-03-21T20:17:56.4473598Z * [new branch] jackxz/update-phi3-mini-lora -> origin/jackxz/update-phi3-mini-lora 2025-03-21T20:17:56.4475119Z * [new branch] jackz/export-phi3-lora-training -> origin/jackz/export-phi3-lora-training 2025-03-21T20:17:56.4476480Z * [new branch] jathu/consistent-envvar-setter -> origin/jathu/consistent-envvar-setter 2025-03-21T20:17:56.4477305Z * [new branch] jathu/include-coreml -> origin/jathu/include-coreml 2025-03-21T20:17:56.4478406Z * [new branch] jathu/include-inmemoryfs -> origin/jathu/include-inmemoryfs 2025-03-21T20:17:56.4479306Z * [new branch] jathu/inmemoryfs-binding -> origin/jathu/inmemoryfs-binding 2025-03-21T20:17:56.4480306Z * [new branch] jathu/move-build -> origin/jathu/move-build 2025-03-21T20:17:56.4481307Z * [new branch] jathu/split-coreml -> origin/jathu/split-coreml 2025-03-21T20:17:56.4482430Z * [new branch] jerryzh168-patch-1 -> origin/jerryzh168-patch-1 2025-03-21T20:17:56.4483852Z * [new branch] jz/add-mengwei-tokeznier -> origin/jz/add-mengwei-tokeznier 2025-03-21T20:17:56.4484709Z * [new branch] jz/bump-torch -> origin/jz/bump-torch 2025-03-21T20:17:56.4485801Z * [new branch] jz/cleanup -> origin/jz/cleanup 2025-03-21T20:17:56.4486841Z * [new branch] jz/cpp-no-op-tokenizer -> origin/jz/cpp-no-op-tokenizer 2025-03-21T20:17:56.4487688Z * [new branch] jz/custom-sdpa -> origin/jz/custom-sdpa 2025-03-21T20:17:56.4488723Z * [new branch] jz/dtype-llama -> origin/jz/dtype-llama 2025-03-21T20:17:56.4489784Z * [new branch] jz/dtype-shennanigans -> origin/jz/dtype-shennanigans 2025-03-21T20:17:56.4491291Z * [new branch] jz/eager-model-inputs -> origin/jz/eager-model-inputs 2025-03-21T20:17:56.4492817Z * [new branch] jz/export_llama_new_api -> origin/jz/export_llama_new_api 2025-03-21T20:17:56.4493844Z * [new branch] jz/fix-doxygen -> origin/jz/fix-doxygen 2025-03-21T20:17:56.4494870Z * [new branch] jz/fix-et-kv-cache -> origin/jz/fix-et-kv-cache 2025-03-21T20:17:56.4495854Z * [new branch] jz/fix-llama-install -> origin/jz/fix-llama-install 2025-03-21T20:17:56.4496938Z * [new branch] jz/fix-test-2 -> origin/jz/fix-test-2 2025-03-21T20:17:56.4498113Z * [new branch] jz/fix-to-excecutorch-test-attention -> origin/jz/fix-to-excecutorch-test-attention 2025-03-21T20:17:56.4499050Z * [new branch] jz/fusion-embedding-transform -> origin/jz/fusion-embedding-transform 2025-03-21T20:17:56.4500114Z * [new branch] jz/llama3_2_1b -> origin/jz/llama3_2_1b 2025-03-21T20:17:56.4501314Z * [new branch] jz/llm-finetuning-fix -> origin/jz/llm-finetuning-fix 2025-03-21T20:17:56.4502047Z * [new branch] jz/mha-from-tt -> origin/jz/mha-from-tt 2025-03-21T20:17:56.4503198Z * [new branch] jz/phi-4-benchmark -> origin/jz/phi-4-benchmark 2025-03-21T20:17:56.4504300Z * [new branch] jz/phi-4-mini-readme -> origin/jz/phi-4-mini-readme 2025-03-21T20:17:56.4505393Z * [new branch] jz/pr-template-test -> origin/jz/pr-template-test 2025-03-21T20:17:56.4506297Z * [new branch] jz/proof -> origin/jz/proof 2025-03-21T20:17:56.4507299Z * [new branch] jz/quantizedkv -> origin/jz/quantizedkv 2025-03-21T20:17:56.4508438Z * [new branch] jz/re-land-ao-api -> origin/jz/re-land-ao-api 2025-03-21T20:17:56.4509604Z * [new branch] jz/recursive-partitioner -> origin/jz/recursive-partitioner 2025-03-21T20:17:56.4510695Z * [new branch] jz/regression-test-llama-perf -> origin/jz/regression-test-llama-perf 2025-03-21T20:17:56.4511672Z * [new branch] jz/remove-comments -> origin/jz/remove-comments 2025-03-21T20:17:56.4512602Z * [new branch] jz/remove-cond -> origin/jz/remove-cond 2025-03-21T20:17:56.4513595Z * [new branch] jz/remove-test -> origin/jz/remove-test 2025-03-21T20:17:56.4514616Z * [new branch] jz/rename-flamingo -> origin/jz/rename-flamingo 2025-03-21T20:17:56.4515687Z * [new branch] jz/rename-mm-to-vision -> origin/jz/rename-mm-to-vision 2025-03-21T20:17:56.4516661Z * [new branch] jz/revert-linux-v2 -> origin/jz/revert-linux-v2 2025-03-21T20:17:56.4517724Z * [new branch] jz/stories110m-readme -> origin/jz/stories110m-readme 2025-03-21T20:17:56.4518729Z * [new branch] jz/stride-repro -> origin/jz/stride-repro 2025-03-21T20:17:56.4519812Z * [new branch] jz/test-gh-import -> origin/jz/test-gh-import 2025-03-21T20:17:56.4520875Z * [new branch] jz/test-gh-import2 -> origin/jz/test-gh-import2 2025-03-21T20:17:56.4521932Z * [new branch] jz/test-gh-import3 -> origin/jz/test-gh-import3 2025-03-21T20:17:56.4523042Z * [new branch] jz/to-edge-lower-and-transform-llama -> origin/jz/to-edge-lower-and-transform-llama 2025-03-21T20:17:56.4523816Z * [new branch] jz/tresh -> origin/jz/tresh 2025-03-21T20:17:56.4524827Z * [new branch] jz/tt-ci -> origin/jz/tt-ci 2025-03-21T20:17:56.4525690Z * [new branch] jz/tt-ci-2 -> origin/jz/tt-ci-2 2025-03-21T20:17:56.4526687Z * [new branch] jz/tt-llama -> origin/jz/tt-llama 2025-03-21T20:17:56.4527655Z * [new branch] jz/tt-llama-3 -> origin/jz/tt-llama-3 2025-03-21T20:17:56.4528683Z * [new branch] jz/tt-llama-3.5 -> origin/jz/tt-llama-3.5 2025-03-21T20:17:56.4529598Z * [new branch] jz/tt-llama-4 -> origin/jz/tt-llama-4 2025-03-21T20:17:56.4530525Z * [new branch] jz/tt-llama-5 -> origin/jz/tt-llama-5 2025-03-21T20:17:56.4531739Z * [new branch] kimishpatel-patch-1 -> origin/kimishpatel-patch-1 2025-03-21T20:17:56.4532883Z * [new branch] kirk-executor-runner-update -> origin/kirk-executor-runner-update 2025-03-21T20:17:56.4533836Z * [new branch] kit1980-patch-1 -> origin/kit1980-patch-1 2025-03-21T20:17:56.4534870Z * [new branch] larryliu0820-patch -> origin/larryliu0820-patch 2025-03-21T20:17:56.4535935Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-21T20:17:56.4537046Z * [new branch] larryliu0820-patch-2 -> origin/larryliu0820-patch-2 2025-03-21T20:17:56.4538168Z * [new branch] larryliu0820-patch-3 -> origin/larryliu0820-patch-3 2025-03-21T20:17:56.4539325Z * [new branch] larryliu0820-patch-4 -> origin/larryliu0820-patch-4 2025-03-21T20:17:56.4540340Z * [new branch] larryliu0820-patch-5 -> origin/larryliu0820-patch-5 2025-03-21T20:17:56.4541417Z * [new branch] larryliu0820-patch-6 -> origin/larryliu0820-patch-6 2025-03-21T20:17:56.4542517Z * [new branch] larryliu0820-patch-7 -> origin/larryliu0820-patch-7 2025-03-21T20:17:56.4543649Z * [new branch] larryliu0820-patch-8 -> origin/larryliu0820-patch-8 2025-03-21T20:17:56.4544697Z * [new branch] latest -> origin/latest 2025-03-21T20:17:56.4545778Z * [new branch] legacy_flow_test_abs_op -> origin/legacy_flow_test_abs_op 2025-03-21T20:17:56.4546797Z * [new branch] legacy_flow_test_add -> origin/legacy_flow_test_add 2025-03-21T20:17:56.4547765Z * [new branch] legacy_flow_tests -> origin/legacy_flow_tests 2025-03-21T20:17:56.4548767Z * [new branch] lfq.coreml-io -> origin/lfq.coreml-io 2025-03-21T20:17:56.4549816Z * [new branch] lfq.dtype-list-api-cmake -> origin/lfq.dtype-list-api-cmake 2025-03-21T20:17:56.4550834Z * [new branch] lfq.export-lora-llama -> origin/lfq.export-lora-llama 2025-03-21T20:17:56.4552266Z * [new branch] lfq.flat-tensor -> origin/lfq.flat-tensor 2025-03-21T20:17:56.4553329Z * [new branch] lfq.xnnpack-io -> origin/lfq.xnnpack-io 2025-03-21T20:17:56.4554668Z * [new branch] lind/aosp -> origin/lind/aosp 2025-03-21T20:17:56.4555665Z * [new branch] lind/buffer-loader -> origin/lind/buffer-loader 2025-03-21T20:17:56.4556685Z * [new branch] lind/revert-loader-changes -> origin/lind/revert-loader-changes 2025-03-21T20:17:56.4557430Z * [new branch] lind/size-test -> origin/lind/size-test 2025-03-21T20:17:56.4558556Z * [new branch] llama2_xnnpack -> origin/llama2_xnnpack 2025-03-21T20:17:56.4559813Z * [new branch] llama_cpp -> origin/llama_cpp 2025-03-21T20:17:56.4563139Z * [new branch] llama_warmup -> origin/llama_warmup 2025-03-21T20:17:56.4564167Z * [new branch] llama_warmup2 -> origin/llama_warmup2 2025-03-21T20:17:56.4565212Z * [new branch] llava -> origin/llava 2025-03-21T20:17:56.4566365Z * [new branch] llava_csv_image -> origin/llava_csv_image 2025-03-21T20:17:56.4567324Z * [new branch] llava_logging -> origin/llava_logging 2025-03-21T20:17:56.4568493Z * [new branch] llmdoc -> origin/llmdoc 2025-03-21T20:17:56.4569689Z * [new branch] logistic_size -> origin/logistic_size 2025-03-21T20:17:56.4570780Z * [new branch] macos-cmake-custom-ops -> origin/macos-cmake-custom-ops 2025-03-21T20:17:56.4571925Z * [new branch] main -> origin/main 2025-03-21T20:17:56.4573112Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-21T20:17:56.4574185Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-21T20:17:56.4575180Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-21T20:17:56.4576174Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-03-21T20:17:56.4577259Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-21T20:17:56.4578349Z * [new branch] manual -> origin/manual 2025-03-21T20:17:56.4579333Z * [new branch] maven -> origin/maven 2025-03-21T20:17:56.4580830Z * [new branch] metal_linear -> origin/metal_linear 2025-03-21T20:17:56.4581952Z * [new branch] mha-swap-squashed -> origin/mha-swap-squashed 2025-03-21T20:17:56.4583153Z * [new branch] migration -> origin/migration 2025-03-21T20:17:56.4583992Z * [new branch] mimi_hf -> origin/mimi_hf 2025-03-21T20:17:56.4585083Z * [new branch] mimi_xnn -> origin/mimi_xnn 2025-03-21T20:17:56.4586267Z * [new branch] missing-device-farm-artifacts -> origin/missing-device-farm-artifacts 2025-03-21T20:17:56.4587225Z * [new branch] mmlu -> origin/mmlu 2025-03-21T20:17:56.4588367Z * [new branch] mobileBuild -> origin/mobileBuild 2025-03-21T20:17:56.4589425Z * [new branch] model-explorer -> origin/model-explorer 2025-03-21T20:17:56.4590454Z * [new branch] modelname -> origin/modelname 2025-03-21T20:17:56.4591569Z * [new branch] move-files-to-docker -> origin/move-files-to-docker 2025-03-21T20:17:56.4592653Z * [new branch] move-github-macos-trunk -> origin/move-github-macos-trunk 2025-03-21T20:17:56.4593627Z * [new branch] move-macos-to-trunk -> origin/move-macos-to-trunk 2025-03-21T20:17:56.4594681Z * [new branch] move_benchmark_apps -> origin/move_benchmark_apps 2025-03-21T20:17:56.4595634Z * [new branch] move_tokenizer -> origin/move_tokenizer 2025-03-21T20:17:56.4596750Z * [new branch] mps_qlinear -> origin/mps_qlinear 2025-03-21T20:17:56.4597810Z * [new branch] mps_skip_dimorder -> origin/mps_skip_dimorder 2025-03-21T20:17:56.4598958Z * [new branch] mtk-app-runner -> origin/mtk-app-runner 2025-03-21T20:17:56.4599969Z * [new branch] mtk-model-check -> origin/mtk-model-check 2025-03-21T20:17:56.4601029Z * [new branch] new-static-llama -> origin/new-static-llama 2025-03-21T20:17:56.4602046Z * [new branch] new-test -> origin/new-test 2025-03-21T20:17:56.4603434Z * [new branch] new_pybind -> origin/new_pybind 2025-03-21T20:17:56.4604469Z * [new branch] new_xnnp_new_kleidi -> origin/new_xnnp_new_kleidi 2025-03-21T20:17:56.4605500Z * [new branch] nightly -> origin/nightly 2025-03-21T20:17:56.4606582Z * [new branch] noclipping -> origin/noclipping 2025-03-21T20:17:56.4607628Z * [new branch] olivialpx-april-8 -> origin/olivialpx-april-8 2025-03-21T20:17:56.4608658Z * [new branch] olivialpx-debug-etdump -> origin/olivialpx-debug-etdump 2025-03-21T20:17:56.4609677Z * [new branch] olivialpx-sdk-tutorial -> origin/olivialpx-sdk-tutorial 2025-03-21T20:17:56.4611367Z * [new branch] orig/release/0.1 -> origin/orig/release/0.1 2025-03-21T20:17:56.4612173Z * [new branch] orig/release/0.2 -> origin/orig/release/0.2 2025-03-21T20:17:56.4613214Z * [new branch] orig/release/0.3 -> origin/orig/release/0.3 2025-03-21T20:17:56.4614252Z * [new branch] orig/release/0.4 -> origin/orig/release/0.4 2025-03-21T20:17:56.4615313Z * [new branch] orionr-patch-1 -> origin/orionr-patch-1 2025-03-21T20:17:56.4616439Z * [new branch] orionr-patch-2 -> origin/orionr-patch-2 2025-03-21T20:17:56.4617474Z * [new branch] oss_cmake -> origin/oss_cmake 2025-03-21T20:17:56.4618500Z * [new branch] patch-repo-fix -> origin/patch-repo-fix 2025-03-21T20:17:56.4619558Z * [new branch] patch_mps -> origin/patch_mps 2025-03-21T20:17:56.4620603Z * [new branch] perf-repro -> origin/perf-repro 2025-03-21T20:17:56.4621661Z * [new branch] phi-3-kv-cache -> origin/phi-3-kv-cache 2025-03-21T20:17:56.4622684Z * [new branch] phi-3-mini-wrapper -> origin/phi-3-mini-wrapper 2025-03-21T20:17:56.4623690Z * [new branch] phi3-doc -> origin/phi3-doc 2025-03-21T20:17:56.4625075Z * [new branch] pianpwk/temp_pr_for_llava -> origin/pianpwk/temp_pr_for_llava 2025-03-21T20:17:56.4626174Z * [new branch] pick -> origin/pick 2025-03-21T20:17:56.4627426Z * [new branch] pick_2996 -> origin/pick_2996 2025-03-21T20:17:56.4628904Z * [new branch] pick_doc -> origin/pick_doc 2025-03-21T20:17:56.4629937Z * [new branch] pin-pt-commit -> origin/pin-pt-commit 2025-03-21T20:17:56.4631001Z * [new branch] pin_update_arm_fix -> origin/pin_update_arm_fix 2025-03-21T20:17:56.4631994Z * [new branch] pip_header -> origin/pip_header 2025-03-21T20:17:56.4633111Z * [new branch] populate-cadence-cpu-ops -> origin/populate-cadence-cpu-ops 2025-03-21T20:17:56.4634291Z * [new branch] ppllava -> origin/ppllava 2025-03-21T20:17:56.4635316Z * [new branch] pre -> origin/pre 2025-03-21T20:17:56.4636555Z * [new branch] preprocess_with_flamingo_export -> origin/preprocess_with_flamingo_export 2025-03-21T20:17:56.4637486Z * [new branch] pt2e_calibration -> origin/pt2e_calibration 2025-03-21T20:17:56.4638604Z * [new branch] pure-pytorch-llava -> origin/pure-pytorch-llava 2025-03-21T20:17:56.4639627Z * [new branch] push-0.2-docs -> origin/push-0.2-docs 2025-03-21T20:17:56.4640775Z * [new branch] pybind -> origin/pybind 2025-03-21T20:17:56.4642439Z * [new branch] pybind_docs -> origin/pybind_docs 2025-03-21T20:17:56.4643520Z * [new branch] pybind_module -> origin/pybind_module 2025-03-21T20:17:56.4644578Z * [new branch] pybind_runtime -> origin/pybind_runtime 2025-03-21T20:17:56.4645630Z * [new branch] pybind_set_output -> origin/pybind_set_output 2025-03-21T20:17:56.4646667Z * [new branch] pybindings -> origin/pybindings 2025-03-21T20:17:56.4647738Z * [new branch] pytorch-pin-update -> origin/pytorch-pin-update 2025-03-21T20:17:56.4648824Z * [new branch] qb4w_f16_fix -> origin/qb4w_f16_fix 2025-03-21T20:17:56.4649764Z * [new branch] qb4w_fp16_fix -> origin/qb4w_fp16_fix 2025-03-21T20:17:56.4651159Z * [new branch] qnn_ci -> origin/qnn_ci 2025-03-21T20:17:56.4652338Z * [new branch] qnn_doc -> origin/qnn_doc 2025-03-21T20:17:56.4653646Z * [new branch] qnn_e2e -> origin/qnn_e2e 2025-03-21T20:17:56.4654749Z * [new branch] qnn_stories -> origin/qnn_stories 2025-03-21T20:17:56.4655744Z * [new branch] qnn_stories_ci -> origin/qnn_stories_ci 2025-03-21T20:17:56.4656824Z * [new branch] quantization -> origin/quantization 2025-03-21T20:17:56.4657841Z * [new branch] quantization--force -> origin/quantization--force 2025-03-21T20:17:56.4658754Z * [new branch] rand -> origin/rand 2025-03-21T20:17:56.4659941Z * [new branch] readme -> origin/readme 2025-03-21T20:17:56.4661114Z * [new branch] refactor-e2e -> origin/refactor-e2e 2025-03-21T20:17:56.4662165Z * [new branch] refactor_codegen -> origin/refactor_codegen 2025-03-21T20:17:56.4663397Z * [new branch] refine_max_spill_fill_buffer_setting -> origin/refine_max_spill_fill_buffer_setting 2025-03-21T20:17:56.4664388Z * [new branch] refine_pybind -> origin/refine_pybind 2025-03-21T20:17:56.4665923Z * [new branch] release/0.1 -> origin/release/0.1 2025-03-21T20:17:56.4667067Z * [new branch] release/0.2 -> origin/release/0.2 2025-03-21T20:17:56.4668261Z * [new branch] release/0.3 -> origin/release/0.3 2025-03-21T20:17:56.4669085Z * [new branch] release/0.4 -> origin/release/0.4 2025-03-21T20:17:56.4670166Z * [new branch] release/0.5 -> origin/release/0.5 2025-03-21T20:17:56.4671261Z * [new branch] remove_s -> origin/remove_s 2025-03-21T20:17:56.4672498Z * [new branch] replace_runners_prefix_20240725165345 -> origin/replace_runners_prefix_20240725165345 2025-03-21T20:17:56.4673407Z * [new branch] replace_runners_prefix_20240725195321 -> origin/replace_runners_prefix_20240725195321 2025-03-21T20:17:56.4674710Z * [new branch] revert-2f0518d2cfb4ee4353dce4e39590de43fa391399 -> origin/revert-2f0518d2cfb4ee4353dce4e39590de43fa391399 2025-03-21T20:17:56.4675796Z * [new branch] revert-4502-add-profiling-to-xnn-executor-runner -> origin/revert-4502-add-profiling-to-xnn-executor-runner 2025-03-21T20:17:56.4677090Z * [new branch] revert-4793-larryliu0820-patch-4 -> origin/revert-4793-larryliu0820-patch-4 2025-03-21T20:17:56.4678079Z * [new branch] revert-5136-revert-5095-pt2e_calibration -> origin/revert-5136-revert-5095-pt2e_calibration 2025-03-21T20:17:56.4679500Z * [new branch] revert-5748-cherry-pick-5482-by-pytorch_bot_bot_ -> origin/revert-5748-cherry-pick-5482-by-pytorch_bot_bot_ 2025-03-21T20:17:56.4680236Z * [new branch] revert-6522-and-6892 -> origin/revert-6522-and-6892 2025-03-21T20:17:56.4682495Z * [new branch] revert-6807-gh/larryliu0820/58/head -> origin/revert-6807-gh/larryliu0820/58/head 2025-03-21T20:17:56.4683525Z * [new branch] revert-6837 -> origin/revert-6837 2025-03-21T20:17:56.4684607Z * [new branch] revert-6892 -> origin/revert-6892 2025-03-21T20:17:56.4686851Z * [new branch] revert-7150-gh/helunwencser/80/orig -> origin/revert-7150-gh/helunwencser/80/orig 2025-03-21T20:17:56.4687993Z * [new branch] revert-7165-populate-cadence-cpu-ops -> origin/revert-7165-populate-cadence-cpu-ops 2025-03-21T20:17:56.4689086Z * [new branch] revert-7278-export-D67013542 -> origin/revert-7278-export-D67013542 2025-03-21T20:17:56.4690199Z * [new branch] revert-7636-export-D68112936 -> origin/revert-7636-export-D68112936 2025-03-21T20:17:56.4692319Z * [new branch] revert-7857-gh/swolchok/179/head -> origin/revert-7857-gh/swolchok/179/head 2025-03-21T20:17:56.4693936Z * [new branch] revert-8151-tkaruturi/deepseek_distill_8b_readme -> origin/revert-8151-tkaruturi/deepseek_distill_8b_readme 2025-03-21T20:17:56.4694981Z * [new branch] revert-8679-topics -> origin/revert-8679-topics 2025-03-21T20:17:56.4696205Z * [new branch] revert-8916-windows-mmap-data-loader -> origin/revert-8916-windows-mmap-data-loader 2025-03-21T20:17:56.4697291Z * [new branch] revert-8997-change-985586 -> origin/revert-8997-change-985586 2025-03-21T20:17:56.4699364Z * [new branch] revert-9153-gh/mcr229/9/head -> origin/revert-9153-gh/mcr229/9/head 2025-03-21T20:17:56.4701141Z * [new branch] revert-939-tkaruturi/bundled_example_comment_change -> origin/revert-939-tkaruturi/bundled_example_comment_change 2025-03-21T20:17:56.4702406Z * [new branch] revert-9f47380ab5d4818270a7ea2eac13d9a4caa76dd0 -> origin/revert-9f47380ab5d4818270a7ea2eac13d9a4caa76dd0 2025-03-21T20:17:56.4703392Z * [new branch] revert-fbb0395110724717c42720582bb8804b752241e3 -> origin/revert-fbb0395110724717c42720582bb8804b752241e3 2025-03-21T20:17:56.4704399Z * [new branch] revert-ffc20208dae8f4900da11bfffb76f749e7514132 -> origin/revert-ffc20208dae8f4900da11bfffb76f749e7514132 2025-03-21T20:17:56.4705425Z * [new branch] revert_D55713944 -> origin/revert_D55713944 2025-03-21T20:17:56.4706581Z * [new branch] run-kirk-executor-runner-update-s24 -> origin/run-kirk-executor-runner-update-s24 2025-03-21T20:17:56.4707584Z * [new branch] run-xnnpack-model-tests -> origin/run-xnnpack-model-tests 2025-03-21T20:17:56.4708657Z * [new branch] run_coreml_mps_models_in_ci -> origin/run_coreml_mps_models_in_ci 2025-03-21T20:17:56.4709742Z * [new branch] runer_kv -> origin/runer_kv 2025-03-21T20:17:56.4710804Z * [new branch] runner_add_mps -> origin/runner_add_mps 2025-03-21T20:17:56.4711952Z * [new branch] runner_exp -> origin/runner_exp 2025-03-21T20:17:56.4713231Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-03-21T20:17:56.4714288Z * [new branch] script-updates -> origin/script-updates 2025-03-21T20:17:56.4715424Z * [new branch] sdpa_custom_op -> origin/sdpa_custom_op 2025-03-21T20:17:56.4717349Z * [new branch] sdym/ciflow -> origin/sdym/ciflow 2025-03-21T20:17:56.4718471Z * [new branch] sdym/docstring -> origin/sdym/docstring 2025-03-21T20:17:56.4719547Z * [new branch] sdym/pyproject -> origin/sdym/pyproject 2025-03-21T20:17:56.4720386Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-21T20:17:56.4721392Z * [new branch] sdym/torchfix-0.1.1 -> origin/sdym/torchfix-0.1.1 2025-03-21T20:17:56.4722555Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-03-21T20:17:56.4724088Z * [new branch] seemethere/reduce_matrix_jobs -> origin/seemethere/reduce_matrix_jobs 2025-03-21T20:17:56.4725145Z * [new branch] selective_build -> origin/selective_build 2025-03-21T20:17:56.4726197Z * [new branch] set-buck2-version -> origin/set-buck2-version 2025-03-21T20:17:56.4727390Z * [new branch] setup_debug_empty_fix -> origin/setup_debug_empty_fix 2025-03-21T20:17:56.4728591Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-03-21T20:17:56.4729683Z * [new branch] shoumikhin-patch-2 -> origin/shoumikhin-patch-2 2025-03-21T20:17:56.4730739Z * [new branch] simplify_tokenizer_header -> origin/simplify_tokenizer_header 2025-03-21T20:17:56.4731773Z * [new branch] size_test -> origin/size_test 2025-03-21T20:17:56.4733294Z * [new branch] ssj/fix-doc-build-workflow -> origin/ssj/fix-doc-build-workflow 2025-03-21T20:17:56.4734354Z * [new branch] ssj_win_build -> origin/ssj_win_build 2025-03-21T20:17:56.4735471Z * [new branch] stable -> origin/stable 2025-03-21T20:17:56.4736742Z * [new branch] stable-2023-08-29_with_bundled_program -> origin/stable-2023-08-29_with_bundled_program 2025-03-21T20:17:56.4737806Z * [new branch] static-llama -> origin/static-llama 2025-03-21T20:17:56.4738835Z * [new branch] static-llama-kv -> origin/static-llama-kv 2025-03-21T20:17:56.4739912Z * [new branch] static_cache -> origin/static_cache 2025-03-21T20:17:56.4740985Z * [new branch] static_lib -> origin/static_lib 2025-03-21T20:17:56.4742137Z * [new branch] stride-cmp-size-oblivious -> origin/stride-cmp-size-oblivious 2025-03-21T20:17:56.4743254Z * [new branch] suo-patch-1 -> origin/suo-patch-1 2025-03-21T20:17:56.4744366Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-03-21T20:17:56.4745539Z * [new branch] svekars-patch-2 -> origin/svekars-patch-2 2025-03-21T20:17:56.4747043Z * [new branch] svekars-patch-3 -> origin/svekars-patch-3 2025-03-21T20:17:56.4748121Z * [new branch] svekars-patch-5 -> origin/svekars-patch-5 2025-03-21T20:17:56.4749298Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-03-21T20:17:56.4750526Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-21T20:17:56.4751649Z * [new branch] svekars-patch-8 -> origin/svekars-patch-8 2025-03-21T20:17:56.4752663Z * [new branch] swiftpm -> origin/swiftpm 2025-03-21T20:17:56.4753655Z * [new branch] swiftpm-0.4.0 -> origin/swiftpm-0.4.0 2025-03-21T20:17:56.4754791Z * [new branch] swiftpm-0.4.0.20241114 -> origin/swiftpm-0.4.0.20241114 2025-03-21T20:17:56.4755858Z * [new branch] swiftpm-0.4.0.20241115 -> origin/swiftpm-0.4.0.20241115 2025-03-21T20:17:56.4756896Z * [new branch] swiftpm-0.4.0.20241116 -> origin/swiftpm-0.4.0.20241116 2025-03-21T20:17:56.4757955Z * [new branch] swiftpm-0.4.0.20241117 -> origin/swiftpm-0.4.0.20241117 2025-03-21T20:17:56.4759160Z * [new branch] swiftpm-0.4.0.20241118 -> origin/swiftpm-0.4.0.20241118 2025-03-21T20:17:56.4760428Z * [new branch] swiftpm-0.4.0.20241119 -> origin/swiftpm-0.4.0.20241119 2025-03-21T20:17:56.4761499Z * [new branch] swiftpm-0.4.0.20241120 -> origin/swiftpm-0.4.0.20241120 2025-03-21T20:17:56.4762532Z * [new branch] swiftpm-0.4.0.20241121 -> origin/swiftpm-0.4.0.20241121 2025-03-21T20:17:56.4763649Z * [new branch] swiftpm-0.4.0.20241122 -> origin/swiftpm-0.4.0.20241122 2025-03-21T20:17:56.4764704Z * [new branch] swiftpm-0.4.0.20241123 -> origin/swiftpm-0.4.0.20241123 2025-03-21T20:17:56.4765732Z * [new branch] swiftpm-0.4.0.20241124 -> origin/swiftpm-0.4.0.20241124 2025-03-21T20:17:56.4766824Z * [new branch] swiftpm-0.4.0.20241125 -> origin/swiftpm-0.4.0.20241125 2025-03-21T20:17:56.4767894Z * [new branch] swiftpm-0.4.0.20241126 -> origin/swiftpm-0.4.0.20241126 2025-03-21T20:17:56.4768924Z * [new branch] swiftpm-0.4.0.20241127 -> origin/swiftpm-0.4.0.20241127 2025-03-21T20:17:56.4770003Z * [new branch] swiftpm-0.4.0.20241128 -> origin/swiftpm-0.4.0.20241128 2025-03-21T20:17:56.4771059Z * [new branch] swiftpm-0.4.0.20241129 -> origin/swiftpm-0.4.0.20241129 2025-03-21T20:17:56.4772100Z * [new branch] swiftpm-0.4.0.20241130 -> origin/swiftpm-0.4.0.20241130 2025-03-21T20:17:56.4773147Z * [new branch] swiftpm-0.4.0.20241201 -> origin/swiftpm-0.4.0.20241201 2025-03-21T20:17:56.4774158Z * [new branch] swiftpm-0.4.0.20241202 -> origin/swiftpm-0.4.0.20241202 2025-03-21T20:17:56.4775142Z * [new branch] swiftpm-0.4.0.20241203 -> origin/swiftpm-0.4.0.20241203 2025-03-21T20:17:56.4776248Z * [new branch] swiftpm-0.4.0.20241204 -> origin/swiftpm-0.4.0.20241204 2025-03-21T20:17:56.4777268Z * [new branch] swiftpm-0.4.0.20241205 -> origin/swiftpm-0.4.0.20241205 2025-03-21T20:17:56.4778294Z * [new branch] swiftpm-0.4.0.20241206 -> origin/swiftpm-0.4.0.20241206 2025-03-21T20:17:56.4779310Z * [new branch] swiftpm-0.4.0.20241207 -> origin/swiftpm-0.4.0.20241207 2025-03-21T20:17:56.4780362Z * [new branch] swiftpm-0.4.0.20241208 -> origin/swiftpm-0.4.0.20241208 2025-03-21T20:17:56.4781352Z * [new branch] swiftpm-0.4.0.20241209 -> origin/swiftpm-0.4.0.20241209 2025-03-21T20:17:56.4782423Z * [new branch] swiftpm-0.4.0.20241210 -> origin/swiftpm-0.4.0.20241210 2025-03-21T20:17:56.4783459Z * [new branch] swiftpm-0.4.0.20241211 -> origin/swiftpm-0.4.0.20241211 2025-03-21T20:17:56.4784540Z * [new branch] swiftpm-0.4.0.20241212 -> origin/swiftpm-0.4.0.20241212 2025-03-21T20:17:56.4785589Z * [new branch] swiftpm-0.4.0.20241213 -> origin/swiftpm-0.4.0.20241213 2025-03-21T20:17:56.4786658Z * [new branch] swiftpm-0.4.0.20241214 -> origin/swiftpm-0.4.0.20241214 2025-03-21T20:17:56.4787720Z * [new branch] swiftpm-0.4.0.20241215 -> origin/swiftpm-0.4.0.20241215 2025-03-21T20:17:56.4788915Z * [new branch] swiftpm-0.4.0.20241216 -> origin/swiftpm-0.4.0.20241216 2025-03-21T20:17:56.4790176Z * [new branch] swiftpm-0.4.0.20241217 -> origin/swiftpm-0.4.0.20241217 2025-03-21T20:17:56.4791251Z * [new branch] swiftpm-0.4.0.20241218 -> origin/swiftpm-0.4.0.20241218 2025-03-21T20:17:56.4792312Z * [new branch] swiftpm-0.4.0.20241219 -> origin/swiftpm-0.4.0.20241219 2025-03-21T20:17:56.4793398Z * [new branch] swiftpm-0.4.0.20241220 -> origin/swiftpm-0.4.0.20241220 2025-03-21T20:17:56.4794440Z * [new branch] swiftpm-0.4.0.20241221 -> origin/swiftpm-0.4.0.20241221 2025-03-21T20:17:56.4795436Z * [new branch] swiftpm-0.4.0.20241222 -> origin/swiftpm-0.4.0.20241222 2025-03-21T20:17:56.4796473Z * [new branch] swiftpm-0.4.0.20241223 -> origin/swiftpm-0.4.0.20241223 2025-03-21T20:17:56.4797550Z * [new branch] swiftpm-0.4.0.20241224 -> origin/swiftpm-0.4.0.20241224 2025-03-21T20:17:56.4798756Z * [new branch] swiftpm-0.4.0.20241225 -> origin/swiftpm-0.4.0.20241225 2025-03-21T20:17:56.4799842Z * [new branch] swiftpm-0.4.0.20241226 -> origin/swiftpm-0.4.0.20241226 2025-03-21T20:17:56.4800868Z * [new branch] swiftpm-0.4.0.20241227 -> origin/swiftpm-0.4.0.20241227 2025-03-21T20:17:56.4801909Z * [new branch] swiftpm-0.4.0.20241228 -> origin/swiftpm-0.4.0.20241228 2025-03-21T20:17:56.4802913Z * [new branch] swiftpm-0.4.0.20241229 -> origin/swiftpm-0.4.0.20241229 2025-03-21T20:17:56.4803909Z * [new branch] swiftpm-0.4.0.20241230 -> origin/swiftpm-0.4.0.20241230 2025-03-21T20:17:56.4804959Z * [new branch] swiftpm-0.4.0.20241231 -> origin/swiftpm-0.4.0.20241231 2025-03-21T20:17:56.4806032Z * [new branch] swiftpm-0.4.0.20250101 -> origin/swiftpm-0.4.0.20250101 2025-03-21T20:17:56.4807029Z * [new branch] swiftpm-0.4.0.20250102 -> origin/swiftpm-0.4.0.20250102 2025-03-21T20:17:56.4808057Z * [new branch] swiftpm-0.4.0.20250103 -> origin/swiftpm-0.4.0.20250103 2025-03-21T20:17:56.4809400Z * [new branch] swiftpm-0.4.0.20250104 -> origin/swiftpm-0.4.0.20250104 2025-03-21T20:17:56.4810153Z * [new branch] swiftpm-0.4.0.20250105 -> origin/swiftpm-0.4.0.20250105 2025-03-21T20:17:56.4811160Z * [new branch] swiftpm-0.4.0.20250106 -> origin/swiftpm-0.4.0.20250106 2025-03-21T20:17:56.4812191Z * [new branch] swiftpm-0.4.0.20250107 -> origin/swiftpm-0.4.0.20250107 2025-03-21T20:17:56.4813251Z * [new branch] swiftpm-0.4.0.20250108 -> origin/swiftpm-0.4.0.20250108 2025-03-21T20:17:56.4814369Z * [new branch] swiftpm-0.4.0.20250109 -> origin/swiftpm-0.4.0.20250109 2025-03-21T20:17:56.4815820Z * [new branch] swiftpm-0.4.0.20250110 -> origin/swiftpm-0.4.0.20250110 2025-03-21T20:17:56.4816964Z * [new branch] swiftpm-0.4.0.20250111 -> origin/swiftpm-0.4.0.20250111 2025-03-21T20:17:56.4818022Z * [new branch] swiftpm-0.4.0.20250112 -> origin/swiftpm-0.4.0.20250112 2025-03-21T20:17:56.4819030Z * [new branch] swiftpm-0.4.0.20250113 -> origin/swiftpm-0.4.0.20250113 2025-03-21T20:17:56.4820044Z * [new branch] swiftpm-0.4.0.20250114 -> origin/swiftpm-0.4.0.20250114 2025-03-21T20:17:56.4821122Z * [new branch] swiftpm-0.4.0.20250115 -> origin/swiftpm-0.4.0.20250115 2025-03-21T20:17:56.4822141Z * [new branch] swiftpm-0.4.0.20250116 -> origin/swiftpm-0.4.0.20250116 2025-03-21T20:17:56.4823158Z * [new branch] swiftpm-0.4.0.20250117 -> origin/swiftpm-0.4.0.20250117 2025-03-21T20:17:56.4824235Z * [new branch] swiftpm-0.4.0.20250118 -> origin/swiftpm-0.4.0.20250118 2025-03-21T20:17:56.4825281Z * [new branch] swiftpm-0.4.0.20250119 -> origin/swiftpm-0.4.0.20250119 2025-03-21T20:17:56.4826267Z * [new branch] swiftpm-0.4.0.20250120 -> origin/swiftpm-0.4.0.20250120 2025-03-21T20:17:56.4827402Z * [new branch] swiftpm-0.4.0.20250121 -> origin/swiftpm-0.4.0.20250121 2025-03-21T20:17:56.4828456Z * [new branch] swiftpm-0.4.0.20250122 -> origin/swiftpm-0.4.0.20250122 2025-03-21T20:17:56.4829522Z * [new branch] swiftpm-0.4.0.20250123 -> origin/swiftpm-0.4.0.20250123 2025-03-21T20:17:56.4830507Z * [new branch] swiftpm-0.4.0.20250124 -> origin/swiftpm-0.4.0.20250124 2025-03-21T20:17:56.4831535Z * [new branch] swiftpm-0.4.0.20250125 -> origin/swiftpm-0.4.0.20250125 2025-03-21T20:17:56.4832549Z * [new branch] swiftpm-0.4.0.20250126 -> origin/swiftpm-0.4.0.20250126 2025-03-21T20:17:56.4833583Z * [new branch] swiftpm-0.4.0.20250127 -> origin/swiftpm-0.4.0.20250127 2025-03-21T20:17:56.4834642Z * [new branch] swiftpm-0.4.0.20250128 -> origin/swiftpm-0.4.0.20250128 2025-03-21T20:17:56.4835732Z * [new branch] swiftpm-0.4.0.20250129 -> origin/swiftpm-0.4.0.20250129 2025-03-21T20:17:56.4836727Z * [new branch] swiftpm-0.4.0.20250130 -> origin/swiftpm-0.4.0.20250130 2025-03-21T20:17:56.4837928Z * [new branch] swiftpm-0.5.0 -> origin/swiftpm-0.5.0 2025-03-21T20:17:56.4839160Z * [new branch] swiftpm-0.5.0.20250130 -> origin/swiftpm-0.5.0.20250130 2025-03-21T20:17:56.4840147Z * [new branch] swiftpm-0.5.0.20250131 -> origin/swiftpm-0.5.0.20250131 2025-03-21T20:17:56.4841219Z * [new branch] swiftpm-0.5.0.20250201 -> origin/swiftpm-0.5.0.20250201 2025-03-21T20:17:56.4842195Z * [new branch] swiftpm-0.5.0.20250202 -> origin/swiftpm-0.5.0.20250202 2025-03-21T20:17:56.4843216Z * [new branch] swiftpm-0.5.0.20250203 -> origin/swiftpm-0.5.0.20250203 2025-03-21T20:17:56.4844272Z * [new branch] swiftpm-0.5.0.20250204 -> origin/swiftpm-0.5.0.20250204 2025-03-21T20:17:56.4845295Z * [new branch] swiftpm-0.5.0.20250205 -> origin/swiftpm-0.5.0.20250205 2025-03-21T20:17:56.4846341Z * [new branch] swiftpm-0.5.0.20250206 -> origin/swiftpm-0.5.0.20250206 2025-03-21T20:17:56.4847429Z * [new branch] swiftpm-0.5.0.20250207 -> origin/swiftpm-0.5.0.20250207 2025-03-21T20:17:56.4848447Z * [new branch] swiftpm-0.5.0.20250208 -> origin/swiftpm-0.5.0.20250208 2025-03-21T20:17:56.4849469Z * [new branch] swiftpm-0.5.0.20250209 -> origin/swiftpm-0.5.0.20250209 2025-03-21T20:17:56.4850480Z * [new branch] swiftpm-0.5.0.20250210 -> origin/swiftpm-0.5.0.20250210 2025-03-21T20:17:56.4851539Z * [new branch] swiftpm-0.5.0.20250211 -> origin/swiftpm-0.5.0.20250211 2025-03-21T20:17:56.4852562Z * [new branch] swiftpm-0.5.0.20250212 -> origin/swiftpm-0.5.0.20250212 2025-03-21T20:17:56.4853564Z * [new branch] swiftpm-0.5.0.20250213 -> origin/swiftpm-0.5.0.20250213 2025-03-21T20:17:56.4854591Z * [new branch] swiftpm-0.5.0.20250214 -> origin/swiftpm-0.5.0.20250214 2025-03-21T20:17:56.4855634Z * [new branch] swiftpm-0.5.0.20250215 -> origin/swiftpm-0.5.0.20250215 2025-03-21T20:17:56.4861565Z * [new branch] swiftpm-0.5.0.20250216 -> origin/swiftpm-0.5.0.20250216 2025-03-21T20:17:56.4862038Z * [new branch] swiftpm-0.5.0.20250217 -> origin/swiftpm-0.5.0.20250217 2025-03-21T20:17:56.4862337Z * [new branch] swiftpm-0.5.0.20250218 -> origin/swiftpm-0.5.0.20250218 2025-03-21T20:17:56.4863059Z * [new branch] swiftpm-0.5.0.20250219 -> origin/swiftpm-0.5.0.20250219 2025-03-21T20:17:56.4863938Z * [new branch] swiftpm-0.5.0.20250220 -> origin/swiftpm-0.5.0.20250220 2025-03-21T20:17:56.4864883Z * [new branch] swiftpm-0.5.0.20250221 -> origin/swiftpm-0.5.0.20250221 2025-03-21T20:17:56.4865971Z * [new branch] swiftpm-0.5.0.20250222 -> origin/swiftpm-0.5.0.20250222 2025-03-21T20:17:56.4867247Z * [new branch] swiftpm-0.5.0.20250223 -> origin/swiftpm-0.5.0.20250223 2025-03-21T20:17:56.4868061Z * [new branch] swiftpm-0.5.0.20250224 -> origin/swiftpm-0.5.0.20250224 2025-03-21T20:17:56.4869090Z * [new branch] swiftpm-0.5.0.20250225 -> origin/swiftpm-0.5.0.20250225 2025-03-21T20:17:56.4870189Z * [new branch] swiftpm-0.5.0.20250226 -> origin/swiftpm-0.5.0.20250226 2025-03-21T20:17:56.4871208Z * [new branch] swiftpm-0.5.0.20250227 -> origin/swiftpm-0.5.0.20250227 2025-03-21T20:17:56.4872418Z * [new branch] swiftpm-0.5.0.20250228 -> origin/swiftpm-0.5.0.20250228 2025-03-21T20:17:56.4873388Z * [new branch] swiftpm-0.5.0.20250301 -> origin/swiftpm-0.5.0.20250301 2025-03-21T20:17:56.4874415Z * [new branch] swiftpm-0.5.0.20250302 -> origin/swiftpm-0.5.0.20250302 2025-03-21T20:17:56.4875418Z * [new branch] swiftpm-0.5.0.20250303 -> origin/swiftpm-0.5.0.20250303 2025-03-21T20:17:56.4876638Z * [new branch] swiftpm-0.5.0.20250304 -> origin/swiftpm-0.5.0.20250304 2025-03-21T20:17:56.4877546Z * [new branch] swiftpm-0.5.0.20250306 -> origin/swiftpm-0.5.0.20250306 2025-03-21T20:17:56.4878588Z * [new branch] swiftpm-0.5.0.20250307 -> origin/swiftpm-0.5.0.20250307 2025-03-21T20:17:56.4879847Z * [new branch] swiftpm-0.5.0.20250308 -> origin/swiftpm-0.5.0.20250308 2025-03-21T20:17:56.4880814Z * [new branch] swiftpm-0.5.0.20250309 -> origin/swiftpm-0.5.0.20250309 2025-03-21T20:17:56.4881810Z * [new branch] swiftpm-0.5.0.20250310 -> origin/swiftpm-0.5.0.20250310 2025-03-21T20:17:56.4882886Z * [new branch] swiftpm-0.5.0.20250311 -> origin/swiftpm-0.5.0.20250311 2025-03-21T20:17:56.4883962Z * [new branch] swiftpm-0.5.0.20250313 -> origin/swiftpm-0.5.0.20250313 2025-03-21T20:17:56.4885013Z * [new branch] swiftpm-0.5.0.20250314 -> origin/swiftpm-0.5.0.20250314 2025-03-21T20:17:56.4886720Z * [new branch] swiftpm-0.5.0.20250315 -> origin/swiftpm-0.5.0.20250315 2025-03-21T20:17:56.4887632Z * [new branch] swiftpm-0.5.0.20250316 -> origin/swiftpm-0.5.0.20250316 2025-03-21T20:17:56.4888701Z * [new branch] swiftpm-0.5.0.20250317 -> origin/swiftpm-0.5.0.20250317 2025-03-21T20:17:56.4889673Z * [new branch] swiftpm-0.5.0.20250318 -> origin/swiftpm-0.5.0.20250318 2025-03-21T20:17:56.4890703Z * [new branch] swiftpm-0.5.0.20250319 -> origin/swiftpm-0.5.0.20250319 2025-03-21T20:17:56.4891733Z * [new branch] swiftpm-0.5.0.20250320 -> origin/swiftpm-0.5.0.20250320 2025-03-21T20:17:56.4892803Z * [new branch] swiftpm-0.5.0.20250321 -> origin/swiftpm-0.5.0.20250321 2025-03-21T20:17:56.4894398Z * [new branch] switch-to-generic-apple-benchmark-app -> origin/switch-to-generic-apple-benchmark-app 2025-03-21T20:17:56.4895079Z * [new branch] test-docs-branch -> origin/test-docs-branch 2025-03-21T20:17:56.4896160Z * [new branch] test-google-gemma-2b -> origin/test-google-gemma-2b 2025-03-21T20:17:56.4897210Z * [new branch] test-miniconda-24.7.1 -> origin/test-miniconda-24.7.1 2025-03-21T20:17:56.4898265Z * [new branch] test-partial-upload -> origin/test-partial-upload 2025-03-21T20:17:56.4899411Z * [new branch] test2 -> origin/test2 2025-03-21T20:17:56.4900694Z * [new branch] testAddSpec -> origin/testAddSpec 2025-03-21T20:17:56.4901634Z * [new branch] test_rm -> origin/test_rm 2025-03-21T20:17:56.4902829Z * [new branch] tiktoken -> origin/tiktoken 2025-03-21T20:17:56.4905165Z * [new branch] tkaruturi/bundled_example_comment_change -> origin/tkaruturi/bundled_example_comment_change 2025-03-21T20:17:56.4905681Z * [new branch] tkaruturi/bundled_example_comment_fix -> origin/tkaruturi/bundled_example_comment_fix 2025-03-21T20:17:56.4906711Z * [new branch] tkaruturi/coreml_etdump_changes -> origin/tkaruturi/coreml_etdump_changes 2025-03-21T20:17:56.4907460Z * [new branch] tkaruturi/etdump_cmake -> origin/tkaruturi/etdump_cmake 2025-03-21T20:17:56.4908815Z * [new branch] tkaruturi/etdump_cmake_buck_docs -> origin/tkaruturi/etdump_cmake_buck_docs 2025-03-21T20:17:56.4910121Z * [new branch] tkaruturi/etdump_documentation -> origin/tkaruturi/etdump_documentation 2025-03-21T20:17:56.4911506Z * [new branch] tkaruturi/fix_cmake_schema_generation -> origin/tkaruturi/fix_cmake_schema_generation 2025-03-21T20:17:56.4912380Z * [new branch] tkaruturi/fix_linter_error -> origin/tkaruturi/fix_linter_error 2025-03-21T20:17:56.4913460Z * [new branch] tkaruturi/fix_sdk_example_runner -> origin/tkaruturi/fix_sdk_example_runner 2025-03-21T20:17:56.4914600Z * [new branch] tkaruturi/fix_time_scale_in_inspector -> origin/tkaruturi/fix_time_scale_in_inspector 2025-03-21T20:17:56.4915647Z * [new branch] tkaruturi/imporve_sdk_intro -> origin/tkaruturi/imporve_sdk_intro 2025-03-21T20:17:56.4916572Z * [new branch] tkaruturi/jarvis_cross_compile -> origin/tkaruturi/jarvis_cross_compile 2025-03-21T20:17:56.4917641Z * [new branch] tkaruturi/profiler_documentation -> origin/tkaruturi/profiler_documentation 2025-03-21T20:17:56.4918926Z * [new branch] tkaruturi/sdk_documentation_for_debugging -> origin/tkaruturi/sdk_documentation_for_debugging 2025-03-21T20:17:56.4919671Z * [new branch] tkaruturi/sdk_e2e_test -> origin/tkaruturi/sdk_e2e_test 2025-03-21T20:17:56.4920884Z * [new branch] tkaruturi/sdk_example_runner_e2e_script -> origin/tkaruturi/sdk_example_runner_e2e_script 2025-03-21T20:17:56.4921809Z * [new branch] tkaruturi/sdk_intro_documentation -> origin/tkaruturi/sdk_intro_documentation 2025-03-21T20:17:56.4922822Z * [new branch] tkaruturi/template_for_tutorial -> origin/tkaruturi/template_for_tutorial 2025-03-21T20:17:56.4923808Z * [new branch] tkaruturi/vision_encoder_et -> origin/tkaruturi/vision_encoder_et 2025-03-21T20:17:56.4924897Z * [new branch] tkaruturi/xtensa_cross_compile -> origin/tkaruturi/xtensa_cross_compile 2025-03-21T20:17:56.4926327Z * [new branch] tkaruturi/xtensa_cross_compile_doc -> origin/tkaruturi/xtensa_cross_compile_doc 2025-03-21T20:17:56.4927273Z * [new branch] tkaruturi/xtensa_full_demo -> origin/tkaruturi/xtensa_full_demo 2025-03-21T20:17:56.4928394Z * [new branch] tkaruturi/xtensa_linear_demo -> origin/tkaruturi/xtensa_linear_demo 2025-03-21T20:17:56.4929546Z * [new branch] token_ids -> origin/token_ids 2025-03-21T20:17:56.4930650Z * [new branch] tokenizer -> origin/tokenizer 2025-03-21T20:17:56.4931878Z * [new branch] tosa_ref_model_fix -> origin/tosa_ref_model_fix 2025-03-21T20:17:56.4933064Z * [new branch] tosa_ser_fix_on_0.5 -> origin/tosa_ser_fix_on_0.5 2025-03-21T20:17:56.4934155Z * [new branch] tosa_serialization_fix -> origin/tosa_serialization_fix 2025-03-21T20:17:56.4935179Z * [new branch] training_ir_migration -> origin/training_ir_migration 2025-03-21T20:17:56.4936351Z * [new branch] tugsbayasgalan-patch-1 -> origin/tugsbayasgalan-patch-1 2025-03-21T20:17:56.4937342Z * [new branch] update-0.2.1 -> origin/update-0.2.1 2025-03-21T20:17:56.4938491Z * [new branch] update-ao-pinned-commit -> origin/update-ao-pinned-commit 2025-03-21T20:17:56.4939616Z * [new branch] update-cherry-pick-bot-command -> origin/update-cherry-pick-bot-command 2025-03-21T20:17:56.4941169Z * [new branch] update-pytorch-commit-hash/10001481831-208-1 -> origin/update-pytorch-commit-hash/10001481831-208-1 2025-03-21T20:17:56.4942066Z * [new branch] update-pytorch-commit-hash/10016779643-209-1 -> origin/update-pytorch-commit-hash/10016779643-209-1 2025-03-21T20:17:56.4943136Z * [new branch] update-pytorch-commit-hash/10294824671-229-1 -> origin/update-pytorch-commit-hash/10294824671-229-1 2025-03-21T20:17:56.4943943Z * [new branch] update-pytorch-commit-hash/7535757395-1-4 -> origin/update-pytorch-commit-hash/7535757395-1-4 2025-03-21T20:17:56.4944826Z * [new branch] update-pytorch-commit-hash/7535757395-1-5 -> origin/update-pytorch-commit-hash/7535757395-1-5 2025-03-21T20:17:56.4945854Z * [new branch] update-pytorch-commit-hash/7535757395-1-8 -> origin/update-pytorch-commit-hash/7535757395-1-8 2025-03-21T20:17:56.4947143Z * [new branch] update-pytorch-commit-hash/7549495184-5-2 -> origin/update-pytorch-commit-hash/7549495184-5-2 2025-03-21T20:17:56.4948401Z * [new branch] update-pytorch-commit-hash/7549495184-5-5 -> origin/update-pytorch-commit-hash/7549495184-5-5 2025-03-21T20:17:56.4949844Z * [new branch] update-pytorch-commit-hash/7591486932-11-1 -> origin/update-pytorch-commit-hash/7591486932-11-1 2025-03-21T20:17:56.4950778Z * [new branch] update-pytorch-commit-hash/7705303192-21-1 -> origin/update-pytorch-commit-hash/7705303192-21-1 2025-03-21T20:17:56.4951886Z * [new branch] update-pytorch-commit-hash/8461430243-81-1 -> origin/update-pytorch-commit-hash/8461430243-81-1 2025-03-21T20:17:56.4952778Z * [new branch] update-pytorch-commit-hash/8532209109-90-1 -> origin/update-pytorch-commit-hash/8532209109-90-1 2025-03-21T20:17:56.4953869Z * [new branch] update-pytorch-commit-hash/8677863676-101-1 -> origin/update-pytorch-commit-hash/8677863676-101-1 2025-03-21T20:17:56.4954813Z * [new branch] update-version-txt -> origin/update-version-txt 2025-03-21T20:17:56.4955981Z * [new branch] update_benchmark_infra_doc -> origin/update_benchmark_infra_doc 2025-03-21T20:17:56.4957016Z * [new branch] update_phi_3_tokenizer -> origin/update_phi_3_tokenizer 2025-03-21T20:17:56.4962526Z * [new branch] update_pin_20240118 -> origin/update_pin_20240118 2025-03-21T20:17:56.4963591Z * [new branch] update_pytorch_pin -> origin/update_pytorch_pin 2025-03-21T20:17:56.4964628Z * [new branch] update_readme -> origin/update_readme 2025-03-21T20:17:56.4965732Z * [new branch] update_runtime -> origin/update_runtime 2025-03-21T20:17:56.4966819Z * [new branch] update_upload_workflow -> origin/update_upload_workflow 2025-03-21T20:17:56.4967846Z * [new branch] update_xnnpack -> origin/update_xnnpack 2025-03-21T20:17:56.4968930Z * [new branch] update_xnnpack_docs -> origin/update_xnnpack_docs 2025-03-21T20:17:56.4969992Z * [new branch] upgrade-flatbuffer -> origin/upgrade-flatbuffer 2025-03-21T20:17:56.4971057Z * [new branch] upgrade-version -> origin/upgrade-version 2025-03-21T20:17:56.4972066Z * [new branch] upgrade-versions -> origin/upgrade-versions 2025-03-21T20:17:56.4973110Z * [new branch] upgrade-versions2 -> origin/upgrade-versions2 2025-03-21T20:17:56.4974745Z * [new branch] upload-android-perf-results -> origin/upload-android-perf-results 2025-03-21T20:17:56.4975723Z * [new branch] upload-ios-perf-results -> origin/upload-ios-perf-results 2025-03-21T20:17:56.4976741Z * [new branch] upload-test-spec-s3 -> origin/upload-test-spec-s3 2025-03-21T20:17:56.4977757Z * [new branch] use-apple-perf-workflow -> origin/use-apple-perf-workflow 2025-03-21T20:17:56.4978890Z * [new branch] use-linux-runner-android-test -> origin/use-linux-runner-android-test 2025-03-21T20:17:56.4979788Z * [new branch] use-pytorch-runner -> origin/use-pytorch-runner 2025-03-21T20:17:56.4980806Z * [new branch] use_kv_cache -> origin/use_kv_cache 2025-03-21T20:17:56.4982455Z * [new branch] viable/strict -> origin/viable/strict 2025-03-21T20:17:56.4983391Z * [new branch] vision -> origin/vision 2025-03-21T20:17:56.4984889Z * [new branch] wdvr/increase-timeout -> origin/wdvr/increase-timeout 2025-03-21T20:17:56.4985900Z * [new branch] xcode -> origin/xcode 2025-03-21T20:17:56.4987091Z * [new branch] xcode-16-for-ios-18 -> origin/xcode-16-for-ios-18 2025-03-21T20:17:56.4988178Z * [new branch] xnnp_workspace_sharing -> origin/xnnp_workspace_sharing 2025-03-21T20:17:56.4989246Z * [new branch] xnnpack-update-short-term -> origin/xnnpack-update-short-term 2025-03-21T20:17:56.4990250Z * [new branch] xnnpack_buck -> origin/xnnpack_buck 2025-03-21T20:17:56.4991341Z * [new branch] xnnpack_llama_runner -> origin/xnnpack_llama_runner 2025-03-21T20:17:56.4992680Z * [new branch] zainr/demo -> origin/zainr/demo 2025-03-21T20:17:56.4993784Z * [new tag] android/release/test-1 -> android/release/test-1 2025-03-21T20:17:56.4994511Z * [new tag] android/release/test-2 -> android/release/test-2 2025-03-21T20:17:56.4995466Z * [new tag] ciflow/android/5415 -> ciflow/android/5415 2025-03-21T20:17:56.4996347Z * [new tag] ciflow/android/release/5588 -> ciflow/android/release/5588 2025-03-21T20:17:56.4997218Z * [new tag] ciflow/binaries/3049 -> ciflow/binaries/3049 2025-03-21T20:17:56.4997992Z * [new tag] ciflow/binaries/5343 -> ciflow/binaries/5343 2025-03-21T20:17:56.4998807Z * [new tag] ciflow/binaries/all/2053 -> ciflow/binaries/all/2053 2025-03-21T20:17:56.4999580Z * [new tag] ciflow/binaries/all/2363 -> ciflow/binaries/all/2363 2025-03-21T20:17:56.5000342Z * [new tag] ciflow/binaries/all/2969 -> ciflow/binaries/all/2969 2025-03-21T20:17:56.5001206Z * [new tag] ciflow/binaries/all/3049 -> ciflow/binaries/all/3049 2025-03-21T20:17:56.5001949Z * [new tag] ciflow/binaries/all/3789 -> ciflow/binaries/all/3789 2025-03-21T20:17:56.5002757Z * [new tag] ciflow/binaries/all/7017 -> ciflow/binaries/all/7017 2025-03-21T20:17:56.5003533Z * [new tag] ciflow/binaries/all/sdym -> ciflow/binaries/all/sdym 2025-03-21T20:17:56.5004194Z * [new tag] ciflow/binaries/sdym -> ciflow/binaries/sdym 2025-03-21T20:17:56.5005176Z * [new tag] ciflow/periodic/2367 -> ciflow/periodic/2367 2025-03-21T20:17:56.5005953Z * [new tag] ciflow/periodic/2368 -> ciflow/periodic/2368 2025-03-21T20:17:56.5006731Z * [new tag] ciflow/periodic/3737 -> ciflow/periodic/3737 2025-03-21T20:17:56.5007376Z * [new tag] ciflow/periodic/5343 -> ciflow/periodic/5343 2025-03-21T20:17:56.5008112Z * [new tag] ciflow/periodic/5743 -> ciflow/periodic/5743 2025-03-21T20:17:56.5009052Z * [new tag] ciflow/trunk/1574 -> ciflow/trunk/1574 2025-03-21T20:17:56.5009657Z * [new tag] ciflow/trunk/1986 -> ciflow/trunk/1986 2025-03-21T20:17:56.5010373Z * [new tag] ciflow/trunk/2576 -> ciflow/trunk/2576 2025-03-21T20:17:56.5011111Z * [new tag] ciflow/trunk/2659 -> ciflow/trunk/2659 2025-03-21T20:17:56.5011909Z * [new tag] ciflow/trunk/2720 -> ciflow/trunk/2720 2025-03-21T20:17:56.5012730Z * [new tag] ciflow/trunk/2730 -> ciflow/trunk/2730 2025-03-21T20:17:56.5013534Z * [new tag] ciflow/trunk/2767 -> ciflow/trunk/2767 2025-03-21T20:17:56.5014362Z * [new tag] ciflow/trunk/2818 -> ciflow/trunk/2818 2025-03-21T20:17:56.5015006Z * [new tag] ciflow/trunk/2862 -> ciflow/trunk/2862 2025-03-21T20:17:56.5015653Z * [new tag] ciflow/trunk/2900 -> ciflow/trunk/2900 2025-03-21T20:17:56.5016362Z * [new tag] ciflow/trunk/2937 -> ciflow/trunk/2937 2025-03-21T20:17:56.5017259Z * [new tag] ciflow/trunk/2995 -> ciflow/trunk/2995 2025-03-21T20:17:56.5017998Z * [new tag] ciflow/trunk/3005 -> ciflow/trunk/3005 2025-03-21T20:17:56.5018833Z * [new tag] ciflow/trunk/3018 -> ciflow/trunk/3018 2025-03-21T20:17:56.5019771Z * [new tag] ciflow/trunk/3020 -> ciflow/trunk/3020 2025-03-21T20:17:56.5020791Z * [new tag] ciflow/trunk/3025 -> ciflow/trunk/3025 2025-03-21T20:17:56.5021667Z * [new tag] ciflow/trunk/3049 -> ciflow/trunk/3049 2025-03-21T20:17:56.5022390Z * [new tag] ciflow/trunk/3056 -> ciflow/trunk/3056 2025-03-21T20:17:56.5023858Z * [new tag] ciflow/trunk/3134 -> ciflow/trunk/3134 2025-03-21T20:17:56.5024487Z * [new tag] ciflow/trunk/3199 -> ciflow/trunk/3199 2025-03-21T20:17:56.5025165Z * [new tag] ciflow/trunk/3248 -> ciflow/trunk/3248 2025-03-21T20:17:56.5026039Z * [new tag] ciflow/trunk/3295 -> ciflow/trunk/3295 2025-03-21T20:17:56.5026869Z * [new tag] ciflow/trunk/3369 -> ciflow/trunk/3369 2025-03-21T20:17:56.5027579Z * [new tag] ciflow/trunk/3441 -> ciflow/trunk/3441 2025-03-21T20:17:56.5028460Z * [new tag] ciflow/trunk/3442 -> ciflow/trunk/3442 2025-03-21T20:17:56.5029536Z * [new tag] ciflow/trunk/3786 -> ciflow/trunk/3786 2025-03-21T20:17:56.5030378Z * [new tag] ciflow/trunk/3789 -> ciflow/trunk/3789 2025-03-21T20:17:56.5031014Z * [new tag] ciflow/trunk/3947 -> ciflow/trunk/3947 2025-03-21T20:17:56.5031827Z * [new tag] ciflow/trunk/4076 -> ciflow/trunk/4076 2025-03-21T20:17:56.5032555Z * [new tag] ciflow/trunk/4257 -> ciflow/trunk/4257 2025-03-21T20:17:56.5033386Z * [new tag] ciflow/trunk/4683 -> ciflow/trunk/4683 2025-03-21T20:17:56.5034104Z * [new tag] ciflow/trunk/4710 -> ciflow/trunk/4710 2025-03-21T20:17:56.5034774Z * [new tag] ciflow/trunk/5343 -> ciflow/trunk/5343 2025-03-21T20:17:56.5035475Z * [new tag] ciflow/trunk/5743 -> ciflow/trunk/5743 2025-03-21T20:17:56.5036287Z * [new tag] ciflow/trunk/5838 -> ciflow/trunk/5838 2025-03-21T20:17:56.5037112Z * [new tag] ciflow/trunk/5987 -> ciflow/trunk/5987 2025-03-21T20:17:56.5037770Z * [new tag] ciflow/trunk/6003 -> ciflow/trunk/6003 2025-03-21T20:17:56.5038674Z * [new tag] ciflow/trunk/6562 -> ciflow/trunk/6562 2025-03-21T20:17:56.5039482Z * [new tag] ciflow/trunk/6818 -> ciflow/trunk/6818 2025-03-21T20:17:56.5040091Z * [new tag] ciflow/trunk/8488 -> ciflow/trunk/8488 2025-03-21T20:17:56.5041024Z * [new tag] ciflow/trunk/8592 -> ciflow/trunk/8592 2025-03-21T20:17:56.5041884Z * [new tag] ciflow/trunk/8833 -> ciflow/trunk/8833 2025-03-21T20:17:56.5042771Z * [new tag] ciflow/trunk/8998 -> ciflow/trunk/8998 2025-03-21T20:17:56.5043648Z * [new tag] ciflow/trunk/9223 -> ciflow/trunk/9223 2025-03-21T20:17:56.5044610Z * [new tag] ciflow/trunk/9267 -> ciflow/trunk/9267 2025-03-21T20:17:56.5045327Z * [new tag] ciflow/trunk/9309 -> ciflow/trunk/9309 2025-03-21T20:17:56.5046153Z * [new tag] ciflow/trunk/9357 -> ciflow/trunk/9357 2025-03-21T20:17:56.5046969Z * [new tag] ciflow/trunk/9362 -> ciflow/trunk/9362 2025-03-21T20:17:56.5047861Z * [new tag] ciflow/trunk/9391 -> ciflow/trunk/9391 2025-03-21T20:17:56.5048571Z * [new tag] ciflow/trunk/9392 -> ciflow/trunk/9392 2025-03-21T20:17:56.5049499Z * [new tag] ciflow/trunk/9394 -> ciflow/trunk/9394 2025-03-21T20:17:56.5050064Z * [new tag] ciflow/trunk/9408 -> ciflow/trunk/9408 2025-03-21T20:17:56.5050787Z * [new tag] ciflow/trunk/9434 -> ciflow/trunk/9434 2025-03-21T20:17:56.5051592Z * [new tag] ciflow/trunk/9451 -> ciflow/trunk/9451 2025-03-21T20:17:56.5052243Z * [new tag] ciflow/trunk/9481 -> ciflow/trunk/9481 2025-03-21T20:17:56.5052903Z * [new tag] ciflow/trunk/9482 -> ciflow/trunk/9482 2025-03-21T20:17:56.5053605Z * [new tag] ciflow/trunk/9483 -> ciflow/trunk/9483 2025-03-21T20:17:56.5054489Z * [new tag] ciflow/trunk/9489 -> ciflow/trunk/9489 2025-03-21T20:17:56.5055156Z * [new tag] ciflow/trunk/9494 -> ciflow/trunk/9494 2025-03-21T20:17:56.5056028Z * [new tag] ciflow/trunk/9499 -> ciflow/trunk/9499 2025-03-21T20:17:56.5056924Z * [new tag] stable-2023-08-01 -> stable-2023-08-01 2025-03-21T20:17:56.5057612Z * [new tag] stable-2023-08-15 -> stable-2023-08-15 2025-03-21T20:17:56.5058492Z * [new tag] stable-2023-08-29 -> stable-2023-08-29 2025-03-21T20:17:56.5059175Z * [new tag] stable-2023-09-12 -> stable-2023-09-12 2025-03-21T20:17:56.5060085Z * [new tag] stable-2023-09-19 -> stable-2023-09-19 2025-03-21T20:17:56.5062778Z * [new tag] v0.1.0 -> v0.1.0 2025-03-21T20:17:56.5063537Z * [new tag] v0.1.0-rc1 -> v0.1.0-rc1 2025-03-21T20:17:56.5064725Z * [new tag] v0.1.0-rc2 -> v0.1.0-rc2 2025-03-21T20:17:56.5065851Z * [new tag] v0.2.0 -> v0.2.0 2025-03-21T20:17:56.5066244Z * [new tag] v0.2.0-rc1 -> v0.2.0-rc1 2025-03-21T20:17:56.5067557Z * [new tag] v0.2.0-rc2 -> v0.2.0-rc2 2025-03-21T20:17:56.5068627Z * [new tag] v0.2.0-rc3 -> v0.2.0-rc3 2025-03-21T20:17:56.5069553Z * [new tag] v0.2.0-rc4 -> v0.2.0-rc4 2025-03-21T20:17:56.5070390Z * [new tag] v0.2.0-rc5 -> v0.2.0-rc5 2025-03-21T20:17:56.5071340Z * [new tag] v0.2.0-rc6 -> v0.2.0-rc6 2025-03-21T20:17:56.5073028Z * [new tag] v0.2.1 -> v0.2.1 2025-03-21T20:17:56.5074008Z * [new tag] v0.2.1-rc1 -> v0.2.1-rc1 2025-03-21T20:17:56.5075416Z * [new tag] v0.2.1-rc2 -> v0.2.1-rc2 2025-03-21T20:17:56.5076639Z * [new tag] v0.2.1-rc3 -> v0.2.1-rc3 2025-03-21T20:17:56.5078178Z * [new tag] v0.2.1-rc4 -> v0.2.1-rc4 2025-03-21T20:17:56.5078843Z * [new tag] v0.2.1-rc5 -> v0.2.1-rc5 2025-03-21T20:17:56.5080018Z * [new tag] v0.3.0 -> v0.3.0 2025-03-21T20:17:56.5081198Z * [new tag] v0.3.0-rc1 -> v0.3.0-rc1 2025-03-21T20:17:56.5082563Z * [new tag] v0.3.0-rc2 -> v0.3.0-rc2 2025-03-21T20:17:56.5083900Z * [new tag] v0.3.0-rc3 -> v0.3.0-rc3 2025-03-21T20:17:56.5085107Z * [new tag] v0.3.0-rc4 -> v0.3.0-rc4 2025-03-21T20:17:56.5086350Z * [new tag] v0.3.0-rc5 -> v0.3.0-rc5 2025-03-21T20:17:56.5087213Z * [new tag] v0.3.0-rc6 -> v0.3.0-rc6 2025-03-21T20:17:56.5088161Z * [new tag] v0.4.0 -> v0.4.0 2025-03-21T20:17:56.5089573Z * [new tag] v0.4.0-rc1 -> v0.4.0-rc1 2025-03-21T20:17:56.5090790Z * [new tag] v0.4.0-rc2 -> v0.4.0-rc2 2025-03-21T20:17:56.5092283Z * [new tag] v0.4.0-rc3 -> v0.4.0-rc3 2025-03-21T20:17:56.5093338Z * [new tag] v0.4.0-rc4 -> v0.4.0-rc4 2025-03-21T20:17:56.5094336Z * [new tag] v0.4.0-rc5 -> v0.4.0-rc5 2025-03-21T20:17:56.5095700Z * [new tag] v0.5.0 -> v0.5.0 2025-03-21T20:17:56.5096941Z * [new tag] v0.5.0-rc1 -> v0.5.0-rc1 2025-03-21T20:17:56.5098433Z * [new tag] v0.5.0-rc2 -> v0.5.0-rc2 2025-03-21T20:17:56.5099690Z * [new tag] v0.5.0-rc3 -> v0.5.0-rc3 2025-03-21T20:17:56.5100448Z * [new tag] v0.5.0-rc4 -> v0.5.0-rc4 2025-03-21T20:17:56.5515421Z [command]/usr/bin/git rev-parse --verify --quiet be92d7d85cb7081ac0a544036da4096a4efa33a8^{object} 2025-03-21T20:17:56.5538258Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:56.5541841Z ##[endgroup] 2025-03-21T20:17:56.5542233Z ##[group]Determining the checkout info 2025-03-21T20:17:56.5543204Z ##[endgroup] 2025-03-21T20:17:56.5547058Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:17:56.5577169Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:56.5599901Z ##[group]Checking out the ref 2025-03-21T20:17:56.5603379Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:57.0680808Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:17:57.0681144Z 2025-03-21T20:17:57.0681392Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:17:57.0681967Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:17:57.0682538Z state without impacting any branches by switching back to a branch. 2025-03-21T20:17:57.0682877Z 2025-03-21T20:17:57.0683092Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:17:57.0683621Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:17:57.0683951Z 2025-03-21T20:17:57.0684074Z git switch -c 2025-03-21T20:17:57.0684280Z 2025-03-21T20:17:57.0684410Z Or undo this operation with: 2025-03-21T20:17:57.0684613Z 2025-03-21T20:17:57.0684726Z git switch - 2025-03-21T20:17:57.0684865Z 2025-03-21T20:17:57.0685111Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:17:57.0685481Z 2025-03-21T20:17:57.0685654Z HEAD is now at be92d7d85 [Android] Use new Llm package API 2025-03-21T20:17:57.0738485Z ##[endgroup] 2025-03-21T20:17:57.0781025Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:17:57.0804635Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:57.0992587Z Prepare all required actions 2025-03-21T20:17:57.0993169Z Getting action download info 2025-03-21T20:17:57.1853374Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:17:57.3139575Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:17:57.3140009Z with: 2025-03-21T20:17:57.3140309Z docker-image-name: executorch-ubuntu-22.04-linter 2025-03-21T20:17:57.3140696Z docker-build-dir: .ci/docker 2025-03-21T20:17:57.3141039Z working-directory: pytorch/executorch 2025-03-21T20:17:57.3141470Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:57.3141893Z force-push: false 2025-03-21T20:17:57.3142146Z env: 2025-03-21T20:17:57.3142401Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:57.3142779Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:57.3143083Z PR_NUMBER: 2025-03-21T20:17:57.3147086Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:57.3151376Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:57.3151994Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:57.3152567Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:57.3152976Z ##[endgroup] 2025-03-21T20:17:57.3180182Z ##[group]Run set -ex 2025-03-21T20:17:57.3180532Z set -ex 2025-03-21T20:17:57.3180781Z  2025-03-21T20:17:57.3181198Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:17:57.3181893Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:17:57.3182487Z # job could then download the pre-built image as usual 2025-03-21T20:17:57.3183023Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:17:57.3183514Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3183975Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3184403Z  2025-03-21T20:17:57.3184778Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:17:57.3185221Z  exit 0 2025-03-21T20:17:57.3185463Z else 2025-03-21T20:17:57.3185739Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3186079Z fi 2025-03-21T20:17:57.3186306Z  2025-03-21T20:17:57.3186649Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:17:57.3187265Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:17:57.3187825Z  # use it as it is, but first let's extract the tag 2025-03-21T20:17:57.3188323Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:17:57.3188850Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3189357Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3189960Z else 2025-03-21T20:17:57.3190281Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:17:57.3190759Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3191415Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3191995Z fi 2025-03-21T20:17:57.3197743Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:57.3198281Z env: 2025-03-21T20:17:57.3198563Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:57.3198939Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:57.3199242Z PR_NUMBER: 2025-03-21T20:17:57.3203209Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:57.3207472Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:57.3208086Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:57.3208661Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:57.3209088Z REPO_NAME: executorch 2025-03-21T20:17:57.3209421Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-linter 2025-03-21T20:17:57.3209802Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:17:57.3210177Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:57.3210582Z ##[endgroup] 2025-03-21T20:17:57.3239406Z + [[ ! -d .ci/docker ]] 2025-03-21T20:17:57.3239713Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:17:57.3240019Z + echo skip=false 2025-03-21T20:17:57.3240541Z + [[ executorch-ubuntu-22.04-linter == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:17:57.3243470Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:17:57.3258061Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:57.3258541Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:57.3259384Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:57.3292174Z ##[group]Run set +e 2025-03-21T20:17:57.3292544Z set +e 2025-03-21T20:17:57.3292795Z set -x 2025-03-21T20:17:57.3293041Z  2025-03-21T20:17:57.3293257Z login() { 2025-03-21T20:17:57.3293754Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:17:57.3294300Z } 2025-03-21T20:17:57.3294527Z  2025-03-21T20:17:57.3294754Z retry () { 2025-03-21T20:17:57.3295026Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:17:57.3295365Z } 2025-03-21T20:17:57.3295595Z  2025-03-21T20:17:57.3295850Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:17:57.3296174Z  2025-03-21T20:17:57.3296405Z START_TIME=$(date +%s) 2025-03-21T20:17:57.3296721Z # Wait up to 120 minutes 2025-03-21T20:17:57.3297104Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:17:57.3297746Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:17:57.3298258Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:17:57.3298629Z  exit 0 2025-03-21T20:17:57.3298886Z  fi 2025-03-21T20:17:57.3299118Z  2025-03-21T20:17:57.3299514Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:17:57.3300194Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:17:57.3300869Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:17:57.3301397Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:17:57.3301816Z  # It's a Docker build job, let's build the image 2025-03-21T20:17:57.3302180Z  break 2025-03-21T20:17:57.3302433Z  else 2025-03-21T20:17:57.3302795Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:17:57.3303232Z  sleep 300 2025-03-21T20:17:57.3303482Z  fi 2025-03-21T20:17:57.3303717Z done 2025-03-21T20:17:57.3303947Z  2025-03-21T20:17:57.3304315Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:17:57.3304898Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:17:57.3305413Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:17:57.3305887Z  # if we're on the base branch then use the parent commit 2025-03-21T20:17:57.3306411Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:17:57.3306749Z else 2025-03-21T20:17:57.3307095Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:17:57.3307586Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:17:57.3307954Z fi 2025-03-21T20:17:57.3308184Z  2025-03-21T20:17:57.3308437Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:17:57.3308813Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3309166Z  2025-03-21T20:17:57.3309636Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:17:57.3310209Z  exit 0 2025-03-21T20:17:57.3310448Z fi 2025-03-21T20:17:57.3310671Z  2025-03-21T20:17:57.3310994Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:17:57.3311684Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:17:57.3312304Z  exit 1 2025-03-21T20:17:57.3312550Z fi 2025-03-21T20:17:57.3312778Z  2025-03-21T20:17:57.3313144Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:17:57.3313828Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:17:57.3314440Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:17:57.3315140Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:17:57.3315932Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:17:57.3316414Z fi 2025-03-21T20:17:57.3316648Z  2025-03-21T20:17:57.3316919Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:17:57.3322612Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:57.3323015Z env: 2025-03-21T20:17:57.3323694Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:57.3324471Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:57.3324777Z PR_NUMBER: 2025-03-21T20:17:57.3328837Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:57.3332989Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:57.3333601Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:57.3334181Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:57.3334603Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:17:57.3334949Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:57.3335390Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:57.3335856Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:57.3336340Z DOCKER_PUSH: 2025-03-21T20:17:57.3336583Z ##[endgroup] 2025-03-21T20:17:57.3360242Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:57.3360717Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:57.3363324Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:17:57.3364184Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:57.8620867Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:17:57.8621852Z Configure a credential helper to remove this warning. See 2025-03-21T20:17:57.8622655Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:17:57.8623067Z 2025-03-21T20:17:57.8623182Z Login Succeeded 2025-03-21T20:17:57.8636155Z ++ date +%s 2025-03-21T20:17:57.8645004Z + START_TIME=1742588277 2025-03-21T20:17:57.8647941Z ++ date +%s 2025-03-21T20:17:57.8655837Z + [[ 1742581077 -lt 1742588277 ]] 2025-03-21T20:17:57.8656709Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:58.0759935Z { 2025-03-21T20:17:58.0760427Z "schemaVersion": 2, 2025-03-21T20:17:58.0761084Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:17:58.0761560Z "config": { 2025-03-21T20:17:58.0761906Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:17:58.0762356Z "size": 15122, 2025-03-21T20:17:58.0762806Z "digest": "sha256:50a6d9b162bd9c7a495beeba6a2d4970171f1c0ea634cc4225b589d577279d7d" 2025-03-21T20:17:58.0763343Z }, 2025-03-21T20:17:58.0763692Z "layers": [ 2025-03-21T20:17:58.0763978Z { 2025-03-21T20:17:58.0764328Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0765109Z "size": 30440118, 2025-03-21T20:17:58.0765816Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:17:58.0766352Z }, 2025-03-21T20:17:58.0766566Z { 2025-03-21T20:17:58.0766961Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0767405Z "size": 632, 2025-03-21T20:17:58.0767816Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:17:58.0768315Z }, 2025-03-21T20:17:58.0768528Z { 2025-03-21T20:17:58.0768877Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0769578Z "size": 157526552, 2025-03-21T20:17:58.0770001Z "digest": "sha256:9c170e291557170fa7276596fd6e4d8695f648307fb40fc2020926063bdefe88" 2025-03-21T20:17:58.0770484Z }, 2025-03-21T20:17:58.0770697Z { 2025-03-21T20:17:58.0771051Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0771489Z "size": 623, 2025-03-21T20:17:58.0771905Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:17:58.0772400Z }, 2025-03-21T20:17:58.0772625Z { 2025-03-21T20:17:58.0772977Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0773419Z "size": 19308720, 2025-03-21T20:17:58.0773859Z "digest": "sha256:ebdfdbfd420e30c5c559bcda34b8a4073875b77b13abb95cabf67b6104278ff1" 2025-03-21T20:17:58.0774367Z }, 2025-03-21T20:17:58.0774579Z { 2025-03-21T20:17:58.0774929Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0775367Z "size": 737, 2025-03-21T20:17:58.0775800Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:17:58.0776310Z }, 2025-03-21T20:17:58.0776535Z { 2025-03-21T20:17:58.0776977Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0777415Z "size": 131418367, 2025-03-21T20:17:58.0777863Z "digest": "sha256:8104562f6bfdf47a57267d1ea2b54bbfe500393d878463d66eb1abdb7a776f2a" 2025-03-21T20:17:58.0778786Z }, 2025-03-21T20:17:58.0779114Z { 2025-03-21T20:17:58.0779843Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0780444Z "size": 447, 2025-03-21T20:17:58.0781120Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:17:58.0782011Z }, 2025-03-21T20:17:58.0782300Z { 2025-03-21T20:17:58.0782879Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0783667Z "size": 102, 2025-03-21T20:17:58.0784352Z "digest": "sha256:7fa900426c2aed1a7f09167dfe24319f411a61aeb43aedf2494e1c0382815ae9" 2025-03-21T20:17:58.0785242Z }, 2025-03-21T20:17:58.0785457Z { 2025-03-21T20:17:58.0785802Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0786239Z "size": 637, 2025-03-21T20:17:58.0786642Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:17:58.0787125Z }, 2025-03-21T20:17:58.0787336Z { 2025-03-21T20:17:58.0787684Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0788134Z "size": 33695152, 2025-03-21T20:17:58.0788563Z "digest": "sha256:35cbaa1ad587d8b88464e385b8ca620dbdbc0ba7134050ab61512561ee4c8fdb" 2025-03-21T20:17:58.0789059Z }, 2025-03-21T20:17:58.0789265Z { 2025-03-21T20:17:58.0789608Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0790042Z "size": 319, 2025-03-21T20:17:58.0790451Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:17:58.0790938Z }, 2025-03-21T20:17:58.0791150Z { 2025-03-21T20:17:58.0791493Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0791917Z "size": 249991094, 2025-03-21T20:17:58.0792356Z "digest": "sha256:fb45ec1e5fc1498c6446f5d1e00a04420d2793241a6b96dd568128e5eb11a5e6" 2025-03-21T20:17:58.0792848Z }, 2025-03-21T20:17:58.0793059Z { 2025-03-21T20:17:58.0793401Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0793829Z "size": 475, 2025-03-21T20:17:58.0794267Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:17:58.0794830Z }, 2025-03-21T20:17:58.0795036Z { 2025-03-21T20:17:58.0795377Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0795800Z "size": 1044, 2025-03-21T20:17:58.0796393Z "digest": "sha256:b2031edd24a594b7d086f2abc00ebd78e53e25bbc972a3b2e622b5e1fc25869c" 2025-03-21T20:17:58.0796899Z }, 2025-03-21T20:17:58.0797108Z { 2025-03-21T20:17:58.0797451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0797879Z "size": 613, 2025-03-21T20:17:58.0798452Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:17:58.0798966Z }, 2025-03-21T20:17:58.0799177Z { 2025-03-21T20:17:58.0799522Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0799944Z "size": 77562688, 2025-03-21T20:17:58.0800401Z "digest": "sha256:fe4934d08c7c406ffedcc01d72d10a8a895de5590af463adc064ab7be4b3c6b2" 2025-03-21T20:17:58.0800899Z }, 2025-03-21T20:17:58.0801111Z { 2025-03-21T20:17:58.0801454Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0801875Z "size": 562, 2025-03-21T20:17:58.0802304Z "digest": "sha256:fb7c06bc00e5da7a1402ca2017266d38dfbd2144ae151a8f2c9c205c543d5b0a" 2025-03-21T20:17:58.0802822Z }, 2025-03-21T20:17:58.0803024Z { 2025-03-21T20:17:58.0803374Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0803812Z "size": 208, 2025-03-21T20:17:58.0804251Z "digest": "sha256:eda4db11af8ffbdc56d01d522c9d47a2ae3730b850b74f7517e30049eb73637e" 2025-03-21T20:17:58.0804758Z }, 2025-03-21T20:17:58.0804957Z { 2025-03-21T20:17:58.0805305Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0805750Z "size": 1189, 2025-03-21T20:17:58.0806195Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:17:58.0806795Z }, 2025-03-21T20:17:58.0806994Z { 2025-03-21T20:17:58.0807343Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0807786Z "size": 679, 2025-03-21T20:17:58.0808207Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:17:58.0808688Z }, 2025-03-21T20:17:58.0808947Z + exit 0 2025-03-21T20:17:58.0809158Z { 2025-03-21T20:17:58.0809506Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0809955Z "size": 6839266556, 2025-03-21T20:17:58.0810399Z "digest": "sha256:f892c7dd25c63520a046802169ab5b59c5e3dfea109cb1868b8d9f2760686f19" 2025-03-21T20:17:58.0810887Z }, 2025-03-21T20:17:58.0811085Z { 2025-03-21T20:17:58.0811425Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0811861Z "size": 1383, 2025-03-21T20:17:58.0812292Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:17:58.0812789Z }, 2025-03-21T20:17:58.0812986Z { 2025-03-21T20:17:58.0813329Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0813760Z "size": 679, 2025-03-21T20:17:58.0814176Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:17:58.0814661Z }, 2025-03-21T20:17:58.0814858Z { 2025-03-21T20:17:58.0815207Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0815647Z "size": 230828721, 2025-03-21T20:17:58.0816088Z "digest": "sha256:d270c79195f54bea2709290986f0ce8e866b36f7c6f91b1291f70faf2cab99bc" 2025-03-21T20:17:58.0816574Z }, 2025-03-21T20:17:58.0816771Z { 2025-03-21T20:17:58.0817113Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0817546Z "size": 828, 2025-03-21T20:17:58.0817979Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:17:58.0818484Z }, 2025-03-21T20:17:58.0818686Z { 2025-03-21T20:17:58.0819026Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0819460Z "size": 679, 2025-03-21T20:17:58.0819878Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:17:58.0820357Z }, 2025-03-21T20:17:58.0820557Z { 2025-03-21T20:17:58.0821018Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0821462Z "size": 178598651, 2025-03-21T20:17:58.0821917Z "digest": "sha256:fd8f568f9262ae88b3d93df4c88c01e6eb5127f5ef81a3ed75fa474ad2732ae5" 2025-03-21T20:17:58.0822420Z }, 2025-03-21T20:17:58.0822621Z { 2025-03-21T20:17:58.0822972Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0823407Z "size": 530, 2025-03-21T20:17:58.0823831Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:17:58.0824330Z }, 2025-03-21T20:17:58.0824529Z { 2025-03-21T20:17:58.0824870Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0825302Z "size": 679, 2025-03-21T20:17:58.0825714Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:17:58.0826194Z }, 2025-03-21T20:17:58.0826393Z { 2025-03-21T20:17:58.0826742Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0827176Z "size": 356, 2025-03-21T20:17:58.0827597Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:17:58.0828083Z }, 2025-03-21T20:17:58.0828279Z { 2025-03-21T20:17:58.0828618Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0829053Z "size": 58798561, 2025-03-21T20:17:58.0829497Z "digest": "sha256:3896eb03f95e0057ab41aee5475cf32ffec0b3dad7d67f2a8214aedfb067ed82" 2025-03-21T20:17:58.0829992Z }, 2025-03-21T20:17:58.0830262Z { 2025-03-21T20:17:58.0830605Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0831042Z "size": 165, 2025-03-21T20:17:58.0831474Z "digest": "sha256:3f1ef055271f76117577daf06e239f276ebceb6acf349decfab11a0cdcfd2d03" 2025-03-21T20:17:58.0831968Z }, 2025-03-21T20:17:58.0832163Z { 2025-03-21T20:17:58.0832509Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0832954Z "size": 1111, 2025-03-21T20:17:58.0833381Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:17:58.0833879Z }, 2025-03-21T20:17:58.0834082Z { 2025-03-21T20:17:58.0834429Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0834865Z "size": 32, 2025-03-21T20:17:58.0835290Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:17:58.0835783Z }, 2025-03-21T20:17:58.0835982Z { 2025-03-21T20:17:58.0836327Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:17:58.0836758Z "size": 108, 2025-03-21T20:17:58.0837193Z "digest": "sha256:d8ccb8a26e8a753fb47dfa5998f5acee1cebe56716d896798227d962041e5301" 2025-03-21T20:17:58.0837690Z } 2025-03-21T20:17:58.0837890Z ] 2025-03-21T20:17:58.0838191Z } 2025-03-21T20:17:58.0891793Z ##[group]Run set -eux 2025-03-21T20:17:58.0892098Z set -eux 2025-03-21T20:17:58.0893005Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:17:58.0899588Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:58.0899970Z env: 2025-03-21T20:17:58.0900247Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:58.0900629Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.0900933Z PR_NUMBER: 2025-03-21T20:17:58.0905000Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:58.0909292Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.0909904Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.0910483Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.0910893Z ##[endgroup] 2025-03-21T20:17:58.0937768Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:17:58.0938415Z + jq --raw-output .SecretString 2025-03-21T20:17:58.0939678Z + jq -r .docker_hub_readonly_token 2025-03-21T20:17:58.0941100Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:17:58.6751819Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:17:58.6752802Z Configure a credential helper to remove this warning. See 2025-03-21T20:17:58.6753645Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:17:58.6754237Z 2025-03-21T20:17:58.6754387Z Login Succeeded 2025-03-21T20:17:58.6833967Z Prepare all required actions 2025-03-21T20:17:58.6868547Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:17:58.6869099Z with: 2025-03-21T20:17:58.6869766Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:58.6870625Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:58.6871030Z env: 2025-03-21T20:17:58.6871296Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:17:58.6871672Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.6871975Z PR_NUMBER: 2025-03-21T20:17:58.6875970Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:58.6880248Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.6880858Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.6881429Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.6881842Z ##[endgroup] 2025-03-21T20:17:58.6901448Z ##[group]Run set -x 2025-03-21T20:17:58.6901747Z set -x 2025-03-21T20:17:58.6902009Z set +e 2025-03-21T20:17:58.6902237Z  2025-03-21T20:17:58.6902474Z login() { 2025-03-21T20:17:58.6902989Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:17:58.6903539Z } 2025-03-21T20:17:58.6903765Z  2025-03-21T20:17:58.6903980Z retry () { 2025-03-21T20:17:58.6904275Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:17:58.6904613Z } 2025-03-21T20:17:58.6904841Z  2025-03-21T20:17:58.6905091Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:17:58.6905405Z  2025-03-21T20:17:58.6905631Z set -e 2025-03-21T20:17:58.6905990Z # ignore output since only exit code is used for conditional 2025-03-21T20:17:58.6906498Z # only pull docker image if it's not available locally 2025-03-21T20:17:58.6907056Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:17:58.6907586Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:17:58.6907909Z fi 2025-03-21T20:17:58.6913792Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:58.6914189Z env: 2025-03-21T20:17:58.6914864Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:58.6915645Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.6915947Z PR_NUMBER: 2025-03-21T20:17:58.6920160Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:17:58.6924375Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.6924992Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.6925562Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.6926069Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:58.6926478Z ##[endgroup] 2025-03-21T20:17:58.6949835Z + set +e 2025-03-21T20:17:58.6950540Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:58.6951038Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:58.6953353Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:17:58.6954573Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:17:59.2133154Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:17:59.2133794Z Configure a credential helper to remove this warning. See 2025-03-21T20:17:59.2134459Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:17:59.2135037Z 2025-03-21T20:17:59.2135170Z Login Succeeded 2025-03-21T20:17:59.2149866Z + set -e 2025-03-21T20:17:59.2150818Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:59.2266400Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:59.2267671Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:17:59.4635958Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-linter 2025-03-21T20:17:59.4642078Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:17:59.4642625Z 86e413e13063: Pulling fs layer 2025-03-21T20:17:59.4643104Z 9c170e291557: Pulling fs layer 2025-03-21T20:17:59.4643639Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:17:59.4644676Z ebdfdbfd420e: Pulling fs layer 2025-03-21T20:17:59.4645157Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:17:59.4645642Z 8104562f6bfd: Pulling fs layer 2025-03-21T20:17:59.4646242Z 5a102502de33: Pulling fs layer 2025-03-21T20:17:59.4646576Z 7fa900426c2a: Pulling fs layer 2025-03-21T20:17:59.4646881Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:17:59.4647166Z 35cbaa1ad587: Pulling fs layer 2025-03-21T20:17:59.4647462Z 5120711d46e3: Pulling fs layer 2025-03-21T20:17:59.4647770Z 261c0f487ad0: Waiting 2025-03-21T20:17:59.4648038Z fb45ec1e5fc1: Pulling fs layer 2025-03-21T20:17:59.4648320Z ebdfdbfd420e: Waiting 2025-03-21T20:17:59.4648884Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:17:59.4649247Z a0c2fdb93dec: Waiting 2025-03-21T20:17:59.4649503Z 8104562f6bfd: Waiting 2025-03-21T20:17:59.4649759Z 5a102502de33: Waiting 2025-03-21T20:17:59.4650138Z b2031edd24a5: Pulling fs layer 2025-03-21T20:17:59.4650462Z 85f4a172d5b6: Waiting 2025-03-21T20:17:59.4650737Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:17:59.4651033Z 7fa900426c2a: Waiting 2025-03-21T20:17:59.4651323Z 35cbaa1ad587: Waiting 2025-03-21T20:17:59.4651596Z fe4934d08c7c: Pulling fs layer 2025-03-21T20:17:59.4651880Z 5120711d46e3: Waiting 2025-03-21T20:17:59.4652147Z fb7c06bc00e5: Pulling fs layer 2025-03-21T20:17:59.4652435Z fb45ec1e5fc1: Waiting 2025-03-21T20:17:59.4652698Z e1fd02ccae09: Waiting 2025-03-21T20:17:59.4652958Z eda4db11af8f: Pulling fs layer 2025-03-21T20:17:59.4653251Z 6ff1ffcc6d84: Waiting 2025-03-21T20:17:59.4654008Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:17:59.4654322Z b2031edd24a5: Waiting 2025-03-21T20:17:59.4654622Z fb7c06bc00e5: Waiting 2025-03-21T20:17:59.4655099Z 59fe3e940463: Pulling fs layer 2025-03-21T20:17:59.4655392Z eda4db11af8f: Waiting 2025-03-21T20:17:59.4655664Z f892c7dd25c6: Pulling fs layer 2025-03-21T20:17:59.4656007Z db5c552aa08b: Pulling fs layer 2025-03-21T20:17:59.4656296Z 59fe3e940463: Waiting 2025-03-21T20:17:59.4656537Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:17:59.4656805Z d270c79195f5: Pulling fs layer 2025-03-21T20:17:59.4657091Z f892c7dd25c6: Waiting 2025-03-21T20:17:59.4657358Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:17:59.4657647Z db5c552aa08b: Waiting 2025-03-21T20:17:59.4657901Z fd8f568f9262: Pulling fs layer 2025-03-21T20:17:59.4658197Z 77ba92adb139: Pulling fs layer 2025-03-21T20:17:59.4658560Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:17:59.4658842Z 77ba92adb139: Waiting 2025-03-21T20:17:59.4659093Z 3896eb03f95e: Pulling fs layer 2025-03-21T20:17:59.4659402Z 3f1ef055271f: Pulling fs layer 2025-03-21T20:17:59.4659920Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:17:59.4660219Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:17:59.4660534Z d8ccb8a26e8a: Pulling fs layer 2025-03-21T20:17:59.4660811Z d8ccb8a26e8a: Waiting 2025-03-21T20:17:59.5805966Z 86e413e13063: Download complete 2025-03-21T20:17:59.6763961Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:17:59.6764367Z 261c0f487ad0: Download complete 2025-03-21T20:18:00.1095615Z ebdfdbfd420e: Verifying Checksum 2025-03-21T20:18:00.1096046Z ebdfdbfd420e: Download complete 2025-03-21T20:18:00.1410410Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:00.1410971Z 8f84a9f2102e: Download complete 2025-03-21T20:18:00.2446607Z a0c2fdb93dec: Download complete 2025-03-21T20:18:00.3586111Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:00.3586660Z 5a102502de33: Download complete 2025-03-21T20:18:00.4422101Z 7fa900426c2a: Verifying Checksum 2025-03-21T20:18:00.4422635Z 7fa900426c2a: Download complete 2025-03-21T20:18:00.5635610Z 85f4a172d5b6: Download complete 2025-03-21T20:18:01.0515253Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:01.0627405Z 86e413e13063: Pull complete 2025-03-21T20:18:01.0701930Z 35cbaa1ad587: Verifying Checksum 2025-03-21T20:18:01.0702313Z 35cbaa1ad587: Download complete 2025-03-21T20:18:01.1652609Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:01.1653136Z 5120711d46e3: Download complete 2025-03-21T20:18:01.6040030Z 8104562f6bfd: Verifying Checksum 2025-03-21T20:18:01.6040431Z 8104562f6bfd: Download complete 2025-03-21T20:18:01.6752672Z 9c170e291557: Verifying Checksum 2025-03-21T20:18:01.6753214Z 9c170e291557: Download complete 2025-03-21T20:18:01.7291723Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:01.7292311Z e1fd02ccae09: Download complete 2025-03-21T20:18:01.7740912Z b2031edd24a5: Verifying Checksum 2025-03-21T20:18:01.7741557Z b2031edd24a5: Download complete 2025-03-21T20:18:01.8132594Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:01.8133145Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:01.9102386Z fb7c06bc00e5: Download complete 2025-03-21T20:18:01.9902890Z eda4db11af8f: Verifying Checksum 2025-03-21T20:18:01.9903491Z eda4db11af8f: Download complete 2025-03-21T20:18:02.0726967Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:02.0727546Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:02.2097216Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:02.2097630Z 59fe3e940463: Download complete 2025-03-21T20:18:03.2798281Z fe4934d08c7c: Verifying Checksum 2025-03-21T20:18:03.2798906Z fe4934d08c7c: Download complete 2025-03-21T20:18:03.4065188Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:03.4065735Z db5c552aa08b: Download complete 2025-03-21T20:18:04.6116969Z fb45ec1e5fc1: Verifying Checksum 2025-03-21T20:18:04.6117549Z fb45ec1e5fc1: Download complete 2025-03-21T20:18:04.7139762Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:04.7140322Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:05.4681842Z 9c170e291557: Pull complete 2025-03-21T20:18:05.4890542Z 261c0f487ad0: Pull complete 2025-03-21T20:18:05.7238835Z ebdfdbfd420e: Pull complete 2025-03-21T20:18:05.7458351Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:07.2120851Z fd8f568f9262: Verifying Checksum 2025-03-21T20:18:07.2121286Z fd8f568f9262: Download complete 2025-03-21T20:18:07.2860333Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:07.2860964Z 77ba92adb139: Download complete 2025-03-21T20:18:07.4072769Z 3c65b9b0c077: Download complete 2025-03-21T20:18:07.8432602Z d270c79195f5: Verifying Checksum 2025-03-21T20:18:07.8433109Z d270c79195f5: Download complete 2025-03-21T20:18:07.9497560Z 3f1ef055271f: Verifying Checksum 2025-03-21T20:18:07.9498217Z 3f1ef055271f: Download complete 2025-03-21T20:18:08.0314597Z 040f4b25fe47: Download complete 2025-03-21T20:18:08.0375223Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:08.0375932Z 4f4fb700ef54: Download complete 2025-03-21T20:18:08.1530031Z d8ccb8a26e8a: Verifying Checksum 2025-03-21T20:18:08.1530444Z d8ccb8a26e8a: Download complete 2025-03-21T20:18:08.3462108Z 3896eb03f95e: Verifying Checksum 2025-03-21T20:18:08.3462490Z 3896eb03f95e: Download complete 2025-03-21T20:18:08.3972718Z 8104562f6bfd: Pull complete 2025-03-21T20:18:08.5267576Z 5a102502de33: Pull complete 2025-03-21T20:18:08.6189143Z 7fa900426c2a: Pull complete 2025-03-21T20:18:08.7280941Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:09.3303338Z 35cbaa1ad587: Pull complete 2025-03-21T20:18:09.4177960Z 5120711d46e3: Pull complete 2025-03-21T20:18:14.5908853Z fb45ec1e5fc1: Pull complete 2025-03-21T20:18:14.7371865Z e1fd02ccae09: Pull complete 2025-03-21T20:18:14.8755242Z b2031edd24a5: Pull complete 2025-03-21T20:18:15.0013739Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:16.8444772Z fe4934d08c7c: Pull complete 2025-03-21T20:18:16.9541827Z fb7c06bc00e5: Pull complete 2025-03-21T20:18:17.0692416Z eda4db11af8f: Pull complete 2025-03-21T20:18:17.1595449Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:17.2786333Z 59fe3e940463: Pull complete 2025-03-21T20:19:46.5558562Z f892c7dd25c6: Verifying Checksum 2025-03-21T20:19:46.5558974Z f892c7dd25c6: Download complete 2025-03-21T20:21:02.7687881Z f892c7dd25c6: Pull complete 2025-03-21T20:21:02.9105018Z db5c552aa08b: Pull complete 2025-03-21T20:21:10.5448379Z d270c79195f5: Pull complete 2025-03-21T20:21:10.7243920Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:18.0418558Z fd8f568f9262: Pull complete 2025-03-21T20:21:18.1942525Z 77ba92adb139: Pull complete 2025-03-21T20:21:18.3067553Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:20.2370698Z 3896eb03f95e: Pull complete 2025-03-21T20:21:20.2813805Z 3f1ef055271f: Pull complete 2025-03-21T20:21:20.3103938Z 040f4b25fe47: Pull complete 2025-03-21T20:21:20.3409665Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:20.3680504Z d8ccb8a26e8a: Pull complete 2025-03-21T20:21:20.3868509Z Digest: sha256:290ce36decff26aafc17a0349b0c0849773f4b5d55625ecb4528a65c87b0ec74 2025-03-21T20:21:20.3911114Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:20.3980027Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:20.4022814Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:20.4023803Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:20.4030526Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:20.4030924Z env: 2025-03-21T20:21:20.4031202Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:20.4031578Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:20.4031883Z PR_NUMBER: 2025-03-21T20:21:20.4035852Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:20.4040343Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:20.4040961Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:20.4041517Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:20.4041930Z ##[endgroup] 2025-03-21T20:21:20.4224993Z ##[group]Run set -ex 2025-03-21T20:21:20.4225318Z set -ex 2025-03-21T20:21:20.4225556Z { 2025-03-21T20:21:20.4225833Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:20.4226185Z  echo "set -eou pipefail"; 2025-03-21T20:21:20.4226532Z  # shellcheck disable=SC2016 2025-03-21T20:21:20.4226908Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:20.4227271Z  echo "set -x"; 2025-03-21T20:21:20.4227568Z  echo "${SCRIPT}"; 2025-03-21T20:21:20.4227891Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:20.4228269Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:20.4229029Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:20.4235348Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:20.4235634Z env: 2025-03-21T20:21:20.4236369Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:20.4237155Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:20.4237466Z PR_NUMBER: 2025-03-21T20:21:20.4241558Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:20.4245694Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:20.4246319Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:20.4246897Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:20.4247607Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:20.4247938Z ##[endgroup] 2025-03-21T20:21:20.4271873Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:20.4272207Z + echo 'set -eou pipefail' 2025-03-21T20:21:20.4272535Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:20.4272857Z + echo 'set -x' 2025-03-21T20:21:20.4273448Z + echo 'FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ 2025-03-21T20:21:20.4274387Z examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ 2025-03-21T20:21:20.4275280Z examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ 2025-03-21T20:21:20.4276259Z extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) 2025-03-21T20:21:20.4276829Z if [ -n "$FILES_NEEDS_FORMAT" ]; then 2025-03-21T20:21:20.4277316Z echo "Warning: The following files need formatting. Please use google-java-format." 2025-03-21T20:21:20.4278055Z echo "Use a binary from https://github.com/google/google-java-format/releases/" 2025-03-21T20:21:20.4278547Z echo "For example:" 2025-03-21T20:21:20.4279155Z echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" 2025-03-21T20:21:20.4279857Z echo "chmod +x google-java-format_linux-x86-64" 2025-03-21T20:21:20.4280318Z echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" 2025-03-21T20:21:20.4280713Z exit 1 2025-03-21T20:21:20.4280937Z fi 2025-03-21T20:21:20.4281147Z ' 2025-03-21T20:21:20.4281610Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:20.4337804Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:38.1703310Z Running command: 2025-03-21T20:21:38.1709434Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170667" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7f9de223-a771-4c88-ad1e-073c84abfdc8":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7f9de223-a771-4c88-ad1e-073c84abfdc8" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:38.1715123Z 2025-03-21T20:21:38.1715487Z 0e569aa95b6331431a3836c1397cea470a6934e94da952867ae1e02a70a5fa0f 2025-03-21T20:21:38.1716193Z Running command: docker exec -t 0e569aa95b6331431a3836c1397cea470a6934e94da952867ae1e02a70a5fa0f /exec 2025-03-21T20:21:38.1734021Z ++ /opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/DType.java extension/android/src/main/java/org/pytorch/executorch/EValue.java extension/android/src/main/java/org/pytorch/executorch/Module.java extension/android/src/main/java/org/pytorch/executorch/NativePeer.java extension/android/src/main/java/org/pytorch/executorch/Tensor.java examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/MainActivity.java examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/TensorImageUtils.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/AppLog.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/BackendType.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/DemoSharedPreferences.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ETImage.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ETLogging.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LlmBenchmarkRunner.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LogsActivity.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LogsAdapter.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MainActivity.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/Message.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MessageAdapter.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MessageType.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelRunner.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelRunnerCallback.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelType.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelUtils.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/PromptFormat.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/SettingsActivity.java examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/SettingsFields.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkActivity.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkMetric.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/LlmBenchmarkActivity.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunner.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunnerCallback.java 2025-03-21T20:21:38.1751410Z + FILES_NEEDS_FORMAT= 2025-03-21T20:21:38.1751674Z + '[' -n '' ']' 2025-03-21T20:21:38.1799015Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:21:38.1799416Z with: 2025-03-21T20:21:38.1799750Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:38.1800174Z fail-on-empty: false 2025-03-21T20:21:38.1800421Z env: 2025-03-21T20:21:38.1800693Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:38.1801069Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:38.1801377Z PR_NUMBER: 2025-03-21T20:21:38.1805389Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:38.1809538Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:38.1810152Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:38.1810724Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:38.1811137Z ##[endgroup] 2025-03-21T20:21:38.2378568Z Prepare all required actions 2025-03-21T20:21:38.2416679Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:21:38.2417064Z with: 2025-03-21T20:21:38.2417599Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:21:38.2418189Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:21:38.2418639Z env: 2025-03-21T20:21:38.2418917Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:38.2419288Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:38.2419601Z PR_NUMBER: 2025-03-21T20:21:38.2423584Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:38.2427738Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:38.2428359Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:38.2428942Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:38.2429365Z ##[endgroup] 2025-03-21T20:21:38.2453576Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:21:38.2454329Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:21:38.2463756Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:38.2464186Z env: 2025-03-21T20:21:38.2464453Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:38.2464835Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:38.2465141Z PR_NUMBER: 2025-03-21T20:21:38.2469161Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:38.2473358Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:38.2473975Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:38.2474553Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:38.2475099Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:21:38.2475683Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:21:38.2476140Z ##[endgroup] 2025-03-21T20:21:38.2642551Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:21:38.5716729Z latest: Pulling from tool/alpine 2025-03-21T20:21:38.5719924Z 540db60ca938: Pulling fs layer 2025-03-21T20:21:38.6802533Z 540db60ca938: Verifying Checksum 2025-03-21T20:21:38.6802926Z 540db60ca938: Download complete 2025-03-21T20:21:38.7598444Z 540db60ca938: Pull complete 2025-03-21T20:21:38.7708481Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:21:38.7748403Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:21:39.8612801Z Prepare all required actions 2025-03-21T20:21:39.8640183Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:21:39.8640575Z with: 2025-03-21T20:21:39.8640869Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:21:39.8641379Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:21:39.8641817Z env: 2025-03-21T20:21:39.8642073Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:39.8642458Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:39.8642759Z PR_NUMBER: 2025-03-21T20:21:39.8646783Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:39.8651996Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:39.8652621Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:39.8653195Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:39.8653626Z ##[endgroup] 2025-03-21T20:21:39.8678052Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:21:39.8678795Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:21:39.8685470Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:39.8685870Z env: 2025-03-21T20:21:39.8686141Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:39.8686516Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:39.8686817Z PR_NUMBER: 2025-03-21T20:21:39.8690759Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:39.8694880Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:39.8695493Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:39.8696058Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:39.8696597Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:21:39.8697102Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:21:39.8697675Z ##[endgroup] 2025-03-21T20:21:41.1994681Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:21:41.1995328Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:21:41.1995805Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:21:41.1996380Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:21:41.1997026Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:21:41.1997544Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:21:41.1998100Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:21:41.1998471Z  fi 2025-03-21T20:21:41.1998764Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:21:41.1999249Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:21:41.1999691Z  fi 2025-03-21T20:21:41.1999984Z fi 2025-03-21T20:21:41.2000208Z  2025-03-21T20:21:41.2000451Z upload_docs=0 2025-03-21T20:21:41.2000881Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:21:41.2001375Z # empty folders do not count 2025-03-21T20:21:41.2001852Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:21:41.2002479Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:21:41.2002989Z  # upload will probably not work correctly 2025-03-21T20:21:41.2003362Z  upload_docs=1 2025-03-21T20:21:41.2003638Z fi 2025-03-21T20:21:41.2003975Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:21:41.2009800Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:41.2010107Z env: 2025-03-21T20:21:41.2010379Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:41.2010780Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:41.2011091Z PR_NUMBER: 2025-03-21T20:21:41.2015067Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:41.2019240Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:41.2019854Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:41.2020429Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:41.2020861Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:21:41.2021141Z ##[endgroup] 2025-03-21T20:21:41.2117102Z Prepare all required actions 2025-03-21T20:21:41.2179032Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:21:41.2179426Z with: 2025-03-21T20:21:41.2179644Z env: 2025-03-21T20:21:41.2179920Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:41.2180284Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:41.2180572Z PR_NUMBER: 2025-03-21T20:21:41.2184526Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:41.2188798Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:41.2189395Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:41.2189953Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:41.2190344Z ##[endgroup] 2025-03-21T20:21:41.2216256Z ##[group]Run set -eou pipefail 2025-03-21T20:21:41.2216613Z set -eou pipefail 2025-03-21T20:21:41.2216903Z  2025-03-21T20:21:41.2217296Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:21:41.2217769Z for _ in $(seq 1440); do 2025-03-21T20:21:41.2218134Z  # Break if no ssh session exists anymore 2025-03-21T20:21:41.2218509Z  if [ "$(who)" = "" ]; then 2025-03-21T20:21:41.2218823Z  break 2025-03-21T20:21:41.2219077Z  fi 2025-03-21T20:21:41.2219310Z  echo "." 2025-03-21T20:21:41.2219569Z  sleep 5 2025-03-21T20:21:41.2219823Z done 2025-03-21T20:21:41.2225529Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:41.2225923Z env: 2025-03-21T20:21:41.2226191Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:41.2226554Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:41.2226879Z PR_NUMBER: 2025-03-21T20:21:41.2230837Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:41.2234961Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:41.2235561Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:41.2236130Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:41.2236537Z ##[endgroup] 2025-03-21T20:21:41.2259297Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:21:41.2336596Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:21:41.2337218Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:21:41.2337676Z # shellcheck disable=SC2046 2025-03-21T20:21:41.2338026Z docker stop $(docker ps -q) || true 2025-03-21T20:21:41.2338402Z # Prune all of the docker images 2025-03-21T20:21:41.2338763Z docker system prune -af 2025-03-21T20:21:41.2344205Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:41.2344619Z env: 2025-03-21T20:21:41.2344899Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:41.2345401Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:41.2345709Z PR_NUMBER: 2025-03-21T20:21:41.2349713Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:41.2353879Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:41.2354494Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:41.2355060Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:41.2355474Z ##[endgroup] 2025-03-21T20:21:51.6560354Z 0e569aa95b63 2025-03-21T20:21:51.6723874Z Deleted Containers: 2025-03-21T20:21:51.6724420Z 0e569aa95b6331431a3836c1397cea470a6934e94da952867ae1e02a70a5fa0f 2025-03-21T20:21:51.6724781Z 2025-03-21T20:21:54.6090564Z Deleted Images: 2025-03-21T20:21:54.6091452Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:54.6093058Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter@sha256:290ce36decff26aafc17a0349b0c0849773f4b5d55625ecb4528a65c87b0ec74 2025-03-21T20:21:54.6094137Z deleted: sha256:50a6d9b162bd9c7a495beeba6a2d4970171f1c0ea634cc4225b589d577279d7d 2025-03-21T20:21:54.6094847Z deleted: sha256:abbad5d01aa69e18e89ddfc42e217dd02543a480bfd07f91b53c94ed191b68ca 2025-03-21T20:21:54.6095528Z deleted: sha256:6df9d8f6649f2de7bb701316f159b66c2b143b5c04c82415d52bbb52569f4e48 2025-03-21T20:21:54.6096201Z deleted: sha256:17dd171a016b58bbf7a77e0f1c39e877c5797c96a1591685b8ebc1bbee5ca44b 2025-03-21T20:21:54.6096868Z deleted: sha256:cc821a3547e02f7ebc58696574bb9ef28ababe40396972713f6944d4c3108c0b 2025-03-21T20:21:54.6097535Z deleted: sha256:3b3348d3c081dc43539ee4f348b49eb750d8debb4ab5c5e1d02298d5d0905826 2025-03-21T20:21:54.6098212Z deleted: sha256:ab1d7f55875abfd03a5be997f1dd5573237043af35f562f9ccb54bb3042ec0b5 2025-03-21T20:21:54.6098887Z deleted: sha256:b8918d6aca41c299afe48892aab1051a8f9c783a911a4da8bbf4bb468db88cd1 2025-03-21T20:21:54.6099543Z deleted: sha256:80df5321cc8b7237fab8dda9e094858c7165e23ea6f796e13082767b888cce68 2025-03-21T20:21:54.6100207Z deleted: sha256:d43c5138970614f93c3ef529d2a10beaa8460a45f8f33472d893afe538332259 2025-03-21T20:21:54.6100873Z deleted: sha256:62ddb8fc8620f1bc529f0882083d1f74f30ce043c5e5683e873fab085024ae77 2025-03-21T20:21:54.6101536Z deleted: sha256:652c924827e6e2e0e79b0bee24b63f95dad567ead93c5599795f3c018e81ec3c 2025-03-21T20:21:54.6102357Z deleted: sha256:c64b511e75d7721eb753da6dfb45d3dc94e7e40cb563d8ccec9bb69c20dcc6be 2025-03-21T20:21:54.6103289Z deleted: sha256:1eceeb96aa7077ff63c217380424b37f88e3138da5d0f9eda7a7f1ff5a271f46 2025-03-21T20:21:54.6103963Z deleted: sha256:c0bd23865a820eff56a8e31c2ca4ea7a56f1e6b87d1bcf8153db80ab76de260a 2025-03-21T20:21:54.6104742Z deleted: sha256:3b7e8a34843780ffdcfec6a58218269f3ffb2215cc9e8fa336628154fe4c4403 2025-03-21T20:21:54.6105403Z deleted: sha256:74d7974db98dc44c95701c5c4226277d453019f330c906d266fc4bb5bf56cff2 2025-03-21T20:21:54.6106064Z deleted: sha256:f18c4973bc64e1c519412e73691cb8976f2decc7140f1673b6ccd45eed777147 2025-03-21T20:21:54.6106738Z deleted: sha256:67b30ca6e06d95426edcce32d51ba58e5672880f1ad68f58bba96cc613282fdc 2025-03-21T20:21:54.6107628Z deleted: sha256:dd4d87650e90ef73056c32486bed49b9387984e044c9ebb447f5f02e768be62f 2025-03-21T20:21:54.6108334Z deleted: sha256:8d9f76d6aa9998adab56cef82f644b0c9d3efa76bb8d048f5ad75ebad8b0b62e 2025-03-21T20:21:54.6109020Z deleted: sha256:8b600d808ffd3df770b904a964b1cead461bc43e270299f08817e93529ad2f51 2025-03-21T20:21:54.6109701Z deleted: sha256:b15ce471ec01441176dfc91da11e7ccf66c98a29fff5984bd2c254a82ea965e3 2025-03-21T20:21:54.6110372Z deleted: sha256:977f08778583d4242637e5fd27b162c51386bf3a01f2d5f99dc8f8a4e2c9810c 2025-03-21T20:21:54.6111064Z deleted: sha256:ffdd34af714ebb0cd108db1a2916bbc899276c948c8af6ac0820e7d768283744 2025-03-21T20:21:54.6111772Z deleted: sha256:40514f7d2dc7ab7e7eda8d50a7e4e68db5c78cba19faea9767d8d35217158c46 2025-03-21T20:21:54.6112439Z deleted: sha256:9a06c184f2d2f9e71150e8dfdba5d4c2388055376fbb79fcf3075e2e9d841e32 2025-03-21T20:21:54.6113106Z deleted: sha256:6f001c25406580b87e5a43772bdb5b5916ac3ef047d6f2d28e305ca0a8359fac 2025-03-21T20:21:54.6113769Z deleted: sha256:747300d3cb47cf003b3e1c1b75aaea1ca16779565f6143f6e63b810874f3c655 2025-03-21T20:21:54.6114435Z deleted: sha256:f3390d60f51556c048b3b1714def2695b7fba1e0b0b6c574e2c9d6489d9b4172 2025-03-21T20:21:54.6115101Z deleted: sha256:9317e3897d80bbd17cf0eeb53812a2dd40ad839cc11c113c098083bd1eba4e9a 2025-03-21T20:21:54.6115866Z deleted: sha256:e86b40f9967152728bce246e6bf2dba594f493dd43087afb8fa92a8e74a065b6 2025-03-21T20:21:54.6116595Z deleted: sha256:36bc6a19f79b9b81c27e923b9a41c0a332557cdf82d950398147affdd78bc13a 2025-03-21T20:21:54.6117271Z deleted: sha256:d4e2f4ce179297a4d877deff3aed1aeae98f082876f972cd2393015e87a32f69 2025-03-21T20:21:54.6117947Z deleted: sha256:382d6cf04b134b7fe6960172ce5f015a6516ff8721d0b6dea56c9c89f2d40d36 2025-03-21T20:21:54.6118714Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:21:54.6119373Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:21:54.6120013Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:21:54.6120897Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:21:54.6121815Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:21:54.6122507Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:21:54.6122920Z 2025-03-21T20:21:54.6153915Z Total reclaimed space: 13.8GB 2025-03-21T20:21:54.6198186Z ##[group]Run set +e 2025-03-21T20:21:54.6198501Z set +e 2025-03-21T20:21:54.6198785Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:21:54.6199219Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:21:54.6199603Z else 2025-03-21T20:21:54.6199903Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:21:54.6200252Z fi 2025-03-21T20:21:54.6200485Z set -e 2025-03-21T20:21:54.6206081Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:54.6206374Z env: 2025-03-21T20:21:54.6206654Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-03-21T20:21:54.6207032Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:54.6207319Z PR_NUMBER: 2025-03-21T20:21:54.6211322Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \ examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \ examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) if [ -n "$FILES_NEEDS_FORMAT" ]; then echo "Warning: The following files need formatting. Please use google-java-format." echo "Use a binary from https://github.com/google/google-java-format/releases/" echo "For example:" echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" echo "chmod +x google-java-format_linux-x86-64" echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" exit 1 fi 2025-03-21T20:21:54.6215589Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:54.6216206Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:54.6216783Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:54.6217195Z NO_SUDO: false 2025-03-21T20:21:54.6217429Z ##[endgroup] 2025-03-21T20:21:55.3910996Z Post job cleanup. 2025-03-21T20:21:55.4953569Z Post job cleanup. 2025-03-21T20:21:55.5937041Z [command]/usr/bin/git version 2025-03-21T20:21:55.5978516Z git version 2.47.1 2025-03-21T20:21:55.6014568Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/a1998d70-a647-430f-85d7-208348f46d20/.gitconfig' 2025-03-21T20:21:55.6023330Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a1998d70-a647-430f-85d7-208348f46d20' before making global git config changes 2025-03-21T20:21:55.6024657Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:21:55.6028923Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:21:55.6066127Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:21:55.6104617Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:21:55.6368356Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:21:55.6387951Z http.https://github.com/.extraheader 2025-03-21T20:21:55.6398159Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:21:55.6425324Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:21:55.6746134Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:21:55.6771938Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:21:55.6777283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:55.6777700Z ##[endgroup] 2025-03-21T20:21:55.6856778Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:22:13.5298641Z Cleaning up orphan processes