2025-06-05T23:11:56.6413076Z Current runner version: '2.325.0' 2025-06-05T23:11:56.6422535Z Runner name: 'i-03f6abbe4711f218c' 2025-06-05T23:11:56.6424089Z Machine name: 'ip-10-0-38-91' 2025-06-05T23:11:56.6428719Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:11:56.6431942Z Contents: read 2025-06-05T23:11:56.6432826Z Metadata: read 2025-06-05T23:11:56.6433666Z ##[endgroup] 2025-06-05T23:11:56.6437443Z Secret source: Actions 2025-06-05T23:11:56.6438619Z Prepare workflow directory 2025-06-05T23:11:56.7041639Z Prepare all required actions 2025-06-05T23:11:56.7081481Z Getting action download info 2025-06-05T23:11:56.9731586Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:11:57.2403910Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:12:09.8431750Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:12:10.1454409Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:12:10.2698100Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:12:10.6405188Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:12:10.8920446Z Getting action download info 2025-06-05T23:12:10.9890746Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:12:18.4429048Z Complete job name: android-java-format / linux-job 2025-06-05T23:12:18.4927302Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:12:18.5029893Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:12:18.5038768Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:18.5039406Z ##[endgroup] 2025-06-05T23:12:19.6355611Z Runner Type: linux.2xlarge 2025-06-05T23:12:19.6356098Z Instance Type: c5.2xlarge 2025-06-05T23:12:19.6356363Z AMI Name: unknown 2025-06-05T23:12:19.6378934Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:12:24.9408393Z ##[group]Run set -euxo pipefail 2025-06-05T23:12:24.9408788Z set -euxo pipefail 2025-06-05T23:12:24.9409092Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:12:24.9409476Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:12:24.9409847Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:12:24.9410158Z else 2025-06-05T23:12:24.9410418Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:12:24.9410781Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:12:24.9411063Z fi 2025-06-05T23:12:24.9411264Z  2025-06-05T23:12:24.9411495Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:12:24.9411822Z echo "::endgroup::" 2025-06-05T23:12:24.9421676Z shell: /usr/bin/bash -e {0} 2025-06-05T23:12:24.9421972Z env: 2025-06-05T23:12:24.9422238Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:24.9422633Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:24.9422961Z PR_NUMBER: 2025-06-05T23:12:24.9426592Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:24.9430342Z NO_SUDO: false 2025-06-05T23:12:24.9430569Z ##[endgroup] 2025-06-05T23:12:24.9457895Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:12:24.9471326Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:12:24.9474596Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:12:24.9475091Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:12:25.0440886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:12:25.0455879Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:12:25.0466109Z + echo ::endgroup:: 2025-06-05T23:12:25.0467060Z ##[endgroup] 2025-06-05T23:12:25.0568914Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:12:25.0569356Z with: 2025-06-05T23:12:25.0569610Z repository: pytorch/test-infra 2025-06-05T23:12:25.0569889Z path: test-infra 2025-06-05T23:12:25.0570125Z submodules: recursive 2025-06-05T23:12:25.0570669Z token: *** 2025-06-05T23:12:25.0570871Z ssh-strict: true 2025-06-05T23:12:25.0571095Z ssh-user: git 2025-06-05T23:12:25.0571318Z persist-credentials: true 2025-06-05T23:12:25.0571581Z clean: true 2025-06-05T23:12:25.0571819Z sparse-checkout-cone-mode: true 2025-06-05T23:12:25.0572093Z fetch-depth: 1 2025-06-05T23:12:25.0572318Z fetch-tags: false 2025-06-05T23:12:25.0572534Z show-progress: true 2025-06-05T23:12:25.0572764Z lfs: false 2025-06-05T23:12:25.0572969Z set-safe-directory: true 2025-06-05T23:12:25.0573241Z env: 2025-06-05T23:12:25.0573469Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:25.0573813Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:25.0574119Z PR_NUMBER: 2025-06-05T23:12:25.0577594Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:25.0581149Z ##[endgroup] 2025-06-05T23:12:25.1679436Z Syncing repository: pytorch/test-infra 2025-06-05T23:12:25.1680217Z ##[group]Getting Git version info 2025-06-05T23:12:25.1680735Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:12:25.1681458Z [command]/usr/bin/git version 2025-06-05T23:12:25.1681732Z git version 2.47.1 2025-06-05T23:12:25.1692629Z ##[endgroup] 2025-06-05T23:12:25.1705020Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f534a8b2-bcc0-46ac-974e-a6b8c87f9a25' before making global git config changes 2025-06-05T23:12:25.1705973Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:12:25.1710139Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:12:25.1736973Z ##[group]Initializing the repository 2025-06-05T23:12:25.1741226Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:12:25.1769600Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:12:25.1770176Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:12:25.1771005Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:12:25.1771411Z hint: 2025-06-05T23:12:25.1771693Z hint: git config --global init.defaultBranch 2025-06-05T23:12:25.1772035Z hint: 2025-06-05T23:12:25.1772347Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:12:25.1772903Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:12:25.1773316Z hint: 2025-06-05T23:12:25.1773546Z hint: git branch -m 2025-06-05T23:12:25.1774101Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:12:25.1779106Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:12:25.1801789Z ##[endgroup] 2025-06-05T23:12:25.1802393Z ##[group]Disabling automatic garbage collection 2025-06-05T23:12:25.1805962Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:12:25.1828784Z ##[endgroup] 2025-06-05T23:12:25.1829176Z ##[group]Setting up auth 2025-06-05T23:12:25.1834446Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:12:25.1857426Z [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-06-05T23:12:25.2113514Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:12:25.2135889Z [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-06-05T23:12:25.2378445Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:25.2410993Z ##[endgroup] 2025-06-05T23:12:25.2414059Z ##[group]Determining the default branch 2025-06-05T23:12:25.2414486Z Retrieving the default branch name 2025-06-05T23:12:25.4300068Z Default branch 'main' 2025-06-05T23:12:25.4300939Z ##[endgroup] 2025-06-05T23:12:25.4301361Z ##[group]Fetching the repository 2025-06-05T23:12:25.4306952Z [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-06-05T23:12:25.7666339Z From https://github.com/pytorch/test-infra 2025-06-05T23:12:25.7666839Z * [new branch] main -> origin/main 2025-06-05T23:12:25.7687504Z ##[endgroup] 2025-06-05T23:12:25.7687991Z ##[group]Determining the checkout info 2025-06-05T23:12:25.7689147Z ##[endgroup] 2025-06-05T23:12:25.7693825Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:12:25.7724100Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:12:25.7746941Z ##[group]Checking out the ref 2025-06-05T23:12:25.7750386Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:12:25.8578110Z Switched to a new branch 'main' 2025-06-05T23:12:25.8579007Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:12:25.8585729Z ##[endgroup] 2025-06-05T23:12:25.8586213Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:12:25.8591548Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:25.8626593Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:12:25.8651539Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:12:25.8675073Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:12:25.8696276Z ##[endgroup] 2025-06-05T23:12:25.8696680Z ##[group]Fetching submodules 2025-06-05T23:12:25.8700241Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:12:25.8941589Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:12:25.9184730Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:12:25.9419769Z ##[endgroup] 2025-06-05T23:12:25.9420187Z ##[group]Persisting credentials for submodules 2025-06-05T23:12:25.9424362Z [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-06-05T23:12:25.9663040Z [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-06-05T23:12:25.9905799Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:12:26.0144808Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:12:26.0383628Z ##[endgroup] 2025-06-05T23:12:26.0411747Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:12:26.0430136Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:12:26.0593683Z Prepare all required actions 2025-06-05T23:12:26.0594172Z Getting action download info 2025-06-05T23:12:26.1492297Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:12:27.5263689Z Getting action download info 2025-06-05T23:12:27.6139038Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:12:27.7747906Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:12:27.7748246Z env: 2025-06-05T23:12:27.7748503Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:27.7748839Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:27.7749116Z PR_NUMBER: 2025-06-05T23:12:27.7752601Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:27.7756064Z ##[endgroup] 2025-06-05T23:12:27.7838844Z ##[group]Run set -euo pipefail 2025-06-05T23:12:27.7839173Z set -euo pipefail 2025-06-05T23:12:27.7839455Z function get_ec2_metadata() { 2025-06-05T23:12:27.7839826Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:12:27.7840466Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:12:27.7841005Z  category=$1 2025-06-05T23:12:27.7841870Z  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-06-05T23:12:27.7842757Z } 2025-06-05T23:12:27.7843000Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:12:27.7843411Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:12:27.7843863Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:12:27.7844266Z echo "system info $(uname -a)" 2025-06-05T23:12:27.7849857Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:27.7850375Z env: 2025-06-05T23:12:27.7850614Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:27.7850959Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:27.7851219Z PR_NUMBER: 2025-06-05T23:12:27.7854637Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:27.7858091Z ##[endgroup] 2025-06-05T23:12:27.7981338Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:12:27.8065549Z instance-id: i-03f6abbe4711f218c 2025-06-05T23:12:27.8200233Z instance-type: c5.2xlarge 2025-06-05T23:12:27.8209667Z system info Linux ip-10-0-38-91.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:12:27.8242431Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:12:27.8243350Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:12:27.8248863Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:27.8249226Z env: 2025-06-05T23:12:27.8249464Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:27.8249809Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:27.8250081Z PR_NUMBER: 2025-06-05T23:12:27.8253484Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:27.8256943Z ##[endgroup] 2025-06-05T23:12:27.8325244Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:12:27.8325692Z if systemctl is-active --quiet docker; then 2025-06-05T23:12:27.8326052Z  echo "Docker daemon is running..."; 2025-06-05T23:12:27.8326368Z else 2025-06-05T23:12:27.8326723Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:12:27.8327119Z fi 2025-06-05T23:12:27.8332203Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:27.8332555Z env: 2025-06-05T23:12:27.8332800Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:27.8333129Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:27.8333399Z PR_NUMBER: 2025-06-05T23:12:27.8336802Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:27.8340385Z ##[endgroup] 2025-06-05T23:12:27.8407862Z Docker daemon is running... 2025-06-05T23:12:27.8434651Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:12:27.8435267Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:12:27.8435770Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:12:27.8436355Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:12:27.8437068Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:12:27.8442228Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:27.8442590Z env: 2025-06-05T23:12:27.8442949Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:27.8443295Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:27.8443555Z PR_NUMBER: 2025-06-05T23:12:27.8447100Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:27.8450651Z AWS_RETRY_MODE: standard 2025-06-05T23:12:27.8450944Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:12:27.8451191Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:12:27.8451442Z ##[endgroup] 2025-06-05T23:12:28.9014599Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:12:28.9015270Z Configure a credential helper to remove this warning. See 2025-06-05T23:12:28.9016194Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:12:28.9016703Z 2025-06-05T23:12:28.9016804Z Login Succeeded 2025-06-05T23:12:28.9056357Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:12:28.9056944Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:12:28.9057452Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:12:28.9063370Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:28.9063739Z env: 2025-06-05T23:12:28.9063995Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:28.9064327Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:28.9064599Z PR_NUMBER: 2025-06-05T23:12:28.9068106Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:28.9071959Z ##[endgroup] 2025-06-05T23:12:28.9154448Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:12:28.9154916Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:12:28.9155289Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:12:28.9155635Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:12:28.9156058Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:12:28.9156479Z  2025-06-05T23:12:28.9156759Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:12:28.9157180Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:12:28.9157540Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:12:28.9158010Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:12:28.9158459Z  2025-06-05T23:12:28.9158674Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:12:28.9159132Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:12:28.9159437Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:12:28.9159835Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:12:28.9164928Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:28.9165293Z env: 2025-06-05T23:12:28.9165540Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:28.9165872Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:28.9166141Z PR_NUMBER: 2025-06-05T23:12:28.9169553Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:28.9173030Z ##[endgroup] 2025-06-05T23:12:29.4597326Z ##[group]Run needs=0 2025-06-05T23:12:29.4597600Z needs=0 2025-06-05T23:12:29.4597959Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:12:29.4598385Z  needs=1 2025-06-05T23:12:29.4598597Z fi 2025-06-05T23:12:29.4598842Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:12:29.4604460Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:29.4604825Z env: 2025-06-05T23:12:29.4605062Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:29.4605410Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:29.4605695Z PR_NUMBER: 2025-06-05T23:12:29.4609088Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:29.4612824Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:29.4613401Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:29.4613935Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:29.4614299Z ##[endgroup] 2025-06-05T23:12:29.5177685Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:12:29.5178259Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:12:29.5178662Z # shellcheck disable=SC2046 2025-06-05T23:12:29.5178989Z docker stop $(docker ps -q) || true 2025-06-05T23:12:29.5179340Z # Prune all of the docker images 2025-06-05T23:12:29.5179642Z docker system prune -af 2025-06-05T23:12:29.5185126Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:29.5185500Z env: 2025-06-05T23:12:29.5185753Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:29.5186187Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:29.5186472Z PR_NUMBER: 2025-06-05T23:12:29.5190047Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:29.5193907Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:29.5194473Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:29.5195018Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:29.5195388Z ##[endgroup] 2025-06-05T23:12:29.5428076Z "docker stop" requires at least 1 argument. 2025-06-05T23:12:29.5428501Z See 'docker stop --help'. 2025-06-05T23:12:29.5428685Z 2025-06-05T23:12:29.5428842Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:12:29.5429101Z 2025-06-05T23:12:29.5429220Z Stop one or more running containers 2025-06-05T23:12:29.5588262Z Total reclaimed space: 0B 2025-06-05T23:12:29.5659702Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:12:29.5660209Z with: 2025-06-05T23:12:29.5660904Z github-secret: *** 2025-06-05T23:12:29.5661656Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:12:29.5662495Z activate-with-label: false 2025-06-05T23:12:29.5662900Z label: with-ssh 2025-06-05T23:12:29.5663246Z remove-existing-keys: true 2025-06-05T23:12:29.5663606Z fail-silently: true 2025-06-05T23:12:29.5663922Z env: 2025-06-05T23:12:29.5664200Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:29.5664660Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:29.5664979Z PR_NUMBER: 2025-06-05T23:12:29.5668671Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:29.5672538Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:29.5673152Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:29.5673787Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:29.5674261Z ##[endgroup] 2025-06-05T23:12:29.6785648Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:12:29.6787239Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:12:29.6906647Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:12:29.6907091Z with: 2025-06-05T23:12:29.6907306Z repository: pytorch/executorch 2025-06-05T23:12:29.6907624Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:29.6907940Z path: pytorch/executorch 2025-06-05T23:12:29.6908198Z fetch-depth: 0 2025-06-05T23:12:29.6908555Z token: *** 2025-06-05T23:12:29.6908768Z ssh-strict: true 2025-06-05T23:12:29.6908977Z ssh-user: git 2025-06-05T23:12:29.6909210Z persist-credentials: true 2025-06-05T23:12:29.6909466Z clean: true 2025-06-05T23:12:29.6909688Z sparse-checkout-cone-mode: true 2025-06-05T23:12:29.6909972Z fetch-tags: false 2025-06-05T23:12:29.6910186Z show-progress: true 2025-06-05T23:12:29.6910413Z lfs: false 2025-06-05T23:12:29.6910618Z set-safe-directory: true 2025-06-05T23:12:29.6910863Z env: 2025-06-05T23:12:29.6911088Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:29.6911470Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:29.6911727Z PR_NUMBER: 2025-06-05T23:12:29.6915129Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:29.6918715Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:29.6919287Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:29.6919810Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:29.6920182Z ##[endgroup] 2025-06-05T23:12:29.7849208Z Syncing repository: pytorch/executorch 2025-06-05T23:12:29.7857124Z ##[group]Getting Git version info 2025-06-05T23:12:29.7857750Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:12:29.7882919Z [command]/usr/bin/git version 2025-06-05T23:12:29.7915793Z git version 2.47.1 2025-06-05T23:12:29.7939475Z ##[endgroup] 2025-06-05T23:12:29.7950209Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4afd49bd-2fc1-44c5-a3a3-a544eb57195e' before making global git config changes 2025-06-05T23:12:29.7951148Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:12:29.7955084Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:12:29.7981104Z ##[group]Initializing the repository 2025-06-05T23:12:29.7985385Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:12:29.8011662Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:12:29.8012245Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:12:29.8012805Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:12:29.8013188Z hint: 2025-06-05T23:12:29.8013455Z hint: git config --global init.defaultBranch 2025-06-05T23:12:29.8013776Z hint: 2025-06-05T23:12:29.8014088Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:12:29.8014621Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:12:29.8015042Z hint: 2025-06-05T23:12:29.8015424Z hint: git branch -m 2025-06-05T23:12:29.8016032Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:12:29.8022282Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:12:29.8045292Z ##[endgroup] 2025-06-05T23:12:29.8046047Z ##[group]Disabling automatic garbage collection 2025-06-05T23:12:29.8050493Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:12:29.8074441Z ##[endgroup] 2025-06-05T23:12:29.8075073Z ##[group]Setting up auth 2025-06-05T23:12:29.8080736Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:12:29.8104873Z [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-06-05T23:12:29.8346476Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:12:29.8370437Z [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-06-05T23:12:29.8612740Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:12:29.8649398Z ##[endgroup] 2025-06-05T23:12:29.8649783Z ##[group]Fetching the repository 2025-06-05T23:12:29.8657036Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-06-05T23:12:41.5297667Z From https://github.com/pytorch/executorch 2025-06-05T23:12:41.5298129Z * [new branch] 0.1.0 -> origin/0.1.0 2025-06-05T23:12:41.5298573Z * [new branch] 0.2.0 -> origin/0.2.0 2025-06-05T23:12:41.5298982Z * [new branch] 0.2.1 -> origin/0.2.1 2025-06-05T23:12:41.5299437Z * [new branch] 0.3.0 -> origin/0.3.0 2025-06-05T23:12:41.5299852Z * [new branch] 0.4.0 -> origin/0.4.0 2025-06-05T23:12:41.5300282Z * [new branch] 0.4/qcom -> origin/0.4/qcom 2025-06-05T23:12:41.5301196Z * [new branch] 0.60 -> origin/0.60 2025-06-05T23:12:41.5302048Z * [new branch] HEAD -> origin/HEAD 2025-06-05T23:12:41.5302978Z * [new branch] Migrate-Label-for-M1-Runners -> origin/Migrate-Label-for-M1-Runners 2025-06-05T23:12:41.5304433Z * [new branch] Olivia-liu-patch-1 -> origin/Olivia-liu-patch-1 2025-06-05T23:12:41.5305800Z * [new branch] Olivia-liu-patch-2 -> origin/Olivia-liu-patch-2 2025-06-05T23:12:41.5306799Z * [new branch] Olivia-liu-patch-2-1 -> origin/Olivia-liu-patch-2-1 2025-06-05T23:12:41.5307928Z * [new branch] WuhanMonkey-patch-1 -> origin/WuhanMonkey-patch-1 2025-06-05T23:12:41.5308961Z * [new branch] add-memory-metric-ios -> origin/add-memory-metric-ios 2025-06-05T23:12:41.5310321Z * [new branch] add-nightly-build-workflow -> origin/add-nightly-build-workflow 2025-06-05T23:12:41.5311752Z * [new branch] add-release-workflow-trigger -> origin/add-release-workflow-trigger 2025-06-05T23:12:41.5312598Z * [new branch] add-toc -> origin/add-toc 2025-06-05T23:12:41.5313624Z * [new branch] add-workflow-build-android-app -> origin/add-workflow-build-android-app 2025-06-05T23:12:41.5314513Z * [new branch] add_benchinfra_data_points -> origin/add_benchinfra_data_points 2025-06-05T23:12:41.5315517Z * [new branch] add_best_practice -> origin/add_best_practice 2025-06-05T23:12:41.5316521Z * [new branch] add_clean -> origin/add_clean 2025-06-05T23:12:41.5317850Z * [new branch] add_cmake_instruction -> origin/add_cmake_instruction 2025-06-05T23:12:41.5318699Z * [new branch] add_custom -> origin/add_custom 2025-06-05T23:12:41.5319779Z * [new branch] add_device_pool_for_s24 -> origin/add_device_pool_for_s24 2025-06-05T23:12:41.5320643Z * [new branch] add_dtype_arg_to_hf_export -> origin/add_dtype_arg_to_hf_export 2025-06-05T23:12:41.5321632Z * [new branch] add_legacy_flow_tests -> origin/add_legacy_flow_tests 2025-06-05T23:12:41.5322628Z * [new branch] add_legacy_flow_tests_rebase -> origin/add_legacy_flow_tests_rebase 2025-06-05T23:12:41.5323524Z * [new branch] add_neg -> origin/add_neg 2025-06-05T23:12:41.5324666Z * [new branch] add_nongenai_to_apple_perf -> origin/add_nongenai_to_apple_perf 2025-06-05T23:12:41.5325720Z * [new branch] add_phi_3_mini_runner -> origin/add_phi_3_mini_runner 2025-06-05T23:12:41.5327414Z * [new branch] add_quantized_ops -> origin/add_quantized_ops 2025-06-05T23:12:41.5329373Z * [new branch] add_sentencepiece -> origin/add_sentencepiece 2025-06-05T23:12:41.5330657Z * [new branch] allow-custom-runners-for-model -> origin/allow-custom-runners-for-model 2025-06-05T23:12:41.5331915Z * [new branch] android-app-readme -> origin/android-app-readme 2025-06-05T23:12:41.5333632Z * [new branch] android-benchmark-json-output -> origin/android-benchmark-json-output 2025-06-05T23:12:41.5335209Z * [new branch] android-benchmark-rss -> origin/android-benchmark-rss 2025-06-05T23:12:41.5336711Z * [new branch] android-build-within-gradle -> origin/android-build-within-gradle 2025-06-05T23:12:41.5338342Z * [new branch] android-llama2-device-farm -> origin/android-llama2-device-farm 2025-06-05T23:12:41.5339885Z * [new branch] android-llm-benchmark -> origin/android-llm-benchmark 2025-06-05T23:12:41.5341433Z * [new branch] android-metadata-2 -> origin/android-metadata-2 2025-06-05T23:12:41.5343018Z * [new branch] android-preset -> origin/android-preset 2025-06-05T23:12:41.5344561Z * [new branch] android-sh-update -> origin/android-sh-update 2025-06-05T23:12:41.5345783Z * [new branch] android-test-cool-2 -> origin/android-test-cool-2 2025-06-05T23:12:41.5346908Z * [new branch] android-test-trigger -> origin/android-test-trigger 2025-06-05T23:12:41.5347863Z * [new branch] android_ci -> origin/android_ci 2025-06-05T23:12:41.5349440Z * [new branch] angelayi/cp_3809 -> origin/angelayi/cp_3809 2025-06-05T23:12:41.5350419Z * [new branch] angelayi/pin_1129 -> origin/angelayi/pin_1129 2025-06-05T23:12:41.5351393Z * [new branch] angelayi/pin_12162024 -> origin/angelayi/pin_12162024 2025-06-05T23:12:41.5352369Z * [new branch] angelayi/update_0108 -> origin/angelayi/update_0108 2025-06-05T23:12:41.5353344Z * [new branch] angelayi/update_0108_2 -> origin/angelayi/update_0108_2 2025-06-05T23:12:41.5354259Z * [new branch] angelayi/update_02_09 -> origin/angelayi/update_02_09 2025-06-05T23:12:41.5355217Z * [new branch] angelayi/update_10_02 -> origin/angelayi/update_10_02 2025-06-05T23:12:41.5356124Z * [new branch] angelayi/update_9_29 -> origin/angelayi/update_9_29 2025-06-05T23:12:41.5357573Z * [new branch] angelayi/update_thirdparty_pytorch -> origin/angelayi/update_thirdparty_pytorch 2025-06-05T23:12:41.5358408Z * [new branch] aosp-test -> origin/aosp-test 2025-06-05T23:12:41.5359428Z * [new branch] arm-add-no-delegate-hacky -> origin/arm-add-no-delegate-hacky 2025-06-05T23:12:41.5360451Z * [new branch] arm-delegate-tutorial -> origin/arm-delegate-tutorial 2025-06-05T23:12:41.5361782Z * [new branch] auto-populate-issues-in-new-contributor-project -> origin/auto-populate-issues-in-new-contributor-project 2025-06-05T23:12:41.5362731Z * [new branch] auto-pt-pinned-commit-update -> origin/auto-pt-pinned-commit-update 2025-06-05T23:12:41.5363314Z * [new branch] bench-debug -> origin/bench-debug 2025-06-05T23:12:41.5364523Z * [new branch] bench-mps-8da4w -> origin/bench-mps-8da4w 2025-06-05T23:12:41.5365415Z * [new branch] benchmark_llama_htp -> origin/benchmark_llama_htp 2025-06-05T23:12:41.5366288Z * [new branch] build -> origin/build 2025-06-05T23:12:41.5367271Z * [new branch] build_changes -> origin/build_changes 2025-06-05T23:12:41.5368270Z * [new branch] bump-android-sdk -> origin/bump-android-sdk 2025-06-05T23:12:41.5369174Z * [new branch] bump-ao-311 -> origin/bump-ao-311 2025-06-05T23:12:41.5370991Z * [new branch] cadence/add-reference-quantized_fully_connected_out -> origin/cadence/add-reference-quantized_fully_connected_out 2025-06-05T23:12:41.5371893Z * [new branch] cadence/create-sdk-ci-cpu-dsp -> origin/cadence/create-sdk-ci-cpu-dsp 2025-06-05T23:12:41.5373340Z * [new branch] camyllh/benchmark_workflow_cli -> origin/camyllh/benchmark_workflow_cli 2025-06-05T23:12:41.5374105Z * [new branch] ccache -> origin/ccache 2025-06-05T23:12:41.5375152Z * [new branch] check_ignore_custom_op -> origin/check_ignore_custom_op 2025-06-05T23:12:41.5376475Z * [new branch] cherry-pick-2570-by-pytorch_bot_bot_ -> origin/cherry-pick-2570-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5377477Z * [new branch] cherry-pick-2611-by-pytorch_bot_bot_ -> origin/cherry-pick-2611-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5378616Z * [new branch] cherry-pick-2687-by-pytorch_bot_bot_ -> origin/cherry-pick-2687-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5379683Z * [new branch] cherry-pick-2696-by-pytorch_bot_bot_ -> origin/cherry-pick-2696-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5380708Z * [new branch] cherry-pick-2699-by-pytorch_bot_bot_ -> origin/cherry-pick-2699-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5381697Z * [new branch] cherry-pick-2723-by-pytorch_bot_bot_ -> origin/cherry-pick-2723-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5382711Z * [new branch] cherry-pick-2876-by-pytorch_bot_bot_ -> origin/cherry-pick-2876-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5383755Z * [new branch] cherry-pick-2899-by-pytorch_bot_bot_ -> origin/cherry-pick-2899-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5384789Z * [new branch] cherry-pick-2911-by-pytorch_bot_bot_ -> origin/cherry-pick-2911-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5385884Z * [new branch] cherry-pick-2919-by-pytorch_bot_bot_ -> origin/cherry-pick-2919-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5387126Z * [new branch] cherry-pick-2921-by-pytorch_bot_bot_ -> origin/cherry-pick-2921-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5388127Z * [new branch] cherry-pick-2926-by-pytorch_bot_bot_ -> origin/cherry-pick-2926-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5389092Z * [new branch] cherry-pick-2927-by-pytorch_bot_bot_ -> origin/cherry-pick-2927-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5390010Z * [new branch] cherry-pick-2932-by-pytorch_bot_bot_ -> origin/cherry-pick-2932-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5391221Z * [new branch] cherry-pick-2934-by-pytorch_bot_bot_ -> origin/cherry-pick-2934-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5392372Z * [new branch] cherry-pick-2940-by-pytorch_bot_bot_ -> origin/cherry-pick-2940-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5393444Z * [new branch] cherry-pick-2952-by-pytorch_bot_bot_ -> origin/cherry-pick-2952-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5394465Z * [new branch] cherry-pick-2957-by-pytorch_bot_bot_ -> origin/cherry-pick-2957-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5395715Z * [new branch] cherry-pick-2973-by-pytorch_bot_bot_ -> origin/cherry-pick-2973-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5396660Z * [new branch] cherry-pick-2975-by-pytorch_bot_bot_ -> origin/cherry-pick-2975-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5397610Z * [new branch] cherry-pick-2977-by-pytorch_bot_bot_ -> origin/cherry-pick-2977-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5398638Z * [new branch] cherry-pick-2980-by-pytorch_bot_bot_ -> origin/cherry-pick-2980-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5399846Z * [new branch] cherry-pick-2984-by-pytorch_bot_bot_ -> origin/cherry-pick-2984-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5401012Z * [new branch] cherry-pick-2992-by-pytorch_bot_bot_ -> origin/cherry-pick-2992-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5402066Z * [new branch] cherry-pick-2996-by-pytorch_bot_bot_ -> origin/cherry-pick-2996-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5403087Z * [new branch] cherry-pick-2998-by-pytorch_bot_bot_ -> origin/cherry-pick-2998-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5404312Z * [new branch] cherry-pick-3006-by-pytorch_bot_bot_ -> origin/cherry-pick-3006-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5405608Z * [new branch] cherry-pick-3039-by-pytorch_bot_bot_ -> origin/cherry-pick-3039-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5406715Z * [new branch] cherry-pick-3045-by-pytorch_bot_bot_ -> origin/cherry-pick-3045-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5407648Z * [new branch] cherry-pick-3071-by-pytorch_bot_bot_ -> origin/cherry-pick-3071-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5408664Z * [new branch] cherry-pick-3100-by-pytorch_bot_bot_ -> origin/cherry-pick-3100-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5409683Z * [new branch] cherry-pick-3113-by-pytorch_bot_bot_ -> origin/cherry-pick-3113-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5410754Z * [new branch] cherry-pick-3137-by-pytorch_bot_bot_ -> origin/cherry-pick-3137-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5412591Z * [new branch] cherry-pick-3153-by-pytorch_bot_bot_ -> origin/cherry-pick-3153-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5413661Z * [new branch] cherry-pick-3170-by-pytorch_bot_bot_ -> origin/cherry-pick-3170-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5414705Z * [new branch] cherry-pick-3176-by-pytorch_bot_bot_ -> origin/cherry-pick-3176-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5415698Z * [new branch] cherry-pick-3188-by-pytorch_bot_bot_ -> origin/cherry-pick-3188-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5416717Z * [new branch] cherry-pick-3194-by-pytorch_bot_bot_ -> origin/cherry-pick-3194-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5417712Z * [new branch] cherry-pick-3202-by-pytorch_bot_bot_ -> origin/cherry-pick-3202-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5418740Z * [new branch] cherry-pick-3212-by-pytorch_bot_bot_ -> origin/cherry-pick-3212-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5419829Z * [new branch] cherry-pick-3216-by-pytorch_bot_bot_ -> origin/cherry-pick-3216-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5420870Z * [new branch] cherry-pick-3221-by-pytorch_bot_bot_ -> origin/cherry-pick-3221-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5422072Z * [new branch] cherry-pick-3222-by-pytorch_bot_bot_ -> origin/cherry-pick-3222-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5423074Z * [new branch] cherry-pick-3224-by-pytorch_bot_bot_ -> origin/cherry-pick-3224-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5424240Z * [new branch] cherry-pick-3234-by-pytorch_bot_bot_ -> origin/cherry-pick-3234-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5425241Z * [new branch] cherry-pick-3237-by-pytorch_bot_bot_ -> origin/cherry-pick-3237-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5426416Z * [new branch] cherry-pick-3238-by-pytorch_bot_bot_ -> origin/cherry-pick-3238-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5427607Z * [new branch] cherry-pick-3240-by-pytorch_bot_bot_ -> origin/cherry-pick-3240-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5428745Z * [new branch] cherry-pick-3244-by-pytorch_bot_bot_ -> origin/cherry-pick-3244-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5430377Z * [new branch] cherry-pick-3246-by-pytorch_bot_bot_ -> origin/cherry-pick-3246-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5431968Z * [new branch] cherry-pick-3247-by-pytorch_bot_bot_ -> origin/cherry-pick-3247-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5433276Z * [new branch] cherry-pick-3250-by-pytorch_bot_bot_ -> origin/cherry-pick-3250-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5434351Z * [new branch] cherry-pick-3251-by-pytorch_bot_bot_ -> origin/cherry-pick-3251-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5435427Z * [new branch] cherry-pick-3254-by-pytorch_bot_bot_ -> origin/cherry-pick-3254-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5436424Z * [new branch] cherry-pick-3270-by-pytorch_bot_bot_ -> origin/cherry-pick-3270-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5437469Z * [new branch] cherry-pick-3298-by-pytorch_bot_bot_ -> origin/cherry-pick-3298-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5438609Z * [new branch] cherry-pick-3300-by-pytorch_bot_bot_ -> origin/cherry-pick-3300-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5440307Z * [new branch] cherry-pick-3301-by-pytorch_bot_bot_ -> origin/cherry-pick-3301-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5441957Z * [new branch] cherry-pick-3315-by-pytorch_bot_bot_ -> origin/cherry-pick-3315-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5443559Z * [new branch] cherry-pick-3358-by-pytorch_bot_bot_ -> origin/cherry-pick-3358-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5445180Z * [new branch] cherry-pick-3391-by-pytorch_bot_bot_ -> origin/cherry-pick-3391-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5446641Z * [new branch] cherry-pick-3438-by-pytorch_bot_bot_ -> origin/cherry-pick-3438-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5447755Z * [new branch] cherry-pick-3736-by-pytorch_bot_bot_ -> origin/cherry-pick-3736-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5448813Z * [new branch] cherry-pick-3739-by-pytorch_bot_bot_ -> origin/cherry-pick-3739-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5449852Z * [new branch] cherry-pick-3759-by-pytorch_bot_bot_ -> origin/cherry-pick-3759-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5451465Z * [new branch] cherry-pick-3782-by-pytorch_bot_bot_ -> origin/cherry-pick-3782-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5452394Z * [new branch] cherry-pick-3798-by-pytorch_bot_bot_ -> origin/cherry-pick-3798-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5453343Z * [new branch] cherry-pick-3809-by-pytorch_bot_bot_ -> origin/cherry-pick-3809-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5454515Z * [new branch] cherry-pick-3810-by-pytorch_bot_bot_ -> origin/cherry-pick-3810-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5456365Z * [new branch] cherry-pick-3845-by-pytorch_bot_bot_ -> origin/cherry-pick-3845-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5457495Z * [new branch] cherry-pick-3847-by-pytorch_bot_bot_ -> origin/cherry-pick-3847-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5458518Z * [new branch] cherry-pick-3855-by-pytorch_bot_bot_ -> origin/cherry-pick-3855-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5459574Z * [new branch] cherry-pick-3861-by-pytorch_bot_bot_ -> origin/cherry-pick-3861-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5460656Z * [new branch] cherry-pick-3885-by-pytorch_bot_bot_ -> origin/cherry-pick-3885-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5461881Z * [new branch] cherry-pick-3896-by-pytorch_bot_bot_ -> origin/cherry-pick-3896-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5462884Z * [new branch] cherry-pick-3982-by-pytorch_bot_bot_ -> origin/cherry-pick-3982-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5463896Z * [new branch] cherry-pick-4003-by-pytorch_bot_bot_ -> origin/cherry-pick-4003-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5465051Z * [new branch] cherry-pick-4213-by-pytorch_bot_bot_ -> origin/cherry-pick-4213-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5465928Z * [new branch] cherry-pick-4214-by-pytorch_bot_bot_ -> origin/cherry-pick-4214-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5467040Z * [new branch] cherry-pick-4219-by-pytorch_bot_bot_ -> origin/cherry-pick-4219-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5468010Z * [new branch] cherry-pick-4220-by-pytorch_bot_bot_ -> origin/cherry-pick-4220-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5469045Z * [new branch] cherry-pick-4224-by-pytorch_bot_bot_ -> origin/cherry-pick-4224-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5470010Z * [new branch] cherry-pick-4225-by-pytorch_bot_bot_ -> origin/cherry-pick-4225-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5471052Z * [new branch] cherry-pick-4226-by-pytorch_bot_bot_ -> origin/cherry-pick-4226-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5472033Z * [new branch] cherry-pick-4231-by-pytorch_bot_bot_ -> origin/cherry-pick-4231-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5473038Z * [new branch] cherry-pick-4232-by-pytorch_bot_bot_ -> origin/cherry-pick-4232-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5474055Z * [new branch] cherry-pick-4233-by-pytorch_bot_bot_ -> origin/cherry-pick-4233-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5475147Z * [new branch] cherry-pick-4265-by-pytorch_bot_bot_ -> origin/cherry-pick-4265-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5476191Z * [new branch] cherry-pick-4266-by-pytorch_bot_bot_ -> origin/cherry-pick-4266-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5477202Z * [new branch] cherry-pick-4274-by-pytorch_bot_bot_ -> origin/cherry-pick-4274-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5478221Z * [new branch] cherry-pick-4299-by-pytorch_bot_bot_ -> origin/cherry-pick-4299-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5479238Z * [new branch] cherry-pick-4349-by-pytorch_bot_bot_ -> origin/cherry-pick-4349-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5480344Z * [new branch] cherry-pick-4356-by-pytorch_bot_bot_ -> origin/cherry-pick-4356-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5481385Z * [new branch] cherry-pick-4362-by-pytorch_bot_bot_ -> origin/cherry-pick-4362-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5482371Z * [new branch] cherry-pick-4378-by-pytorch_bot_bot_ -> origin/cherry-pick-4378-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5483422Z * [new branch] cherry-pick-5540-by-pytorch_bot_bot_ -> origin/cherry-pick-5540-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5484460Z * [new branch] cherry-pick-5725-by-pytorch_bot_bot_ -> origin/cherry-pick-5725-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5486111Z * [new branch] cherry-pick-5915-by-pytorch_bot_bot_ -> origin/cherry-pick-5915-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5487055Z * [new branch] cherry-pick-5951-by-pytorch_bot_bot_ -> origin/cherry-pick-5951-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5488064Z * [new branch] cherry-pick-5961-by-pytorch_bot_bot_ -> origin/cherry-pick-5961-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5489087Z * [new branch] cherry-pick-5965-by-pytorch_bot_bot_ -> origin/cherry-pick-5965-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5490182Z * [new branch] cherry-pick-6036-by-pytorch_bot_bot_ -> origin/cherry-pick-6036-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5491431Z * [new branch] cherry-pick-6217-by-pytorch_bot_bot_ -> origin/cherry-pick-6217-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5492572Z * [new branch] cherry-pick-7470-by-pytorch_bot_bot_ -> origin/cherry-pick-7470-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5493631Z * [new branch] cherry-pick-7599-by-pytorch_bot_bot_ -> origin/cherry-pick-7599-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5494648Z * [new branch] cherry-pick-7670-by-pytorch_bot_bot_ -> origin/cherry-pick-7670-by-pytorch_bot_bot_ 2025-06-05T23:12:41.5495598Z * [new branch] ci_build_ios_benchmark_app -> origin/ci_build_ios_benchmark_app 2025-06-05T23:12:41.5496783Z * [new branch] ci_test_xnnpack-extended-ops -> origin/ci_test_xnnpack-extended-ops 2025-06-05T23:12:41.5497739Z * [new branch] cleanup-android-app-pre-minibench -> origin/cleanup-android-app-pre-minibench 2025-06-05T23:12:41.5498746Z * [new branch] cleanup_test_model -> origin/cleanup_test_model 2025-06-05T23:12:41.5499751Z * [new branch] cmake-buck-parameter -> origin/cmake-buck-parameter 2025-06-05T23:12:41.5500615Z * [new branch] cmake-custom-ops -> origin/cmake-custom-ops 2025-06-05T23:12:41.5501657Z * [new branch] cmake-fix -> origin/cmake-fix 2025-06-05T23:12:41.5502681Z * [new branch] cmake-refactor -> origin/cmake-refactor 2025-06-05T23:12:41.5504048Z * [new branch] cmake_variable -> origin/cmake_variable 2025-06-05T23:12:41.5505234Z * [new branch] cmodi-meta-patch-1 -> origin/cmodi-meta-patch-1 2025-06-05T23:12:41.5506341Z * [new branch] cmodi-meta-patch-2 -> origin/cmodi-meta-patch-2 2025-06-05T23:12:41.5507555Z * [new branch] cmodi-meta-patch-3 -> origin/cmodi-meta-patch-3 2025-06-05T23:12:41.5508525Z * [new branch] cmodi-meta-patch-4 -> origin/cmodi-meta-patch-4 2025-06-05T23:12:41.5509603Z * [new branch] cmodi-meta-patch-5 -> origin/cmodi-meta-patch-5 2025-06-05T23:12:41.5510624Z * [new branch] cmodi-mtk-test -> origin/cmodi-mtk-test 2025-06-05T23:12:41.5511652Z * [new branch] cmodi-readme-change -> origin/cmodi-readme-change 2025-06-05T23:12:41.5512875Z * [new branch] config_exception -> origin/config_exception 2025-06-05T23:12:41.5513778Z * [new branch] configs -> origin/configs 2025-06-05T23:12:41.5514908Z * [new branch] coreml-changes -> origin/coreml-changes 2025-06-05T23:12:41.5515796Z * [new branch] coreml-test -> origin/coreml-test 2025-06-05T23:12:41.5516800Z * [new branch] correct_quantized -> origin/correct_quantized 2025-06-05T23:12:41.5517797Z * [new branch] cpp_python_interop -> origin/cpp_python_interop 2025-06-05T23:12:41.5518978Z * [new branch] cpuinfo-update -> origin/cpuinfo-update 2025-06-05T23:12:41.5520314Z * [new branch] create-stable-branch -> origin/create-stable-branch 2025-06-05T23:12:41.5521148Z * [new branch] cria -> origin/cria 2025-06-05T23:12:41.5522649Z * [new branch] csl/ch_viablestrict -> origin/csl/ch_viablestrict 2025-06-05T23:12:41.5523588Z * [new branch] csl/test -> origin/csl/test 2025-06-05T23:12:41.5524774Z * [new branch] custom_dep -> origin/custom_dep 2025-06-05T23:12:41.5525812Z * [new branch] davidlin54-patch-1 -> origin/davidlin54-patch-1 2025-06-05T23:12:41.5527040Z * [new branch] dbort-bug-template -> origin/dbort-bug-template 2025-06-05T23:12:41.5528034Z * [new branch] dbort-pip-prebuilt -> origin/dbort-pip-prebuilt 2025-06-05T23:12:41.5529905Z * [new branch] dbort/rfc/2023-11-backend-arguments -> origin/dbort/rfc/2023-11-backend-arguments 2025-06-05T23:12:41.5530684Z * [new branch] dbort/rfc/empty -> origin/dbort/rfc/empty 2025-06-05T23:12:41.5531848Z * [new branch] debug-llava-timeout -> origin/debug-llava-timeout 2025-06-05T23:12:41.5532876Z * [new branch] deconv_pyre -> origin/deconv_pyre 2025-06-05T23:12:41.5534010Z * [new branch] decouple_qnn_model_export -> origin/decouple_qnn_model_export 2025-06-05T23:12:41.5535941Z * [new branch] dependabot/pip/torchfix-0.6.0 -> origin/dependabot/pip/torchfix-0.6.0 2025-06-05T23:12:41.5536959Z * [new branch] dependabot/pip/torchfix-0.7.0 -> origin/dependabot/pip/torchfix-0.7.0 2025-06-05T23:12:41.5538117Z * [new branch] dequantize-schema-compatibility -> origin/dequantize-schema-compatibility 2025-06-05T23:12:41.5538992Z * [new branch] device_telemetry -> origin/device_telemetry 2025-06-05T23:12:41.5540039Z * [new branch] dictconfig -> origin/dictconfig 2025-06-05T23:12:41.5541353Z * [new branch] digantdesai-abd-example-fix -> origin/digantdesai-abd-example-fix 2025-06-05T23:12:41.5542369Z * [new branch] digantdesai-patch-1 -> origin/digantdesai-patch-1 2025-06-05T23:12:41.5543477Z * [new branch] digantdesai-patch-2 -> origin/digantdesai-patch-2 2025-06-05T23:12:41.5544471Z * [new branch] dim_order_revert -> origin/dim_order_revert 2025-06-05T23:12:41.5545801Z * [new branch] disable-android-aws-job-for-forked-pr -> origin/disable-android-aws-job-for-forked-pr 2025-06-05T23:12:41.5546726Z * [new branch] do_amb_exmaple -> origin/do_amb_exmaple 2025-06-05T23:12:41.5547868Z * [new branch] doc-polish -> origin/doc-polish 2025-06-05T23:12:41.5549054Z * [new branch] doc-revamp -> origin/doc-revamp 2025-06-05T23:12:41.5550063Z * [new branch] doc_link_to_benchmark_dashboard -> origin/doc_link_to_benchmark_dashboard 2025-06-05T23:12:41.5551034Z * [new branch] docker-build-force-push -> origin/docker-build-force-push 2025-06-05T23:12:41.5552007Z * [new branch] dtype -> origin/dtype 2025-06-05T23:12:41.5553227Z * [new branch] dvorjackz-patch-1 -> origin/dvorjackz-patch-1 2025-06-05T23:12:41.5554226Z * [new branch] dynamic_kv_cache_example -> origin/dynamic_kv_cache_example 2025-06-05T23:12:41.5555194Z * [new branch] eager -> origin/eager 2025-06-05T23:12:41.5556452Z * [new branch] enable-third-level-in-nav -> origin/enable-third-level-in-nav 2025-06-05T23:12:41.5557336Z * [new branch] enable_mps_pip -> origin/enable_mps_pip 2025-06-05T23:12:41.5558363Z * [new branch] enumerated-shape -> origin/enumerated-shape 2025-06-05T23:12:41.5559388Z * [new branch] error_msg_for_secrets -> origin/error_msg_for_secrets 2025-06-05T23:12:41.5560439Z * [new branch] ethos-u-runtime-digant -> origin/ethos-u-runtime-digant 2025-06-05T23:12:41.5561475Z * [new branch] eval -> origin/eval 2025-06-05T23:12:41.5563149Z * [new branch] executorch-241002 -> origin/executorch-241002 2025-06-05T23:12:41.5564072Z * [new branch] experiment-so -> origin/experiment-so 2025-06-05T23:12:41.5565216Z * [new branch] export-D49742389 -> origin/export-D49742389 2025-06-05T23:12:41.5566178Z * [new branch] export-D50076192 -> origin/export-D50076192 2025-06-05T23:12:41.5567198Z * [new branch] export-D51966963 -> origin/export-D51966963 2025-06-05T23:12:41.5568219Z * [new branch] export-D52221914 -> origin/export-D52221914 2025-06-05T23:12:41.5569339Z * [new branch] export-D52341722 -> origin/export-D52341722 2025-06-05T23:12:41.5570316Z * [new branch] export-D53095510 -> origin/export-D53095510 2025-06-05T23:12:41.5571488Z * [new branch] export-D53239380 -> origin/export-D53239380 2025-06-05T23:12:41.5572492Z * [new branch] export-D53252678 -> origin/export-D53252678 2025-06-05T23:12:41.5573692Z * [new branch] export-D53256808 -> origin/export-D53256808 2025-06-05T23:12:41.5574697Z * [new branch] export-D53290986 -> origin/export-D53290986 2025-06-05T23:12:41.5575708Z * [new branch] export-D53335087 -> origin/export-D53335087 2025-06-05T23:12:41.5576738Z * [new branch] export-D53338235 -> origin/export-D53338235 2025-06-05T23:12:41.5577982Z * [new branch] export-D53339795 -> origin/export-D53339795 2025-06-05T23:12:41.5579158Z * [new branch] export-D53340041 -> origin/export-D53340041 2025-06-05T23:12:41.5580109Z * [new branch] export-D53365959 -> origin/export-D53365959 2025-06-05T23:12:41.5581304Z * [new branch] export-D53436364 -> origin/export-D53436364 2025-06-05T23:12:41.5582287Z * [new branch] export-D53540645 -> origin/export-D53540645 2025-06-05T23:12:41.5583477Z * [new branch] export-D53584903 -> origin/export-D53584903 2025-06-05T23:12:41.5584619Z * [new branch] export-D53590328 -> origin/export-D53590328 2025-06-05T23:12:41.5585652Z * [new branch] export-D53677277 -> origin/export-D53677277 2025-06-05T23:12:41.5586895Z * [new branch] export-D53681935 -> origin/export-D53681935 2025-06-05T23:12:41.5587841Z * [new branch] export-D53687784 -> origin/export-D53687784 2025-06-05T23:12:41.5589012Z * [new branch] export-D53713471 -> origin/export-D53713471 2025-06-05T23:12:41.5589978Z * [new branch] export-D53725154 -> origin/export-D53725154 2025-06-05T23:12:41.5591348Z * [new branch] export-D53838962 -> origin/export-D53838962 2025-06-05T23:12:41.5592329Z * [new branch] export-D53839467 -> origin/export-D53839467 2025-06-05T23:12:41.5593474Z * [new branch] export-D53960228 -> origin/export-D53960228 2025-06-05T23:12:41.5594450Z * [new branch] export-D53985792 -> origin/export-D53985792 2025-06-05T23:12:41.5595947Z * [new branch] export-D53990647 -> origin/export-D53990647 2025-06-05T23:12:41.5596886Z * [new branch] export-D53995591 -> origin/export-D53995591 2025-06-05T23:12:41.5598455Z * [new branch] export-D54034581 -> origin/export-D54034581 2025-06-05T23:12:41.5599416Z * [new branch] export-D54047417 -> origin/export-D54047417 2025-06-05T23:12:41.5600650Z * [new branch] export-D54074479 -> origin/export-D54074479 2025-06-05T23:12:41.5601588Z * [new branch] export-D54074895 -> origin/export-D54074895 2025-06-05T23:12:41.5602769Z * [new branch] export-D54142779 -> origin/export-D54142779 2025-06-05T23:12:41.5603808Z * [new branch] export-D54159472 -> origin/export-D54159472 2025-06-05T23:12:41.5604863Z * [new branch] export-D54167581 -> origin/export-D54167581 2025-06-05T23:12:41.5605917Z * [new branch] export-D54180116 -> origin/export-D54180116 2025-06-05T23:12:41.5607178Z * [new branch] export-D54209318 -> origin/export-D54209318 2025-06-05T23:12:41.5608096Z * [new branch] export-D54300827 -> origin/export-D54300827 2025-06-05T23:12:41.5609307Z * [new branch] export-D54318979 -> origin/export-D54318979 2025-06-05T23:12:41.5610283Z * [new branch] export-D54349640 -> origin/export-D54349640 2025-06-05T23:12:41.5611286Z * [new branch] export-D54349853 -> origin/export-D54349853 2025-06-05T23:12:41.5612314Z * [new branch] export-D54350128 -> origin/export-D54350128 2025-06-05T23:12:41.5613329Z * [new branch] export-D54350318 -> origin/export-D54350318 2025-06-05T23:12:41.5614368Z * [new branch] export-D54377916 -> origin/export-D54377916 2025-06-05T23:12:41.5615392Z * [new branch] export-D54401567 -> origin/export-D54401567 2025-06-05T23:12:41.5616371Z * [new branch] export-D54447524 -> origin/export-D54447524 2025-06-05T23:12:41.5617375Z * [new branch] export-D54448184 -> origin/export-D54448184 2025-06-05T23:12:41.5618424Z * [new branch] export-D54454162 -> origin/export-D54454162 2025-06-05T23:12:41.5619659Z * [new branch] export-D54473147 -> origin/export-D54473147 2025-06-05T23:12:41.5620611Z * [new branch] export-D54525365 -> origin/export-D54525365 2025-06-05T23:12:41.5621751Z * [new branch] export-D54538932 -> origin/export-D54538932 2025-06-05T23:12:41.5622785Z * [new branch] export-D54543323 -> origin/export-D54543323 2025-06-05T23:12:41.5624015Z * [new branch] export-D54549436 -> origin/export-D54549436 2025-06-05T23:12:41.5624910Z * [new branch] export-D54549727 -> origin/export-D54549727 2025-06-05T23:12:41.5625950Z * [new branch] export-D54550265 -> origin/export-D54550265 2025-06-05T23:12:41.5627264Z * [new branch] export-D54553809 -> origin/export-D54553809 2025-06-05T23:12:41.5628268Z * [new branch] export-D54555495 -> origin/export-D54555495 2025-06-05T23:12:41.5629305Z * [new branch] export-D54588001 -> origin/export-D54588001 2025-06-05T23:12:41.5630438Z * [new branch] export-D54687725 -> origin/export-D54687725 2025-06-05T23:12:41.5631469Z * [new branch] export-D54806721 -> origin/export-D54806721 2025-06-05T23:12:41.5633081Z * [new branch] export-D54831762 -> origin/export-D54831762 2025-06-05T23:12:41.5634183Z * [new branch] export-D54836802 -> origin/export-D54836802 2025-06-05T23:12:41.5635217Z * [new branch] export-D54989240 -> origin/export-D54989240 2025-06-05T23:12:41.5636345Z * [new branch] export-D55024249 -> origin/export-D55024249 2025-06-05T23:12:41.5637349Z * [new branch] export-D55039873 -> origin/export-D55039873 2025-06-05T23:12:41.5638526Z * [new branch] export-D55042867 -> origin/export-D55042867 2025-06-05T23:12:41.5639548Z * [new branch] export-D55056265 -> origin/export-D55056265 2025-06-05T23:12:41.5640567Z * [new branch] export-D55162409 -> origin/export-D55162409 2025-06-05T23:12:41.5641748Z * [new branch] export-D55175415 -> origin/export-D55175415 2025-06-05T23:12:41.5642787Z * [new branch] export-D55258223 -> origin/export-D55258223 2025-06-05T23:12:41.5643835Z * [new branch] export-D55259028 -> origin/export-D55259028 2025-06-05T23:12:41.5645017Z * [new branch] export-D55263008 -> origin/export-D55263008 2025-06-05T23:12:41.5645996Z * [new branch] export-D55298701 -> origin/export-D55298701 2025-06-05T23:12:41.5647239Z * [new branch] export-D55300249 -> origin/export-D55300249 2025-06-05T23:12:41.5648194Z * [new branch] export-D55320548 -> origin/export-D55320548 2025-06-05T23:12:41.5649367Z * [new branch] export-D55344873 -> origin/export-D55344873 2025-06-05T23:12:41.5650555Z * [new branch] export-D55373341 -> origin/export-D55373341 2025-06-05T23:12:41.5651601Z * [new branch] export-D55374748 -> origin/export-D55374748 2025-06-05T23:12:41.5652734Z * [new branch] export-D55395844 -> origin/export-D55395844 2025-06-05T23:12:41.5653754Z * [new branch] export-D55409487 -> origin/export-D55409487 2025-06-05T23:12:41.5654992Z * [new branch] export-D55521379 -> origin/export-D55521379 2025-06-05T23:12:41.5656010Z * [new branch] export-D55548573 -> origin/export-D55548573 2025-06-05T23:12:41.5657056Z * [new branch] export-D55565485 -> origin/export-D55565485 2025-06-05T23:12:41.5658271Z * [new branch] export-D55577025 -> origin/export-D55577025 2025-06-05T23:12:41.5659317Z * [new branch] export-D55577026 -> origin/export-D55577026 2025-06-05T23:12:41.5660534Z * [new branch] export-D55597428 -> origin/export-D55597428 2025-06-05T23:12:41.5661469Z * [new branch] export-D55669235 -> origin/export-D55669235 2025-06-05T23:12:41.5662638Z * [new branch] export-D55714642 -> origin/export-D55714642 2025-06-05T23:12:41.5663631Z * [new branch] export-D55856491 -> origin/export-D55856491 2025-06-05T23:12:41.5664866Z * [new branch] export-D55907749 -> origin/export-D55907749 2025-06-05T23:12:41.5666004Z * [new branch] export-D55907750 -> origin/export-D55907750 2025-06-05T23:12:41.5667138Z * [new branch] export-D55907751 -> origin/export-D55907751 2025-06-05T23:12:41.5668740Z * [new branch] export-D55907752 -> origin/export-D55907752 2025-06-05T23:12:41.5669749Z * [new branch] export-D55944780 -> origin/export-D55944780 2025-06-05T23:12:41.5670953Z * [new branch] export-D55950023 -> origin/export-D55950023 2025-06-05T23:12:41.5672104Z * [new branch] export-D55974439 -> origin/export-D55974439 2025-06-05T23:12:41.5673135Z * [new branch] export-D55996735 -> origin/export-D55996735 2025-06-05T23:12:41.5674283Z * [new branch] export-D55997048 -> origin/export-D55997048 2025-06-05T23:12:41.5675310Z * [new branch] export-D55998135 -> origin/export-D55998135 2025-06-05T23:12:41.5676468Z * [new branch] export-D56001227 -> origin/export-D56001227 2025-06-05T23:12:41.5677482Z * [new branch] export-D56037593 -> origin/export-D56037593 2025-06-05T23:12:41.5678713Z * [new branch] export-D56052583 -> origin/export-D56052583 2025-06-05T23:12:41.5679877Z * [new branch] export-D56053255 -> origin/export-D56053255 2025-06-05T23:12:41.5680881Z * [new branch] export-D56212419 -> origin/export-D56212419 2025-06-05T23:12:41.5682057Z * [new branch] export-D56220174 -> origin/export-D56220174 2025-06-05T23:12:41.5683047Z * [new branch] export-D56224054 -> origin/export-D56224054 2025-06-05T23:12:41.5684176Z * [new branch] export-D56229021 -> origin/export-D56229021 2025-06-05T23:12:41.5685148Z * [new branch] export-D56230678 -> origin/export-D56230678 2025-06-05T23:12:41.5686339Z * [new branch] export-D56251563 -> origin/export-D56251563 2025-06-05T23:12:41.5687342Z * [new branch] export-D56251975 -> origin/export-D56251975 2025-06-05T23:12:41.5688369Z * [new branch] export-D56305088 -> origin/export-D56305088 2025-06-05T23:12:41.5689554Z * [new branch] export-D56310569 -> origin/export-D56310569 2025-06-05T23:12:41.5690596Z * [new branch] export-D56357762 -> origin/export-D56357762 2025-06-05T23:12:41.5692084Z * [new branch] export-D56372411 -> origin/export-D56372411 2025-06-05T23:12:41.5693044Z * [new branch] export-D56377662 -> origin/export-D56377662 2025-06-05T23:12:41.5694158Z * [new branch] export-D56401086 -> origin/export-D56401086 2025-06-05T23:12:41.5695467Z * [new branch] export-D56401457 -> origin/export-D56401457 2025-06-05T23:12:41.5696492Z * [new branch] export-D56424633 -> origin/export-D56424633 2025-06-05T23:12:41.5697650Z * [new branch] export-D56426044 -> origin/export-D56426044 2025-06-05T23:12:41.5698780Z * [new branch] export-D56499598 -> origin/export-D56499598 2025-06-05T23:12:41.5699823Z * [new branch] export-D56524303 -> origin/export-D56524303 2025-06-05T23:12:41.5701080Z * [new branch] export-D56532035 -> origin/export-D56532035 2025-06-05T23:12:41.5702082Z * [new branch] export-D56560549 -> origin/export-D56560549 2025-06-05T23:12:41.5703820Z * [new branch] export-D56577399 -> origin/export-D56577399 2025-06-05T23:12:41.5705253Z * [new branch] export-D56594373 -> origin/export-D56594373 2025-06-05T23:12:41.5706341Z * [new branch] export-D56740679 -> origin/export-D56740679 2025-06-05T23:12:41.5707563Z * [new branch] export-D56765969 -> origin/export-D56765969 2025-06-05T23:12:41.5708554Z * [new branch] export-D56766826 -> origin/export-D56766826 2025-06-05T23:12:41.5709767Z * [new branch] export-D56954147 -> origin/export-D56954147 2025-06-05T23:12:41.5710762Z * [new branch] export-D57071033 -> origin/export-D57071033 2025-06-05T23:12:41.5711904Z * [new branch] export-D57082021 -> origin/export-D57082021 2025-06-05T23:12:41.5712892Z * [new branch] export-D57084231 -> origin/export-D57084231 2025-06-05T23:12:41.5714126Z * [new branch] export-D57132664 -> origin/export-D57132664 2025-06-05T23:12:41.5715445Z * [new branch] export-D57225749 -> origin/export-D57225749 2025-06-05T23:12:41.5716632Z * [new branch] export-D57383968 -> origin/export-D57383968 2025-06-05T23:12:41.5717665Z * [new branch] export-D57491621 -> origin/export-D57491621 2025-06-05T23:12:41.5718911Z * [new branch] export-D57517927 -> origin/export-D57517927 2025-06-05T23:12:41.5719915Z * [new branch] export-D57554527 -> origin/export-D57554527 2025-06-05T23:12:41.5721057Z * [new branch] export-D57579738 -> origin/export-D57579738 2025-06-05T23:12:41.5722096Z * [new branch] export-D57617809 -> origin/export-D57617809 2025-06-05T23:12:41.5723300Z * [new branch] export-D57925542 -> origin/export-D57925542 2025-06-05T23:12:41.5724328Z * [new branch] export-D57936031 -> origin/export-D57936031 2025-06-05T23:12:41.5725557Z * [new branch] export-D57970255 -> origin/export-D57970255 2025-06-05T23:12:41.5726859Z * [new branch] export-D58101124 -> origin/export-D58101124 2025-06-05T23:12:41.5727873Z * [new branch] export-D58112226 -> origin/export-D58112226 2025-06-05T23:12:41.5729063Z * [new branch] export-D58149278 -> origin/export-D58149278 2025-06-05T23:12:41.5730108Z * [new branch] export-D58207691 -> origin/export-D58207691 2025-06-05T23:12:41.5731319Z * [new branch] export-D58221156 -> origin/export-D58221156 2025-06-05T23:12:41.5732470Z * [new branch] export-D58271588 -> origin/export-D58271588 2025-06-05T23:12:41.5733722Z * [new branch] export-D58394154 -> origin/export-D58394154 2025-06-05T23:12:41.5734757Z * [new branch] export-D58399313 -> origin/export-D58399313 2025-06-05T23:12:41.5735988Z * [new branch] export-D58465158 -> origin/export-D58465158 2025-06-05T23:12:41.5736980Z * [new branch] export-D58469500 -> origin/export-D58469500 2025-06-05T23:12:41.5738158Z * [new branch] export-D58560545 -> origin/export-D58560545 2025-06-05T23:12:41.5739073Z * [new branch] export-D58680953 -> origin/export-D58680953 2025-06-05T23:12:41.5740357Z * [new branch] export-D58710825 -> origin/export-D58710825 2025-06-05T23:12:41.5741843Z * [new branch] export-D58712012 -> origin/export-D58712012 2025-06-05T23:12:41.5743053Z * [new branch] export-D58833609 -> origin/export-D58833609 2025-06-05T23:12:41.5744054Z * [new branch] export-D58959269 -> origin/export-D58959269 2025-06-05T23:12:41.5745262Z * [new branch] export-D58973824 -> origin/export-D58973824 2025-06-05T23:12:41.5746506Z * [new branch] export-D58974035 -> origin/export-D58974035 2025-06-05T23:12:41.5747533Z * [new branch] export-D59097944 -> origin/export-D59097944 2025-06-05T23:12:41.5748782Z * [new branch] export-D59140916 -> origin/export-D59140916 2025-06-05T23:12:41.5749864Z * [new branch] export-D59238748 -> origin/export-D59238748 2025-06-05T23:12:41.5751022Z * [new branch] export-D59294438 -> origin/export-D59294438 2025-06-05T23:12:41.5752033Z * [new branch] export-D59294462 -> origin/export-D59294462 2025-06-05T23:12:41.5753232Z * [new branch] export-D59345251 -> origin/export-D59345251 2025-06-05T23:12:41.5754192Z * [new branch] export-D59438228 -> origin/export-D59438228 2025-06-05T23:12:41.5755346Z * [new branch] export-D59500061 -> origin/export-D59500061 2025-06-05T23:12:41.5756344Z * [new branch] export-D59503355 -> origin/export-D59503355 2025-06-05T23:12:41.5757662Z * [new branch] export-D59552606 -> origin/export-D59552606 2025-06-05T23:12:41.5758840Z * [new branch] export-D59600486 -> origin/export-D59600486 2025-06-05T23:12:41.5759976Z * [new branch] export-D59641404 -> origin/export-D59641404 2025-06-05T23:12:41.5760997Z * [new branch] export-D59647685 -> origin/export-D59647685 2025-06-05T23:12:41.5762279Z * [new branch] export-D60050087 -> origin/export-D60050087 2025-06-05T23:12:41.5763433Z * [new branch] export-D60070844 -> origin/export-D60070844 2025-06-05T23:12:41.5764455Z * [new branch] export-D60071019 -> origin/export-D60071019 2025-06-05T23:12:41.5765662Z * [new branch] export-D60073137 -> origin/export-D60073137 2025-06-05T23:12:41.5766862Z * [new branch] export-D60083871 -> origin/export-D60083871 2025-06-05T23:12:41.5767782Z * [new branch] export-D60125952 -> origin/export-D60125952 2025-06-05T23:12:41.5768968Z * [new branch] export-D60314979 -> origin/export-D60314979 2025-06-05T23:12:41.5769910Z * [new branch] export-D60319977 -> origin/export-D60319977 2025-06-05T23:12:41.5771203Z * [new branch] export-D60485375 -> origin/export-D60485375 2025-06-05T23:12:41.5772358Z * [new branch] export-D60544102 -> origin/export-D60544102 2025-06-05T23:12:41.5773306Z * [new branch] export-D60619295 -> origin/export-D60619295 2025-06-05T23:12:41.5774538Z * [new branch] export-D60696710 -> origin/export-D60696710 2025-06-05T23:12:41.5775563Z * [new branch] export-D61048254 -> origin/export-D61048254 2025-06-05T23:12:41.5776732Z * [new branch] export-D61080956 -> origin/export-D61080956 2025-06-05T23:12:41.5778208Z * [new branch] export-D61141396 -> origin/export-D61141396 2025-06-05T23:12:41.5779647Z * [new branch] export-D61146432 -> origin/export-D61146432 2025-06-05T23:12:41.5780729Z * [new branch] export-D61251233 -> origin/export-D61251233 2025-06-05T23:12:41.5781767Z * [new branch] export-D61343892 -> origin/export-D61343892 2025-06-05T23:12:41.5782937Z * [new branch] export-D61407442 -> origin/export-D61407442 2025-06-05T23:12:41.5783908Z * [new branch] export-D61509079 -> origin/export-D61509079 2025-06-05T23:12:41.5785069Z * [new branch] export-D61511514 -> origin/export-D61511514 2025-06-05T23:12:41.5786148Z * [new branch] export-D61568605 -> origin/export-D61568605 2025-06-05T23:12:41.5787465Z * [new branch] export-D61605316 -> origin/export-D61605316 2025-06-05T23:12:41.5788457Z * [new branch] export-D61612538 -> origin/export-D61612538 2025-06-05T23:12:41.5789709Z * [new branch] export-D61639074 -> origin/export-D61639074 2025-06-05T23:12:41.5790675Z * [new branch] export-D61686559 -> origin/export-D61686559 2025-06-05T23:12:41.5793828Z * [new branch] export-D61883224 -> origin/export-D61883224 2025-06-05T23:12:41.5794806Z * [new branch] export-D62148466 -> origin/export-D62148466 2025-06-05T23:12:41.5796110Z * [new branch] export-D62409715 -> origin/export-D62409715 2025-06-05T23:12:41.5797120Z * [new branch] export-D62427911 -> origin/export-D62427911 2025-06-05T23:12:41.5798299Z * [new branch] export-D62479584 -> origin/export-D62479584 2025-06-05T23:12:41.5799465Z * [new branch] export-D62512275 -> origin/export-D62512275 2025-06-05T23:12:41.5800460Z * [new branch] export-D62539799 -> origin/export-D62539799 2025-06-05T23:12:41.5801663Z * [new branch] export-D62546152 -> origin/export-D62546152 2025-06-05T23:12:41.5802683Z * [new branch] export-D62634206 -> origin/export-D62634206 2025-06-05T23:12:41.5803914Z * [new branch] export-D62648101 -> origin/export-D62648101 2025-06-05T23:12:41.5804880Z * [new branch] export-D62652832 -> origin/export-D62652832 2025-06-05T23:12:41.5806138Z * [new branch] export-D62761977 -> origin/export-D62761977 2025-06-05T23:12:41.5807153Z * [new branch] export-D62786631 -> origin/export-D62786631 2025-06-05T23:12:41.5808304Z * [new branch] export-D62898666 -> origin/export-D62898666 2025-06-05T23:12:41.5809300Z * [new branch] export-D62906375 -> origin/export-D62906375 2025-06-05T23:12:41.5810337Z * [new branch] export-D62910149 -> origin/export-D62910149 2025-06-05T23:12:41.5811562Z * [new branch] export-D63204927 -> origin/export-D63204927 2025-06-05T23:12:41.5812599Z * [new branch] export-D63264488 -> origin/export-D63264488 2025-06-05T23:12:41.5813767Z * [new branch] export-D63281705 -> origin/export-D63281705 2025-06-05T23:12:41.5814912Z * [new branch] export-D63344194 -> origin/export-D63344194 2025-06-05T23:12:41.5816393Z * [new branch] export-D63400245 -> origin/export-D63400245 2025-06-05T23:12:41.5817416Z * [new branch] export-D63430960 -> origin/export-D63430960 2025-06-05T23:12:41.5818460Z * [new branch] export-D63477936 -> origin/export-D63477936 2025-06-05T23:12:41.5819665Z * [new branch] export-D63518182 -> origin/export-D63518182 2025-06-05T23:12:41.5821017Z * [new branch] export-D63541800 -> origin/export-D63541800 2025-06-05T23:12:41.5822298Z * [new branch] export-D63646220 -> origin/export-D63646220 2025-06-05T23:12:41.5823217Z * [new branch] export-D63651681 -> origin/export-D63651681 2025-06-05T23:12:41.5824255Z * [new branch] export-D63656566 -> origin/export-D63656566 2025-06-05T23:12:41.5825457Z * [new branch] export-D63659947 -> origin/export-D63659947 2025-06-05T23:12:41.5826701Z * [new branch] export-D63659948 -> origin/export-D63659948 2025-06-05T23:12:41.5827596Z * [new branch] export-D63659950 -> origin/export-D63659950 2025-06-05T23:12:41.5828644Z * [new branch] export-D63738950 -> origin/export-D63738950 2025-06-05T23:12:41.5829859Z * [new branch] export-D63738952 -> origin/export-D63738952 2025-06-05T23:12:41.5830817Z * [new branch] export-D63741034 -> origin/export-D63741034 2025-06-05T23:12:41.5831864Z * [new branch] export-D63771297 -> origin/export-D63771297 2025-06-05T23:12:41.5833202Z * [new branch] export-D63779522 -> origin/export-D63779522 2025-06-05T23:12:41.5834110Z * [new branch] export-D63795843 -> origin/export-D63795843 2025-06-05T23:12:41.5835165Z * [new branch] export-D63842548 -> origin/export-D63842548 2025-06-05T23:12:41.5836326Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-06-05T23:12:41.5837538Z * [new branch] export-D63913905 -> origin/export-D63913905 2025-06-05T23:12:41.5838592Z * [new branch] export-D63925008 -> origin/export-D63925008 2025-06-05T23:12:41.5839688Z * [new branch] export-D63926055 -> origin/export-D63926055 2025-06-05T23:12:41.5840758Z * [new branch] export-D63926845 -> origin/export-D63926845 2025-06-05T23:12:41.5843386Z * [new branch] export-D63926846 -> origin/export-D63926846 2025-06-05T23:12:41.5843906Z * [new branch] export-D63926847 -> origin/export-D63926847 2025-06-05T23:12:41.5844420Z * [new branch] export-D63926849 -> origin/export-D63926849 2025-06-05T23:12:41.5845042Z * [new branch] export-D63950962 -> origin/export-D63950962 2025-06-05T23:12:41.5846197Z * [new branch] export-D63951201 -> origin/export-D63951201 2025-06-05T23:12:41.5847226Z * [new branch] export-D63994058 -> origin/export-D63994058 2025-06-05T23:12:41.5848392Z * [new branch] export-D64004508 -> origin/export-D64004508 2025-06-05T23:12:41.5849412Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-06-05T23:12:41.5850555Z * [new branch] export-D64063682 -> origin/export-D64063682 2025-06-05T23:12:41.5852029Z * [new branch] export-D64072692 -> origin/export-D64072692 2025-06-05T23:12:41.5853195Z * [new branch] export-D64074891 -> origin/export-D64074891 2025-06-05T23:12:41.5854243Z * [new branch] export-D64151426 -> origin/export-D64151426 2025-06-05T23:12:41.5855441Z * [new branch] export-D64209639 -> origin/export-D64209639 2025-06-05T23:12:41.5856461Z * [new branch] export-D64210644 -> origin/export-D64210644 2025-06-05T23:12:41.5857630Z * [new branch] export-D64309046 -> origin/export-D64309046 2025-06-05T23:12:41.5858637Z * [new branch] export-D64404190 -> origin/export-D64404190 2025-06-05T23:12:41.5859821Z * [new branch] export-D64407042 -> origin/export-D64407042 2025-06-05T23:12:41.5860825Z * [new branch] export-D64413153 -> origin/export-D64413153 2025-06-05T23:12:41.5862014Z * [new branch] export-D64436241 -> origin/export-D64436241 2025-06-05T23:12:41.5863052Z * [new branch] export-D64481537 -> origin/export-D64481537 2025-06-05T23:12:41.5864091Z * [new branch] export-D64485281 -> origin/export-D64485281 2025-06-05T23:12:41.5865261Z * [new branch] export-D64507094 -> origin/export-D64507094 2025-06-05T23:12:41.5866279Z * [new branch] export-D64541740 -> origin/export-D64541740 2025-06-05T23:12:41.5867550Z * [new branch] export-D64696334 -> origin/export-D64696334 2025-06-05T23:12:41.5868539Z * [new branch] export-D65393407 -> origin/export-D65393407 2025-06-05T23:12:41.5869708Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-06-05T23:12:41.5870722Z * [new branch] export-D65766012 -> origin/export-D65766012 2025-06-05T23:12:41.5871761Z * [new branch] export-D66392647 -> origin/export-D66392647 2025-06-05T23:12:41.5872932Z * [new branch] export-D67436429 -> origin/export-D67436429 2025-06-05T23:12:41.5873988Z * [new branch] export-D67646596 -> origin/export-D67646596 2025-06-05T23:12:41.5875105Z * [new branch] export-D67810710 -> origin/export-D67810710 2025-06-05T23:12:41.5876141Z * [new branch] export-D69058862 -> origin/export-D69058862 2025-06-05T23:12:41.5877289Z * [new branch] export-D69541729 -> origin/export-D69541729 2025-06-05T23:12:41.5878625Z * [new branch] export-D70204407 -> origin/export-D70204407 2025-06-05T23:12:41.5879568Z * [new branch] export-D70593177 -> origin/export-D70593177 2025-06-05T23:12:41.5880766Z * [new branch] export-D71557301 -> origin/export-D71557301 2025-06-05T23:12:41.5882294Z * [new branch] export-D71769231 -> origin/export-D71769231 2025-06-05T23:12:41.5883290Z * [new branch] export-D71975615 -> origin/export-D71975615 2025-06-05T23:12:41.5884453Z * [new branch] export-D72617001 -> origin/export-D72617001 2025-06-05T23:12:41.5885440Z * [new branch] export-D73398040 -> origin/export-D73398040 2025-06-05T23:12:41.5886649Z * [new branch] export-D73619452 -> origin/export-D73619452 2025-06-05T23:12:41.5888116Z * [new branch] export-D73859317 -> origin/export-D73859317 2025-06-05T23:12:41.5889098Z * [new branch] export-D74344187 -> origin/export-D74344187 2025-06-05T23:12:41.5890268Z * [new branch] export-D75007026 -> origin/export-D75007026 2025-06-05T23:12:41.5891491Z * [new branch] export-D75179679 -> origin/export-D75179679 2025-06-05T23:12:41.5892661Z * [new branch] export-D75694961 -> origin/export-D75694961 2025-06-05T23:12:41.5894201Z * [new branch] export-benchmark-metrics-ios -> origin/export-benchmark-metrics-ios 2025-06-05T23:12:41.5895237Z * [new branch] export-phi-3-with-kv-cache -> origin/export-phi-3-with-kv-cache 2025-06-05T23:12:41.5896239Z * [new branch] export_changes -> origin/export_changes 2025-06-05T23:12:41.5897414Z * [new branch] export_llama_3_2_mm -> origin/export_llama_3_2_mm 2025-06-05T23:12:41.5898459Z * [new branch] export_phi-3-mini_wrapper -> origin/export_phi-3-mini_wrapper 2025-06-05T23:12:41.5899435Z * [new branch] export_phi_3_mini -> origin/export_phi_3_mini 2025-06-05T23:12:41.5900637Z * [new branch] extension-module-static -> origin/extension-module-static 2025-06-05T23:12:41.5901686Z * [new branch] find_pybind -> origin/find_pybind 2025-06-05T23:12:41.5903019Z * [new branch] fix-android-perf-periodic-default-spec -> origin/fix-android-perf-periodic-default-spec 2025-06-05T23:12:41.5903906Z * [new branch] fix-broken-android-app -> origin/fix-broken-android-app 2025-06-05T23:12:41.5904925Z * [new branch] fix-broken-trunk-jobs -> origin/fix-broken-trunk-jobs 2025-06-05T23:12:41.5906210Z * [new branch] fix-build-apple -> origin/fix-build-apple 2025-06-05T23:12:41.5907439Z * [new branch] fix-cherry-pick-script -> origin/fix-cherry-pick-script 2025-06-05T23:12:41.5908463Z * [new branch] fix-ci-workflow-syntax-error -> origin/fix-ci-workflow-syntax-error 2025-06-05T23:12:41.5909403Z * [new branch] fix-cmake -> origin/fix-cmake 2025-06-05T23:12:41.5910571Z * [new branch] fix-doc-build -> origin/fix-doc-build 2025-06-05T23:12:41.5911540Z * [new branch] fix-edge-menu -> origin/fix-edge-menu 2025-06-05T23:12:41.5912936Z * [new branch] fix-extract-android-benchmark-results-error -> origin/fix-extract-android-benchmark-results-error 2025-06-05T23:12:41.5913774Z * [new branch] fix-flake8-lint -> origin/fix-flake8-lint 2025-06-05T23:12:41.5914909Z * [new branch] fix-flaky-ci-issue-doc-buck2-macos -> origin/fix-flaky-ci-issue-doc-buck2-macos 2025-06-05T23:12:41.5916051Z * [new branch] fix-flaky-missing-libzstd-macos -> origin/fix-flaky-missing-libzstd-macos 2025-06-05T23:12:41.5916845Z * [new branch] fix-gptq -> origin/fix-gptq 2025-06-05T23:12:41.5917867Z * [new branch] fix-images -> origin/fix-images 2025-06-05T23:12:41.5918844Z * [new branch] fix-llava-export-oom -> origin/fix-llava-export-oom 2025-06-05T23:12:41.5920059Z * [new branch] fix-missing-extra-data-package-device-farm -> origin/fix-missing-extra-data-package-device-farm 2025-06-05T23:12:41.5921013Z * [new branch] fix-missing-flatc-doc-build -> origin/fix-missing-flatc-doc-build 2025-06-05T23:12:41.5922034Z * [new branch] fix-mobilebert-llama2-ci-failure -> origin/fix-mobilebert-llama2-ci-failure 2025-06-05T23:12:41.5923535Z * [new branch] fix-nightly-build-after-6538 -> origin/fix-nightly-build-after-6538 2025-06-05T23:12:41.5924540Z * [new branch] fix-update-commit-hash-env-condition -> origin/fix-update-commit-hash-env-condition 2025-06-05T23:12:41.5925526Z * [new branch] fix-wrong-test-infra-branch-release-0.2 -> origin/fix-wrong-test-infra-branch-release-0.2 2025-06-05T23:12:41.5926444Z * [new branch] fixSKIPbug -> origin/fixSKIPbug 2025-06-05T23:12:41.5927701Z * [new branch] fix_ManagedTensor -> origin/fix_ManagedTensor 2025-06-05T23:12:41.5928682Z * [new branch] fix_data_loader -> origin/fix_data_loader 2025-06-05T23:12:41.5929657Z * [new branch] fix_eval -> origin/fix_eval 2025-06-05T23:12:41.5930714Z * [new branch] fix_export_hf_script -> origin/fix_export_hf_script 2025-06-05T23:12:41.5931895Z * [new branch] fix_flatc -> origin/fix_flatc 2025-06-05T23:12:41.5932881Z * [new branch] fix_framework -> origin/fix_framework 2025-06-05T23:12:41.5934308Z * [new branch] fix_framework2 -> origin/fix_framework2 2025-06-05T23:12:41.5934951Z * [new branch] fix_hard_coded_mps_model_names -> origin/fix_hard_coded_mps_model_names 2025-06-05T23:12:41.5936035Z * [new branch] fix_licenses_mediatek_dual -> origin/fix_licenses_mediatek_dual 2025-06-05T23:12:41.5936921Z * [new branch] fix_lint -> origin/fix_lint 2025-06-05T23:12:41.5938030Z * [new branch] fix_llama -> origin/fix_llama 2025-06-05T23:12:41.5938932Z * [new branch] fix_llava_eager -> origin/fix_llava_eager 2025-06-05T23:12:41.5939923Z * [new branch] fix_llava_test -> origin/fix_llava_test 2025-06-05T23:12:41.5941059Z * [new branch] fix_mac_ci -> origin/fix_mac_ci 2025-06-05T23:12:41.5942083Z * [new branch] fix_memory_opt_comment -> origin/fix_memory_opt_comment 2025-06-05T23:12:41.5943115Z * [new branch] fix_quantized_ops -> origin/fix_quantized_ops 2025-06-05T23:12:41.5944395Z * [new branch] fix_runner -> origin/fix_runner 2025-06-05T23:12:41.5945372Z * [new branch] fix_sdk_cmake -> origin/fix_sdk_cmake 2025-06-05T23:12:41.5946519Z * [new branch] fixup-T160292471-main -> origin/fixup-T160292471-main 2025-06-05T23:12:41.5947513Z * [new branch] fixup-T160518348-main -> origin/fixup-T160518348-main 2025-06-05T23:12:41.5948560Z * [new branch] fixup-T162252006-main -> origin/fixup-T162252006-main 2025-06-05T23:12:41.5949462Z * [new branch] fixup-T162438489-main -> origin/fixup-T162438489-main 2025-06-05T23:12:41.5950734Z * [new branch] fixup-T166549363-main -> origin/fixup-T166549363-main 2025-06-05T23:12:41.5951686Z * [new branch] fixup-T168811555-main -> origin/fixup-T168811555-main 2025-06-05T23:12:41.5952744Z * [new branch] fixup-T183138819-main -> origin/fixup-T183138819-main 2025-06-05T23:12:41.5953828Z * [new branch] fixup-T192279899-main -> origin/fixup-T192279899-main 2025-06-05T23:12:41.5954774Z * [new branch] flamingo_e2e -> origin/flamingo_e2e 2025-06-05T23:12:41.5955774Z * [new branch] flamingo_export -> origin/flamingo_export 2025-06-05T23:12:41.5957170Z * [new branch] flatbuffers_fix -> origin/flatbuffers_fix 2025-06-05T23:12:41.5958164Z * [new branch] fp16 -> origin/fp16 2025-06-05T23:12:41.5959292Z * [new branch] fp16_bf16_xnnpack -> origin/fp16_bf16_xnnpack 2025-06-05T23:12:41.5960246Z * [new branch] gc_sections_Apple -> origin/gc_sections_Apple 2025-06-05T23:12:41.5961273Z * [new branch] gemma_executorch -> origin/gemma_executorch 2025-06-05T23:12:41.5962261Z * [new branch] get_python_lib -> origin/get_python_lib 2025-06-05T23:12:41.5963444Z * [new branch] gh-pages -> origin/gh-pages 2025-06-05T23:12:41.5965657Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-06-05T23:12:41.5967113Z * [new branch] gh/Gasoonjia/2/base -> origin/gh/Gasoonjia/2/base 2025-06-05T23:12:41.5968580Z * [new branch] gh/Gasoonjia/3/base -> origin/gh/Gasoonjia/3/base 2025-06-05T23:12:41.5970019Z * [new branch] gh/Gasoonjia/4/base -> origin/gh/Gasoonjia/4/base 2025-06-05T23:12:41.5971582Z * [new branch] gh/Gasoonjia/5/base -> origin/gh/Gasoonjia/5/base 2025-06-05T23:12:41.5972923Z * [new branch] gh/Gasoonjia/6/base -> origin/gh/Gasoonjia/6/base 2025-06-05T23:12:41.5974495Z * [new branch] gh/PaliC/7/base -> origin/gh/PaliC/7/base 2025-06-05T23:12:41.5993958Z * [new branch] gh/PaliC/7/orig -> origin/gh/PaliC/7/orig 2025-06-05T23:12:41.5994590Z * [new branch] gh/PaliC/8/base -> origin/gh/PaliC/8/base 2025-06-05T23:12:41.5995110Z * [new branch] gh/PaliC/8/head -> origin/gh/PaliC/8/head 2025-06-05T23:12:41.5995608Z * [new branch] gh/PaliC/8/orig -> origin/gh/PaliC/8/orig 2025-06-05T23:12:41.5996095Z * [new branch] gh/PaliC/9/base -> origin/gh/PaliC/9/base 2025-06-05T23:12:41.5996582Z * [new branch] gh/PaliC/9/head -> origin/gh/PaliC/9/head 2025-06-05T23:12:41.5997059Z * [new branch] gh/PaliC/9/orig -> origin/gh/PaliC/9/orig 2025-06-05T23:12:41.5997573Z * [new branch] gh/SS-JIA/214/base -> origin/gh/SS-JIA/214/base 2025-06-05T23:12:41.5998066Z * [new branch] gh/SS-JIA/215/base -> origin/gh/SS-JIA/215/base 2025-06-05T23:12:41.5998568Z * [new branch] gh/SS-JIA/216/base -> origin/gh/SS-JIA/216/base 2025-06-05T23:12:41.5999049Z * [new branch] gh/SS-JIA/217/base -> origin/gh/SS-JIA/217/base 2025-06-05T23:12:41.5999551Z * [new branch] gh/SS-JIA/218/base -> origin/gh/SS-JIA/218/base 2025-06-05T23:12:41.6000047Z * [new branch] gh/SS-JIA/219/base -> origin/gh/SS-JIA/219/base 2025-06-05T23:12:41.6000690Z * [new branch] gh/SS-JIA/220/base -> origin/gh/SS-JIA/220/base 2025-06-05T23:12:41.6001189Z * [new branch] gh/SS-JIA/221/base -> origin/gh/SS-JIA/221/base 2025-06-05T23:12:41.6001680Z * [new branch] gh/SS-JIA/222/base -> origin/gh/SS-JIA/222/base 2025-06-05T23:12:41.6002176Z * [new branch] gh/SS-JIA/223/base -> origin/gh/SS-JIA/223/base 2025-06-05T23:12:41.6002677Z * [new branch] gh/SS-JIA/224/base -> origin/gh/SS-JIA/224/base 2025-06-05T23:12:41.6003162Z * [new branch] gh/SS-JIA/225/base -> origin/gh/SS-JIA/225/base 2025-06-05T23:12:41.6003663Z * [new branch] gh/SS-JIA/225/head -> origin/gh/SS-JIA/225/head 2025-06-05T23:12:41.6004152Z * [new branch] gh/SS-JIA/225/orig -> origin/gh/SS-JIA/225/orig 2025-06-05T23:12:41.6004723Z * [new branch] gh/SS-JIA/226/base -> origin/gh/SS-JIA/226/base 2025-06-05T23:12:41.6005463Z * [new branch] gh/SS-JIA/227/base -> origin/gh/SS-JIA/227/base 2025-06-05T23:12:41.6006832Z * [new branch] gh/SS-JIA/228/base -> origin/gh/SS-JIA/228/base 2025-06-05T23:12:41.6008262Z * [new branch] gh/SS-JIA/229/base -> origin/gh/SS-JIA/229/base 2025-06-05T23:12:41.6010070Z * [new branch] gh/SS-JIA/230/base -> origin/gh/SS-JIA/230/base 2025-06-05T23:12:41.6011506Z * [new branch] gh/SS-JIA/231/base -> origin/gh/SS-JIA/231/base 2025-06-05T23:12:41.6012984Z * [new branch] gh/SS-JIA/232/base -> origin/gh/SS-JIA/232/base 2025-06-05T23:12:41.6014436Z * [new branch] gh/SS-JIA/233/base -> origin/gh/SS-JIA/233/base 2025-06-05T23:12:41.6015839Z * [new branch] gh/SS-JIA/234/base -> origin/gh/SS-JIA/234/base 2025-06-05T23:12:41.6017322Z * [new branch] gh/SS-JIA/235/base -> origin/gh/SS-JIA/235/base 2025-06-05T23:12:41.6018700Z * [new branch] gh/SS-JIA/236/base -> origin/gh/SS-JIA/236/base 2025-06-05T23:12:41.6020484Z * [new branch] gh/SS-JIA/236/head -> origin/gh/SS-JIA/236/head 2025-06-05T23:12:41.6022367Z * [new branch] gh/SS-JIA/236/orig -> origin/gh/SS-JIA/236/orig 2025-06-05T23:12:41.6023588Z * [new branch] gh/SS-JIA/237/base -> origin/gh/SS-JIA/237/base 2025-06-05T23:12:41.6024803Z * [new branch] gh/SS-JIA/237/head -> origin/gh/SS-JIA/237/head 2025-06-05T23:12:41.6026020Z * [new branch] gh/SS-JIA/237/orig -> origin/gh/SS-JIA/237/orig 2025-06-05T23:12:41.6027812Z * [new branch] gh/ahmtox/1/base -> origin/gh/ahmtox/1/base 2025-06-05T23:12:41.6029173Z * [new branch] gh/ahmtox/10/base -> origin/gh/ahmtox/10/base 2025-06-05T23:12:41.6030072Z * [new branch] gh/ahmtox/10/head -> origin/gh/ahmtox/10/head 2025-06-05T23:12:41.6031144Z * [new branch] gh/ahmtox/10/orig -> origin/gh/ahmtox/10/orig 2025-06-05T23:12:41.6032266Z * [new branch] gh/ahmtox/11/base -> origin/gh/ahmtox/11/base 2025-06-05T23:12:41.6033240Z * [new branch] gh/ahmtox/11/head -> origin/gh/ahmtox/11/head 2025-06-05T23:12:41.6034279Z * [new branch] gh/ahmtox/11/orig -> origin/gh/ahmtox/11/orig 2025-06-05T23:12:41.6036559Z * [new branch] gh/ahmtox/2/base -> origin/gh/ahmtox/2/base 2025-06-05T23:12:41.6038141Z * [new branch] gh/ahmtox/3/base -> origin/gh/ahmtox/3/base 2025-06-05T23:12:41.6039936Z * [new branch] gh/ahmtox/3/orig -> origin/gh/ahmtox/3/orig 2025-06-05T23:12:41.6042353Z * [new branch] gh/ahmtox/4/base -> origin/gh/ahmtox/4/base 2025-06-05T23:12:41.6044216Z * [new branch] gh/ahmtox/5/base -> origin/gh/ahmtox/5/base 2025-06-05T23:12:41.6045522Z * [new branch] gh/ahmtox/5/head -> origin/gh/ahmtox/5/head 2025-06-05T23:12:41.6046876Z * [new branch] gh/ahmtox/5/orig -> origin/gh/ahmtox/5/orig 2025-06-05T23:12:41.6048602Z * [new branch] gh/ahmtox/6/base -> origin/gh/ahmtox/6/base 2025-06-05T23:12:41.6050375Z * [new branch] gh/ahmtox/7/base -> origin/gh/ahmtox/7/base 2025-06-05T23:12:41.6051714Z * [new branch] gh/ahmtox/7/head -> origin/gh/ahmtox/7/head 2025-06-05T23:12:41.6053056Z * [new branch] gh/ahmtox/7/orig -> origin/gh/ahmtox/7/orig 2025-06-05T23:12:41.6054598Z * [new branch] gh/ahmtox/8/base -> origin/gh/ahmtox/8/base 2025-06-05T23:12:41.6055866Z * [new branch] gh/ahmtox/8/head -> origin/gh/ahmtox/8/head 2025-06-05T23:12:41.6057148Z * [new branch] gh/ahmtox/8/orig -> origin/gh/ahmtox/8/orig 2025-06-05T23:12:41.6058751Z * [new branch] gh/ahmtox/9/base -> origin/gh/ahmtox/9/base 2025-06-05T23:12:41.6059653Z * [new branch] gh/ahmtox/9/head -> origin/gh/ahmtox/9/head 2025-06-05T23:12:41.6061134Z * [new branch] gh/ahmtox/9/orig -> origin/gh/ahmtox/9/orig 2025-06-05T23:12:41.6063141Z * [new branch] gh/cccclai/1/base -> origin/gh/cccclai/1/base 2025-06-05T23:12:41.6064324Z * [new branch] gh/cccclai/1/head -> origin/gh/cccclai/1/head 2025-06-05T23:12:41.6065664Z * [new branch] gh/cccclai/1/orig -> origin/gh/cccclai/1/orig 2025-06-05T23:12:41.6067475Z * [new branch] gh/cccclai/10/base -> origin/gh/cccclai/10/base 2025-06-05T23:12:41.6068755Z * [new branch] gh/cccclai/10/head -> origin/gh/cccclai/10/head 2025-06-05T23:12:41.6070068Z * [new branch] gh/cccclai/10/orig -> origin/gh/cccclai/10/orig 2025-06-05T23:12:41.6071861Z * [new branch] gh/cccclai/11/base -> origin/gh/cccclai/11/base 2025-06-05T23:12:41.6073248Z * [new branch] gh/cccclai/11/head -> origin/gh/cccclai/11/head 2025-06-05T23:12:41.6074620Z * [new branch] gh/cccclai/11/orig -> origin/gh/cccclai/11/orig 2025-06-05T23:12:41.6076346Z * [new branch] gh/cccclai/12/base -> origin/gh/cccclai/12/base 2025-06-05T23:12:41.6077607Z * [new branch] gh/cccclai/12/head -> origin/gh/cccclai/12/head 2025-06-05T23:12:41.6078963Z * [new branch] gh/cccclai/12/orig -> origin/gh/cccclai/12/orig 2025-06-05T23:12:41.6080964Z * [new branch] gh/cccclai/13/base -> origin/gh/cccclai/13/base 2025-06-05T23:12:41.6082546Z * [new branch] gh/cccclai/13/head -> origin/gh/cccclai/13/head 2025-06-05T23:12:41.6084180Z * [new branch] gh/cccclai/13/orig -> origin/gh/cccclai/13/orig 2025-06-05T23:12:41.6085813Z * [new branch] gh/cccclai/14/base -> origin/gh/cccclai/14/base 2025-06-05T23:12:41.6087136Z * [new branch] gh/cccclai/14/head -> origin/gh/cccclai/14/head 2025-06-05T23:12:41.6088472Z * [new branch] gh/cccclai/14/orig -> origin/gh/cccclai/14/orig 2025-06-05T23:12:41.6090114Z * [new branch] gh/cccclai/15/base -> origin/gh/cccclai/15/base 2025-06-05T23:12:41.6091612Z * [new branch] gh/cccclai/15/head -> origin/gh/cccclai/15/head 2025-06-05T23:12:41.6092934Z * [new branch] gh/cccclai/15/orig -> origin/gh/cccclai/15/orig 2025-06-05T23:12:41.6094667Z * [new branch] gh/cccclai/16/base -> origin/gh/cccclai/16/base 2025-06-05T23:12:41.6096015Z * [new branch] gh/cccclai/16/head -> origin/gh/cccclai/16/head 2025-06-05T23:12:41.6097427Z * [new branch] gh/cccclai/16/orig -> origin/gh/cccclai/16/orig 2025-06-05T23:12:41.6099419Z * [new branch] gh/cccclai/17/base -> origin/gh/cccclai/17/base 2025-06-05T23:12:41.6100784Z * [new branch] gh/cccclai/17/head -> origin/gh/cccclai/17/head 2025-06-05T23:12:41.6102296Z * [new branch] gh/cccclai/17/orig -> origin/gh/cccclai/17/orig 2025-06-05T23:12:41.6104471Z * [new branch] gh/cccclai/18/base -> origin/gh/cccclai/18/base 2025-06-05T23:12:41.6107151Z * [new branch] gh/cccclai/18/head -> origin/gh/cccclai/18/head 2025-06-05T23:12:41.6109086Z * [new branch] gh/cccclai/18/orig -> origin/gh/cccclai/18/orig 2025-06-05T23:12:41.6110394Z * [new branch] gh/cccclai/19/base -> origin/gh/cccclai/19/base 2025-06-05T23:12:41.6111380Z * [new branch] gh/cccclai/19/head -> origin/gh/cccclai/19/head 2025-06-05T23:12:41.6112420Z * [new branch] gh/cccclai/19/orig -> origin/gh/cccclai/19/orig 2025-06-05T23:12:41.6113756Z * [new branch] gh/cccclai/2/base -> origin/gh/cccclai/2/base 2025-06-05T23:12:41.6114878Z * [new branch] gh/cccclai/2/head -> origin/gh/cccclai/2/head 2025-06-05T23:12:41.6115745Z * [new branch] gh/cccclai/2/orig -> origin/gh/cccclai/2/orig 2025-06-05T23:12:41.6117185Z * [new branch] gh/cccclai/20/base -> origin/gh/cccclai/20/base 2025-06-05T23:12:41.6118080Z * [new branch] gh/cccclai/20/head -> origin/gh/cccclai/20/head 2025-06-05T23:12:41.6119103Z * [new branch] gh/cccclai/20/orig -> origin/gh/cccclai/20/orig 2025-06-05T23:12:41.6120762Z * [new branch] gh/cccclai/21/base -> origin/gh/cccclai/21/base 2025-06-05T23:12:41.6121642Z * [new branch] gh/cccclai/21/head -> origin/gh/cccclai/21/head 2025-06-05T23:12:41.6122673Z * [new branch] gh/cccclai/21/orig -> origin/gh/cccclai/21/orig 2025-06-05T23:12:41.6123862Z * [new branch] gh/cccclai/22/base -> origin/gh/cccclai/22/base 2025-06-05T23:12:41.6124880Z * [new branch] gh/cccclai/22/head -> origin/gh/cccclai/22/head 2025-06-05T23:12:41.6125872Z * [new branch] gh/cccclai/22/orig -> origin/gh/cccclai/22/orig 2025-06-05T23:12:41.6127151Z * [new branch] gh/cccclai/23/base -> origin/gh/cccclai/23/base 2025-06-05T23:12:41.6128098Z * [new branch] gh/cccclai/23/head -> origin/gh/cccclai/23/head 2025-06-05T23:12:41.6129072Z * [new branch] gh/cccclai/23/orig -> origin/gh/cccclai/23/orig 2025-06-05T23:12:41.6130606Z * [new branch] gh/cccclai/3/base -> origin/gh/cccclai/3/base 2025-06-05T23:12:41.6131632Z * [new branch] gh/cccclai/3/head -> origin/gh/cccclai/3/head 2025-06-05T23:12:41.6132495Z * [new branch] gh/cccclai/3/orig -> origin/gh/cccclai/3/orig 2025-06-05T23:12:41.6134257Z * [new branch] gh/cccclai/4/base -> origin/gh/cccclai/4/base 2025-06-05T23:12:41.6135313Z * [new branch] gh/cccclai/4/head -> origin/gh/cccclai/4/head 2025-06-05T23:12:41.6136926Z * [new branch] gh/cccclai/4/orig -> origin/gh/cccclai/4/orig 2025-06-05T23:12:41.6138285Z * [new branch] gh/cccclai/5/base -> origin/gh/cccclai/5/base 2025-06-05T23:12:41.6139334Z * [new branch] gh/cccclai/5/head -> origin/gh/cccclai/5/head 2025-06-05T23:12:41.6140633Z * [new branch] gh/cccclai/5/orig -> origin/gh/cccclai/5/orig 2025-06-05T23:12:41.6142671Z * [new branch] gh/cccclai/6/base -> origin/gh/cccclai/6/base 2025-06-05T23:12:41.6143598Z * [new branch] gh/cccclai/6/head -> origin/gh/cccclai/6/head 2025-06-05T23:12:41.6144638Z * [new branch] gh/cccclai/6/orig -> origin/gh/cccclai/6/orig 2025-06-05T23:12:41.6146434Z * [new branch] gh/cccclai/7/base -> origin/gh/cccclai/7/base 2025-06-05T23:12:41.6147411Z * [new branch] gh/cccclai/7/head -> origin/gh/cccclai/7/head 2025-06-05T23:12:41.6148404Z * [new branch] gh/cccclai/7/orig -> origin/gh/cccclai/7/orig 2025-06-05T23:12:41.6149577Z * [new branch] gh/cccclai/8/base -> origin/gh/cccclai/8/base 2025-06-05T23:12:41.6150555Z * [new branch] gh/cccclai/8/head -> origin/gh/cccclai/8/head 2025-06-05T23:12:41.6151559Z * [new branch] gh/cccclai/8/orig -> origin/gh/cccclai/8/orig 2025-06-05T23:12:41.6153105Z * [new branch] gh/cccclai/9/base -> origin/gh/cccclai/9/base 2025-06-05T23:12:41.6154151Z * [new branch] gh/cccclai/9/head -> origin/gh/cccclai/9/head 2025-06-05T23:12:41.6155201Z * [new branch] gh/cccclai/9/orig -> origin/gh/cccclai/9/orig 2025-06-05T23:12:41.6156817Z * [new branch] gh/davidlin54/1/next -> origin/gh/davidlin54/1/next 2025-06-05T23:12:41.6157756Z * [new branch] gh/davidlin54/1/orig -> origin/gh/davidlin54/1/orig 2025-06-05T23:12:41.6159174Z * [new branch] gh/davidlin54/2/next -> origin/gh/davidlin54/2/next 2025-06-05T23:12:41.6160085Z * [new branch] gh/davidlin54/2/orig -> origin/gh/davidlin54/2/orig 2025-06-05T23:12:41.6161409Z * [new branch] gh/davidlin54/3/next -> origin/gh/davidlin54/3/next 2025-06-05T23:12:41.6162298Z * [new branch] gh/davidlin54/3/orig -> origin/gh/davidlin54/3/orig 2025-06-05T23:12:41.6163615Z * [new branch] gh/davidlin54/4/next -> origin/gh/davidlin54/4/next 2025-06-05T23:12:41.6164497Z * [new branch] gh/davidlin54/4/orig -> origin/gh/davidlin54/4/orig 2025-06-05T23:12:41.6165806Z * [new branch] gh/davidlin54/5/next -> origin/gh/davidlin54/5/next 2025-06-05T23:12:41.6166826Z * [new branch] gh/davidlin54/5/orig -> origin/gh/davidlin54/5/orig 2025-06-05T23:12:41.6168516Z * [new branch] gh/digantdesai/1/base -> origin/gh/digantdesai/1/base 2025-06-05T23:12:41.6169571Z * [new branch] gh/digantdesai/1/head -> origin/gh/digantdesai/1/head 2025-06-05T23:12:41.6170776Z * [new branch] gh/digantdesai/10/base -> origin/gh/digantdesai/10/base 2025-06-05T23:12:41.6172486Z * [new branch] gh/digantdesai/11/base -> origin/gh/digantdesai/11/base 2025-06-05T23:12:41.6173437Z * [new branch] gh/digantdesai/11/head -> origin/gh/digantdesai/11/head 2025-06-05T23:12:41.6174458Z * [new branch] gh/digantdesai/11/orig -> origin/gh/digantdesai/11/orig 2025-06-05T23:12:41.6175866Z * [new branch] gh/digantdesai/12/base -> origin/gh/digantdesai/12/base 2025-06-05T23:12:41.6176921Z * [new branch] gh/digantdesai/12/head -> origin/gh/digantdesai/12/head 2025-06-05T23:12:41.6178246Z * [new branch] gh/digantdesai/13/base -> origin/gh/digantdesai/13/base 2025-06-05T23:12:41.6179254Z * [new branch] gh/digantdesai/13/head -> origin/gh/digantdesai/13/head 2025-06-05T23:12:41.6180371Z * [new branch] gh/digantdesai/13/orig -> origin/gh/digantdesai/13/orig 2025-06-05T23:12:41.6181798Z * [new branch] gh/digantdesai/14/base -> origin/gh/digantdesai/14/base 2025-06-05T23:12:41.6182811Z * [new branch] gh/digantdesai/14/head -> origin/gh/digantdesai/14/head 2025-06-05T23:12:41.6184054Z * [new branch] gh/digantdesai/14/orig -> origin/gh/digantdesai/14/orig 2025-06-05T23:12:41.6185433Z * [new branch] gh/digantdesai/15/base -> origin/gh/digantdesai/15/base 2025-06-05T23:12:41.6186435Z * [new branch] gh/digantdesai/15/head -> origin/gh/digantdesai/15/head 2025-06-05T23:12:41.6188247Z * [new branch] gh/digantdesai/15/orig -> origin/gh/digantdesai/15/orig 2025-06-05T23:12:41.6189367Z * [new branch] gh/digantdesai/16/base -> origin/gh/digantdesai/16/base 2025-06-05T23:12:41.6190366Z * [new branch] gh/digantdesai/16/head -> origin/gh/digantdesai/16/head 2025-06-05T23:12:41.6191494Z * [new branch] gh/digantdesai/16/orig -> origin/gh/digantdesai/16/orig 2025-06-05T23:12:41.6194449Z * [new branch] gh/digantdesai/17/base -> origin/gh/digantdesai/17/base 2025-06-05T23:12:41.6195543Z * [new branch] gh/digantdesai/17/head -> origin/gh/digantdesai/17/head 2025-06-05T23:12:41.6196526Z * [new branch] gh/digantdesai/17/orig -> origin/gh/digantdesai/17/orig 2025-06-05T23:12:41.6197626Z * [new branch] gh/digantdesai/18/base -> origin/gh/digantdesai/18/base 2025-06-05T23:12:41.6198709Z * [new branch] gh/digantdesai/18/head -> origin/gh/digantdesai/18/head 2025-06-05T23:12:41.6199830Z * [new branch] gh/digantdesai/18/orig -> origin/gh/digantdesai/18/orig 2025-06-05T23:12:41.6201270Z * [new branch] gh/digantdesai/19/base -> origin/gh/digantdesai/19/base 2025-06-05T23:12:41.6202632Z * [new branch] gh/digantdesai/2/base -> origin/gh/digantdesai/2/base 2025-06-05T23:12:41.6204122Z * [new branch] gh/digantdesai/20/base -> origin/gh/digantdesai/20/base 2025-06-05T23:12:41.6205772Z * [new branch] gh/digantdesai/21/base -> origin/gh/digantdesai/21/base 2025-06-05T23:12:41.6206780Z * [new branch] gh/digantdesai/21/head -> origin/gh/digantdesai/21/head 2025-06-05T23:12:41.6207721Z * [new branch] gh/digantdesai/21/orig -> origin/gh/digantdesai/21/orig 2025-06-05T23:12:41.6208767Z * [new branch] gh/digantdesai/22/base -> origin/gh/digantdesai/22/base 2025-06-05T23:12:41.6209732Z * [new branch] gh/digantdesai/22/head -> origin/gh/digantdesai/22/head 2025-06-05T23:12:41.6210743Z * [new branch] gh/digantdesai/22/orig -> origin/gh/digantdesai/22/orig 2025-06-05T23:12:41.6211885Z * [new branch] gh/digantdesai/23/base -> origin/gh/digantdesai/23/base 2025-06-05T23:12:41.6212955Z * [new branch] gh/digantdesai/23/head -> origin/gh/digantdesai/23/head 2025-06-05T23:12:41.6213954Z * [new branch] gh/digantdesai/23/orig -> origin/gh/digantdesai/23/orig 2025-06-05T23:12:41.6215194Z * [new branch] gh/digantdesai/24/base -> origin/gh/digantdesai/24/base 2025-06-05T23:12:41.6216616Z * [new branch] gh/digantdesai/25/base -> origin/gh/digantdesai/25/base 2025-06-05T23:12:41.6217666Z * [new branch] gh/digantdesai/25/orig -> origin/gh/digantdesai/25/orig 2025-06-05T23:12:41.6219374Z * [new branch] gh/digantdesai/26/base -> origin/gh/digantdesai/26/base 2025-06-05T23:12:41.6220435Z * [new branch] gh/digantdesai/26/orig -> origin/gh/digantdesai/26/orig 2025-06-05T23:12:41.6221587Z * [new branch] gh/digantdesai/27/base -> origin/gh/digantdesai/27/base 2025-06-05T23:12:41.6222574Z * [new branch] gh/digantdesai/27/head -> origin/gh/digantdesai/27/head 2025-06-05T23:12:41.6223584Z * [new branch] gh/digantdesai/27/orig -> origin/gh/digantdesai/27/orig 2025-06-05T23:12:41.6224860Z * [new branch] gh/digantdesai/28/base -> origin/gh/digantdesai/28/base 2025-06-05T23:12:41.6226320Z * [new branch] gh/digantdesai/29/base -> origin/gh/digantdesai/29/base 2025-06-05T23:12:41.6227890Z * [new branch] gh/digantdesai/3/base -> origin/gh/digantdesai/3/base 2025-06-05T23:12:41.6229296Z * [new branch] gh/digantdesai/30/base -> origin/gh/digantdesai/30/base 2025-06-05T23:12:41.6230557Z * [new branch] gh/digantdesai/31/base -> origin/gh/digantdesai/31/base 2025-06-05T23:12:41.6231977Z * [new branch] gh/digantdesai/32/base -> origin/gh/digantdesai/32/base 2025-06-05T23:12:41.6233320Z * [new branch] gh/digantdesai/33/base -> origin/gh/digantdesai/33/base 2025-06-05T23:12:41.6235008Z * [new branch] gh/digantdesai/34/base -> origin/gh/digantdesai/34/base 2025-06-05T23:12:41.6236303Z * [new branch] gh/digantdesai/35/base -> origin/gh/digantdesai/35/base 2025-06-05T23:12:41.6237471Z * [new branch] gh/digantdesai/35/head -> origin/gh/digantdesai/35/head 2025-06-05T23:12:41.6238526Z * [new branch] gh/digantdesai/35/orig -> origin/gh/digantdesai/35/orig 2025-06-05T23:12:41.6239991Z * [new branch] gh/digantdesai/36/base -> origin/gh/digantdesai/36/base 2025-06-05T23:12:41.6241572Z * [new branch] gh/digantdesai/37/base -> origin/gh/digantdesai/37/base 2025-06-05T23:12:41.6242555Z * [new branch] gh/digantdesai/37/head -> origin/gh/digantdesai/37/head 2025-06-05T23:12:41.6243617Z * [new branch] gh/digantdesai/38/base -> origin/gh/digantdesai/38/base 2025-06-05T23:12:41.6244609Z * [new branch] gh/digantdesai/38/head -> origin/gh/digantdesai/38/head 2025-06-05T23:12:41.6245923Z * [new branch] gh/digantdesai/39/base -> origin/gh/digantdesai/39/base 2025-06-05T23:12:41.6246970Z * [new branch] gh/digantdesai/39/head -> origin/gh/digantdesai/39/head 2025-06-05T23:12:41.6248712Z * [new branch] gh/digantdesai/4/base -> origin/gh/digantdesai/4/base 2025-06-05T23:12:41.6249873Z * [new branch] gh/digantdesai/40/base -> origin/gh/digantdesai/40/base 2025-06-05T23:12:41.6250890Z * [new branch] gh/digantdesai/40/head -> origin/gh/digantdesai/40/head 2025-06-05T23:12:41.6252285Z * [new branch] gh/digantdesai/41/base -> origin/gh/digantdesai/41/base 2025-06-05T23:12:41.6253666Z * [new branch] gh/digantdesai/42/base -> origin/gh/digantdesai/42/base 2025-06-05T23:12:41.6255056Z * [new branch] gh/digantdesai/43/base -> origin/gh/digantdesai/43/base 2025-06-05T23:12:41.6256493Z * [new branch] gh/digantdesai/44/base -> origin/gh/digantdesai/44/base 2025-06-05T23:12:41.6257818Z * [new branch] gh/digantdesai/5/base -> origin/gh/digantdesai/5/base 2025-06-05T23:12:41.6259247Z * [new branch] gh/digantdesai/6/base -> origin/gh/digantdesai/6/base 2025-06-05T23:12:41.6260605Z * [new branch] gh/digantdesai/7/base -> origin/gh/digantdesai/7/base 2025-06-05T23:12:41.6261934Z * [new branch] gh/digantdesai/8/base -> origin/gh/digantdesai/8/base 2025-06-05T23:12:41.6263213Z * [new branch] gh/digantdesai/9/base -> origin/gh/digantdesai/9/base 2025-06-05T23:12:41.6264261Z * [new branch] gh/digantdesai/9/head -> origin/gh/digantdesai/9/head 2025-06-05T23:12:41.6265247Z * [new branch] gh/digantdesai/9/orig -> origin/gh/digantdesai/9/orig 2025-06-05T23:12:41.6266887Z * [new branch] gh/dvorjackz/1/head -> origin/gh/dvorjackz/1/head 2025-06-05T23:12:41.6267876Z * [new branch] gh/dvorjackz/1/next -> origin/gh/dvorjackz/1/next 2025-06-05T23:12:41.6269055Z * [new branch] gh/fredrikk/test -> origin/gh/fredrikk/test 2025-06-05T23:12:41.6270662Z * [new branch] gh/gasoonjia/1/base -> origin/gh/gasoonjia/1/base 2025-06-05T23:12:41.6271957Z * [new branch] gh/gasoonjia/10/base -> origin/gh/gasoonjia/10/base 2025-06-05T23:12:41.6272921Z * [new branch] gh/gasoonjia/10/head -> origin/gh/gasoonjia/10/head 2025-06-05T23:12:41.6273881Z * [new branch] gh/gasoonjia/10/orig -> origin/gh/gasoonjia/10/orig 2025-06-05T23:12:41.6275227Z * [new branch] gh/gasoonjia/11/base -> origin/gh/gasoonjia/11/base 2025-06-05T23:12:41.6276279Z * [new branch] gh/gasoonjia/11/head -> origin/gh/gasoonjia/11/head 2025-06-05T23:12:41.6277266Z * [new branch] gh/gasoonjia/11/orig -> origin/gh/gasoonjia/11/orig 2025-06-05T23:12:41.6278693Z * [new branch] gh/gasoonjia/12/base -> origin/gh/gasoonjia/12/base 2025-06-05T23:12:41.6279687Z * [new branch] gh/gasoonjia/12/head -> origin/gh/gasoonjia/12/head 2025-06-05T23:12:41.6280573Z * [new branch] gh/gasoonjia/12/orig -> origin/gh/gasoonjia/12/orig 2025-06-05T23:12:41.6282150Z * [new branch] gh/gasoonjia/2/base -> origin/gh/gasoonjia/2/base 2025-06-05T23:12:41.6283230Z * [new branch] gh/gasoonjia/2/orig -> origin/gh/gasoonjia/2/orig 2025-06-05T23:12:41.6284515Z * [new branch] gh/gasoonjia/3/base -> origin/gh/gasoonjia/3/base 2025-06-05T23:12:41.6285411Z * [new branch] gh/gasoonjia/3/head -> origin/gh/gasoonjia/3/head 2025-06-05T23:12:41.6286462Z * [new branch] gh/gasoonjia/3/orig -> origin/gh/gasoonjia/3/orig 2025-06-05T23:12:41.6287781Z * [new branch] gh/gasoonjia/4/base -> origin/gh/gasoonjia/4/base 2025-06-05T23:12:41.6288736Z * [new branch] gh/gasoonjia/4/head -> origin/gh/gasoonjia/4/head 2025-06-05T23:12:41.6289828Z * [new branch] gh/gasoonjia/4/orig -> origin/gh/gasoonjia/4/orig 2025-06-05T23:12:41.6291550Z * [new branch] gh/gasoonjia/5/base -> origin/gh/gasoonjia/5/base 2025-06-05T23:12:41.6292491Z * [new branch] gh/gasoonjia/5/head -> origin/gh/gasoonjia/5/head 2025-06-05T23:12:41.6293499Z * [new branch] gh/gasoonjia/5/orig -> origin/gh/gasoonjia/5/orig 2025-06-05T23:12:41.6294861Z * [new branch] gh/gasoonjia/6/base -> origin/gh/gasoonjia/6/base 2025-06-05T23:12:41.6295898Z * [new branch] gh/gasoonjia/6/head -> origin/gh/gasoonjia/6/head 2025-06-05T23:12:41.6297082Z * [new branch] gh/gasoonjia/7/base -> origin/gh/gasoonjia/7/base 2025-06-05T23:12:41.6298470Z * [new branch] gh/gasoonjia/7/head -> origin/gh/gasoonjia/7/head 2025-06-05T23:12:41.6299641Z * [new branch] gh/gasoonjia/8/base -> origin/gh/gasoonjia/8/base 2025-06-05T23:12:41.6300514Z * [new branch] gh/gasoonjia/8/head -> origin/gh/gasoonjia/8/head 2025-06-05T23:12:41.6302106Z * [new branch] gh/gasoonjia/9/base -> origin/gh/gasoonjia/9/base 2025-06-05T23:12:41.6303135Z * [new branch] gh/gasoonjia/9/head -> origin/gh/gasoonjia/9/head 2025-06-05T23:12:41.6304067Z * [new branch] gh/gasoonjia/9/orig -> origin/gh/gasoonjia/9/orig 2025-06-05T23:12:41.6305747Z * [new branch] gh/guangy10/1/base -> origin/gh/guangy10/1/base 2025-06-05T23:12:41.6306864Z * [new branch] gh/guangy10/1/head -> origin/gh/guangy10/1/head 2025-06-05T23:12:41.6307649Z * [new branch] gh/guangy10/1/orig -> origin/gh/guangy10/1/orig 2025-06-05T23:12:41.6308968Z * [new branch] gh/guangy10/10/base -> origin/gh/guangy10/10/base 2025-06-05T23:12:41.6310200Z * [new branch] gh/guangy10/10/head -> origin/gh/guangy10/10/head 2025-06-05T23:12:41.6311200Z * [new branch] gh/guangy10/10/orig -> origin/gh/guangy10/10/orig 2025-06-05T23:12:41.6312183Z * [new branch] gh/guangy10/11/base -> origin/gh/guangy10/11/base 2025-06-05T23:12:41.6313111Z * [new branch] gh/guangy10/11/head -> origin/gh/guangy10/11/head 2025-06-05T23:12:41.6314073Z * [new branch] gh/guangy10/11/orig -> origin/gh/guangy10/11/orig 2025-06-05T23:12:41.6315258Z * [new branch] gh/guangy10/12/base -> origin/gh/guangy10/12/base 2025-06-05T23:12:41.6316203Z * [new branch] gh/guangy10/12/orig -> origin/gh/guangy10/12/orig 2025-06-05T23:12:41.6317530Z * [new branch] gh/guangy10/13/base -> origin/gh/guangy10/13/base 2025-06-05T23:12:41.6318482Z * [new branch] gh/guangy10/13/head -> origin/gh/guangy10/13/head 2025-06-05T23:12:41.6319701Z * [new branch] gh/guangy10/13/orig -> origin/gh/guangy10/13/orig 2025-06-05T23:12:41.6321920Z * [new branch] gh/guangy10/14/base -> origin/gh/guangy10/14/base 2025-06-05T23:12:41.6323453Z * [new branch] gh/guangy10/14/head -> origin/gh/guangy10/14/head 2025-06-05T23:12:41.6325050Z * [new branch] gh/guangy10/14/orig -> origin/gh/guangy10/14/orig 2025-06-05T23:12:41.6327078Z * [new branch] gh/guangy10/15/base -> origin/gh/guangy10/15/base 2025-06-05T23:12:41.6328725Z * [new branch] gh/guangy10/15/head -> origin/gh/guangy10/15/head 2025-06-05T23:12:41.6330511Z * [new branch] gh/guangy10/15/orig -> origin/gh/guangy10/15/orig 2025-06-05T23:12:41.6331786Z * [new branch] gh/guangy10/16/base -> origin/gh/guangy10/16/base 2025-06-05T23:12:41.6332811Z * [new branch] gh/guangy10/16/orig -> origin/gh/guangy10/16/orig 2025-06-05T23:12:41.6334150Z * [new branch] gh/guangy10/17/base -> origin/gh/guangy10/17/base 2025-06-05T23:12:41.6335133Z * [new branch] gh/guangy10/17/head -> origin/gh/guangy10/17/head 2025-06-05T23:12:41.6336126Z * [new branch] gh/guangy10/17/orig -> origin/gh/guangy10/17/orig 2025-06-05T23:12:41.6337768Z * [new branch] gh/guangy10/18/base -> origin/gh/guangy10/18/base 2025-06-05T23:12:41.6338636Z * [new branch] gh/guangy10/18/head -> origin/gh/guangy10/18/head 2025-06-05T23:12:41.6339527Z * [new branch] gh/guangy10/18/orig -> origin/gh/guangy10/18/orig 2025-06-05T23:12:41.6340845Z * [new branch] gh/guangy10/19/base -> origin/gh/guangy10/19/base 2025-06-05T23:12:41.6341805Z * [new branch] gh/guangy10/19/head -> origin/gh/guangy10/19/head 2025-06-05T23:12:41.6342783Z * [new branch] gh/guangy10/19/orig -> origin/gh/guangy10/19/orig 2025-06-05T23:12:41.6344167Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-06-05T23:12:41.6345205Z * [new branch] gh/guangy10/2/head -> origin/gh/guangy10/2/head 2025-06-05T23:12:41.6346232Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-06-05T23:12:41.6347868Z * [new branch] gh/guangy10/20/base -> origin/gh/guangy10/20/base 2025-06-05T23:12:41.6348729Z * [new branch] gh/guangy10/20/head -> origin/gh/guangy10/20/head 2025-06-05T23:12:41.6349948Z * [new branch] gh/guangy10/20/orig -> origin/gh/guangy10/20/orig 2025-06-05T23:12:41.6351370Z * [new branch] gh/guangy10/21/base -> origin/gh/guangy10/21/base 2025-06-05T23:12:41.6352352Z * [new branch] gh/guangy10/21/orig -> origin/gh/guangy10/21/orig 2025-06-05T23:12:41.6353661Z * [new branch] gh/guangy10/3/base -> origin/gh/guangy10/3/base 2025-06-05T23:12:41.6354679Z * [new branch] gh/guangy10/3/head -> origin/gh/guangy10/3/head 2025-06-05T23:12:41.6355689Z * [new branch] gh/guangy10/3/orig -> origin/gh/guangy10/3/orig 2025-06-05T23:12:41.6357017Z * [new branch] gh/guangy10/4/base -> origin/gh/guangy10/4/base 2025-06-05T23:12:41.6358013Z * [new branch] gh/guangy10/4/head -> origin/gh/guangy10/4/head 2025-06-05T23:12:41.6359018Z * [new branch] gh/guangy10/4/orig -> origin/gh/guangy10/4/orig 2025-06-05T23:12:41.6360376Z * [new branch] gh/guangy10/5/base -> origin/gh/guangy10/5/base 2025-06-05T23:12:41.6361363Z * [new branch] gh/guangy10/5/head -> origin/gh/guangy10/5/head 2025-06-05T23:12:41.6362312Z * [new branch] gh/guangy10/5/orig -> origin/gh/guangy10/5/orig 2025-06-05T23:12:41.6363876Z * [new branch] gh/guangy10/6/base -> origin/gh/guangy10/6/base 2025-06-05T23:12:41.6364810Z * [new branch] gh/guangy10/6/head -> origin/gh/guangy10/6/head 2025-06-05T23:12:41.6365867Z * [new branch] gh/guangy10/6/orig -> origin/gh/guangy10/6/orig 2025-06-05T23:12:41.6367229Z * [new branch] gh/guangy10/7/base -> origin/gh/guangy10/7/base 2025-06-05T23:12:41.6368162Z * [new branch] gh/guangy10/7/head -> origin/gh/guangy10/7/head 2025-06-05T23:12:41.6369135Z * [new branch] gh/guangy10/7/orig -> origin/gh/guangy10/7/orig 2025-06-05T23:12:41.6371026Z * [new branch] gh/guangy10/8/base -> origin/gh/guangy10/8/base 2025-06-05T23:12:41.6371900Z * [new branch] gh/guangy10/8/head -> origin/gh/guangy10/8/head 2025-06-05T23:12:41.6372831Z * [new branch] gh/guangy10/8/orig -> origin/gh/guangy10/8/orig 2025-06-05T23:12:41.6374278Z * [new branch] gh/guangy10/9/base -> origin/gh/guangy10/9/base 2025-06-05T23:12:41.6375152Z * [new branch] gh/guangy10/9/head -> origin/gh/guangy10/9/head 2025-06-05T23:12:41.6376421Z * [new branch] gh/guangy10/9/orig -> origin/gh/guangy10/9/orig 2025-06-05T23:12:41.6378182Z * [new branch] gh/helunwencser/1/base -> origin/gh/helunwencser/1/base 2025-06-05T23:12:41.6379111Z * [new branch] gh/helunwencser/1/head -> origin/gh/helunwencser/1/head 2025-06-05T23:12:41.6380309Z * [new branch] gh/helunwencser/1/orig -> origin/gh/helunwencser/1/orig 2025-06-05T23:12:41.6381691Z * [new branch] gh/helunwencser/10/base -> origin/gh/helunwencser/10/base 2025-06-05T23:12:41.6382686Z * [new branch] gh/helunwencser/10/head -> origin/gh/helunwencser/10/head 2025-06-05T23:12:41.6383808Z * [new branch] gh/helunwencser/10/orig -> origin/gh/helunwencser/10/orig 2025-06-05T23:12:41.6385188Z * [new branch] gh/helunwencser/11/base -> origin/gh/helunwencser/11/base 2025-06-05T23:12:41.6386301Z * [new branch] gh/helunwencser/11/head -> origin/gh/helunwencser/11/head 2025-06-05T23:12:41.6387367Z * [new branch] gh/helunwencser/11/orig -> origin/gh/helunwencser/11/orig 2025-06-05T23:12:41.6388725Z * [new branch] gh/helunwencser/12/base -> origin/gh/helunwencser/12/base 2025-06-05T23:12:41.6389850Z * [new branch] gh/helunwencser/12/head -> origin/gh/helunwencser/12/head 2025-06-05T23:12:41.6391010Z * [new branch] gh/helunwencser/12/orig -> origin/gh/helunwencser/12/orig 2025-06-05T23:12:41.6392470Z * [new branch] gh/helunwencser/13/base -> origin/gh/helunwencser/13/base 2025-06-05T23:12:41.6393511Z * [new branch] gh/helunwencser/13/head -> origin/gh/helunwencser/13/head 2025-06-05T23:12:41.6394575Z * [new branch] gh/helunwencser/13/orig -> origin/gh/helunwencser/13/orig 2025-06-05T23:12:41.6396037Z * [new branch] gh/helunwencser/14/base -> origin/gh/helunwencser/14/base 2025-06-05T23:12:41.6396952Z * [new branch] gh/helunwencser/14/head -> origin/gh/helunwencser/14/head 2025-06-05T23:12:41.6398001Z * [new branch] gh/helunwencser/14/orig -> origin/gh/helunwencser/14/orig 2025-06-05T23:12:41.6399319Z * [new branch] gh/helunwencser/15/base -> origin/gh/helunwencser/15/base 2025-06-05T23:12:41.6400301Z * [new branch] gh/helunwencser/15/head -> origin/gh/helunwencser/15/head 2025-06-05T23:12:41.6401236Z * [new branch] gh/helunwencser/15/orig -> origin/gh/helunwencser/15/orig 2025-06-05T23:12:41.6402530Z * [new branch] gh/helunwencser/16/base -> origin/gh/helunwencser/16/base 2025-06-05T23:12:41.6403459Z * [new branch] gh/helunwencser/16/head -> origin/gh/helunwencser/16/head 2025-06-05T23:12:41.6404376Z * [new branch] gh/helunwencser/16/orig -> origin/gh/helunwencser/16/orig 2025-06-05T23:12:41.6405744Z * [new branch] gh/helunwencser/17/base -> origin/gh/helunwencser/17/base 2025-06-05T23:12:41.6406746Z * [new branch] gh/helunwencser/17/head -> origin/gh/helunwencser/17/head 2025-06-05T23:12:41.6407834Z * [new branch] gh/helunwencser/17/orig -> origin/gh/helunwencser/17/orig 2025-06-05T23:12:41.6409211Z * [new branch] gh/helunwencser/18/base -> origin/gh/helunwencser/18/base 2025-06-05T23:12:41.6410293Z * [new branch] gh/helunwencser/18/head -> origin/gh/helunwencser/18/head 2025-06-05T23:12:41.6411285Z * [new branch] gh/helunwencser/18/orig -> origin/gh/helunwencser/18/orig 2025-06-05T23:12:41.6412385Z * [new branch] gh/helunwencser/19/base -> origin/gh/helunwencser/19/base 2025-06-05T23:12:41.6413368Z * [new branch] gh/helunwencser/19/head -> origin/gh/helunwencser/19/head 2025-06-05T23:12:41.6414364Z * [new branch] gh/helunwencser/19/orig -> origin/gh/helunwencser/19/orig 2025-06-05T23:12:41.6415573Z * [new branch] gh/helunwencser/2/base -> origin/gh/helunwencser/2/base 2025-06-05T23:12:41.6416512Z * [new branch] gh/helunwencser/2/head -> origin/gh/helunwencser/2/head 2025-06-05T23:12:41.6417506Z * [new branch] gh/helunwencser/2/orig -> origin/gh/helunwencser/2/orig 2025-06-05T23:12:41.6418830Z * [new branch] gh/helunwencser/20/base -> origin/gh/helunwencser/20/base 2025-06-05T23:12:41.6419892Z * [new branch] gh/helunwencser/20/head -> origin/gh/helunwencser/20/head 2025-06-05T23:12:41.6421168Z * [new branch] gh/helunwencser/21/base -> origin/gh/helunwencser/21/base 2025-06-05T23:12:41.6422130Z * [new branch] gh/helunwencser/21/head -> origin/gh/helunwencser/21/head 2025-06-05T23:12:41.6423021Z * [new branch] gh/helunwencser/21/orig -> origin/gh/helunwencser/21/orig 2025-06-05T23:12:41.6424305Z * [new branch] gh/helunwencser/22/base -> origin/gh/helunwencser/22/base 2025-06-05T23:12:41.6425301Z * [new branch] gh/helunwencser/22/head -> origin/gh/helunwencser/22/head 2025-06-05T23:12:41.6426386Z * [new branch] gh/helunwencser/22/orig -> origin/gh/helunwencser/22/orig 2025-06-05T23:12:41.6427784Z * [new branch] gh/helunwencser/23/base -> origin/gh/helunwencser/23/base 2025-06-05T23:12:41.6428809Z * [new branch] gh/helunwencser/23/head -> origin/gh/helunwencser/23/head 2025-06-05T23:12:41.6429787Z * [new branch] gh/helunwencser/23/orig -> origin/gh/helunwencser/23/orig 2025-06-05T23:12:41.6431009Z * [new branch] gh/helunwencser/24/base -> origin/gh/helunwencser/24/base 2025-06-05T23:12:41.6432038Z * [new branch] gh/helunwencser/24/head -> origin/gh/helunwencser/24/head 2025-06-05T23:12:41.6433026Z * [new branch] gh/helunwencser/24/orig -> origin/gh/helunwencser/24/orig 2025-06-05T23:12:41.6434117Z * [new branch] gh/helunwencser/25/base -> origin/gh/helunwencser/25/base 2025-06-05T23:12:41.6435055Z * [new branch] gh/helunwencser/25/head -> origin/gh/helunwencser/25/head 2025-06-05T23:12:41.6436103Z * [new branch] gh/helunwencser/25/orig -> origin/gh/helunwencser/25/orig 2025-06-05T23:12:41.6437829Z * [new branch] gh/helunwencser/26/base -> origin/gh/helunwencser/26/base 2025-06-05T23:12:41.6438764Z * [new branch] gh/helunwencser/26/head -> origin/gh/helunwencser/26/head 2025-06-05T23:12:41.6439701Z * [new branch] gh/helunwencser/26/orig -> origin/gh/helunwencser/26/orig 2025-06-05T23:12:41.6441336Z * [new branch] gh/helunwencser/27/base -> origin/gh/helunwencser/27/base 2025-06-05T23:12:41.6442266Z * [new branch] gh/helunwencser/27/head -> origin/gh/helunwencser/27/head 2025-06-05T23:12:41.6443288Z * [new branch] gh/helunwencser/27/orig -> origin/gh/helunwencser/27/orig 2025-06-05T23:12:41.6444623Z * [new branch] gh/helunwencser/28/base -> origin/gh/helunwencser/28/base 2025-06-05T23:12:41.6445524Z * [new branch] gh/helunwencser/28/head -> origin/gh/helunwencser/28/head 2025-06-05T23:12:41.6446593Z * [new branch] gh/helunwencser/28/orig -> origin/gh/helunwencser/28/orig 2025-06-05T23:12:41.6448058Z * [new branch] gh/helunwencser/29/base -> origin/gh/helunwencser/29/base 2025-06-05T23:12:41.6449044Z * [new branch] gh/helunwencser/29/head -> origin/gh/helunwencser/29/head 2025-06-05T23:12:41.6450053Z * [new branch] gh/helunwencser/29/orig -> origin/gh/helunwencser/29/orig 2025-06-05T23:12:41.6452129Z * [new branch] gh/helunwencser/3/base -> origin/gh/helunwencser/3/base 2025-06-05T23:12:41.6453104Z * [new branch] gh/helunwencser/3/head -> origin/gh/helunwencser/3/head 2025-06-05T23:12:41.6454024Z * [new branch] gh/helunwencser/3/orig -> origin/gh/helunwencser/3/orig 2025-06-05T23:12:41.6455240Z * [new branch] gh/helunwencser/30/head -> origin/gh/helunwencser/30/head 2025-06-05T23:12:41.6456169Z * [new branch] gh/helunwencser/30/next -> origin/gh/helunwencser/30/next 2025-06-05T23:12:41.6457086Z * [new branch] gh/helunwencser/30/orig -> origin/gh/helunwencser/30/orig 2025-06-05T23:12:41.6458449Z * [new branch] gh/helunwencser/31/base -> origin/gh/helunwencser/31/base 2025-06-05T23:12:41.6459541Z * [new branch] gh/helunwencser/31/head -> origin/gh/helunwencser/31/head 2025-06-05T23:12:41.6460736Z * [new branch] gh/helunwencser/31/orig -> origin/gh/helunwencser/31/orig 2025-06-05T23:12:41.6462148Z * [new branch] gh/helunwencser/32/head -> origin/gh/helunwencser/32/head 2025-06-05T23:12:41.6463439Z * [new branch] gh/helunwencser/32/next -> origin/gh/helunwencser/32/next 2025-06-05T23:12:41.6464914Z * [new branch] gh/helunwencser/32/orig -> origin/gh/helunwencser/32/orig 2025-06-05T23:12:41.6467235Z * [new branch] gh/helunwencser/33/head -> origin/gh/helunwencser/33/head 2025-06-05T23:12:41.6469005Z * [new branch] gh/helunwencser/33/next -> origin/gh/helunwencser/33/next 2025-06-05T23:12:41.6469972Z * [new branch] gh/helunwencser/33/orig -> origin/gh/helunwencser/33/orig 2025-06-05T23:12:41.6471271Z * [new branch] gh/helunwencser/34/next -> origin/gh/helunwencser/34/next 2025-06-05T23:12:41.6472276Z * [new branch] gh/helunwencser/34/orig -> origin/gh/helunwencser/34/orig 2025-06-05T23:12:41.6473597Z * [new branch] gh/helunwencser/35/head -> origin/gh/helunwencser/35/head 2025-06-05T23:12:41.6474567Z * [new branch] gh/helunwencser/35/next -> origin/gh/helunwencser/35/next 2025-06-05T23:12:41.6475548Z * [new branch] gh/helunwencser/35/orig -> origin/gh/helunwencser/35/orig 2025-06-05T23:12:41.6476882Z * [new branch] gh/helunwencser/36/head -> origin/gh/helunwencser/36/head 2025-06-05T23:12:41.6477870Z * [new branch] gh/helunwencser/36/next -> origin/gh/helunwencser/36/next 2025-06-05T23:12:41.6478902Z * [new branch] gh/helunwencser/36/orig -> origin/gh/helunwencser/36/orig 2025-06-05T23:12:41.6480028Z * [new branch] gh/helunwencser/37/head -> origin/gh/helunwencser/37/head 2025-06-05T23:12:41.6481041Z * [new branch] gh/helunwencser/37/next -> origin/gh/helunwencser/37/next 2025-06-05T23:12:41.6482028Z * [new branch] gh/helunwencser/37/orig -> origin/gh/helunwencser/37/orig 2025-06-05T23:12:41.6483249Z * [new branch] gh/helunwencser/38/base -> origin/gh/helunwencser/38/base 2025-06-05T23:12:41.6484274Z * [new branch] gh/helunwencser/38/head -> origin/gh/helunwencser/38/head 2025-06-05T23:12:41.6485298Z * [new branch] gh/helunwencser/38/orig -> origin/gh/helunwencser/38/orig 2025-06-05T23:12:41.6486669Z * [new branch] gh/helunwencser/39/base -> origin/gh/helunwencser/39/base 2025-06-05T23:12:41.6487675Z * [new branch] gh/helunwencser/39/head -> origin/gh/helunwencser/39/head 2025-06-05T23:12:41.6488658Z * [new branch] gh/helunwencser/39/orig -> origin/gh/helunwencser/39/orig 2025-06-05T23:12:41.6490040Z * [new branch] gh/helunwencser/4/base -> origin/gh/helunwencser/4/base 2025-06-05T23:12:41.6491307Z * [new branch] gh/helunwencser/4/head -> origin/gh/helunwencser/4/head 2025-06-05T23:12:41.6493422Z * [new branch] gh/helunwencser/4/orig -> origin/gh/helunwencser/4/orig 2025-06-05T23:12:41.6494786Z * [new branch] gh/helunwencser/40/base -> origin/gh/helunwencser/40/base 2025-06-05T23:12:41.6495690Z * [new branch] gh/helunwencser/40/head -> origin/gh/helunwencser/40/head 2025-06-05T23:12:41.6496778Z * [new branch] gh/helunwencser/40/orig -> origin/gh/helunwencser/40/orig 2025-06-05T23:12:41.6498166Z * [new branch] gh/helunwencser/41/base -> origin/gh/helunwencser/41/base 2025-06-05T23:12:41.6499060Z * [new branch] gh/helunwencser/41/head -> origin/gh/helunwencser/41/head 2025-06-05T23:12:41.6500118Z * [new branch] gh/helunwencser/41/orig -> origin/gh/helunwencser/41/orig 2025-06-05T23:12:41.6501441Z * [new branch] gh/helunwencser/42/base -> origin/gh/helunwencser/42/base 2025-06-05T23:12:41.6502389Z * [new branch] gh/helunwencser/42/head -> origin/gh/helunwencser/42/head 2025-06-05T23:12:41.6503449Z * [new branch] gh/helunwencser/42/orig -> origin/gh/helunwencser/42/orig 2025-06-05T23:12:41.6504746Z * [new branch] gh/helunwencser/43/base -> origin/gh/helunwencser/43/base 2025-06-05T23:12:41.6505989Z * [new branch] gh/helunwencser/43/head -> origin/gh/helunwencser/43/head 2025-06-05T23:12:41.6507515Z * [new branch] gh/helunwencser/43/orig -> origin/gh/helunwencser/43/orig 2025-06-05T23:12:41.6508896Z * [new branch] gh/helunwencser/44/base -> origin/gh/helunwencser/44/base 2025-06-05T23:12:41.6509966Z * [new branch] gh/helunwencser/44/head -> origin/gh/helunwencser/44/head 2025-06-05T23:12:41.6510857Z * [new branch] gh/helunwencser/44/orig -> origin/gh/helunwencser/44/orig 2025-06-05T23:12:41.6512227Z * [new branch] gh/helunwencser/45/base -> origin/gh/helunwencser/45/base 2025-06-05T23:12:41.6513236Z * [new branch] gh/helunwencser/45/head -> origin/gh/helunwencser/45/head 2025-06-05T23:12:41.6514269Z * [new branch] gh/helunwencser/45/orig -> origin/gh/helunwencser/45/orig 2025-06-05T23:12:41.6515582Z * [new branch] gh/helunwencser/46/head -> origin/gh/helunwencser/46/head 2025-06-05T23:12:41.6516556Z * [new branch] gh/helunwencser/46/next -> origin/gh/helunwencser/46/next 2025-06-05T23:12:41.6517558Z * [new branch] gh/helunwencser/46/orig -> origin/gh/helunwencser/46/orig 2025-06-05T23:12:41.6518719Z * [new branch] gh/helunwencser/47/head -> origin/gh/helunwencser/47/head 2025-06-05T23:12:41.6519732Z * [new branch] gh/helunwencser/47/next -> origin/gh/helunwencser/47/next 2025-06-05T23:12:41.6520663Z * [new branch] gh/helunwencser/47/orig -> origin/gh/helunwencser/47/orig 2025-06-05T23:12:41.6521811Z * [new branch] gh/helunwencser/48/base -> origin/gh/helunwencser/48/base 2025-06-05T23:12:41.6522747Z * [new branch] gh/helunwencser/48/head -> origin/gh/helunwencser/48/head 2025-06-05T23:12:41.6524066Z * [new branch] gh/helunwencser/49/base -> origin/gh/helunwencser/49/base 2025-06-05T23:12:41.6525092Z * [new branch] gh/helunwencser/49/head -> origin/gh/helunwencser/49/head 2025-06-05T23:12:41.6526336Z * [new branch] gh/helunwencser/5/base -> origin/gh/helunwencser/5/base 2025-06-05T23:12:41.6527284Z * [new branch] gh/helunwencser/5/head -> origin/gh/helunwencser/5/head 2025-06-05T23:12:41.6528263Z * [new branch] gh/helunwencser/5/orig -> origin/gh/helunwencser/5/orig 2025-06-05T23:12:41.6529508Z * [new branch] gh/helunwencser/50/base -> origin/gh/helunwencser/50/base 2025-06-05T23:12:41.6530519Z * [new branch] gh/helunwencser/50/head -> origin/gh/helunwencser/50/head 2025-06-05T23:12:41.6531766Z * [new branch] gh/helunwencser/51/base -> origin/gh/helunwencser/51/base 2025-06-05T23:12:41.6532788Z * [new branch] gh/helunwencser/51/head -> origin/gh/helunwencser/51/head 2025-06-05T23:12:41.6534053Z * [new branch] gh/helunwencser/52/base -> origin/gh/helunwencser/52/base 2025-06-05T23:12:41.6535145Z * [new branch] gh/helunwencser/52/head -> origin/gh/helunwencser/52/head 2025-06-05T23:12:41.6536282Z * [new branch] gh/helunwencser/53/base -> origin/gh/helunwencser/53/base 2025-06-05T23:12:41.6537251Z * [new branch] gh/helunwencser/53/head -> origin/gh/helunwencser/53/head 2025-06-05T23:12:41.6538507Z * [new branch] gh/helunwencser/54/base -> origin/gh/helunwencser/54/base 2025-06-05T23:12:41.6539497Z * [new branch] gh/helunwencser/54/head -> origin/gh/helunwencser/54/head 2025-06-05T23:12:41.6540435Z * [new branch] gh/helunwencser/54/orig -> origin/gh/helunwencser/54/orig 2025-06-05T23:12:41.6541595Z * [new branch] gh/helunwencser/55/base -> origin/gh/helunwencser/55/base 2025-06-05T23:12:41.6542638Z * [new branch] gh/helunwencser/55/head -> origin/gh/helunwencser/55/head 2025-06-05T23:12:41.6543617Z * [new branch] gh/helunwencser/55/orig -> origin/gh/helunwencser/55/orig 2025-06-05T23:12:41.6544843Z * [new branch] gh/helunwencser/56/base -> origin/gh/helunwencser/56/base 2025-06-05T23:12:41.6545862Z * [new branch] gh/helunwencser/56/head -> origin/gh/helunwencser/56/head 2025-06-05T23:12:41.6546964Z * [new branch] gh/helunwencser/56/orig -> origin/gh/helunwencser/56/orig 2025-06-05T23:12:41.6548235Z * [new branch] gh/helunwencser/57/base -> origin/gh/helunwencser/57/base 2025-06-05T23:12:41.6549214Z * [new branch] gh/helunwencser/57/head -> origin/gh/helunwencser/57/head 2025-06-05T23:12:41.6550167Z * [new branch] gh/helunwencser/57/orig -> origin/gh/helunwencser/57/orig 2025-06-05T23:12:41.6551435Z * [new branch] gh/helunwencser/58/base -> origin/gh/helunwencser/58/base 2025-06-05T23:12:41.6552449Z * [new branch] gh/helunwencser/58/head -> origin/gh/helunwencser/58/head 2025-06-05T23:12:41.6553543Z * [new branch] gh/helunwencser/58/orig -> origin/gh/helunwencser/58/orig 2025-06-05T23:12:41.6554937Z * [new branch] gh/helunwencser/59/base -> origin/gh/helunwencser/59/base 2025-06-05T23:12:41.6556362Z * [new branch] gh/helunwencser/6/base -> origin/gh/helunwencser/6/base 2025-06-05T23:12:41.6557366Z * [new branch] gh/helunwencser/6/head -> origin/gh/helunwencser/6/head 2025-06-05T23:12:41.6558393Z * [new branch] gh/helunwencser/6/orig -> origin/gh/helunwencser/6/orig 2025-06-05T23:12:41.6559989Z * [new branch] gh/helunwencser/60/base -> origin/gh/helunwencser/60/base 2025-06-05T23:12:41.6560996Z * [new branch] gh/helunwencser/60/head -> origin/gh/helunwencser/60/head 2025-06-05T23:12:41.6561971Z * [new branch] gh/helunwencser/60/orig -> origin/gh/helunwencser/60/orig 2025-06-05T23:12:41.6563200Z * [new branch] gh/helunwencser/61/next -> origin/gh/helunwencser/61/next 2025-06-05T23:12:41.6564245Z * [new branch] gh/helunwencser/61/orig -> origin/gh/helunwencser/61/orig 2025-06-05T23:12:41.6565430Z * [new branch] gh/helunwencser/62/head -> origin/gh/helunwencser/62/head 2025-06-05T23:12:41.6566739Z * [new branch] gh/helunwencser/62/next -> origin/gh/helunwencser/62/next 2025-06-05T23:12:41.6567748Z * [new branch] gh/helunwencser/62/orig -> origin/gh/helunwencser/62/orig 2025-06-05T23:12:41.6569166Z * [new branch] gh/helunwencser/63/base -> origin/gh/helunwencser/63/base 2025-06-05T23:12:41.6570189Z * [new branch] gh/helunwencser/63/head -> origin/gh/helunwencser/63/head 2025-06-05T23:12:41.6571168Z * [new branch] gh/helunwencser/63/orig -> origin/gh/helunwencser/63/orig 2025-06-05T23:12:41.6572856Z * [new branch] gh/helunwencser/64/base -> origin/gh/helunwencser/64/base 2025-06-05T23:12:41.6574024Z * [new branch] gh/helunwencser/65/head -> origin/gh/helunwencser/65/head 2025-06-05T23:12:41.6575149Z * [new branch] gh/helunwencser/65/next -> origin/gh/helunwencser/65/next 2025-06-05T23:12:41.6575996Z * [new branch] gh/helunwencser/65/orig -> origin/gh/helunwencser/65/orig 2025-06-05T23:12:41.6577268Z * [new branch] gh/helunwencser/66/head -> origin/gh/helunwencser/66/head 2025-06-05T23:12:41.6578269Z * [new branch] gh/helunwencser/66/next -> origin/gh/helunwencser/66/next 2025-06-05T23:12:41.6579188Z * [new branch] gh/helunwencser/66/orig -> origin/gh/helunwencser/66/orig 2025-06-05T23:12:41.6580772Z * [new branch] gh/helunwencser/67/base -> origin/gh/helunwencser/67/base 2025-06-05T23:12:41.6581730Z * [new branch] gh/helunwencser/67/head -> origin/gh/helunwencser/67/head 2025-06-05T23:12:41.6582851Z * [new branch] gh/helunwencser/67/orig -> origin/gh/helunwencser/67/orig 2025-06-05T23:12:41.6584168Z * [new branch] gh/helunwencser/68/base -> origin/gh/helunwencser/68/base 2025-06-05T23:12:41.6585433Z * [new branch] gh/helunwencser/69/base -> origin/gh/helunwencser/69/base 2025-06-05T23:12:41.6586472Z * [new branch] gh/helunwencser/69/head -> origin/gh/helunwencser/69/head 2025-06-05T23:12:41.6587476Z * [new branch] gh/helunwencser/69/orig -> origin/gh/helunwencser/69/orig 2025-06-05T23:12:41.6588976Z * [new branch] gh/helunwencser/7/base -> origin/gh/helunwencser/7/base 2025-06-05T23:12:41.6589893Z * [new branch] gh/helunwencser/7/head -> origin/gh/helunwencser/7/head 2025-06-05T23:12:41.6591098Z * [new branch] gh/helunwencser/7/orig -> origin/gh/helunwencser/7/orig 2025-06-05T23:12:41.6592651Z * [new branch] gh/helunwencser/70/base -> origin/gh/helunwencser/70/base 2025-06-05T23:12:41.6594006Z * [new branch] gh/helunwencser/71/base -> origin/gh/helunwencser/71/base 2025-06-05T23:12:41.6595374Z * [new branch] gh/helunwencser/72/base -> origin/gh/helunwencser/72/base 2025-06-05T23:12:41.6596780Z * [new branch] gh/helunwencser/73/base -> origin/gh/helunwencser/73/base 2025-06-05T23:12:41.6598133Z * [new branch] gh/helunwencser/74/base -> origin/gh/helunwencser/74/base 2025-06-05T23:12:41.6601741Z * [new branch] gh/helunwencser/75/base -> origin/gh/helunwencser/75/base 2025-06-05T23:12:41.6602784Z * [new branch] gh/helunwencser/76/base -> origin/gh/helunwencser/76/base 2025-06-05T23:12:41.6603810Z * [new branch] gh/helunwencser/77/base -> origin/gh/helunwencser/77/base 2025-06-05T23:12:41.6604887Z * [new branch] gh/helunwencser/78/base -> origin/gh/helunwencser/78/base 2025-06-05T23:12:41.6605922Z * [new branch] gh/helunwencser/79/base -> origin/gh/helunwencser/79/base 2025-06-05T23:12:41.6607022Z * [new branch] gh/helunwencser/79/head -> origin/gh/helunwencser/79/head 2025-06-05T23:12:41.6608108Z * [new branch] gh/helunwencser/79/orig -> origin/gh/helunwencser/79/orig 2025-06-05T23:12:41.6609473Z * [new branch] gh/helunwencser/8/base -> origin/gh/helunwencser/8/base 2025-06-05T23:12:41.6610553Z * [new branch] gh/helunwencser/8/head -> origin/gh/helunwencser/8/head 2025-06-05T23:12:41.6611700Z * [new branch] gh/helunwencser/8/orig -> origin/gh/helunwencser/8/orig 2025-06-05T23:12:41.6612892Z * [new branch] gh/helunwencser/80/base -> origin/gh/helunwencser/80/base 2025-06-05T23:12:41.6614381Z * [new branch] gh/helunwencser/81/base -> origin/gh/helunwencser/81/base 2025-06-05T23:12:41.6615825Z * [new branch] gh/helunwencser/9/base -> origin/gh/helunwencser/9/base 2025-06-05T23:12:41.6616817Z * [new branch] gh/helunwencser/9/head -> origin/gh/helunwencser/9/head 2025-06-05T23:12:41.6617752Z * [new branch] gh/helunwencser/9/orig -> origin/gh/helunwencser/9/orig 2025-06-05T23:12:41.6619339Z * [new branch] gh/iseeyuan/1/base -> origin/gh/iseeyuan/1/base 2025-06-05T23:12:41.6620296Z * [new branch] gh/iseeyuan/1/head -> origin/gh/iseeyuan/1/head 2025-06-05T23:12:41.6621262Z * [new branch] gh/iseeyuan/1/orig -> origin/gh/iseeyuan/1/orig 2025-06-05T23:12:41.6622674Z * [new branch] gh/iseeyuan/2/base -> origin/gh/iseeyuan/2/base 2025-06-05T23:12:41.6623603Z * [new branch] gh/iseeyuan/2/head -> origin/gh/iseeyuan/2/head 2025-06-05T23:12:41.6624938Z * [new branch] gh/iseeyuan/2/orig -> origin/gh/iseeyuan/2/orig 2025-06-05T23:12:41.6625865Z * [new branch] gh/iseeyuan/3/base -> origin/gh/iseeyuan/3/base 2025-06-05T23:12:41.6626940Z * [new branch] gh/iseeyuan/3/head -> origin/gh/iseeyuan/3/head 2025-06-05T23:12:41.6628003Z * [new branch] gh/iseeyuan/3/orig -> origin/gh/iseeyuan/3/orig 2025-06-05T23:12:41.6629065Z * [new branch] gh/iseeyuan/4/base -> origin/gh/iseeyuan/4/base 2025-06-05T23:12:41.6630005Z * [new branch] gh/iseeyuan/4/head -> origin/gh/iseeyuan/4/head 2025-06-05T23:12:41.6631011Z * [new branch] gh/iseeyuan/4/orig -> origin/gh/iseeyuan/4/orig 2025-06-05T23:12:41.6632400Z * [new branch] gh/iseeyuan/5/base -> origin/gh/iseeyuan/5/base 2025-06-05T23:12:41.6633313Z * [new branch] gh/iseeyuan/5/head -> origin/gh/iseeyuan/5/head 2025-06-05T23:12:41.6634282Z * [new branch] gh/iseeyuan/5/orig -> origin/gh/iseeyuan/5/orig 2025-06-05T23:12:41.6635650Z * [new branch] gh/iseeyuan/6/base -> origin/gh/iseeyuan/6/base 2025-06-05T23:12:41.6636533Z * [new branch] gh/iseeyuan/6/head -> origin/gh/iseeyuan/6/head 2025-06-05T23:12:41.6637536Z * [new branch] gh/iseeyuan/6/orig -> origin/gh/iseeyuan/6/orig 2025-06-05T23:12:41.6638930Z * [new branch] gh/iseeyuan/7/base -> origin/gh/iseeyuan/7/base 2025-06-05T23:12:41.6639904Z * [new branch] gh/iseeyuan/7/orig -> origin/gh/iseeyuan/7/orig 2025-06-05T23:12:41.6641280Z * [new branch] gh/iseeyuan/8/base -> origin/gh/iseeyuan/8/base 2025-06-05T23:12:41.6642163Z * [new branch] gh/iseeyuan/8/head -> origin/gh/iseeyuan/8/head 2025-06-05T23:12:41.6643233Z * [new branch] gh/iseeyuan/8/orig -> origin/gh/iseeyuan/8/orig 2025-06-05T23:12:41.6645016Z * [new branch] gh/jackzhxng/1/base -> origin/gh/jackzhxng/1/base 2025-06-05T23:12:41.6645981Z * [new branch] gh/jackzhxng/1/head -> origin/gh/jackzhxng/1/head 2025-06-05T23:12:41.6647619Z * [new branch] gh/jackzhxng/10/base -> origin/gh/jackzhxng/10/base 2025-06-05T23:12:41.6648699Z * [new branch] gh/jackzhxng/10/head -> origin/gh/jackzhxng/10/head 2025-06-05T23:12:41.6649790Z * [new branch] gh/jackzhxng/10/orig -> origin/gh/jackzhxng/10/orig 2025-06-05T23:12:41.6651223Z * [new branch] gh/jackzhxng/11/base -> origin/gh/jackzhxng/11/base 2025-06-05T23:12:41.6652082Z * [new branch] gh/jackzhxng/11/head -> origin/gh/jackzhxng/11/head 2025-06-05T23:12:41.6653129Z * [new branch] gh/jackzhxng/11/orig -> origin/gh/jackzhxng/11/orig 2025-06-05T23:12:41.6655019Z * [new branch] gh/jackzhxng/12/base -> origin/gh/jackzhxng/12/base 2025-06-05T23:12:41.6655871Z * [new branch] gh/jackzhxng/12/head -> origin/gh/jackzhxng/12/head 2025-06-05T23:12:41.6656897Z * [new branch] gh/jackzhxng/12/orig -> origin/gh/jackzhxng/12/orig 2025-06-05T23:12:41.6658494Z * [new branch] gh/jackzhxng/13/base -> origin/gh/jackzhxng/13/base 2025-06-05T23:12:41.6659343Z * [new branch] gh/jackzhxng/13/head -> origin/gh/jackzhxng/13/head 2025-06-05T23:12:41.6660296Z * [new branch] gh/jackzhxng/13/orig -> origin/gh/jackzhxng/13/orig 2025-06-05T23:12:41.6661691Z * [new branch] gh/jackzhxng/14/base -> origin/gh/jackzhxng/14/base 2025-06-05T23:12:41.6662612Z * [new branch] gh/jackzhxng/14/head -> origin/gh/jackzhxng/14/head 2025-06-05T23:12:41.6663491Z * [new branch] gh/jackzhxng/14/orig -> origin/gh/jackzhxng/14/orig 2025-06-05T23:12:41.6664861Z * [new branch] gh/jackzhxng/15/base -> origin/gh/jackzhxng/15/base 2025-06-05T23:12:41.6665841Z * [new branch] gh/jackzhxng/15/head -> origin/gh/jackzhxng/15/head 2025-06-05T23:12:41.6666935Z * [new branch] gh/jackzhxng/15/orig -> origin/gh/jackzhxng/15/orig 2025-06-05T23:12:41.6668146Z * [new branch] gh/jackzhxng/16/base -> origin/gh/jackzhxng/16/base 2025-06-05T23:12:41.6669097Z * [new branch] gh/jackzhxng/16/head -> origin/gh/jackzhxng/16/head 2025-06-05T23:12:41.6670121Z * [new branch] gh/jackzhxng/16/orig -> origin/gh/jackzhxng/16/orig 2025-06-05T23:12:41.6671233Z * [new branch] gh/jackzhxng/17/base -> origin/gh/jackzhxng/17/base 2025-06-05T23:12:41.6672199Z * [new branch] gh/jackzhxng/17/head -> origin/gh/jackzhxng/17/head 2025-06-05T23:12:41.6673175Z * [new branch] gh/jackzhxng/17/orig -> origin/gh/jackzhxng/17/orig 2025-06-05T23:12:41.6674425Z * [new branch] gh/jackzhxng/18/base -> origin/gh/jackzhxng/18/base 2025-06-05T23:12:41.6675338Z * [new branch] gh/jackzhxng/18/head -> origin/gh/jackzhxng/18/head 2025-06-05T23:12:41.6676327Z * [new branch] gh/jackzhxng/18/orig -> origin/gh/jackzhxng/18/orig 2025-06-05T23:12:41.6677579Z * [new branch] gh/jackzhxng/19/base -> origin/gh/jackzhxng/19/base 2025-06-05T23:12:41.6678481Z * [new branch] gh/jackzhxng/19/head -> origin/gh/jackzhxng/19/head 2025-06-05T23:12:41.6679455Z * [new branch] gh/jackzhxng/19/orig -> origin/gh/jackzhxng/19/orig 2025-06-05T23:12:41.6680905Z * [new branch] gh/jackzhxng/2/base -> origin/gh/jackzhxng/2/base 2025-06-05T23:12:41.6681903Z * [new branch] gh/jackzhxng/2/head -> origin/gh/jackzhxng/2/head 2025-06-05T23:12:41.6683790Z * [new branch] gh/jackzhxng/20/base -> origin/gh/jackzhxng/20/base 2025-06-05T23:12:41.6685350Z * [new branch] gh/jackzhxng/20/head -> origin/gh/jackzhxng/20/head 2025-06-05T23:12:41.6686992Z * [new branch] gh/jackzhxng/20/orig -> origin/gh/jackzhxng/20/orig 2025-06-05T23:12:41.6688909Z * [new branch] gh/jackzhxng/21/base -> origin/gh/jackzhxng/21/base 2025-06-05T23:12:41.6690433Z * [new branch] gh/jackzhxng/21/head -> origin/gh/jackzhxng/21/head 2025-06-05T23:12:41.6692250Z * [new branch] gh/jackzhxng/21/orig -> origin/gh/jackzhxng/21/orig 2025-06-05T23:12:41.6694627Z * [new branch] gh/jackzhxng/22/base -> origin/gh/jackzhxng/22/base 2025-06-05T23:12:41.6696055Z * [new branch] gh/jackzhxng/22/head -> origin/gh/jackzhxng/22/head 2025-06-05T23:12:41.6697625Z * [new branch] gh/jackzhxng/22/orig -> origin/gh/jackzhxng/22/orig 2025-06-05T23:12:41.6699605Z * [new branch] gh/jackzhxng/23/base -> origin/gh/jackzhxng/23/base 2025-06-05T23:12:41.6701420Z * [new branch] gh/jackzhxng/3/base -> origin/gh/jackzhxng/3/base 2025-06-05T23:12:41.6702944Z * [new branch] gh/jackzhxng/3/head -> origin/gh/jackzhxng/3/head 2025-06-05T23:12:41.6704779Z * [new branch] gh/jackzhxng/4/base -> origin/gh/jackzhxng/4/base 2025-06-05T23:12:41.6706344Z * [new branch] gh/jackzhxng/4/head -> origin/gh/jackzhxng/4/head 2025-06-05T23:12:41.6708034Z * [new branch] gh/jackzhxng/4/orig -> origin/gh/jackzhxng/4/orig 2025-06-05T23:12:41.6709930Z * [new branch] gh/jackzhxng/5/base -> origin/gh/jackzhxng/5/base 2025-06-05T23:12:41.6711411Z * [new branch] gh/jackzhxng/5/head -> origin/gh/jackzhxng/5/head 2025-06-05T23:12:41.6712944Z * [new branch] gh/jackzhxng/5/orig -> origin/gh/jackzhxng/5/orig 2025-06-05T23:12:41.6714403Z * [new branch] gh/jackzhxng/6/base -> origin/gh/jackzhxng/6/base 2025-06-05T23:12:41.6715899Z * [new branch] gh/jackzhxng/7/base -> origin/gh/jackzhxng/7/base 2025-06-05T23:12:41.6716856Z * [new branch] gh/jackzhxng/7/head -> origin/gh/jackzhxng/7/head 2025-06-05T23:12:41.6717895Z * [new branch] gh/jackzhxng/7/orig -> origin/gh/jackzhxng/7/orig 2025-06-05T23:12:41.6719179Z * [new branch] gh/jackzhxng/8/base -> origin/gh/jackzhxng/8/base 2025-06-05T23:12:41.6720092Z * [new branch] gh/jackzhxng/8/head -> origin/gh/jackzhxng/8/head 2025-06-05T23:12:41.6721089Z * [new branch] gh/jackzhxng/8/orig -> origin/gh/jackzhxng/8/orig 2025-06-05T23:12:41.6722212Z * [new branch] gh/jackzhxng/9/base -> origin/gh/jackzhxng/9/base 2025-06-05T23:12:41.6723224Z * [new branch] gh/jackzhxng/9/head -> origin/gh/jackzhxng/9/head 2025-06-05T23:12:41.6724220Z * [new branch] gh/jackzhxng/9/orig -> origin/gh/jackzhxng/9/orig 2025-06-05T23:12:41.6725823Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-06-05T23:12:41.6726631Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-06-05T23:12:41.6727626Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-06-05T23:12:41.6729104Z * [new branch] gh/jerryzh168/2/base -> origin/gh/jerryzh168/2/base 2025-06-05T23:12:41.6730162Z * [new branch] gh/jerryzh168/2/head -> origin/gh/jerryzh168/2/head 2025-06-05T23:12:41.6731188Z * [new branch] gh/jerryzh168/2/orig -> origin/gh/jerryzh168/2/orig 2025-06-05T23:12:41.6732530Z * [new branch] gh/jerryzh168/3/base -> origin/gh/jerryzh168/3/base 2025-06-05T23:12:41.6734011Z * [new branch] gh/jerryzh168/3/head -> origin/gh/jerryzh168/3/head 2025-06-05T23:12:41.6734951Z * [new branch] gh/jerryzh168/3/orig -> origin/gh/jerryzh168/3/orig 2025-06-05T23:12:41.6736388Z * [new branch] gh/jerryzh168/4/base -> origin/gh/jerryzh168/4/base 2025-06-05T23:12:41.6737303Z * [new branch] gh/jerryzh168/4/head -> origin/gh/jerryzh168/4/head 2025-06-05T23:12:41.6738255Z * [new branch] gh/jerryzh168/4/orig -> origin/gh/jerryzh168/4/orig 2025-06-05T23:12:41.6739642Z * [new branch] gh/jerryzh168/5/base -> origin/gh/jerryzh168/5/base 2025-06-05T23:12:41.6740586Z * [new branch] gh/jerryzh168/5/head -> origin/gh/jerryzh168/5/head 2025-06-05T23:12:41.6741598Z * [new branch] gh/jerryzh168/5/orig -> origin/gh/jerryzh168/5/orig 2025-06-05T23:12:41.6743070Z * [new branch] gh/jerryzh168/6/base -> origin/gh/jerryzh168/6/base 2025-06-05T23:12:41.6744020Z * [new branch] gh/jerryzh168/6/head -> origin/gh/jerryzh168/6/head 2025-06-05T23:12:41.6745160Z * [new branch] gh/jerryzh168/6/orig -> origin/gh/jerryzh168/6/orig 2025-06-05T23:12:41.6746539Z * [new branch] gh/jerryzh168/7/base -> origin/gh/jerryzh168/7/base 2025-06-05T23:12:41.6747486Z * [new branch] gh/jerryzh168/7/head -> origin/gh/jerryzh168/7/head 2025-06-05T23:12:41.6748466Z * [new branch] gh/jerryzh168/7/orig -> origin/gh/jerryzh168/7/orig 2025-06-05T23:12:41.6750007Z * [new branch] gh/jorgep31415/1/base -> origin/gh/jorgep31415/1/base 2025-06-05T23:12:41.6751049Z * [new branch] gh/jorgep31415/1/head -> origin/gh/jorgep31415/1/head 2025-06-05T23:12:41.6752131Z * [new branch] gh/jorgep31415/1/orig -> origin/gh/jorgep31415/1/orig 2025-06-05T23:12:41.6753539Z * [new branch] gh/jorgep31415/10/base -> origin/gh/jorgep31415/10/base 2025-06-05T23:12:41.6754579Z * [new branch] gh/jorgep31415/10/head -> origin/gh/jorgep31415/10/head 2025-06-05T23:12:41.6755609Z * [new branch] gh/jorgep31415/10/orig -> origin/gh/jorgep31415/10/orig 2025-06-05T23:12:41.6757304Z * [new branch] gh/jorgep31415/100/base -> origin/gh/jorgep31415/100/base 2025-06-05T23:12:41.6758216Z * [new branch] gh/jorgep31415/100/head -> origin/gh/jorgep31415/100/head 2025-06-05T23:12:41.6759288Z * [new branch] gh/jorgep31415/100/orig -> origin/gh/jorgep31415/100/orig 2025-06-05T23:12:41.6760562Z * [new branch] gh/jorgep31415/101/base -> origin/gh/jorgep31415/101/base 2025-06-05T23:12:41.6761486Z * [new branch] gh/jorgep31415/101/head -> origin/gh/jorgep31415/101/head 2025-06-05T23:12:41.6762551Z * [new branch] gh/jorgep31415/101/orig -> origin/gh/jorgep31415/101/orig 2025-06-05T23:12:41.6763863Z * [new branch] gh/jorgep31415/102/base -> origin/gh/jorgep31415/102/base 2025-06-05T23:12:41.6764852Z * [new branch] gh/jorgep31415/102/head -> origin/gh/jorgep31415/102/head 2025-06-05T23:12:41.6765839Z * [new branch] gh/jorgep31415/102/orig -> origin/gh/jorgep31415/102/orig 2025-06-05T23:12:41.6767307Z * [new branch] gh/jorgep31415/103/base -> origin/gh/jorgep31415/103/base 2025-06-05T23:12:41.6768286Z * [new branch] gh/jorgep31415/103/head -> origin/gh/jorgep31415/103/head 2025-06-05T23:12:41.6769266Z * [new branch] gh/jorgep31415/103/orig -> origin/gh/jorgep31415/103/orig 2025-06-05T23:12:41.6770717Z * [new branch] gh/jorgep31415/104/base -> origin/gh/jorgep31415/104/base 2025-06-05T23:12:41.6771699Z * [new branch] gh/jorgep31415/104/orig -> origin/gh/jorgep31415/104/orig 2025-06-05T23:12:41.6773138Z * [new branch] gh/jorgep31415/105/base -> origin/gh/jorgep31415/105/base 2025-06-05T23:12:41.6774111Z * [new branch] gh/jorgep31415/105/orig -> origin/gh/jorgep31415/105/orig 2025-06-05T23:12:41.6775506Z * [new branch] gh/jorgep31415/106/base -> origin/gh/jorgep31415/106/base 2025-06-05T23:12:41.6776493Z * [new branch] gh/jorgep31415/106/orig -> origin/gh/jorgep31415/106/orig 2025-06-05T23:12:41.6777820Z * [new branch] gh/jorgep31415/107/base -> origin/gh/jorgep31415/107/base 2025-06-05T23:12:41.6778792Z * [new branch] gh/jorgep31415/107/orig -> origin/gh/jorgep31415/107/orig 2025-06-05T23:12:41.6780205Z * [new branch] gh/jorgep31415/108/base -> origin/gh/jorgep31415/108/base 2025-06-05T23:12:41.6781036Z * [new branch] gh/jorgep31415/108/orig -> origin/gh/jorgep31415/108/orig 2025-06-05T23:12:41.6782518Z * [new branch] gh/jorgep31415/109/base -> origin/gh/jorgep31415/109/base 2025-06-05T23:12:41.6783497Z * [new branch] gh/jorgep31415/109/orig -> origin/gh/jorgep31415/109/orig 2025-06-05T23:12:41.6784696Z * [new branch] gh/jorgep31415/11/base -> origin/gh/jorgep31415/11/base 2025-06-05T23:12:41.6785745Z * [new branch] gh/jorgep31415/11/head -> origin/gh/jorgep31415/11/head 2025-06-05T23:12:41.6786820Z * [new branch] gh/jorgep31415/11/orig -> origin/gh/jorgep31415/11/orig 2025-06-05T23:12:41.6788261Z * [new branch] gh/jorgep31415/110/base -> origin/gh/jorgep31415/110/base 2025-06-05T23:12:41.6789206Z * [new branch] gh/jorgep31415/110/orig -> origin/gh/jorgep31415/110/orig 2025-06-05T23:12:41.6790590Z * [new branch] gh/jorgep31415/111/orig -> origin/gh/jorgep31415/111/orig 2025-06-05T23:12:41.6794999Z * [new branch] gh/jorgep31415/112/base -> origin/gh/jorgep31415/112/base 2025-06-05T23:12:41.6795977Z * [new branch] gh/jorgep31415/112/head -> origin/gh/jorgep31415/112/head 2025-06-05T23:12:41.6797094Z * [new branch] gh/jorgep31415/112/orig -> origin/gh/jorgep31415/112/orig 2025-06-05T23:12:41.6798510Z * [new branch] gh/jorgep31415/113/base -> origin/gh/jorgep31415/113/base 2025-06-05T23:12:41.6800014Z * [new branch] gh/jorgep31415/113/head -> origin/gh/jorgep31415/113/head 2025-06-05T23:12:41.6801060Z * [new branch] gh/jorgep31415/113/orig -> origin/gh/jorgep31415/113/orig 2025-06-05T23:12:41.6802690Z * [new branch] gh/jorgep31415/114/base -> origin/gh/jorgep31415/114/base 2025-06-05T23:12:41.6803533Z * [new branch] gh/jorgep31415/114/head -> origin/gh/jorgep31415/114/head 2025-06-05T23:12:41.6804435Z * [new branch] gh/jorgep31415/114/orig -> origin/gh/jorgep31415/114/orig 2025-06-05T23:12:41.6806007Z * [new branch] gh/jorgep31415/115/base -> origin/gh/jorgep31415/115/base 2025-06-05T23:12:41.6806852Z * [new branch] gh/jorgep31415/115/head -> origin/gh/jorgep31415/115/head 2025-06-05T23:12:41.6807907Z * [new branch] gh/jorgep31415/115/orig -> origin/gh/jorgep31415/115/orig 2025-06-05T23:12:41.6809349Z * [new branch] gh/jorgep31415/116/base -> origin/gh/jorgep31415/116/base 2025-06-05T23:12:41.6810221Z * [new branch] gh/jorgep31415/116/head -> origin/gh/jorgep31415/116/head 2025-06-05T23:12:41.6811213Z * [new branch] gh/jorgep31415/116/orig -> origin/gh/jorgep31415/116/orig 2025-06-05T23:12:41.6812940Z * [new branch] gh/jorgep31415/117/base -> origin/gh/jorgep31415/117/base 2025-06-05T23:12:41.6813963Z * [new branch] gh/jorgep31415/117/head -> origin/gh/jorgep31415/117/head 2025-06-05T23:12:41.6815041Z * [new branch] gh/jorgep31415/117/orig -> origin/gh/jorgep31415/117/orig 2025-06-05T23:12:41.6816507Z * [new branch] gh/jorgep31415/118/base -> origin/gh/jorgep31415/118/base 2025-06-05T23:12:41.6817346Z * [new branch] gh/jorgep31415/118/head -> origin/gh/jorgep31415/118/head 2025-06-05T23:12:41.6818366Z * [new branch] gh/jorgep31415/118/orig -> origin/gh/jorgep31415/118/orig 2025-06-05T23:12:41.6819896Z * [new branch] gh/jorgep31415/119/base -> origin/gh/jorgep31415/119/base 2025-06-05T23:12:41.6820766Z * [new branch] gh/jorgep31415/119/head -> origin/gh/jorgep31415/119/head 2025-06-05T23:12:41.6821797Z * [new branch] gh/jorgep31415/119/orig -> origin/gh/jorgep31415/119/orig 2025-06-05T23:12:41.6823074Z * [new branch] gh/jorgep31415/12/base -> origin/gh/jorgep31415/12/base 2025-06-05T23:12:41.6824112Z * [new branch] gh/jorgep31415/12/head -> origin/gh/jorgep31415/12/head 2025-06-05T23:12:41.6825221Z * [new branch] gh/jorgep31415/12/orig -> origin/gh/jorgep31415/12/orig 2025-06-05T23:12:41.6826852Z * [new branch] gh/jorgep31415/120/base -> origin/gh/jorgep31415/120/base 2025-06-05T23:12:41.6827734Z * [new branch] gh/jorgep31415/120/head -> origin/gh/jorgep31415/120/head 2025-06-05T23:12:41.6828845Z * [new branch] gh/jorgep31415/120/orig -> origin/gh/jorgep31415/120/orig 2025-06-05T23:12:41.6830330Z * [new branch] gh/jorgep31415/121/base -> origin/gh/jorgep31415/121/base 2025-06-05T23:12:41.6831171Z * [new branch] gh/jorgep31415/121/head -> origin/gh/jorgep31415/121/head 2025-06-05T23:12:41.6832185Z * [new branch] gh/jorgep31415/121/orig -> origin/gh/jorgep31415/121/orig 2025-06-05T23:12:41.6833744Z * [new branch] gh/jorgep31415/122/base -> origin/gh/jorgep31415/122/base 2025-06-05T23:12:41.6834600Z * [new branch] gh/jorgep31415/122/head -> origin/gh/jorgep31415/122/head 2025-06-05T23:12:41.6835692Z * [new branch] gh/jorgep31415/122/orig -> origin/gh/jorgep31415/122/orig 2025-06-05T23:12:41.6837394Z * [new branch] gh/jorgep31415/123/base -> origin/gh/jorgep31415/123/base 2025-06-05T23:12:41.6838315Z * [new branch] gh/jorgep31415/123/head -> origin/gh/jorgep31415/123/head 2025-06-05T23:12:41.6839332Z * [new branch] gh/jorgep31415/123/orig -> origin/gh/jorgep31415/123/orig 2025-06-05T23:12:41.6840795Z * [new branch] gh/jorgep31415/124/base -> origin/gh/jorgep31415/124/base 2025-06-05T23:12:41.6842204Z * [new branch] gh/jorgep31415/125/base -> origin/gh/jorgep31415/125/base 2025-06-05T23:12:41.6843624Z * [new branch] gh/jorgep31415/126/base -> origin/gh/jorgep31415/126/base 2025-06-05T23:12:41.6845036Z * [new branch] gh/jorgep31415/127/base -> origin/gh/jorgep31415/127/base 2025-06-05T23:12:41.6846421Z * [new branch] gh/jorgep31415/128/base -> origin/gh/jorgep31415/128/base 2025-06-05T23:12:41.6847945Z * [new branch] gh/jorgep31415/129/base -> origin/gh/jorgep31415/129/base 2025-06-05T23:12:41.6849219Z * [new branch] gh/jorgep31415/13/base -> origin/gh/jorgep31415/13/base 2025-06-05T23:12:41.6850316Z * [new branch] gh/jorgep31415/13/head -> origin/gh/jorgep31415/13/head 2025-06-05T23:12:41.6851309Z * [new branch] gh/jorgep31415/13/orig -> origin/gh/jorgep31415/13/orig 2025-06-05T23:12:41.6852820Z * [new branch] gh/jorgep31415/130/base -> origin/gh/jorgep31415/130/base 2025-06-05T23:12:41.6854264Z * [new branch] gh/jorgep31415/131/base -> origin/gh/jorgep31415/131/base 2025-06-05T23:12:41.6855654Z * [new branch] gh/jorgep31415/132/base -> origin/gh/jorgep31415/132/base 2025-06-05T23:12:41.6857204Z * [new branch] gh/jorgep31415/133/base -> origin/gh/jorgep31415/133/base 2025-06-05T23:12:41.6858854Z * [new branch] gh/jorgep31415/134/base -> origin/gh/jorgep31415/134/base 2025-06-05T23:12:41.6860283Z * [new branch] gh/jorgep31415/135/base -> origin/gh/jorgep31415/135/base 2025-06-05T23:12:41.6861731Z * [new branch] gh/jorgep31415/136/base -> origin/gh/jorgep31415/136/base 2025-06-05T23:12:41.6863124Z * [new branch] gh/jorgep31415/137/base -> origin/gh/jorgep31415/137/base 2025-06-05T23:12:41.6864258Z * [new branch] gh/jorgep31415/14/base -> origin/gh/jorgep31415/14/base 2025-06-05T23:12:41.6865295Z * [new branch] gh/jorgep31415/14/head -> origin/gh/jorgep31415/14/head 2025-06-05T23:12:41.6866458Z * [new branch] gh/jorgep31415/14/orig -> origin/gh/jorgep31415/14/orig 2025-06-05T23:12:41.6867748Z * [new branch] gh/jorgep31415/15/base -> origin/gh/jorgep31415/15/base 2025-06-05T23:12:41.6868736Z * [new branch] gh/jorgep31415/15/head -> origin/gh/jorgep31415/15/head 2025-06-05T23:12:41.6869811Z * [new branch] gh/jorgep31415/15/orig -> origin/gh/jorgep31415/15/orig 2025-06-05T23:12:41.6871363Z * [new branch] gh/jorgep31415/16/base -> origin/gh/jorgep31415/16/base 2025-06-05T23:12:41.6872245Z * [new branch] gh/jorgep31415/16/head -> origin/gh/jorgep31415/16/head 2025-06-05T23:12:41.6873510Z * [new branch] gh/jorgep31415/16/orig -> origin/gh/jorgep31415/16/orig 2025-06-05T23:12:41.6874984Z * [new branch] gh/jorgep31415/17/base -> origin/gh/jorgep31415/17/base 2025-06-05T23:12:41.6875866Z * [new branch] gh/jorgep31415/17/head -> origin/gh/jorgep31415/17/head 2025-06-05T23:12:41.6876840Z * [new branch] gh/jorgep31415/17/orig -> origin/gh/jorgep31415/17/orig 2025-06-05T23:12:41.6878313Z * [new branch] gh/jorgep31415/18/base -> origin/gh/jorgep31415/18/base 2025-06-05T23:12:41.6879360Z * [new branch] gh/jorgep31415/18/head -> origin/gh/jorgep31415/18/head 2025-06-05T23:12:41.6880632Z * [new branch] gh/jorgep31415/18/orig -> origin/gh/jorgep31415/18/orig 2025-06-05T23:12:41.6881982Z * [new branch] gh/jorgep31415/19/base -> origin/gh/jorgep31415/19/base 2025-06-05T23:12:41.6882965Z * [new branch] gh/jorgep31415/19/head -> origin/gh/jorgep31415/19/head 2025-06-05T23:12:41.6884035Z * [new branch] gh/jorgep31415/19/orig -> origin/gh/jorgep31415/19/orig 2025-06-05T23:12:41.6885258Z * [new branch] gh/jorgep31415/2/base -> origin/gh/jorgep31415/2/base 2025-06-05T23:12:41.6886288Z * [new branch] gh/jorgep31415/2/head -> origin/gh/jorgep31415/2/head 2025-06-05T23:12:41.6887489Z * [new branch] gh/jorgep31415/2/orig -> origin/gh/jorgep31415/2/orig 2025-06-05T23:12:41.6888802Z * [new branch] gh/jorgep31415/20/base -> origin/gh/jorgep31415/20/base 2025-06-05T23:12:41.6889879Z * [new branch] gh/jorgep31415/20/head -> origin/gh/jorgep31415/20/head 2025-06-05T23:12:41.6891089Z * [new branch] gh/jorgep31415/20/orig -> origin/gh/jorgep31415/20/orig 2025-06-05T23:12:41.6892460Z * [new branch] gh/jorgep31415/21/base -> origin/gh/jorgep31415/21/base 2025-06-05T23:12:41.6893591Z * [new branch] gh/jorgep31415/21/head -> origin/gh/jorgep31415/21/head 2025-06-05T23:12:41.6894499Z * [new branch] gh/jorgep31415/21/orig -> origin/gh/jorgep31415/21/orig 2025-06-05T23:12:41.6895912Z * [new branch] gh/jorgep31415/22/base -> origin/gh/jorgep31415/22/base 2025-06-05T23:12:41.6896881Z * [new branch] gh/jorgep31415/22/head -> origin/gh/jorgep31415/22/head 2025-06-05T23:12:41.6897851Z * [new branch] gh/jorgep31415/22/orig -> origin/gh/jorgep31415/22/orig 2025-06-05T23:12:41.6899124Z * [new branch] gh/jorgep31415/23/base -> origin/gh/jorgep31415/23/base 2025-06-05T23:12:41.6900261Z * [new branch] gh/jorgep31415/23/head -> origin/gh/jorgep31415/23/head 2025-06-05T23:12:41.6901785Z * [new branch] gh/jorgep31415/23/orig -> origin/gh/jorgep31415/23/orig 2025-06-05T23:12:41.6903012Z * [new branch] gh/jorgep31415/24/base -> origin/gh/jorgep31415/24/base 2025-06-05T23:12:41.6904062Z * [new branch] gh/jorgep31415/24/head -> origin/gh/jorgep31415/24/head 2025-06-05T23:12:41.6905301Z * [new branch] gh/jorgep31415/24/orig -> origin/gh/jorgep31415/24/orig 2025-06-05T23:12:41.6906506Z * [new branch] gh/jorgep31415/25/base -> origin/gh/jorgep31415/25/base 2025-06-05T23:12:41.6907538Z * [new branch] gh/jorgep31415/25/head -> origin/gh/jorgep31415/25/head 2025-06-05T23:12:41.6908694Z * [new branch] gh/jorgep31415/25/orig -> origin/gh/jorgep31415/25/orig 2025-06-05T23:12:41.6910371Z * [new branch] gh/jorgep31415/26/base -> origin/gh/jorgep31415/26/base 2025-06-05T23:12:41.6911360Z * [new branch] gh/jorgep31415/26/head -> origin/gh/jorgep31415/26/head 2025-06-05T23:12:41.6912364Z * [new branch] gh/jorgep31415/26/orig -> origin/gh/jorgep31415/26/orig 2025-06-05T23:12:41.6913629Z * [new branch] gh/jorgep31415/27/base -> origin/gh/jorgep31415/27/base 2025-06-05T23:12:41.6914672Z * [new branch] gh/jorgep31415/27/head -> origin/gh/jorgep31415/27/head 2025-06-05T23:12:41.6916014Z * [new branch] gh/jorgep31415/28/base -> origin/gh/jorgep31415/28/base 2025-06-05T23:12:41.6917441Z * [new branch] gh/jorgep31415/28/head -> origin/gh/jorgep31415/28/head 2025-06-05T23:12:41.6918717Z * [new branch] gh/jorgep31415/29/base -> origin/gh/jorgep31415/29/base 2025-06-05T23:12:41.6919721Z * [new branch] gh/jorgep31415/29/head -> origin/gh/jorgep31415/29/head 2025-06-05T23:12:41.6920850Z * [new branch] gh/jorgep31415/29/orig -> origin/gh/jorgep31415/29/orig 2025-06-05T23:12:41.6922251Z * [new branch] gh/jorgep31415/3/base -> origin/gh/jorgep31415/3/base 2025-06-05T23:12:41.6923085Z * [new branch] gh/jorgep31415/3/head -> origin/gh/jorgep31415/3/head 2025-06-05T23:12:41.6924108Z * [new branch] gh/jorgep31415/3/orig -> origin/gh/jorgep31415/3/orig 2025-06-05T23:12:41.6925549Z * [new branch] gh/jorgep31415/30/base -> origin/gh/jorgep31415/30/base 2025-06-05T23:12:41.6926543Z * [new branch] gh/jorgep31415/30/head -> origin/gh/jorgep31415/30/head 2025-06-05T23:12:41.6927681Z * [new branch] gh/jorgep31415/30/orig -> origin/gh/jorgep31415/30/orig 2025-06-05T23:12:41.6929139Z * [new branch] gh/jorgep31415/31/base -> origin/gh/jorgep31415/31/base 2025-06-05T23:12:41.6930172Z * [new branch] gh/jorgep31415/31/head -> origin/gh/jorgep31415/31/head 2025-06-05T23:12:41.6931247Z * [new branch] gh/jorgep31415/31/orig -> origin/gh/jorgep31415/31/orig 2025-06-05T23:12:41.6932668Z * [new branch] gh/jorgep31415/32/base -> origin/gh/jorgep31415/32/base 2025-06-05T23:12:41.6933808Z * [new branch] gh/jorgep31415/32/head -> origin/gh/jorgep31415/32/head 2025-06-05T23:12:41.6934851Z * [new branch] gh/jorgep31415/32/orig -> origin/gh/jorgep31415/32/orig 2025-06-05T23:12:41.6936461Z * [new branch] gh/jorgep31415/33/base -> origin/gh/jorgep31415/33/base 2025-06-05T23:12:41.6937570Z * [new branch] gh/jorgep31415/33/head -> origin/gh/jorgep31415/33/head 2025-06-05T23:12:41.6938991Z * [new branch] gh/jorgep31415/33/orig -> origin/gh/jorgep31415/33/orig 2025-06-05T23:12:41.6940527Z * [new branch] gh/jorgep31415/34/base -> origin/gh/jorgep31415/34/base 2025-06-05T23:12:41.6941425Z * [new branch] gh/jorgep31415/34/head -> origin/gh/jorgep31415/34/head 2025-06-05T23:12:41.6942681Z * [new branch] gh/jorgep31415/34/orig -> origin/gh/jorgep31415/34/orig 2025-06-05T23:12:41.6944593Z * [new branch] gh/jorgep31415/35/base -> origin/gh/jorgep31415/35/base 2025-06-05T23:12:41.6945566Z * [new branch] gh/jorgep31415/35/head -> origin/gh/jorgep31415/35/head 2025-06-05T23:12:41.6946752Z * [new branch] gh/jorgep31415/35/orig -> origin/gh/jorgep31415/35/orig 2025-06-05T23:12:41.6948077Z * [new branch] gh/jorgep31415/36/base -> origin/gh/jorgep31415/36/base 2025-06-05T23:12:41.6949716Z * [new branch] gh/jorgep31415/36/head -> origin/gh/jorgep31415/36/head 2025-06-05T23:12:41.6951256Z * [new branch] gh/jorgep31415/36/orig -> origin/gh/jorgep31415/36/orig 2025-06-05T23:12:41.6954005Z * [new branch] gh/jorgep31415/37/base -> origin/gh/jorgep31415/37/base 2025-06-05T23:12:41.6956039Z * [new branch] gh/jorgep31415/37/head -> origin/gh/jorgep31415/37/head 2025-06-05T23:12:41.6958130Z * [new branch] gh/jorgep31415/37/orig -> origin/gh/jorgep31415/37/orig 2025-06-05T23:12:41.6960693Z * [new branch] gh/jorgep31415/38/base -> origin/gh/jorgep31415/38/base 2025-06-05T23:12:41.6962359Z * [new branch] gh/jorgep31415/38/head -> origin/gh/jorgep31415/38/head 2025-06-05T23:12:41.6964236Z * [new branch] gh/jorgep31415/38/orig -> origin/gh/jorgep31415/38/orig 2025-06-05T23:12:41.6966564Z * [new branch] gh/jorgep31415/39/base -> origin/gh/jorgep31415/39/base 2025-06-05T23:12:41.6968261Z * [new branch] gh/jorgep31415/39/head -> origin/gh/jorgep31415/39/head 2025-06-05T23:12:41.6970046Z * [new branch] gh/jorgep31415/39/orig -> origin/gh/jorgep31415/39/orig 2025-06-05T23:12:41.6971975Z * [new branch] gh/jorgep31415/4/base -> origin/gh/jorgep31415/4/base 2025-06-05T23:12:41.6973706Z * [new branch] gh/jorgep31415/4/head -> origin/gh/jorgep31415/4/head 2025-06-05T23:12:41.6975488Z * [new branch] gh/jorgep31415/4/orig -> origin/gh/jorgep31415/4/orig 2025-06-05T23:12:41.6977876Z * [new branch] gh/jorgep31415/40/base -> origin/gh/jorgep31415/40/base 2025-06-05T23:12:41.6979667Z * [new branch] gh/jorgep31415/40/head -> origin/gh/jorgep31415/40/head 2025-06-05T23:12:41.6981332Z * [new branch] gh/jorgep31415/40/orig -> origin/gh/jorgep31415/40/orig 2025-06-05T23:12:41.6983568Z * [new branch] gh/jorgep31415/41/base -> origin/gh/jorgep31415/41/base 2025-06-05T23:12:41.6985131Z * [new branch] gh/jorgep31415/41/head -> origin/gh/jorgep31415/41/head 2025-06-05T23:12:41.6986848Z * [new branch] gh/jorgep31415/41/orig -> origin/gh/jorgep31415/41/orig 2025-06-05T23:12:41.6989127Z * [new branch] gh/jorgep31415/42/base -> origin/gh/jorgep31415/42/base 2025-06-05T23:12:41.6990748Z * [new branch] gh/jorgep31415/42/head -> origin/gh/jorgep31415/42/head 2025-06-05T23:12:41.6992645Z * [new branch] gh/jorgep31415/42/orig -> origin/gh/jorgep31415/42/orig 2025-06-05T23:12:41.6994917Z * [new branch] gh/jorgep31415/43/base -> origin/gh/jorgep31415/43/base 2025-06-05T23:12:41.6996744Z * [new branch] gh/jorgep31415/43/head -> origin/gh/jorgep31415/43/head 2025-06-05T23:12:41.6998411Z * [new branch] gh/jorgep31415/43/orig -> origin/gh/jorgep31415/43/orig 2025-06-05T23:12:41.7000756Z * [new branch] gh/jorgep31415/44/base -> origin/gh/jorgep31415/44/base 2025-06-05T23:12:41.7002446Z * [new branch] gh/jorgep31415/44/head -> origin/gh/jorgep31415/44/head 2025-06-05T23:12:41.7004134Z * [new branch] gh/jorgep31415/44/orig -> origin/gh/jorgep31415/44/orig 2025-06-05T23:12:41.7006445Z * [new branch] gh/jorgep31415/45/base -> origin/gh/jorgep31415/45/base 2025-06-05T23:12:41.7007966Z * [new branch] gh/jorgep31415/45/head -> origin/gh/jorgep31415/45/head 2025-06-05T23:12:41.7010009Z * [new branch] gh/jorgep31415/45/orig -> origin/gh/jorgep31415/45/orig 2025-06-05T23:12:41.7012404Z * [new branch] gh/jorgep31415/46/base -> origin/gh/jorgep31415/46/base 2025-06-05T23:12:41.7013934Z * [new branch] gh/jorgep31415/46/head -> origin/gh/jorgep31415/46/head 2025-06-05T23:12:41.7015781Z * [new branch] gh/jorgep31415/46/orig -> origin/gh/jorgep31415/46/orig 2025-06-05T23:12:41.7017051Z * [new branch] gh/jorgep31415/47/base -> origin/gh/jorgep31415/47/base 2025-06-05T23:12:41.7018069Z * [new branch] gh/jorgep31415/47/head -> origin/gh/jorgep31415/47/head 2025-06-05T23:12:41.7019169Z * [new branch] gh/jorgep31415/47/orig -> origin/gh/jorgep31415/47/orig 2025-06-05T23:12:41.7020646Z * [new branch] gh/jorgep31415/48/base -> origin/gh/jorgep31415/48/base 2025-06-05T23:12:41.7021689Z * [new branch] gh/jorgep31415/48/head -> origin/gh/jorgep31415/48/head 2025-06-05T23:12:41.7022740Z * [new branch] gh/jorgep31415/48/orig -> origin/gh/jorgep31415/48/orig 2025-06-05T23:12:41.7024278Z * [new branch] gh/jorgep31415/49/base -> origin/gh/jorgep31415/49/base 2025-06-05T23:12:41.7025262Z * [new branch] gh/jorgep31415/49/head -> origin/gh/jorgep31415/49/head 2025-06-05T23:12:41.7026457Z * [new branch] gh/jorgep31415/49/orig -> origin/gh/jorgep31415/49/orig 2025-06-05T23:12:41.7027865Z * [new branch] gh/jorgep31415/5/base -> origin/gh/jorgep31415/5/base 2025-06-05T23:12:41.7028795Z * [new branch] gh/jorgep31415/5/head -> origin/gh/jorgep31415/5/head 2025-06-05T23:12:41.7030250Z * [new branch] gh/jorgep31415/50/base -> origin/gh/jorgep31415/50/base 2025-06-05T23:12:41.7031203Z * [new branch] gh/jorgep31415/50/head -> origin/gh/jorgep31415/50/head 2025-06-05T23:12:41.7032226Z * [new branch] gh/jorgep31415/50/orig -> origin/gh/jorgep31415/50/orig 2025-06-05T23:12:41.7033843Z * [new branch] gh/jorgep31415/51/base -> origin/gh/jorgep31415/51/base 2025-06-05T23:12:41.7034916Z * [new branch] gh/jorgep31415/51/head -> origin/gh/jorgep31415/51/head 2025-06-05T23:12:41.7036278Z * [new branch] gh/jorgep31415/51/orig -> origin/gh/jorgep31415/51/orig 2025-06-05T23:12:41.7037465Z * [new branch] gh/jorgep31415/52/base -> origin/gh/jorgep31415/52/base 2025-06-05T23:12:41.7052722Z * [new branch] gh/jorgep31415/52/head -> origin/gh/jorgep31415/52/head 2025-06-05T23:12:41.7053534Z * [new branch] gh/jorgep31415/52/orig -> origin/gh/jorgep31415/52/orig 2025-06-05T23:12:41.7054091Z * [new branch] gh/jorgep31415/53/base -> origin/gh/jorgep31415/53/base 2025-06-05T23:12:41.7054738Z * [new branch] gh/jorgep31415/53/head -> origin/gh/jorgep31415/53/head 2025-06-05T23:12:41.7055270Z * [new branch] gh/jorgep31415/53/orig -> origin/gh/jorgep31415/53/orig 2025-06-05T23:12:41.7055870Z * [new branch] gh/jorgep31415/54/base -> origin/gh/jorgep31415/54/base 2025-06-05T23:12:41.7056421Z * [new branch] gh/jorgep31415/54/head -> origin/gh/jorgep31415/54/head 2025-06-05T23:12:41.7057033Z * [new branch] gh/jorgep31415/54/orig -> origin/gh/jorgep31415/54/orig 2025-06-05T23:12:41.7057637Z * [new branch] gh/jorgep31415/55/base -> origin/gh/jorgep31415/55/base 2025-06-05T23:12:41.7058231Z * [new branch] gh/jorgep31415/55/head -> origin/gh/jorgep31415/55/head 2025-06-05T23:12:41.7058781Z * [new branch] gh/jorgep31415/55/orig -> origin/gh/jorgep31415/55/orig 2025-06-05T23:12:41.7059373Z * [new branch] gh/jorgep31415/56/base -> origin/gh/jorgep31415/56/base 2025-06-05T23:12:41.7059904Z * [new branch] gh/jorgep31415/56/head -> origin/gh/jorgep31415/56/head 2025-06-05T23:12:41.7060502Z * [new branch] gh/jorgep31415/56/orig -> origin/gh/jorgep31415/56/orig 2025-06-05T23:12:41.7061034Z * [new branch] gh/jorgep31415/57/base -> origin/gh/jorgep31415/57/base 2025-06-05T23:12:41.7061670Z * [new branch] gh/jorgep31415/57/head -> origin/gh/jorgep31415/57/head 2025-06-05T23:12:41.7062213Z * [new branch] gh/jorgep31415/57/orig -> origin/gh/jorgep31415/57/orig 2025-06-05T23:12:41.7062747Z * [new branch] gh/jorgep31415/58/base -> origin/gh/jorgep31415/58/base 2025-06-05T23:12:41.7063354Z * [new branch] gh/jorgep31415/58/head -> origin/gh/jorgep31415/58/head 2025-06-05T23:12:41.7063993Z * [new branch] gh/jorgep31415/58/orig -> origin/gh/jorgep31415/58/orig 2025-06-05T23:12:41.7064542Z * [new branch] gh/jorgep31415/59/base -> origin/gh/jorgep31415/59/base 2025-06-05T23:12:41.7065142Z * [new branch] gh/jorgep31415/59/head -> origin/gh/jorgep31415/59/head 2025-06-05T23:12:41.7065670Z * [new branch] gh/jorgep31415/59/orig -> origin/gh/jorgep31415/59/orig 2025-06-05T23:12:41.7066451Z * [new branch] gh/jorgep31415/6/base -> origin/gh/jorgep31415/6/base 2025-06-05T23:12:41.7067537Z * [new branch] gh/jorgep31415/6/head -> origin/gh/jorgep31415/6/head 2025-06-05T23:12:41.7069174Z * [new branch] gh/jorgep31415/60/base -> origin/gh/jorgep31415/60/base 2025-06-05T23:12:41.7070267Z * [new branch] gh/jorgep31415/60/head -> origin/gh/jorgep31415/60/head 2025-06-05T23:12:41.7071365Z * [new branch] gh/jorgep31415/60/orig -> origin/gh/jorgep31415/60/orig 2025-06-05T23:12:41.7072815Z * [new branch] gh/jorgep31415/61/base -> origin/gh/jorgep31415/61/base 2025-06-05T23:12:41.7073818Z * [new branch] gh/jorgep31415/61/head -> origin/gh/jorgep31415/61/head 2025-06-05T23:12:41.7074922Z * [new branch] gh/jorgep31415/61/orig -> origin/gh/jorgep31415/61/orig 2025-06-05T23:12:41.7076570Z * [new branch] gh/jorgep31415/62/base -> origin/gh/jorgep31415/62/base 2025-06-05T23:12:41.7077575Z * [new branch] gh/jorgep31415/62/head -> origin/gh/jorgep31415/62/head 2025-06-05T23:12:41.7078795Z * [new branch] gh/jorgep31415/62/orig -> origin/gh/jorgep31415/62/orig 2025-06-05T23:12:41.7080349Z * [new branch] gh/jorgep31415/63/base -> origin/gh/jorgep31415/63/base 2025-06-05T23:12:41.7081445Z * [new branch] gh/jorgep31415/63/head -> origin/gh/jorgep31415/63/head 2025-06-05T23:12:41.7082707Z * [new branch] gh/jorgep31415/63/orig -> origin/gh/jorgep31415/63/orig 2025-06-05T23:12:41.7084488Z * [new branch] gh/jorgep31415/64/base -> origin/gh/jorgep31415/64/base 2025-06-05T23:12:41.7085370Z * [new branch] gh/jorgep31415/64/head -> origin/gh/jorgep31415/64/head 2025-06-05T23:12:41.7086416Z * [new branch] gh/jorgep31415/64/orig -> origin/gh/jorgep31415/64/orig 2025-06-05T23:12:41.7087994Z * [new branch] gh/jorgep31415/65/base -> origin/gh/jorgep31415/65/base 2025-06-05T23:12:41.7088890Z * [new branch] gh/jorgep31415/65/head -> origin/gh/jorgep31415/65/head 2025-06-05T23:12:41.7090019Z * [new branch] gh/jorgep31415/65/orig -> origin/gh/jorgep31415/65/orig 2025-06-05T23:12:41.7091853Z * [new branch] gh/jorgep31415/66/base -> origin/gh/jorgep31415/66/base 2025-06-05T23:12:41.7092990Z * [new branch] gh/jorgep31415/66/head -> origin/gh/jorgep31415/66/head 2025-06-05T23:12:41.7093965Z * [new branch] gh/jorgep31415/66/orig -> origin/gh/jorgep31415/66/orig 2025-06-05T23:12:41.7095241Z * [new branch] gh/jorgep31415/67/base -> origin/gh/jorgep31415/67/base 2025-06-05T23:12:41.7096201Z * [new branch] gh/jorgep31415/67/head -> origin/gh/jorgep31415/67/head 2025-06-05T23:12:41.7097289Z * [new branch] gh/jorgep31415/67/orig -> origin/gh/jorgep31415/67/orig 2025-06-05T23:12:41.7098704Z * [new branch] gh/jorgep31415/68/base -> origin/gh/jorgep31415/68/base 2025-06-05T23:12:41.7099781Z * [new branch] gh/jorgep31415/68/head -> origin/gh/jorgep31415/68/head 2025-06-05T23:12:41.7100879Z * [new branch] gh/jorgep31415/68/orig -> origin/gh/jorgep31415/68/orig 2025-06-05T23:12:41.7102334Z * [new branch] gh/jorgep31415/69/base -> origin/gh/jorgep31415/69/base 2025-06-05T23:12:41.7103297Z * [new branch] gh/jorgep31415/69/head -> origin/gh/jorgep31415/69/head 2025-06-05T23:12:41.7104313Z * [new branch] gh/jorgep31415/69/orig -> origin/gh/jorgep31415/69/orig 2025-06-05T23:12:41.7105723Z * [new branch] gh/jorgep31415/7/base -> origin/gh/jorgep31415/7/base 2025-06-05T23:12:41.7106863Z * [new branch] gh/jorgep31415/7/head -> origin/gh/jorgep31415/7/head 2025-06-05T23:12:41.7107958Z * [new branch] gh/jorgep31415/70/base -> origin/gh/jorgep31415/70/base 2025-06-05T23:12:41.7108953Z * [new branch] gh/jorgep31415/70/head -> origin/gh/jorgep31415/70/head 2025-06-05T23:12:41.7110357Z * [new branch] gh/jorgep31415/71/base -> origin/gh/jorgep31415/71/base 2025-06-05T23:12:41.7111220Z * [new branch] gh/jorgep31415/71/head -> origin/gh/jorgep31415/71/head 2025-06-05T23:12:41.7112148Z * [new branch] gh/jorgep31415/71/orig -> origin/gh/jorgep31415/71/orig 2025-06-05T23:12:41.7113689Z * [new branch] gh/jorgep31415/72/base -> origin/gh/jorgep31415/72/base 2025-06-05T23:12:41.7114613Z * [new branch] gh/jorgep31415/72/head -> origin/gh/jorgep31415/72/head 2025-06-05T23:12:41.7115657Z * [new branch] gh/jorgep31415/72/orig -> origin/gh/jorgep31415/72/orig 2025-06-05T23:12:41.7117223Z * [new branch] gh/jorgep31415/73/base -> origin/gh/jorgep31415/73/base 2025-06-05T23:12:41.7118168Z * [new branch] gh/jorgep31415/73/head -> origin/gh/jorgep31415/73/head 2025-06-05T23:12:41.7119148Z * [new branch] gh/jorgep31415/73/orig -> origin/gh/jorgep31415/73/orig 2025-06-05T23:12:41.7120647Z * [new branch] gh/jorgep31415/74/base -> origin/gh/jorgep31415/74/base 2025-06-05T23:12:41.7121688Z * [new branch] gh/jorgep31415/74/head -> origin/gh/jorgep31415/74/head 2025-06-05T23:12:41.7122805Z * [new branch] gh/jorgep31415/74/orig -> origin/gh/jorgep31415/74/orig 2025-06-05T23:12:41.7124273Z * [new branch] gh/jorgep31415/75/base -> origin/gh/jorgep31415/75/base 2025-06-05T23:12:41.7125148Z * [new branch] gh/jorgep31415/75/head -> origin/gh/jorgep31415/75/head 2025-06-05T23:12:41.7126241Z * [new branch] gh/jorgep31415/75/orig -> origin/gh/jorgep31415/75/orig 2025-06-05T23:12:41.7127610Z * [new branch] gh/jorgep31415/76/base -> origin/gh/jorgep31415/76/base 2025-06-05T23:12:41.7128549Z * [new branch] gh/jorgep31415/76/head -> origin/gh/jorgep31415/76/head 2025-06-05T23:12:41.7129610Z * [new branch] gh/jorgep31415/76/orig -> origin/gh/jorgep31415/76/orig 2025-06-05T23:12:41.7130924Z * [new branch] gh/jorgep31415/77/base -> origin/gh/jorgep31415/77/base 2025-06-05T23:12:41.7132665Z * [new branch] gh/jorgep31415/77/head -> origin/gh/jorgep31415/77/head 2025-06-05T23:12:41.7133977Z * [new branch] gh/jorgep31415/77/orig -> origin/gh/jorgep31415/77/orig 2025-06-05T23:12:41.7135301Z * [new branch] gh/jorgep31415/78/base -> origin/gh/jorgep31415/78/base 2025-06-05T23:12:41.7136214Z * [new branch] gh/jorgep31415/78/head -> origin/gh/jorgep31415/78/head 2025-06-05T23:12:41.7137250Z * [new branch] gh/jorgep31415/78/orig -> origin/gh/jorgep31415/78/orig 2025-06-05T23:12:41.7138664Z * [new branch] gh/jorgep31415/79/base -> origin/gh/jorgep31415/79/base 2025-06-05T23:12:41.7139577Z * [new branch] gh/jorgep31415/79/head -> origin/gh/jorgep31415/79/head 2025-06-05T23:12:41.7140601Z * [new branch] gh/jorgep31415/79/orig -> origin/gh/jorgep31415/79/orig 2025-06-05T23:12:41.7141796Z * [new branch] gh/jorgep31415/8/base -> origin/gh/jorgep31415/8/base 2025-06-05T23:12:41.7142916Z * [new branch] gh/jorgep31415/8/head -> origin/gh/jorgep31415/8/head 2025-06-05T23:12:41.7144442Z * [new branch] gh/jorgep31415/80/base -> origin/gh/jorgep31415/80/base 2025-06-05T23:12:41.7145419Z * [new branch] gh/jorgep31415/80/head -> origin/gh/jorgep31415/80/head 2025-06-05T23:12:41.7146514Z * [new branch] gh/jorgep31415/80/orig -> origin/gh/jorgep31415/80/orig 2025-06-05T23:12:41.7147781Z * [new branch] gh/jorgep31415/81/base -> origin/gh/jorgep31415/81/base 2025-06-05T23:12:41.7148750Z * [new branch] gh/jorgep31415/81/head -> origin/gh/jorgep31415/81/head 2025-06-05T23:12:41.7149747Z * [new branch] gh/jorgep31415/81/orig -> origin/gh/jorgep31415/81/orig 2025-06-05T23:12:41.7150956Z * [new branch] gh/jorgep31415/82/base -> origin/gh/jorgep31415/82/base 2025-06-05T23:12:41.7152066Z * [new branch] gh/jorgep31415/82/head -> origin/gh/jorgep31415/82/head 2025-06-05T23:12:41.7153059Z * [new branch] gh/jorgep31415/82/orig -> origin/gh/jorgep31415/82/orig 2025-06-05T23:12:41.7154489Z * [new branch] gh/jorgep31415/83/base -> origin/gh/jorgep31415/83/base 2025-06-05T23:12:41.7155442Z * [new branch] gh/jorgep31415/83/head -> origin/gh/jorgep31415/83/head 2025-06-05T23:12:41.7156520Z * [new branch] gh/jorgep31415/83/orig -> origin/gh/jorgep31415/83/orig 2025-06-05T23:12:41.7157749Z * [new branch] gh/jorgep31415/84/base -> origin/gh/jorgep31415/84/base 2025-06-05T23:12:41.7158786Z * [new branch] gh/jorgep31415/84/head -> origin/gh/jorgep31415/84/head 2025-06-05T23:12:41.7159773Z * [new branch] gh/jorgep31415/84/orig -> origin/gh/jorgep31415/84/orig 2025-06-05T23:12:41.7160947Z * [new branch] gh/jorgep31415/85/base -> origin/gh/jorgep31415/85/base 2025-06-05T23:12:41.7161855Z * [new branch] gh/jorgep31415/85/head -> origin/gh/jorgep31415/85/head 2025-06-05T23:12:41.7162918Z * [new branch] gh/jorgep31415/85/orig -> origin/gh/jorgep31415/85/orig 2025-06-05T23:12:41.7164280Z * [new branch] gh/jorgep31415/86/base -> origin/gh/jorgep31415/86/base 2025-06-05T23:12:41.7165344Z * [new branch] gh/jorgep31415/86/head -> origin/gh/jorgep31415/86/head 2025-06-05T23:12:41.7166238Z * [new branch] gh/jorgep31415/86/orig -> origin/gh/jorgep31415/86/orig 2025-06-05T23:12:41.7167491Z * [new branch] gh/jorgep31415/87/base -> origin/gh/jorgep31415/87/base 2025-06-05T23:12:41.7168471Z * [new branch] gh/jorgep31415/87/head -> origin/gh/jorgep31415/87/head 2025-06-05T23:12:41.7169476Z * [new branch] gh/jorgep31415/87/orig -> origin/gh/jorgep31415/87/orig 2025-06-05T23:12:41.7170653Z * [new branch] gh/jorgep31415/88/base -> origin/gh/jorgep31415/88/base 2025-06-05T23:12:41.7171664Z * [new branch] gh/jorgep31415/88/head -> origin/gh/jorgep31415/88/head 2025-06-05T23:12:41.7172755Z * [new branch] gh/jorgep31415/88/orig -> origin/gh/jorgep31415/88/orig 2025-06-05T23:12:41.7174335Z * [new branch] gh/jorgep31415/89/base -> origin/gh/jorgep31415/89/base 2025-06-05T23:12:41.7175160Z * [new branch] gh/jorgep31415/89/head -> origin/gh/jorgep31415/89/head 2025-06-05T23:12:41.7176344Z * [new branch] gh/jorgep31415/89/orig -> origin/gh/jorgep31415/89/orig 2025-06-05T23:12:41.7177694Z * [new branch] gh/jorgep31415/9/base -> origin/gh/jorgep31415/9/base 2025-06-05T23:12:41.7178616Z * [new branch] gh/jorgep31415/9/head -> origin/gh/jorgep31415/9/head 2025-06-05T23:12:41.7179639Z * [new branch] gh/jorgep31415/9/orig -> origin/gh/jorgep31415/9/orig 2025-06-05T23:12:41.7180919Z * [new branch] gh/jorgep31415/90/base -> origin/gh/jorgep31415/90/base 2025-06-05T23:12:41.7181848Z * [new branch] gh/jorgep31415/90/head -> origin/gh/jorgep31415/90/head 2025-06-05T23:12:41.7182688Z * [new branch] gh/jorgep31415/90/orig -> origin/gh/jorgep31415/90/orig 2025-06-05T23:12:41.7184194Z * [new branch] gh/jorgep31415/91/base -> origin/gh/jorgep31415/91/base 2025-06-05T23:12:41.7185129Z * [new branch] gh/jorgep31415/91/head -> origin/gh/jorgep31415/91/head 2025-06-05T23:12:41.7186225Z * [new branch] gh/jorgep31415/91/orig -> origin/gh/jorgep31415/91/orig 2025-06-05T23:12:41.7187733Z * [new branch] gh/jorgep31415/92/base -> origin/gh/jorgep31415/92/base 2025-06-05T23:12:41.7188660Z * [new branch] gh/jorgep31415/92/head -> origin/gh/jorgep31415/92/head 2025-06-05T23:12:41.7189715Z * [new branch] gh/jorgep31415/92/orig -> origin/gh/jorgep31415/92/orig 2025-06-05T23:12:41.7191313Z * [new branch] gh/jorgep31415/93/base -> origin/gh/jorgep31415/93/base 2025-06-05T23:12:41.7192483Z * [new branch] gh/jorgep31415/93/head -> origin/gh/jorgep31415/93/head 2025-06-05T23:12:41.7193960Z * [new branch] gh/jorgep31415/93/orig -> origin/gh/jorgep31415/93/orig 2025-06-05T23:12:41.7195401Z * [new branch] gh/jorgep31415/94/base -> origin/gh/jorgep31415/94/base 2025-06-05T23:12:41.7196500Z * [new branch] gh/jorgep31415/94/head -> origin/gh/jorgep31415/94/head 2025-06-05T23:12:41.7197615Z * [new branch] gh/jorgep31415/94/orig -> origin/gh/jorgep31415/94/orig 2025-06-05T23:12:41.7199426Z * [new branch] gh/jorgep31415/95/base -> origin/gh/jorgep31415/95/base 2025-06-05T23:12:41.7201032Z * [new branch] gh/jorgep31415/95/head -> origin/gh/jorgep31415/95/head 2025-06-05T23:12:41.7202707Z * [new branch] gh/jorgep31415/95/orig -> origin/gh/jorgep31415/95/orig 2025-06-05T23:12:41.7205153Z * [new branch] gh/jorgep31415/96/base -> origin/gh/jorgep31415/96/base 2025-06-05T23:12:41.7206233Z * [new branch] gh/jorgep31415/96/head -> origin/gh/jorgep31415/96/head 2025-06-05T23:12:41.7207374Z * [new branch] gh/jorgep31415/96/orig -> origin/gh/jorgep31415/96/orig 2025-06-05T23:12:41.7208816Z * [new branch] gh/jorgep31415/97/base -> origin/gh/jorgep31415/97/base 2025-06-05T23:12:41.7209957Z * [new branch] gh/jorgep31415/97/head -> origin/gh/jorgep31415/97/head 2025-06-05T23:12:41.7210966Z * [new branch] gh/jorgep31415/97/orig -> origin/gh/jorgep31415/97/orig 2025-06-05T23:12:41.7212331Z * [new branch] gh/jorgep31415/98/base -> origin/gh/jorgep31415/98/base 2025-06-05T23:12:41.7213239Z * [new branch] gh/jorgep31415/98/head -> origin/gh/jorgep31415/98/head 2025-06-05T23:12:41.7214345Z * [new branch] gh/jorgep31415/98/orig -> origin/gh/jorgep31415/98/orig 2025-06-05T23:12:41.7215617Z * [new branch] gh/jorgep31415/99/base -> origin/gh/jorgep31415/99/base 2025-06-05T23:12:41.7216435Z * [new branch] gh/jorgep31415/99/head -> origin/gh/jorgep31415/99/head 2025-06-05T23:12:41.7217490Z * [new branch] gh/jorgep31415/99/orig -> origin/gh/jorgep31415/99/orig 2025-06-05T23:12:41.7219212Z * [new branch] gh/kimishpatel/10/base -> origin/gh/kimishpatel/10/base 2025-06-05T23:12:41.7219970Z * [new branch] gh/kimishpatel/10/head -> origin/gh/kimishpatel/10/head 2025-06-05T23:12:41.7221087Z * [new branch] gh/kimishpatel/10/orig -> origin/gh/kimishpatel/10/orig 2025-06-05T23:12:41.7222437Z * [new branch] gh/kimishpatel/100/base -> origin/gh/kimishpatel/100/base 2025-06-05T23:12:41.7223426Z * [new branch] gh/kimishpatel/100/head -> origin/gh/kimishpatel/100/head 2025-06-05T23:12:41.7224795Z * [new branch] gh/kimishpatel/100/orig -> origin/gh/kimishpatel/100/orig 2025-06-05T23:12:41.7225820Z * [new branch] gh/kimishpatel/101/base -> origin/gh/kimishpatel/101/base 2025-06-05T23:12:41.7226755Z * [new branch] gh/kimishpatel/101/head -> origin/gh/kimishpatel/101/head 2025-06-05T23:12:41.7227895Z * [new branch] gh/kimishpatel/101/orig -> origin/gh/kimishpatel/101/orig 2025-06-05T23:12:41.7229248Z * [new branch] gh/kimishpatel/102/base -> origin/gh/kimishpatel/102/base 2025-06-05T23:12:41.7230181Z * [new branch] gh/kimishpatel/102/head -> origin/gh/kimishpatel/102/head 2025-06-05T23:12:41.7231277Z * [new branch] gh/kimishpatel/102/orig -> origin/gh/kimishpatel/102/orig 2025-06-05T23:12:41.7232625Z * [new branch] gh/kimishpatel/103/base -> origin/gh/kimishpatel/103/base 2025-06-05T23:12:41.7233629Z * [new branch] gh/kimishpatel/103/head -> origin/gh/kimishpatel/103/head 2025-06-05T23:12:41.7234912Z * [new branch] gh/kimishpatel/103/orig -> origin/gh/kimishpatel/103/orig 2025-06-05T23:12:41.7236256Z * [new branch] gh/kimishpatel/104/base -> origin/gh/kimishpatel/104/base 2025-06-05T23:12:41.7237526Z * [new branch] gh/kimishpatel/104/head -> origin/gh/kimishpatel/104/head 2025-06-05T23:12:41.7238273Z * [new branch] gh/kimishpatel/104/orig -> origin/gh/kimishpatel/104/orig 2025-06-05T23:12:41.7239737Z * [new branch] gh/kimishpatel/105/base -> origin/gh/kimishpatel/105/base 2025-06-05T23:12:41.7240628Z * [new branch] gh/kimishpatel/105/head -> origin/gh/kimishpatel/105/head 2025-06-05T23:12:41.7241649Z * [new branch] gh/kimishpatel/105/orig -> origin/gh/kimishpatel/105/orig 2025-06-05T23:12:41.7242996Z * [new branch] gh/kimishpatel/106/base -> origin/gh/kimishpatel/106/base 2025-06-05T23:12:41.7243957Z * [new branch] gh/kimishpatel/106/head -> origin/gh/kimishpatel/106/head 2025-06-05T23:12:41.7245173Z * [new branch] gh/kimishpatel/106/orig -> origin/gh/kimishpatel/106/orig 2025-06-05T23:12:41.7246539Z * [new branch] gh/kimishpatel/107/base -> origin/gh/kimishpatel/107/base 2025-06-05T23:12:41.7247666Z * [new branch] gh/kimishpatel/107/head -> origin/gh/kimishpatel/107/head 2025-06-05T23:12:41.7248674Z * [new branch] gh/kimishpatel/107/orig -> origin/gh/kimishpatel/107/orig 2025-06-05T23:12:41.7249973Z * [new branch] gh/kimishpatel/108/base -> origin/gh/kimishpatel/108/base 2025-06-05T23:12:41.7251031Z * [new branch] gh/kimishpatel/108/head -> origin/gh/kimishpatel/108/head 2025-06-05T23:12:41.7252005Z * [new branch] gh/kimishpatel/108/orig -> origin/gh/kimishpatel/108/orig 2025-06-05T23:12:41.7253409Z * [new branch] gh/kimishpatel/109/base -> origin/gh/kimishpatel/109/base 2025-06-05T23:12:41.7254228Z * [new branch] gh/kimishpatel/109/head -> origin/gh/kimishpatel/109/head 2025-06-05T23:12:41.7255442Z * [new branch] gh/kimishpatel/109/orig -> origin/gh/kimishpatel/109/orig 2025-06-05T23:12:41.7256773Z * [new branch] gh/kimishpatel/11/base -> origin/gh/kimishpatel/11/base 2025-06-05T23:12:41.7257684Z * [new branch] gh/kimishpatel/11/head -> origin/gh/kimishpatel/11/head 2025-06-05T23:12:41.7258679Z * [new branch] gh/kimishpatel/11/orig -> origin/gh/kimishpatel/11/orig 2025-06-05T23:12:41.7260010Z * [new branch] gh/kimishpatel/110/base -> origin/gh/kimishpatel/110/base 2025-06-05T23:12:41.7260882Z * [new branch] gh/kimishpatel/110/head -> origin/gh/kimishpatel/110/head 2025-06-05T23:12:41.7261900Z * [new branch] gh/kimishpatel/110/orig -> origin/gh/kimishpatel/110/orig 2025-06-05T23:12:41.7263209Z * [new branch] gh/kimishpatel/111/base -> origin/gh/kimishpatel/111/base 2025-06-05T23:12:41.7264207Z * [new branch] gh/kimishpatel/111/head -> origin/gh/kimishpatel/111/head 2025-06-05T23:12:41.7265343Z * [new branch] gh/kimishpatel/111/orig -> origin/gh/kimishpatel/111/orig 2025-06-05T23:12:41.7267160Z * [new branch] gh/kimishpatel/112/base -> origin/gh/kimishpatel/112/base 2025-06-05T23:12:41.7268053Z * [new branch] gh/kimishpatel/112/head -> origin/gh/kimishpatel/112/head 2025-06-05T23:12:41.7269068Z * [new branch] gh/kimishpatel/112/orig -> origin/gh/kimishpatel/112/orig 2025-06-05T23:12:41.7270479Z * [new branch] gh/kimishpatel/113/base -> origin/gh/kimishpatel/113/base 2025-06-05T23:12:41.7271826Z * [new branch] gh/kimishpatel/114/base -> origin/gh/kimishpatel/114/base 2025-06-05T23:12:41.7273569Z * [new branch] gh/kimishpatel/115/base -> origin/gh/kimishpatel/115/base 2025-06-05T23:12:41.7274641Z * [new branch] gh/kimishpatel/115/head -> origin/gh/kimishpatel/115/head 2025-06-05T23:12:41.7275751Z * [new branch] gh/kimishpatel/115/orig -> origin/gh/kimishpatel/115/orig 2025-06-05T23:12:41.7277167Z * [new branch] gh/kimishpatel/116/base -> origin/gh/kimishpatel/116/base 2025-06-05T23:12:41.7278192Z * [new branch] gh/kimishpatel/116/head -> origin/gh/kimishpatel/116/head 2025-06-05T23:12:41.7279220Z * [new branch] gh/kimishpatel/116/orig -> origin/gh/kimishpatel/116/orig 2025-06-05T23:12:41.7280478Z * [new branch] gh/kimishpatel/117/base -> origin/gh/kimishpatel/117/base 2025-06-05T23:12:41.7281443Z * [new branch] gh/kimishpatel/117/head -> origin/gh/kimishpatel/117/head 2025-06-05T23:12:41.7282470Z * [new branch] gh/kimishpatel/117/orig -> origin/gh/kimishpatel/117/orig 2025-06-05T23:12:41.7283662Z * [new branch] gh/kimishpatel/118/base -> origin/gh/kimishpatel/118/base 2025-06-05T23:12:41.7284656Z * [new branch] gh/kimishpatel/118/head -> origin/gh/kimishpatel/118/head 2025-06-05T23:12:41.7285568Z * [new branch] gh/kimishpatel/118/orig -> origin/gh/kimishpatel/118/orig 2025-06-05T23:12:41.7286744Z * [new branch] gh/kimishpatel/119/base -> origin/gh/kimishpatel/119/base 2025-06-05T23:12:41.7287761Z * [new branch] gh/kimishpatel/119/head -> origin/gh/kimishpatel/119/head 2025-06-05T23:12:41.7288708Z * [new branch] gh/kimishpatel/119/orig -> origin/gh/kimishpatel/119/orig 2025-06-05T23:12:41.7290195Z * [new branch] gh/kimishpatel/12/base -> origin/gh/kimishpatel/12/base 2025-06-05T23:12:41.7291457Z * [new branch] gh/kimishpatel/12/head -> origin/gh/kimishpatel/12/head 2025-06-05T23:12:41.7296958Z * [new branch] gh/kimishpatel/12/orig -> origin/gh/kimishpatel/12/orig 2025-06-05T23:12:41.7298299Z * [new branch] gh/kimishpatel/120/base -> origin/gh/kimishpatel/120/base 2025-06-05T23:12:41.7299380Z * [new branch] gh/kimishpatel/120/head -> origin/gh/kimishpatel/120/head 2025-06-05T23:12:41.7300388Z * [new branch] gh/kimishpatel/120/orig -> origin/gh/kimishpatel/120/orig 2025-06-05T23:12:41.7301579Z * [new branch] gh/kimishpatel/121/base -> origin/gh/kimishpatel/121/base 2025-06-05T23:12:41.7302579Z * [new branch] gh/kimishpatel/121/head -> origin/gh/kimishpatel/121/head 2025-06-05T23:12:41.7303609Z * [new branch] gh/kimishpatel/121/orig -> origin/gh/kimishpatel/121/orig 2025-06-05T23:12:41.7304960Z * [new branch] gh/kimishpatel/122/base -> origin/gh/kimishpatel/122/base 2025-06-05T23:12:41.7305761Z * [new branch] gh/kimishpatel/122/head -> origin/gh/kimishpatel/122/head 2025-06-05T23:12:41.7306907Z * [new branch] gh/kimishpatel/122/orig -> origin/gh/kimishpatel/122/orig 2025-06-05T23:12:41.7308097Z * [new branch] gh/kimishpatel/123/base -> origin/gh/kimishpatel/123/base 2025-06-05T23:12:41.7309096Z * [new branch] gh/kimishpatel/123/head -> origin/gh/kimishpatel/123/head 2025-06-05T23:12:41.7310076Z * [new branch] gh/kimishpatel/123/orig -> origin/gh/kimishpatel/123/orig 2025-06-05T23:12:41.7311512Z * [new branch] gh/kimishpatel/124/base -> origin/gh/kimishpatel/124/base 2025-06-05T23:12:41.7312901Z * [new branch] gh/kimishpatel/125/base -> origin/gh/kimishpatel/125/base 2025-06-05T23:12:41.7314273Z * [new branch] gh/kimishpatel/126/base -> origin/gh/kimishpatel/126/base 2025-06-05T23:12:41.7315680Z * [new branch] gh/kimishpatel/127/base -> origin/gh/kimishpatel/127/base 2025-06-05T23:12:41.7317599Z * [new branch] gh/kimishpatel/128/base -> origin/gh/kimishpatel/128/base 2025-06-05T23:12:41.7318609Z * [new branch] gh/kimishpatel/129/base -> origin/gh/kimishpatel/129/base 2025-06-05T23:12:41.7320038Z * [new branch] gh/kimishpatel/13/base -> origin/gh/kimishpatel/13/base 2025-06-05T23:12:41.7320862Z * [new branch] gh/kimishpatel/13/head -> origin/gh/kimishpatel/13/head 2025-06-05T23:12:41.7322061Z * [new branch] gh/kimishpatel/13/orig -> origin/gh/kimishpatel/13/orig 2025-06-05T23:12:41.7323505Z * [new branch] gh/kimishpatel/130/base -> origin/gh/kimishpatel/130/base 2025-06-05T23:12:41.7324949Z * [new branch] gh/kimishpatel/131/base -> origin/gh/kimishpatel/131/base 2025-06-05T23:12:41.7326299Z * [new branch] gh/kimishpatel/132/base -> origin/gh/kimishpatel/132/base 2025-06-05T23:12:41.7328007Z * [new branch] gh/kimishpatel/133/base -> origin/gh/kimishpatel/133/base 2025-06-05T23:12:41.7328711Z * [new branch] gh/kimishpatel/133/head -> origin/gh/kimishpatel/133/head 2025-06-05T23:12:41.7330214Z * [new branch] gh/kimishpatel/133/orig -> origin/gh/kimishpatel/133/orig 2025-06-05T23:12:41.7331714Z * [new branch] gh/kimishpatel/134/base -> origin/gh/kimishpatel/134/base 2025-06-05T23:12:41.7332990Z * [new branch] gh/kimishpatel/134/head -> origin/gh/kimishpatel/134/head 2025-06-05T23:12:41.7334493Z * [new branch] gh/kimishpatel/134/orig -> origin/gh/kimishpatel/134/orig 2025-06-05T23:12:41.7336436Z * [new branch] gh/kimishpatel/135/base -> origin/gh/kimishpatel/135/base 2025-06-05T23:12:41.7337812Z * [new branch] gh/kimishpatel/135/head -> origin/gh/kimishpatel/135/head 2025-06-05T23:12:41.7339191Z * [new branch] gh/kimishpatel/135/orig -> origin/gh/kimishpatel/135/orig 2025-06-05T23:12:41.7340874Z * [new branch] gh/kimishpatel/136/base -> origin/gh/kimishpatel/136/base 2025-06-05T23:12:41.7342241Z * [new branch] gh/kimishpatel/136/head -> origin/gh/kimishpatel/136/head 2025-06-05T23:12:41.7343577Z * [new branch] gh/kimishpatel/136/orig -> origin/gh/kimishpatel/136/orig 2025-06-05T23:12:41.7345234Z * [new branch] gh/kimishpatel/137/base -> origin/gh/kimishpatel/137/base 2025-06-05T23:12:41.7347251Z * [new branch] gh/kimishpatel/137/head -> origin/gh/kimishpatel/137/head 2025-06-05T23:12:41.7348333Z * [new branch] gh/kimishpatel/137/orig -> origin/gh/kimishpatel/137/orig 2025-06-05T23:12:41.7350544Z * [new branch] gh/kimishpatel/138/base -> origin/gh/kimishpatel/138/base 2025-06-05T23:12:41.7351885Z * [new branch] gh/kimishpatel/138/head -> origin/gh/kimishpatel/138/head 2025-06-05T23:12:41.7353736Z * [new branch] gh/kimishpatel/138/orig -> origin/gh/kimishpatel/138/orig 2025-06-05T23:12:41.7355677Z * [new branch] gh/kimishpatel/139/base -> origin/gh/kimishpatel/139/base 2025-06-05T23:12:41.7357182Z * [new branch] gh/kimishpatel/139/head -> origin/gh/kimishpatel/139/head 2025-06-05T23:12:41.7358687Z * [new branch] gh/kimishpatel/139/orig -> origin/gh/kimishpatel/139/orig 2025-06-05T23:12:41.7360760Z * [new branch] gh/kimishpatel/14/base -> origin/gh/kimishpatel/14/base 2025-06-05T23:12:41.7362168Z * [new branch] gh/kimishpatel/14/head -> origin/gh/kimishpatel/14/head 2025-06-05T23:12:41.7363727Z * [new branch] gh/kimishpatel/14/orig -> origin/gh/kimishpatel/14/orig 2025-06-05T23:12:41.7365752Z * [new branch] gh/kimishpatel/140/base -> origin/gh/kimishpatel/140/base 2025-06-05T23:12:41.7366824Z * [new branch] gh/kimishpatel/140/head -> origin/gh/kimishpatel/140/head 2025-06-05T23:12:41.7368391Z * [new branch] gh/kimishpatel/140/orig -> origin/gh/kimishpatel/140/orig 2025-06-05T23:12:41.7370244Z * [new branch] gh/kimishpatel/141/base -> origin/gh/kimishpatel/141/base 2025-06-05T23:12:41.7371378Z * [new branch] gh/kimishpatel/141/head -> origin/gh/kimishpatel/141/head 2025-06-05T23:12:41.7372882Z * [new branch] gh/kimishpatel/141/orig -> origin/gh/kimishpatel/141/orig 2025-06-05T23:12:41.7375563Z * [new branch] gh/kimishpatel/142/base -> origin/gh/kimishpatel/142/base 2025-06-05T23:12:41.7376719Z * [new branch] gh/kimishpatel/143/base -> origin/gh/kimishpatel/143/base 2025-06-05T23:12:41.7378828Z * [new branch] gh/kimishpatel/144/base -> origin/gh/kimishpatel/144/base 2025-06-05T23:12:41.7380743Z * [new branch] gh/kimishpatel/145/base -> origin/gh/kimishpatel/145/base 2025-06-05T23:12:41.7382769Z * [new branch] gh/kimishpatel/146/base -> origin/gh/kimishpatel/146/base 2025-06-05T23:12:41.7384879Z * [new branch] gh/kimishpatel/147/base -> origin/gh/kimishpatel/147/base 2025-06-05T23:12:41.7386061Z * [new branch] gh/kimishpatel/147/head -> origin/gh/kimishpatel/147/head 2025-06-05T23:12:41.7388015Z * [new branch] gh/kimishpatel/147/orig -> origin/gh/kimishpatel/147/orig 2025-06-05T23:12:41.7389862Z * [new branch] gh/kimishpatel/148/base -> origin/gh/kimishpatel/148/base 2025-06-05T23:12:41.7391594Z * [new branch] gh/kimishpatel/148/orig -> origin/gh/kimishpatel/148/orig 2025-06-05T23:12:41.7393927Z * [new branch] gh/kimishpatel/149/base -> origin/gh/kimishpatel/149/base 2025-06-05T23:12:41.7395603Z * [new branch] gh/kimishpatel/149/orig -> origin/gh/kimishpatel/149/orig 2025-06-05T23:12:41.7397766Z * [new branch] gh/kimishpatel/15/base -> origin/gh/kimishpatel/15/base 2025-06-05T23:12:41.7399281Z * [new branch] gh/kimishpatel/15/head -> origin/gh/kimishpatel/15/head 2025-06-05T23:12:41.7400950Z * [new branch] gh/kimishpatel/15/orig -> origin/gh/kimishpatel/15/orig 2025-06-05T23:12:41.7403061Z * [new branch] gh/kimishpatel/150/base -> origin/gh/kimishpatel/150/base 2025-06-05T23:12:41.7405027Z * [new branch] gh/kimishpatel/151/base -> origin/gh/kimishpatel/151/base 2025-06-05T23:12:41.7407082Z * [new branch] gh/kimishpatel/152/base -> origin/gh/kimishpatel/152/base 2025-06-05T23:12:41.7409118Z * [new branch] gh/kimishpatel/153/base -> origin/gh/kimishpatel/153/base 2025-06-05T23:12:41.7410529Z * [new branch] gh/kimishpatel/153/orig -> origin/gh/kimishpatel/153/orig 2025-06-05T23:12:41.7412653Z * [new branch] gh/kimishpatel/154/base -> origin/gh/kimishpatel/154/base 2025-06-05T23:12:41.7414111Z * [new branch] gh/kimishpatel/154/orig -> origin/gh/kimishpatel/154/orig 2025-06-05T23:12:41.7416286Z * [new branch] gh/kimishpatel/155/base -> origin/gh/kimishpatel/155/base 2025-06-05T23:12:41.7417465Z * [new branch] gh/kimishpatel/155/orig -> origin/gh/kimishpatel/155/orig 2025-06-05T23:12:41.7419695Z * [new branch] gh/kimishpatel/156/base -> origin/gh/kimishpatel/156/base 2025-06-05T23:12:41.7421073Z * [new branch] gh/kimishpatel/156/orig -> origin/gh/kimishpatel/156/orig 2025-06-05T23:12:41.7423140Z * [new branch] gh/kimishpatel/157/base -> origin/gh/kimishpatel/157/base 2025-06-05T23:12:41.7425215Z * [new branch] gh/kimishpatel/158/base -> origin/gh/kimishpatel/158/base 2025-06-05T23:12:41.7426664Z * [new branch] gh/kimishpatel/158/orig -> origin/gh/kimishpatel/158/orig 2025-06-05T23:12:41.7428853Z * [new branch] gh/kimishpatel/159/base -> origin/gh/kimishpatel/159/base 2025-06-05T23:12:41.7430614Z * [new branch] gh/kimishpatel/16/base -> origin/gh/kimishpatel/16/base 2025-06-05T23:12:41.7432587Z * [new branch] gh/kimishpatel/16/head -> origin/gh/kimishpatel/16/head 2025-06-05T23:12:41.7433741Z * [new branch] gh/kimishpatel/16/orig -> origin/gh/kimishpatel/16/orig 2025-06-05T23:12:41.7435924Z * [new branch] gh/kimishpatel/160/base -> origin/gh/kimishpatel/160/base 2025-06-05T23:12:41.7437387Z * [new branch] gh/kimishpatel/160/head -> origin/gh/kimishpatel/160/head 2025-06-05T23:12:41.7438978Z * [new branch] gh/kimishpatel/160/orig -> origin/gh/kimishpatel/160/orig 2025-06-05T23:12:41.7440853Z * [new branch] gh/kimishpatel/161/base -> origin/gh/kimishpatel/161/base 2025-06-05T23:12:41.7442258Z * [new branch] gh/kimishpatel/161/head -> origin/gh/kimishpatel/161/head 2025-06-05T23:12:41.7443768Z * [new branch] gh/kimishpatel/161/orig -> origin/gh/kimishpatel/161/orig 2025-06-05T23:12:41.7445754Z * [new branch] gh/kimishpatel/162/base -> origin/gh/kimishpatel/162/base 2025-06-05T23:12:41.7447904Z * [new branch] gh/kimishpatel/163/base -> origin/gh/kimishpatel/163/base 2025-06-05T23:12:41.7449165Z * [new branch] gh/kimishpatel/163/head -> origin/gh/kimishpatel/163/head 2025-06-05T23:12:41.7450811Z * [new branch] gh/kimishpatel/163/orig -> origin/gh/kimishpatel/163/orig 2025-06-05T23:12:41.7452819Z * [new branch] gh/kimishpatel/164/base -> origin/gh/kimishpatel/164/base 2025-06-05T23:12:41.7454795Z * [new branch] gh/kimishpatel/165/base -> origin/gh/kimishpatel/165/base 2025-06-05T23:12:41.7456837Z * [new branch] gh/kimishpatel/166/base -> origin/gh/kimishpatel/166/base 2025-06-05T23:12:41.7459154Z * [new branch] gh/kimishpatel/167/base -> origin/gh/kimishpatel/167/base 2025-06-05T23:12:41.7461151Z * [new branch] gh/kimishpatel/168/base -> origin/gh/kimishpatel/168/base 2025-06-05T23:12:41.7463108Z * [new branch] gh/kimishpatel/169/base -> origin/gh/kimishpatel/169/base 2025-06-05T23:12:41.7465144Z * [new branch] gh/kimishpatel/17/base -> origin/gh/kimishpatel/17/base 2025-06-05T23:12:41.7466900Z * [new branch] gh/kimishpatel/17/head -> origin/gh/kimishpatel/17/head 2025-06-05T23:12:41.7468017Z * [new branch] gh/kimishpatel/17/orig -> origin/gh/kimishpatel/17/orig 2025-06-05T23:12:41.7470088Z * [new branch] gh/kimishpatel/170/base -> origin/gh/kimishpatel/170/base 2025-06-05T23:12:41.7471562Z * [new branch] gh/kimishpatel/171/base -> origin/gh/kimishpatel/171/base 2025-06-05T23:12:41.7473605Z * [new branch] gh/kimishpatel/172/base -> origin/gh/kimishpatel/172/base 2025-06-05T23:12:41.7475346Z * [new branch] gh/kimishpatel/173/base -> origin/gh/kimishpatel/173/base 2025-06-05T23:12:41.7476907Z * [new branch] gh/kimishpatel/173/head -> origin/gh/kimishpatel/173/head 2025-06-05T23:12:41.7478939Z * [new branch] gh/kimishpatel/174/base -> origin/gh/kimishpatel/174/base 2025-06-05T23:12:41.7480675Z * [new branch] gh/kimishpatel/174/head -> origin/gh/kimishpatel/174/head 2025-06-05T23:12:41.7482387Z * [new branch] gh/kimishpatel/175/base -> origin/gh/kimishpatel/175/base 2025-06-05T23:12:41.7483927Z * [new branch] gh/kimishpatel/175/head -> origin/gh/kimishpatel/175/head 2025-06-05T23:12:41.7485711Z * [new branch] gh/kimishpatel/176/base -> origin/gh/kimishpatel/176/base 2025-06-05T23:12:41.7487222Z * [new branch] gh/kimishpatel/176/head -> origin/gh/kimishpatel/176/head 2025-06-05T23:12:41.7489037Z * [new branch] gh/kimishpatel/177/base -> origin/gh/kimishpatel/177/base 2025-06-05T23:12:41.7490713Z * [new branch] gh/kimishpatel/177/head -> origin/gh/kimishpatel/177/head 2025-06-05T23:12:41.7492705Z * [new branch] gh/kimishpatel/178/base -> origin/gh/kimishpatel/178/base 2025-06-05T23:12:41.7494462Z * [new branch] gh/kimishpatel/178/head -> origin/gh/kimishpatel/178/head 2025-06-05T23:12:41.7496248Z * [new branch] gh/kimishpatel/179/base -> origin/gh/kimishpatel/179/base 2025-06-05T23:12:41.7497705Z * [new branch] gh/kimishpatel/179/head -> origin/gh/kimishpatel/179/head 2025-06-05T23:12:41.7500295Z * [new branch] gh/kimishpatel/18/base -> origin/gh/kimishpatel/18/base 2025-06-05T23:12:41.7502152Z * [new branch] gh/kimishpatel/18/head -> origin/gh/kimishpatel/18/head 2025-06-05T23:12:41.7503730Z * [new branch] gh/kimishpatel/18/orig -> origin/gh/kimishpatel/18/orig 2025-06-05T23:12:41.7505589Z * [new branch] gh/kimishpatel/180/base -> origin/gh/kimishpatel/180/base 2025-06-05T23:12:41.7506966Z * [new branch] gh/kimishpatel/180/head -> origin/gh/kimishpatel/180/head 2025-06-05T23:12:41.7509126Z * [new branch] gh/kimishpatel/181/base -> origin/gh/kimishpatel/181/base 2025-06-05T23:12:41.7511075Z * [new branch] gh/kimishpatel/182/base -> origin/gh/kimishpatel/182/base 2025-06-05T23:12:41.7513014Z * [new branch] gh/kimishpatel/183/base -> origin/gh/kimishpatel/183/base 2025-06-05T23:12:41.7515016Z * [new branch] gh/kimishpatel/184/base -> origin/gh/kimishpatel/184/base 2025-06-05T23:12:41.7516971Z * [new branch] gh/kimishpatel/185/base -> origin/gh/kimishpatel/185/base 2025-06-05T23:12:41.7518926Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-06-05T23:12:41.7521313Z * [new branch] gh/kimishpatel/187/base -> origin/gh/kimishpatel/187/base 2025-06-05T23:12:41.7523263Z * [new branch] gh/kimishpatel/188/base -> origin/gh/kimishpatel/188/base 2025-06-05T23:12:41.7525172Z * [new branch] gh/kimishpatel/189/base -> origin/gh/kimishpatel/189/base 2025-06-05T23:12:41.7527249Z * [new branch] gh/kimishpatel/19/base -> origin/gh/kimishpatel/19/base 2025-06-05T23:12:41.7528825Z * [new branch] gh/kimishpatel/19/head -> origin/gh/kimishpatel/19/head 2025-06-05T23:12:41.7530382Z * [new branch] gh/kimishpatel/19/orig -> origin/gh/kimishpatel/19/orig 2025-06-05T23:12:41.7532392Z * [new branch] gh/kimishpatel/20/base -> origin/gh/kimishpatel/20/base 2025-06-05T23:12:41.7533843Z * [new branch] gh/kimishpatel/20/head -> origin/gh/kimishpatel/20/head 2025-06-05T23:12:41.7535403Z * [new branch] gh/kimishpatel/20/orig -> origin/gh/kimishpatel/20/orig 2025-06-05T23:12:41.7537491Z * [new branch] gh/kimishpatel/21/base -> origin/gh/kimishpatel/21/base 2025-06-05T23:12:41.7539189Z * [new branch] gh/kimishpatel/21/head -> origin/gh/kimishpatel/21/head 2025-06-05T23:12:41.7540893Z * [new branch] gh/kimishpatel/21/orig -> origin/gh/kimishpatel/21/orig 2025-06-05T23:12:41.7542879Z * [new branch] gh/kimishpatel/22/base -> origin/gh/kimishpatel/22/base 2025-06-05T23:12:41.7544495Z * [new branch] gh/kimishpatel/22/head -> origin/gh/kimishpatel/22/head 2025-06-05T23:12:41.7545855Z * [new branch] gh/kimishpatel/22/orig -> origin/gh/kimishpatel/22/orig 2025-06-05T23:12:41.7548209Z * [new branch] gh/kimishpatel/23/base -> origin/gh/kimishpatel/23/base 2025-06-05T23:12:41.7549417Z * [new branch] gh/kimishpatel/23/head -> origin/gh/kimishpatel/23/head 2025-06-05T23:12:41.7551071Z * [new branch] gh/kimishpatel/23/orig -> origin/gh/kimishpatel/23/orig 2025-06-05T23:12:41.7553022Z * [new branch] gh/kimishpatel/24/base -> origin/gh/kimishpatel/24/base 2025-06-05T23:12:41.7554594Z * [new branch] gh/kimishpatel/24/head -> origin/gh/kimishpatel/24/head 2025-06-05T23:12:41.7556106Z * [new branch] gh/kimishpatel/24/orig -> origin/gh/kimishpatel/24/orig 2025-06-05T23:12:41.7558210Z * [new branch] gh/kimishpatel/25/base -> origin/gh/kimishpatel/25/base 2025-06-05T23:12:41.7559426Z * [new branch] gh/kimishpatel/25/head -> origin/gh/kimishpatel/25/head 2025-06-05T23:12:41.7561073Z * [new branch] gh/kimishpatel/25/orig -> origin/gh/kimishpatel/25/orig 2025-06-05T23:12:41.7563061Z * [new branch] gh/kimishpatel/26/base -> origin/gh/kimishpatel/26/base 2025-06-05T23:12:41.7564566Z * [new branch] gh/kimishpatel/26/head -> origin/gh/kimishpatel/26/head 2025-06-05T23:12:41.7566041Z * [new branch] gh/kimishpatel/26/orig -> origin/gh/kimishpatel/26/orig 2025-06-05T23:12:41.7567981Z * [new branch] gh/kimishpatel/27/base -> origin/gh/kimishpatel/27/base 2025-06-05T23:12:41.7569606Z * [new branch] gh/kimishpatel/27/head -> origin/gh/kimishpatel/27/head 2025-06-05T23:12:41.7571471Z * [new branch] gh/kimishpatel/28/base -> origin/gh/kimishpatel/28/base 2025-06-05T23:12:41.7572715Z * [new branch] gh/kimishpatel/28/head -> origin/gh/kimishpatel/28/head 2025-06-05T23:12:41.7574155Z * [new branch] gh/kimishpatel/29/base -> origin/gh/kimishpatel/29/base 2025-06-05T23:12:41.7577773Z * [new branch] gh/kimishpatel/29/head -> origin/gh/kimishpatel/29/head 2025-06-05T23:12:41.7579597Z * [new branch] gh/kimishpatel/30/base -> origin/gh/kimishpatel/30/base 2025-06-05T23:12:41.7581037Z * [new branch] gh/kimishpatel/30/head -> origin/gh/kimishpatel/30/head 2025-06-05T23:12:41.7582539Z * [new branch] gh/kimishpatel/30/orig -> origin/gh/kimishpatel/30/orig 2025-06-05T23:12:41.7584343Z * [new branch] gh/kimishpatel/31/base -> origin/gh/kimishpatel/31/base 2025-06-05T23:12:41.7585826Z * [new branch] gh/kimishpatel/31/head -> origin/gh/kimishpatel/31/head 2025-06-05T23:12:41.7587555Z * [new branch] gh/kimishpatel/31/orig -> origin/gh/kimishpatel/31/orig 2025-06-05T23:12:41.7589625Z * [new branch] gh/kimishpatel/32/base -> origin/gh/kimishpatel/32/base 2025-06-05T23:12:41.7590756Z * [new branch] gh/kimishpatel/32/head -> origin/gh/kimishpatel/32/head 2025-06-05T23:12:41.7592859Z * [new branch] gh/kimishpatel/32/orig -> origin/gh/kimishpatel/32/orig 2025-06-05T23:12:41.7595338Z * [new branch] gh/kimishpatel/33/base -> origin/gh/kimishpatel/33/base 2025-06-05T23:12:41.7596506Z * [new branch] gh/kimishpatel/33/head -> origin/gh/kimishpatel/33/head 2025-06-05T23:12:41.7598309Z * [new branch] gh/kimishpatel/33/orig -> origin/gh/kimishpatel/33/orig 2025-06-05T23:12:41.7600226Z * [new branch] gh/kimishpatel/34/base -> origin/gh/kimishpatel/34/base 2025-06-05T23:12:41.7601790Z * [new branch] gh/kimishpatel/34/head -> origin/gh/kimishpatel/34/head 2025-06-05T23:12:41.7603278Z * [new branch] gh/kimishpatel/34/orig -> origin/gh/kimishpatel/34/orig 2025-06-05T23:12:41.7605082Z * [new branch] gh/kimishpatel/35/base -> origin/gh/kimishpatel/35/base 2025-06-05T23:12:41.7606532Z * [new branch] gh/kimishpatel/35/head -> origin/gh/kimishpatel/35/head 2025-06-05T23:12:41.7607923Z * [new branch] gh/kimishpatel/35/orig -> origin/gh/kimishpatel/35/orig 2025-06-05T23:12:41.7610017Z * [new branch] gh/kimishpatel/36/base -> origin/gh/kimishpatel/36/base 2025-06-05T23:12:41.7611197Z * [new branch] gh/kimishpatel/36/head -> origin/gh/kimishpatel/36/head 2025-06-05T23:12:41.7612775Z * [new branch] gh/kimishpatel/36/orig -> origin/gh/kimishpatel/36/orig 2025-06-05T23:12:41.7614942Z * [new branch] gh/kimishpatel/37/base -> origin/gh/kimishpatel/37/base 2025-06-05T23:12:41.7616539Z * [new branch] gh/kimishpatel/37/head -> origin/gh/kimishpatel/37/head 2025-06-05T23:12:41.7618070Z * [new branch] gh/kimishpatel/37/orig -> origin/gh/kimishpatel/37/orig 2025-06-05T23:12:41.7620140Z * [new branch] gh/kimishpatel/38/base -> origin/gh/kimishpatel/38/base 2025-06-05T23:12:41.7621821Z * [new branch] gh/kimishpatel/38/head -> origin/gh/kimishpatel/38/head 2025-06-05T23:12:41.7623432Z * [new branch] gh/kimishpatel/38/orig -> origin/gh/kimishpatel/38/orig 2025-06-05T23:12:41.7625713Z * [new branch] gh/kimishpatel/39/base -> origin/gh/kimishpatel/39/base 2025-06-05T23:12:41.7627272Z * [new branch] gh/kimishpatel/39/head -> origin/gh/kimishpatel/39/head 2025-06-05T23:12:41.7628923Z * [new branch] gh/kimishpatel/39/orig -> origin/gh/kimishpatel/39/orig 2025-06-05T23:12:41.7632477Z * [new branch] gh/kimishpatel/4/base -> origin/gh/kimishpatel/4/base 2025-06-05T23:12:41.7632790Z * [new branch] gh/kimishpatel/4/head -> origin/gh/kimishpatel/4/head 2025-06-05T23:12:41.7633186Z * [new branch] gh/kimishpatel/4/orig -> origin/gh/kimishpatel/4/orig 2025-06-05T23:12:41.7634709Z * [new branch] gh/kimishpatel/40/base -> origin/gh/kimishpatel/40/base 2025-06-05T23:12:41.7635619Z * [new branch] gh/kimishpatel/40/head -> origin/gh/kimishpatel/40/head 2025-06-05T23:12:41.7636737Z * [new branch] gh/kimishpatel/40/orig -> origin/gh/kimishpatel/40/orig 2025-06-05T23:12:41.7638260Z * [new branch] gh/kimishpatel/41/base -> origin/gh/kimishpatel/41/base 2025-06-05T23:12:41.7639228Z * [new branch] gh/kimishpatel/41/head -> origin/gh/kimishpatel/41/head 2025-06-05T23:12:41.7640233Z * [new branch] gh/kimishpatel/41/orig -> origin/gh/kimishpatel/41/orig 2025-06-05T23:12:41.7641721Z * [new branch] gh/kimishpatel/42/base -> origin/gh/kimishpatel/42/base 2025-06-05T23:12:41.7642678Z * [new branch] gh/kimishpatel/42/head -> origin/gh/kimishpatel/42/head 2025-06-05T23:12:41.7644252Z * [new branch] gh/kimishpatel/42/orig -> origin/gh/kimishpatel/42/orig 2025-06-05T23:12:41.7645697Z * [new branch] gh/kimishpatel/43/base -> origin/gh/kimishpatel/43/base 2025-06-05T23:12:41.7646624Z * [new branch] gh/kimishpatel/43/head -> origin/gh/kimishpatel/43/head 2025-06-05T23:12:41.7647742Z * [new branch] gh/kimishpatel/43/orig -> origin/gh/kimishpatel/43/orig 2025-06-05T23:12:41.7649091Z * [new branch] gh/kimishpatel/44/base -> origin/gh/kimishpatel/44/base 2025-06-05T23:12:41.7650070Z * [new branch] gh/kimishpatel/44/head -> origin/gh/kimishpatel/44/head 2025-06-05T23:12:41.7651135Z * [new branch] gh/kimishpatel/44/orig -> origin/gh/kimishpatel/44/orig 2025-06-05T23:12:41.7655165Z * [new branch] gh/kimishpatel/45/base -> origin/gh/kimishpatel/45/base 2025-06-05T23:12:41.7655571Z * [new branch] gh/kimishpatel/45/head -> origin/gh/kimishpatel/45/head 2025-06-05T23:12:41.7656015Z * [new branch] gh/kimishpatel/45/orig -> origin/gh/kimishpatel/45/orig 2025-06-05T23:12:41.7656330Z * [new branch] gh/kimishpatel/46/base -> origin/gh/kimishpatel/46/base 2025-06-05T23:12:41.7656781Z * [new branch] gh/kimishpatel/46/head -> origin/gh/kimishpatel/46/head 2025-06-05T23:12:41.7657636Z * [new branch] gh/kimishpatel/46/orig -> origin/gh/kimishpatel/46/orig 2025-06-05T23:12:41.7659245Z * [new branch] gh/kimishpatel/47/base -> origin/gh/kimishpatel/47/base 2025-06-05T23:12:41.7660152Z * [new branch] gh/kimishpatel/47/head -> origin/gh/kimishpatel/47/head 2025-06-05T23:12:41.7661118Z * [new branch] gh/kimishpatel/47/orig -> origin/gh/kimishpatel/47/orig 2025-06-05T23:12:41.7662645Z * [new branch] gh/kimishpatel/48/base -> origin/gh/kimishpatel/48/base 2025-06-05T23:12:41.7663634Z * [new branch] gh/kimishpatel/48/head -> origin/gh/kimishpatel/48/head 2025-06-05T23:12:41.7664592Z * [new branch] gh/kimishpatel/48/orig -> origin/gh/kimishpatel/48/orig 2025-06-05T23:12:41.7666328Z * [new branch] gh/kimishpatel/49/base -> origin/gh/kimishpatel/49/base 2025-06-05T23:12:41.7667384Z * [new branch] gh/kimishpatel/49/head -> origin/gh/kimishpatel/49/head 2025-06-05T23:12:41.7668449Z * [new branch] gh/kimishpatel/49/orig -> origin/gh/kimishpatel/49/orig 2025-06-05T23:12:41.7669926Z * [new branch] gh/kimishpatel/5/base -> origin/gh/kimishpatel/5/base 2025-06-05T23:12:41.7670970Z * [new branch] gh/kimishpatel/5/head -> origin/gh/kimishpatel/5/head 2025-06-05T23:12:41.7672579Z * [new branch] gh/kimishpatel/5/orig -> origin/gh/kimishpatel/5/orig 2025-06-05T23:12:41.7674869Z * [new branch] gh/kimishpatel/50/base -> origin/gh/kimishpatel/50/base 2025-06-05T23:12:41.7676669Z * [new branch] gh/kimishpatel/50/head -> origin/gh/kimishpatel/50/head 2025-06-05T23:12:41.7678116Z * [new branch] gh/kimishpatel/50/orig -> origin/gh/kimishpatel/50/orig 2025-06-05T23:12:41.7680295Z * [new branch] gh/kimishpatel/51/base -> origin/gh/kimishpatel/51/base 2025-06-05T23:12:41.7681947Z * [new branch] gh/kimishpatel/51/head -> origin/gh/kimishpatel/51/head 2025-06-05T23:12:41.7683408Z * [new branch] gh/kimishpatel/51/orig -> origin/gh/kimishpatel/51/orig 2025-06-05T23:12:41.7685550Z * [new branch] gh/kimishpatel/52/base -> origin/gh/kimishpatel/52/base 2025-06-05T23:12:41.7686400Z * [new branch] gh/kimishpatel/52/head -> origin/gh/kimishpatel/52/head 2025-06-05T23:12:41.7687433Z * [new branch] gh/kimishpatel/52/orig -> origin/gh/kimishpatel/52/orig 2025-06-05T23:12:41.7688856Z * [new branch] gh/kimishpatel/53/base -> origin/gh/kimishpatel/53/base 2025-06-05T23:12:41.7689749Z * [new branch] gh/kimishpatel/53/head -> origin/gh/kimishpatel/53/head 2025-06-05T23:12:41.7691549Z * [new branch] gh/kimishpatel/53/orig -> origin/gh/kimishpatel/53/orig 2025-06-05T23:12:41.7696513Z * [new branch] gh/kimishpatel/54/base -> origin/gh/kimishpatel/54/base 2025-06-05T23:12:41.7697400Z * [new branch] gh/kimishpatel/54/head -> origin/gh/kimishpatel/54/head 2025-06-05T23:12:41.7698424Z * [new branch] gh/kimishpatel/54/orig -> origin/gh/kimishpatel/54/orig 2025-06-05T23:12:41.7699931Z * [new branch] gh/kimishpatel/55/base -> origin/gh/kimishpatel/55/base 2025-06-05T23:12:41.7700824Z * [new branch] gh/kimishpatel/55/head -> origin/gh/kimishpatel/55/head 2025-06-05T23:12:41.7701921Z * [new branch] gh/kimishpatel/55/orig -> origin/gh/kimishpatel/55/orig 2025-06-05T23:12:41.7703320Z * [new branch] gh/kimishpatel/56/base -> origin/gh/kimishpatel/56/base 2025-06-05T23:12:41.7704277Z * [new branch] gh/kimishpatel/56/head -> origin/gh/kimishpatel/56/head 2025-06-05T23:12:41.7705556Z * [new branch] gh/kimishpatel/56/orig -> origin/gh/kimishpatel/56/orig 2025-06-05T23:12:41.7707222Z * [new branch] gh/kimishpatel/57/base -> origin/gh/kimishpatel/57/base 2025-06-05T23:12:41.7708035Z * [new branch] gh/kimishpatel/57/head -> origin/gh/kimishpatel/57/head 2025-06-05T23:12:41.7709465Z * [new branch] gh/kimishpatel/57/orig -> origin/gh/kimishpatel/57/orig 2025-06-05T23:12:41.7710835Z * [new branch] gh/kimishpatel/58/base -> origin/gh/kimishpatel/58/base 2025-06-05T23:12:41.7711866Z * [new branch] gh/kimishpatel/58/head -> origin/gh/kimishpatel/58/head 2025-06-05T23:12:41.7712812Z * [new branch] gh/kimishpatel/58/orig -> origin/gh/kimishpatel/58/orig 2025-06-05T23:12:41.7714281Z * [new branch] gh/kimishpatel/59/base -> origin/gh/kimishpatel/59/base 2025-06-05T23:12:41.7715212Z * [new branch] gh/kimishpatel/59/head -> origin/gh/kimishpatel/59/head 2025-06-05T23:12:41.7716291Z * [new branch] gh/kimishpatel/59/orig -> origin/gh/kimishpatel/59/orig 2025-06-05T23:12:41.7717678Z * [new branch] gh/kimishpatel/6/base -> origin/gh/kimishpatel/6/base 2025-06-05T23:12:41.7718594Z * [new branch] gh/kimishpatel/6/head -> origin/gh/kimishpatel/6/head 2025-06-05T23:12:41.7719787Z * [new branch] gh/kimishpatel/6/orig -> origin/gh/kimishpatel/6/orig 2025-06-05T23:12:41.7721174Z * [new branch] gh/kimishpatel/60/base -> origin/gh/kimishpatel/60/base 2025-06-05T23:12:41.7722167Z * [new branch] gh/kimishpatel/60/head -> origin/gh/kimishpatel/60/head 2025-06-05T23:12:41.7723197Z * [new branch] gh/kimishpatel/60/orig -> origin/gh/kimishpatel/60/orig 2025-06-05T23:12:41.7725226Z * [new branch] gh/kimishpatel/61/base -> origin/gh/kimishpatel/61/base 2025-06-05T23:12:41.7725814Z * [new branch] gh/kimishpatel/61/head -> origin/gh/kimishpatel/61/head 2025-06-05T23:12:41.7726756Z * [new branch] gh/kimishpatel/61/orig -> origin/gh/kimishpatel/61/orig 2025-06-05T23:12:41.7728213Z * [new branch] gh/kimishpatel/62/base -> origin/gh/kimishpatel/62/base 2025-06-05T23:12:41.7729093Z * [new branch] gh/kimishpatel/62/head -> origin/gh/kimishpatel/62/head 2025-06-05T23:12:41.7730075Z * [new branch] gh/kimishpatel/62/orig -> origin/gh/kimishpatel/62/orig 2025-06-05T23:12:41.7731606Z * [new branch] gh/kimishpatel/63/base -> origin/gh/kimishpatel/63/base 2025-06-05T23:12:41.7732502Z * [new branch] gh/kimishpatel/63/head -> origin/gh/kimishpatel/63/head 2025-06-05T23:12:41.7733487Z * [new branch] gh/kimishpatel/63/orig -> origin/gh/kimishpatel/63/orig 2025-06-05T23:12:41.7735027Z * [new branch] gh/kimishpatel/64/base -> origin/gh/kimishpatel/64/base 2025-06-05T23:12:41.7736055Z * [new branch] gh/kimishpatel/64/head -> origin/gh/kimishpatel/64/head 2025-06-05T23:12:41.7737051Z * [new branch] gh/kimishpatel/64/orig -> origin/gh/kimishpatel/64/orig 2025-06-05T23:12:41.7738521Z * [new branch] gh/kimishpatel/65/base -> origin/gh/kimishpatel/65/base 2025-06-05T23:12:41.7739359Z * [new branch] gh/kimishpatel/65/head -> origin/gh/kimishpatel/65/head 2025-06-05T23:12:41.7740392Z * [new branch] gh/kimishpatel/65/orig -> origin/gh/kimishpatel/65/orig 2025-06-05T23:12:41.7741732Z * [new branch] gh/kimishpatel/66/base -> origin/gh/kimishpatel/66/base 2025-06-05T23:12:41.7742648Z * [new branch] gh/kimishpatel/66/head -> origin/gh/kimishpatel/66/head 2025-06-05T23:12:41.7744553Z * [new branch] gh/kimishpatel/66/orig -> origin/gh/kimishpatel/66/orig 2025-06-05T23:12:41.7745948Z * [new branch] gh/kimishpatel/67/base -> origin/gh/kimishpatel/67/base 2025-06-05T23:12:41.7747254Z * [new branch] gh/kimishpatel/67/head -> origin/gh/kimishpatel/67/head 2025-06-05T23:12:41.7748084Z * [new branch] gh/kimishpatel/67/orig -> origin/gh/kimishpatel/67/orig 2025-06-05T23:12:41.7749630Z * [new branch] gh/kimishpatel/68/base -> origin/gh/kimishpatel/68/base 2025-06-05T23:12:41.7750482Z * [new branch] gh/kimishpatel/68/head -> origin/gh/kimishpatel/68/head 2025-06-05T23:12:41.7751509Z * [new branch] gh/kimishpatel/68/orig -> origin/gh/kimishpatel/68/orig 2025-06-05T23:12:41.7753033Z * [new branch] gh/kimishpatel/69/base -> origin/gh/kimishpatel/69/base 2025-06-05T23:12:41.7754459Z * [new branch] gh/kimishpatel/69/head -> origin/gh/kimishpatel/69/head 2025-06-05T23:12:41.7755318Z * [new branch] gh/kimishpatel/69/orig -> origin/gh/kimishpatel/69/orig 2025-06-05T23:12:41.7756780Z * [new branch] gh/kimishpatel/70/base -> origin/gh/kimishpatel/70/base 2025-06-05T23:12:41.7757817Z * [new branch] gh/kimishpatel/70/head -> origin/gh/kimishpatel/70/head 2025-06-05T23:12:41.7758724Z * [new branch] gh/kimishpatel/70/orig -> origin/gh/kimishpatel/70/orig 2025-06-05T23:12:41.7760196Z * [new branch] gh/kimishpatel/71/base -> origin/gh/kimishpatel/71/base 2025-06-05T23:12:41.7761129Z * [new branch] gh/kimishpatel/71/head -> origin/gh/kimishpatel/71/head 2025-06-05T23:12:41.7762088Z * [new branch] gh/kimishpatel/71/orig -> origin/gh/kimishpatel/71/orig 2025-06-05T23:12:41.7763590Z * [new branch] gh/kimishpatel/72/base -> origin/gh/kimishpatel/72/base 2025-06-05T23:12:41.7764548Z * [new branch] gh/kimishpatel/72/head -> origin/gh/kimishpatel/72/head 2025-06-05T23:12:41.7765466Z * [new branch] gh/kimishpatel/72/orig -> origin/gh/kimishpatel/72/orig 2025-06-05T23:12:41.7766746Z * [new branch] gh/kimishpatel/73/base -> origin/gh/kimishpatel/73/base 2025-06-05T23:12:41.7767711Z * [new branch] gh/kimishpatel/73/head -> origin/gh/kimishpatel/73/head 2025-06-05T23:12:41.7768776Z * [new branch] gh/kimishpatel/73/orig -> origin/gh/kimishpatel/73/orig 2025-06-05T23:12:41.7770200Z * [new branch] gh/kimishpatel/74/base -> origin/gh/kimishpatel/74/base 2025-06-05T23:12:41.7771659Z * [new branch] gh/kimishpatel/74/head -> origin/gh/kimishpatel/74/head 2025-06-05T23:12:41.7772511Z * [new branch] gh/kimishpatel/74/orig -> origin/gh/kimishpatel/74/orig 2025-06-05T23:12:41.7773945Z * [new branch] gh/kimishpatel/75/base -> origin/gh/kimishpatel/75/base 2025-06-05T23:12:41.7774831Z * [new branch] gh/kimishpatel/75/head -> origin/gh/kimishpatel/75/head 2025-06-05T23:12:41.7775890Z * [new branch] gh/kimishpatel/75/orig -> origin/gh/kimishpatel/75/orig 2025-06-05T23:12:41.7777170Z * [new branch] gh/kimishpatel/76/base -> origin/gh/kimishpatel/76/base 2025-06-05T23:12:41.7778147Z * [new branch] gh/kimishpatel/76/head -> origin/gh/kimishpatel/76/head 2025-06-05T23:12:41.7779099Z * [new branch] gh/kimishpatel/76/orig -> origin/gh/kimishpatel/76/orig 2025-06-05T23:12:41.7780460Z * [new branch] gh/kimishpatel/77/base -> origin/gh/kimishpatel/77/base 2025-06-05T23:12:41.7781364Z * [new branch] gh/kimishpatel/77/head -> origin/gh/kimishpatel/77/head 2025-06-05T23:12:41.7782293Z * [new branch] gh/kimishpatel/77/orig -> origin/gh/kimishpatel/77/orig 2025-06-05T23:12:41.7783623Z * [new branch] gh/kimishpatel/78/base -> origin/gh/kimishpatel/78/base 2025-06-05T23:12:41.7784532Z * [new branch] gh/kimishpatel/78/head -> origin/gh/kimishpatel/78/head 2025-06-05T23:12:41.7785459Z * [new branch] gh/kimishpatel/78/orig -> origin/gh/kimishpatel/78/orig 2025-06-05T23:12:41.7786801Z * [new branch] gh/kimishpatel/79/base -> origin/gh/kimishpatel/79/base 2025-06-05T23:12:41.7787838Z * [new branch] gh/kimishpatel/79/head -> origin/gh/kimishpatel/79/head 2025-06-05T23:12:41.7788963Z * [new branch] gh/kimishpatel/79/orig -> origin/gh/kimishpatel/79/orig 2025-06-05T23:12:41.7790160Z * [new branch] gh/kimishpatel/80/base -> origin/gh/kimishpatel/80/base 2025-06-05T23:12:41.7791431Z * [new branch] gh/kimishpatel/80/head -> origin/gh/kimishpatel/80/head 2025-06-05T23:12:41.7792613Z * [new branch] gh/kimishpatel/80/orig -> origin/gh/kimishpatel/80/orig 2025-06-05T23:12:41.7793348Z * [new branch] gh/kimishpatel/81/base -> origin/gh/kimishpatel/81/base 2025-06-05T23:12:41.7794274Z * [new branch] gh/kimishpatel/81/head -> origin/gh/kimishpatel/81/head 2025-06-05T23:12:41.7795209Z * [new branch] gh/kimishpatel/81/orig -> origin/gh/kimishpatel/81/orig 2025-06-05T23:12:41.7796432Z * [new branch] gh/kimishpatel/82/base -> origin/gh/kimishpatel/82/base 2025-06-05T23:12:41.7797365Z * [new branch] gh/kimishpatel/82/head -> origin/gh/kimishpatel/82/head 2025-06-05T23:12:41.7798326Z * [new branch] gh/kimishpatel/82/orig -> origin/gh/kimishpatel/82/orig 2025-06-05T23:12:41.7799674Z * [new branch] gh/kimishpatel/83/base -> origin/gh/kimishpatel/83/base 2025-06-05T23:12:41.7800657Z * [new branch] gh/kimishpatel/83/head -> origin/gh/kimishpatel/83/head 2025-06-05T23:12:41.7801627Z * [new branch] gh/kimishpatel/83/orig -> origin/gh/kimishpatel/83/orig 2025-06-05T23:12:41.7802801Z * [new branch] gh/kimishpatel/84/base -> origin/gh/kimishpatel/84/base 2025-06-05T23:12:41.7803787Z * [new branch] gh/kimishpatel/84/head -> origin/gh/kimishpatel/84/head 2025-06-05T23:12:41.7804832Z * [new branch] gh/kimishpatel/84/orig -> origin/gh/kimishpatel/84/orig 2025-06-05T23:12:41.7806215Z * [new branch] gh/kimishpatel/85/base -> origin/gh/kimishpatel/85/base 2025-06-05T23:12:41.7807216Z * [new branch] gh/kimishpatel/85/head -> origin/gh/kimishpatel/85/head 2025-06-05T23:12:41.7808175Z * [new branch] gh/kimishpatel/85/orig -> origin/gh/kimishpatel/85/orig 2025-06-05T23:12:41.7809790Z * [new branch] gh/kimishpatel/86/base -> origin/gh/kimishpatel/86/base 2025-06-05T23:12:41.7810827Z * [new branch] gh/kimishpatel/86/head -> origin/gh/kimishpatel/86/head 2025-06-05T23:12:41.7811866Z * [new branch] gh/kimishpatel/86/orig -> origin/gh/kimishpatel/86/orig 2025-06-05T23:12:41.7813017Z * [new branch] gh/kimishpatel/87/base -> origin/gh/kimishpatel/87/base 2025-06-05T23:12:41.7814003Z * [new branch] gh/kimishpatel/87/head -> origin/gh/kimishpatel/87/head 2025-06-05T23:12:41.7814993Z * [new branch] gh/kimishpatel/87/orig -> origin/gh/kimishpatel/87/orig 2025-06-05T23:12:41.7816219Z * [new branch] gh/kimishpatel/88/base -> origin/gh/kimishpatel/88/base 2025-06-05T23:12:41.7817261Z * [new branch] gh/kimishpatel/88/head -> origin/gh/kimishpatel/88/head 2025-06-05T23:12:41.7818239Z * [new branch] gh/kimishpatel/88/orig -> origin/gh/kimishpatel/88/orig 2025-06-05T23:12:41.7819446Z * [new branch] gh/kimishpatel/89/base -> origin/gh/kimishpatel/89/base 2025-06-05T23:12:41.7820534Z * [new branch] gh/kimishpatel/89/head -> origin/gh/kimishpatel/89/head 2025-06-05T23:12:41.7821473Z * [new branch] gh/kimishpatel/89/orig -> origin/gh/kimishpatel/89/orig 2025-06-05T23:12:41.7822928Z * [new branch] gh/kimishpatel/9/base -> origin/gh/kimishpatel/9/base 2025-06-05T23:12:41.7823959Z * [new branch] gh/kimishpatel/9/head -> origin/gh/kimishpatel/9/head 2025-06-05T23:12:41.7824950Z * [new branch] gh/kimishpatel/9/orig -> origin/gh/kimishpatel/9/orig 2025-06-05T23:12:41.7826296Z * [new branch] gh/kimishpatel/90/head -> origin/gh/kimishpatel/90/head 2025-06-05T23:12:41.7827689Z * [new branch] gh/kimishpatel/91/orig -> origin/gh/kimishpatel/91/orig 2025-06-05T23:12:41.7829099Z * [new branch] gh/kimishpatel/92/orig -> origin/gh/kimishpatel/92/orig 2025-06-05T23:12:41.7830359Z * [new branch] gh/kimishpatel/93/orig -> origin/gh/kimishpatel/93/orig 2025-06-05T23:12:41.7831574Z * [new branch] gh/kimishpatel/98/base -> origin/gh/kimishpatel/98/base 2025-06-05T23:12:41.7832484Z * [new branch] gh/kimishpatel/98/head -> origin/gh/kimishpatel/98/head 2025-06-05T23:12:41.7833415Z * [new branch] gh/kimishpatel/98/orig -> origin/gh/kimishpatel/98/orig 2025-06-05T23:12:41.7834693Z * [new branch] gh/kimishpatel/99/base -> origin/gh/kimishpatel/99/base 2025-06-05T23:12:41.7835604Z * [new branch] gh/kimishpatel/99/head -> origin/gh/kimishpatel/99/head 2025-06-05T23:12:41.7836649Z * [new branch] gh/kimishpatel/99/orig -> origin/gh/kimishpatel/99/orig 2025-06-05T23:12:41.7838167Z * [new branch] gh/kirklandsign/1/base -> origin/gh/kirklandsign/1/base 2025-06-05T23:12:41.7839161Z * [new branch] gh/kirklandsign/1/orig -> origin/gh/kirklandsign/1/orig 2025-06-05T23:12:41.7840528Z * [new branch] gh/kirklandsign/12/base -> origin/gh/kirklandsign/12/base 2025-06-05T23:12:41.7841586Z * [new branch] gh/kirklandsign/12/orig -> origin/gh/kirklandsign/12/orig 2025-06-05T23:12:41.7842876Z * [new branch] gh/kirklandsign/13/base -> origin/gh/kirklandsign/13/base 2025-06-05T23:12:41.7844231Z * [new branch] gh/kirklandsign/14/base -> origin/gh/kirklandsign/14/base 2025-06-05T23:12:41.7846002Z * [new branch] gh/kirklandsign/15/base -> origin/gh/kirklandsign/15/base 2025-06-05T23:12:41.7847010Z * [new branch] gh/kirklandsign/15/head -> origin/gh/kirklandsign/15/head 2025-06-05T23:12:41.7848465Z * [new branch] gh/kirklandsign/16/base -> origin/gh/kirklandsign/16/base 2025-06-05T23:12:41.7849703Z * [new branch] gh/kirklandsign/17/base -> origin/gh/kirklandsign/17/base 2025-06-05T23:12:41.7850700Z * [new branch] gh/kirklandsign/17/head -> origin/gh/kirklandsign/17/head 2025-06-05T23:12:41.7851504Z * [new branch] gh/kirklandsign/17/orig -> origin/gh/kirklandsign/17/orig 2025-06-05T23:12:41.7852767Z * [new branch] gh/kirklandsign/2/base -> origin/gh/kirklandsign/2/base 2025-06-05T23:12:41.7853764Z * [new branch] gh/kirklandsign/2/head -> origin/gh/kirklandsign/2/head 2025-06-05T23:12:41.7854787Z * [new branch] gh/kirklandsign/2/orig -> origin/gh/kirklandsign/2/orig 2025-06-05T23:12:41.7856059Z * [new branch] gh/kirklandsign/3/base -> origin/gh/kirklandsign/3/base 2025-06-05T23:12:41.7857022Z * [new branch] gh/kirklandsign/3/head -> origin/gh/kirklandsign/3/head 2025-06-05T23:12:41.7858331Z * [new branch] gh/kirklandsign/4/base -> origin/gh/kirklandsign/4/base 2025-06-05T23:12:41.7859352Z * [new branch] gh/kirklandsign/4/orig -> origin/gh/kirklandsign/4/orig 2025-06-05T23:12:41.7860694Z * [new branch] gh/kirklandsign/5/base -> origin/gh/kirklandsign/5/base 2025-06-05T23:12:41.7862247Z * [new branch] gh/larryliu0820/10/base -> origin/gh/larryliu0820/10/base 2025-06-05T23:12:41.7863202Z * [new branch] gh/larryliu0820/10/head -> origin/gh/larryliu0820/10/head 2025-06-05T23:12:41.7864173Z * [new branch] gh/larryliu0820/10/orig -> origin/gh/larryliu0820/10/orig 2025-06-05T23:12:41.7865312Z * [new branch] gh/larryliu0820/11/base -> origin/gh/larryliu0820/11/base 2025-06-05T23:12:41.7866387Z * [new branch] gh/larryliu0820/11/head -> origin/gh/larryliu0820/11/head 2025-06-05T23:12:41.7867388Z * [new branch] gh/larryliu0820/11/orig -> origin/gh/larryliu0820/11/orig 2025-06-05T23:12:41.7868553Z * [new branch] gh/larryliu0820/12/base -> origin/gh/larryliu0820/12/base 2025-06-05T23:12:41.7870014Z * [new branch] gh/larryliu0820/12/head -> origin/gh/larryliu0820/12/head 2025-06-05T23:12:41.7870538Z * [new branch] gh/larryliu0820/12/orig -> origin/gh/larryliu0820/12/orig 2025-06-05T23:12:41.7871932Z * [new branch] gh/larryliu0820/13/base -> origin/gh/larryliu0820/13/base 2025-06-05T23:12:41.7872894Z * [new branch] gh/larryliu0820/13/head -> origin/gh/larryliu0820/13/head 2025-06-05T23:12:41.7873877Z * [new branch] gh/larryliu0820/13/orig -> origin/gh/larryliu0820/13/orig 2025-06-05T23:12:41.7875646Z * [new branch] gh/larryliu0820/14/base -> origin/gh/larryliu0820/14/base 2025-06-05T23:12:41.7876436Z * [new branch] gh/larryliu0820/14/head -> origin/gh/larryliu0820/14/head 2025-06-05T23:12:41.7877414Z * [new branch] gh/larryliu0820/14/orig -> origin/gh/larryliu0820/14/orig 2025-06-05T23:12:41.7878761Z * [new branch] gh/larryliu0820/15/base -> origin/gh/larryliu0820/15/base 2025-06-05T23:12:41.7880199Z * [new branch] gh/larryliu0820/15/head -> origin/gh/larryliu0820/15/head 2025-06-05T23:12:41.7881043Z * [new branch] gh/larryliu0820/15/orig -> origin/gh/larryliu0820/15/orig 2025-06-05T23:12:41.7882410Z * [new branch] gh/larryliu0820/16/base -> origin/gh/larryliu0820/16/base 2025-06-05T23:12:41.7883312Z * [new branch] gh/larryliu0820/16/head -> origin/gh/larryliu0820/16/head 2025-06-05T23:12:41.7884290Z * [new branch] gh/larryliu0820/16/orig -> origin/gh/larryliu0820/16/orig 2025-06-05T23:12:41.7885783Z * [new branch] gh/larryliu0820/17/base -> origin/gh/larryliu0820/17/base 2025-06-05T23:12:41.7886337Z * [new branch] gh/larryliu0820/17/head -> origin/gh/larryliu0820/17/head 2025-06-05T23:12:41.7887414Z * [new branch] gh/larryliu0820/17/orig -> origin/gh/larryliu0820/17/orig 2025-06-05T23:12:41.7888755Z * [new branch] gh/larryliu0820/18/base -> origin/gh/larryliu0820/18/base 2025-06-05T23:12:41.7889749Z * [new branch] gh/larryliu0820/18/head -> origin/gh/larryliu0820/18/head 2025-06-05T23:12:41.7890688Z * [new branch] gh/larryliu0820/18/orig -> origin/gh/larryliu0820/18/orig 2025-06-05T23:12:41.7892356Z * [new branch] gh/larryliu0820/19/base -> origin/gh/larryliu0820/19/base 2025-06-05T23:12:41.7893266Z * [new branch] gh/larryliu0820/19/head -> origin/gh/larryliu0820/19/head 2025-06-05T23:12:41.7894264Z * [new branch] gh/larryliu0820/19/orig -> origin/gh/larryliu0820/19/orig 2025-06-05T23:12:41.7895721Z * [new branch] gh/larryliu0820/20/base -> origin/gh/larryliu0820/20/base 2025-06-05T23:12:41.7896646Z * [new branch] gh/larryliu0820/20/head -> origin/gh/larryliu0820/20/head 2025-06-05T23:12:41.7897634Z * [new branch] gh/larryliu0820/20/orig -> origin/gh/larryliu0820/20/orig 2025-06-05T23:12:41.7898963Z * [new branch] gh/larryliu0820/21/base -> origin/gh/larryliu0820/21/base 2025-06-05T23:12:41.7899906Z * [new branch] gh/larryliu0820/21/head -> origin/gh/larryliu0820/21/head 2025-06-05T23:12:41.7900956Z * [new branch] gh/larryliu0820/21/orig -> origin/gh/larryliu0820/21/orig 2025-06-05T23:12:41.7902248Z * [new branch] gh/larryliu0820/22/base -> origin/gh/larryliu0820/22/base 2025-06-05T23:12:41.7903207Z * [new branch] gh/larryliu0820/22/head -> origin/gh/larryliu0820/22/head 2025-06-05T23:12:41.7904216Z * [new branch] gh/larryliu0820/22/orig -> origin/gh/larryliu0820/22/orig 2025-06-05T23:12:41.7905512Z * [new branch] gh/larryliu0820/24/base -> origin/gh/larryliu0820/24/base 2025-06-05T23:12:41.7906578Z * [new branch] gh/larryliu0820/24/head -> origin/gh/larryliu0820/24/head 2025-06-05T23:12:41.7907638Z * [new branch] gh/larryliu0820/24/orig -> origin/gh/larryliu0820/24/orig 2025-06-05T23:12:41.7908775Z * [new branch] gh/larryliu0820/25/base -> origin/gh/larryliu0820/25/base 2025-06-05T23:12:41.7909910Z * [new branch] gh/larryliu0820/25/head -> origin/gh/larryliu0820/25/head 2025-06-05T23:12:41.7910702Z * [new branch] gh/larryliu0820/25/orig -> origin/gh/larryliu0820/25/orig 2025-06-05T23:12:41.7912215Z * [new branch] gh/larryliu0820/26/base -> origin/gh/larryliu0820/26/base 2025-06-05T23:12:41.7912930Z * [new branch] gh/larryliu0820/26/head -> origin/gh/larryliu0820/26/head 2025-06-05T23:12:41.7913977Z * [new branch] gh/larryliu0820/26/orig -> origin/gh/larryliu0820/26/orig 2025-06-05T23:12:41.7915277Z * [new branch] gh/larryliu0820/27/base -> origin/gh/larryliu0820/27/base 2025-06-05T23:12:41.7916219Z * [new branch] gh/larryliu0820/27/head -> origin/gh/larryliu0820/27/head 2025-06-05T23:12:41.7917227Z * [new branch] gh/larryliu0820/27/orig -> origin/gh/larryliu0820/27/orig 2025-06-05T23:12:41.7918606Z * [new branch] gh/larryliu0820/28/base -> origin/gh/larryliu0820/28/base 2025-06-05T23:12:41.7919591Z * [new branch] gh/larryliu0820/28/head -> origin/gh/larryliu0820/28/head 2025-06-05T23:12:41.7920608Z * [new branch] gh/larryliu0820/28/orig -> origin/gh/larryliu0820/28/orig 2025-06-05T23:12:41.7922334Z * [new branch] gh/larryliu0820/29/base -> origin/gh/larryliu0820/29/base 2025-06-05T23:12:41.7923352Z * [new branch] gh/larryliu0820/29/head -> origin/gh/larryliu0820/29/head 2025-06-05T23:12:41.7924360Z * [new branch] gh/larryliu0820/29/orig -> origin/gh/larryliu0820/29/orig 2025-06-05T23:12:41.7925811Z * [new branch] gh/larryliu0820/30/base -> origin/gh/larryliu0820/30/base 2025-06-05T23:12:41.7926791Z * [new branch] gh/larryliu0820/30/head -> origin/gh/larryliu0820/30/head 2025-06-05T23:12:41.7927798Z * [new branch] gh/larryliu0820/30/orig -> origin/gh/larryliu0820/30/orig 2025-06-05T23:12:41.7929192Z * [new branch] gh/larryliu0820/31/base -> origin/gh/larryliu0820/31/base 2025-06-05T23:12:41.7930170Z * [new branch] gh/larryliu0820/31/head -> origin/gh/larryliu0820/31/head 2025-06-05T23:12:41.7931118Z * [new branch] gh/larryliu0820/31/orig -> origin/gh/larryliu0820/31/orig 2025-06-05T23:12:41.7932587Z * [new branch] gh/larryliu0820/32/base -> origin/gh/larryliu0820/32/base 2025-06-05T23:12:41.7933682Z * [new branch] gh/larryliu0820/32/head -> origin/gh/larryliu0820/32/head 2025-06-05T23:12:41.7934650Z * [new branch] gh/larryliu0820/32/orig -> origin/gh/larryliu0820/32/orig 2025-06-05T23:12:41.7936115Z * [new branch] gh/larryliu0820/33/base -> origin/gh/larryliu0820/33/base 2025-06-05T23:12:41.7937359Z * [new branch] gh/larryliu0820/33/head -> origin/gh/larryliu0820/33/head 2025-06-05T23:12:41.7938038Z * [new branch] gh/larryliu0820/33/orig -> origin/gh/larryliu0820/33/orig 2025-06-05T23:12:41.7939344Z * [new branch] gh/larryliu0820/34/base -> origin/gh/larryliu0820/34/base 2025-06-05T23:12:41.7940161Z * [new branch] gh/larryliu0820/34/head -> origin/gh/larryliu0820/34/head 2025-06-05T23:12:41.7941220Z * [new branch] gh/larryliu0820/34/orig -> origin/gh/larryliu0820/34/orig 2025-06-05T23:12:41.7942564Z * [new branch] gh/larryliu0820/35/base -> origin/gh/larryliu0820/35/base 2025-06-05T23:12:41.7943579Z * [new branch] gh/larryliu0820/35/head -> origin/gh/larryliu0820/35/head 2025-06-05T23:12:41.7944579Z * [new branch] gh/larryliu0820/35/orig -> origin/gh/larryliu0820/35/orig 2025-06-05T23:12:41.7945905Z * [new branch] gh/larryliu0820/36/base -> origin/gh/larryliu0820/36/base 2025-06-05T23:12:41.7947015Z * [new branch] gh/larryliu0820/36/head -> origin/gh/larryliu0820/36/head 2025-06-05T23:12:41.7947984Z * [new branch] gh/larryliu0820/36/orig -> origin/gh/larryliu0820/36/orig 2025-06-05T23:12:41.7949430Z * [new branch] gh/larryliu0820/37/base -> origin/gh/larryliu0820/37/base 2025-06-05T23:12:41.7950258Z * [new branch] gh/larryliu0820/37/head -> origin/gh/larryliu0820/37/head 2025-06-05T23:12:41.7951262Z * [new branch] gh/larryliu0820/37/orig -> origin/gh/larryliu0820/37/orig 2025-06-05T23:12:41.7952613Z * [new branch] gh/larryliu0820/38/base -> origin/gh/larryliu0820/38/base 2025-06-05T23:12:41.7953985Z * [new branch] gh/larryliu0820/38/head -> origin/gh/larryliu0820/38/head 2025-06-05T23:12:41.7955063Z * [new branch] gh/larryliu0820/38/orig -> origin/gh/larryliu0820/38/orig 2025-06-05T23:12:41.7956383Z * [new branch] gh/larryliu0820/39/base -> origin/gh/larryliu0820/39/base 2025-06-05T23:12:41.7957355Z * [new branch] gh/larryliu0820/39/head -> origin/gh/larryliu0820/39/head 2025-06-05T23:12:41.7958364Z * [new branch] gh/larryliu0820/39/orig -> origin/gh/larryliu0820/39/orig 2025-06-05T23:12:41.7959545Z * [new branch] gh/larryliu0820/40/base -> origin/gh/larryliu0820/40/base 2025-06-05T23:12:41.7960919Z * [new branch] gh/larryliu0820/40/head -> origin/gh/larryliu0820/40/head 2025-06-05T23:12:41.7961917Z * [new branch] gh/larryliu0820/40/orig -> origin/gh/larryliu0820/40/orig 2025-06-05T23:12:41.7963097Z * [new branch] gh/larryliu0820/41/base -> origin/gh/larryliu0820/41/base 2025-06-05T23:12:41.7964137Z * [new branch] gh/larryliu0820/41/head -> origin/gh/larryliu0820/41/head 2025-06-05T23:12:41.7965125Z * [new branch] gh/larryliu0820/41/orig -> origin/gh/larryliu0820/41/orig 2025-06-05T23:12:41.7966551Z * [new branch] gh/larryliu0820/42/base -> origin/gh/larryliu0820/42/base 2025-06-05T23:12:41.7967508Z * [new branch] gh/larryliu0820/42/head -> origin/gh/larryliu0820/42/head 2025-06-05T23:12:41.7969095Z * [new branch] gh/larryliu0820/42/orig -> origin/gh/larryliu0820/42/orig 2025-06-05T23:12:41.7970577Z * [new branch] gh/larryliu0820/43/base -> origin/gh/larryliu0820/43/base 2025-06-05T23:12:41.7971708Z * [new branch] gh/larryliu0820/43/head -> origin/gh/larryliu0820/43/head 2025-06-05T23:12:41.7972660Z * [new branch] gh/larryliu0820/43/orig -> origin/gh/larryliu0820/43/orig 2025-06-05T23:12:41.7974075Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-06-05T23:12:41.7975136Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-06-05T23:12:41.7976158Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-06-05T23:12:41.7977556Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-06-05T23:12:41.7978629Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-06-05T23:12:41.7979929Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-06-05T23:12:41.7981407Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-06-05T23:12:41.7982485Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-06-05T23:12:41.7983485Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-06-05T23:12:41.7984928Z * [new branch] gh/larryliu0820/47/base -> origin/gh/larryliu0820/47/base 2025-06-05T23:12:41.7985894Z * [new branch] gh/larryliu0820/47/head -> origin/gh/larryliu0820/47/head 2025-06-05T23:12:41.7986908Z * [new branch] gh/larryliu0820/47/orig -> origin/gh/larryliu0820/47/orig 2025-06-05T23:12:41.7988279Z * [new branch] gh/larryliu0820/48/base -> origin/gh/larryliu0820/48/base 2025-06-05T23:12:41.7989231Z * [new branch] gh/larryliu0820/48/head -> origin/gh/larryliu0820/48/head 2025-06-05T23:12:41.7990313Z * [new branch] gh/larryliu0820/48/orig -> origin/gh/larryliu0820/48/orig 2025-06-05T23:12:41.7992274Z * [new branch] gh/larryliu0820/49/base -> origin/gh/larryliu0820/49/base 2025-06-05T23:12:41.7993111Z * [new branch] gh/larryliu0820/49/head -> origin/gh/larryliu0820/49/head 2025-06-05T23:12:41.7994138Z * [new branch] gh/larryliu0820/49/orig -> origin/gh/larryliu0820/49/orig 2025-06-05T23:12:41.7995750Z * [new branch] gh/larryliu0820/50/base -> origin/gh/larryliu0820/50/base 2025-06-05T23:12:41.7996714Z * [new branch] gh/larryliu0820/50/head -> origin/gh/larryliu0820/50/head 2025-06-05T23:12:41.7997666Z * [new branch] gh/larryliu0820/50/orig -> origin/gh/larryliu0820/50/orig 2025-06-05T23:12:41.7999109Z * [new branch] gh/larryliu0820/51/base -> origin/gh/larryliu0820/51/base 2025-06-05T23:12:41.8000144Z * [new branch] gh/larryliu0820/51/head -> origin/gh/larryliu0820/51/head 2025-06-05T23:12:41.8001129Z * [new branch] gh/larryliu0820/51/orig -> origin/gh/larryliu0820/51/orig 2025-06-05T23:12:41.8002407Z * [new branch] gh/larryliu0820/52/base -> origin/gh/larryliu0820/52/base 2025-06-05T23:12:41.8003383Z * [new branch] gh/larryliu0820/52/orig -> origin/gh/larryliu0820/52/orig 2025-06-05T23:12:41.8004847Z * [new branch] gh/larryliu0820/53/base -> origin/gh/larryliu0820/53/base 2025-06-05T23:12:41.8006314Z * [new branch] gh/larryliu0820/54/base -> origin/gh/larryliu0820/54/base 2025-06-05T23:12:41.8007250Z * [new branch] gh/larryliu0820/54/head -> origin/gh/larryliu0820/54/head 2025-06-05T23:12:41.8008269Z * [new branch] gh/larryliu0820/54/orig -> origin/gh/larryliu0820/54/orig 2025-06-05T23:12:41.8009667Z * [new branch] gh/larryliu0820/55/base -> origin/gh/larryliu0820/55/base 2025-06-05T23:12:41.8011030Z * [new branch] gh/larryliu0820/56/base -> origin/gh/larryliu0820/56/base 2025-06-05T23:12:41.8012431Z * [new branch] gh/larryliu0820/57/base -> origin/gh/larryliu0820/57/base 2025-06-05T23:12:41.8013922Z * [new branch] gh/larryliu0820/58/base -> origin/gh/larryliu0820/58/base 2025-06-05T23:12:41.8014929Z * [new branch] gh/larryliu0820/58/orig -> origin/gh/larryliu0820/58/orig 2025-06-05T23:12:41.8016309Z * [new branch] gh/larryliu0820/59/base -> origin/gh/larryliu0820/59/base 2025-06-05T23:12:41.8017755Z * [new branch] gh/larryliu0820/6/base -> origin/gh/larryliu0820/6/base 2025-06-05T23:12:41.8018780Z * [new branch] gh/larryliu0820/6/head -> origin/gh/larryliu0820/6/head 2025-06-05T23:12:41.8019832Z * [new branch] gh/larryliu0820/6/orig -> origin/gh/larryliu0820/6/orig 2025-06-05T23:12:41.8021716Z * [new branch] gh/larryliu0820/60/base -> origin/gh/larryliu0820/60/base 2025-06-05T23:12:41.8023356Z * [new branch] gh/larryliu0820/61/base -> origin/gh/larryliu0820/61/base 2025-06-05T23:12:41.8024409Z * [new branch] gh/larryliu0820/61/orig -> origin/gh/larryliu0820/61/orig 2025-06-05T23:12:41.8025862Z * [new branch] gh/larryliu0820/62/base -> origin/gh/larryliu0820/62/base 2025-06-05T23:12:41.8027355Z * [new branch] gh/larryliu0820/63/base -> origin/gh/larryliu0820/63/base 2025-06-05T23:12:41.8028771Z * [new branch] gh/larryliu0820/64/base -> origin/gh/larryliu0820/64/base 2025-06-05T23:12:41.8030206Z * [new branch] gh/larryliu0820/65/base -> origin/gh/larryliu0820/65/base 2025-06-05T23:12:41.8031210Z * [new branch] gh/larryliu0820/65/head -> origin/gh/larryliu0820/65/head 2025-06-05T23:12:41.8032041Z * [new branch] gh/larryliu0820/65/orig -> origin/gh/larryliu0820/65/orig 2025-06-05T23:12:41.8033485Z * [new branch] gh/larryliu0820/7/base -> origin/gh/larryliu0820/7/base 2025-06-05T23:12:41.8034302Z * [new branch] gh/larryliu0820/7/head -> origin/gh/larryliu0820/7/head 2025-06-05T23:12:41.8035443Z * [new branch] gh/larryliu0820/7/orig -> origin/gh/larryliu0820/7/orig 2025-06-05T23:12:41.8036729Z * [new branch] gh/larryliu0820/8/base -> origin/gh/larryliu0820/8/base 2025-06-05T23:12:41.8037707Z * [new branch] gh/larryliu0820/8/head -> origin/gh/larryliu0820/8/head 2025-06-05T23:12:41.8038665Z * [new branch] gh/larryliu0820/8/orig -> origin/gh/larryliu0820/8/orig 2025-06-05T23:12:41.8039978Z * [new branch] gh/larryliu0820/9/base -> origin/gh/larryliu0820/9/base 2025-06-05T23:12:41.8040937Z * [new branch] gh/larryliu0820/9/head -> origin/gh/larryliu0820/9/head 2025-06-05T23:12:41.8042310Z * [new branch] gh/larryliu0820/9/orig -> origin/gh/larryliu0820/9/orig 2025-06-05T23:12:41.8043896Z * [new branch] gh/liuk22/1/base -> origin/gh/liuk22/1/base 2025-06-05T23:12:41.8044937Z * [new branch] gh/liuk22/1/head -> origin/gh/liuk22/1/head 2025-06-05T23:12:41.8046104Z * [new branch] gh/liuk22/1/orig -> origin/gh/liuk22/1/orig 2025-06-05T23:12:41.8047275Z * [new branch] gh/liuk22/2/base -> origin/gh/liuk22/2/base 2025-06-05T23:12:41.8048411Z * [new branch] gh/liuk22/2/head -> origin/gh/liuk22/2/head 2025-06-05T23:12:41.8049485Z * [new branch] gh/liuk22/2/orig -> origin/gh/liuk22/2/orig 2025-06-05T23:12:41.8050672Z * [new branch] gh/liuk22/3/base -> origin/gh/liuk22/3/base 2025-06-05T23:12:41.8051697Z * [new branch] gh/liuk22/3/head -> origin/gh/liuk22/3/head 2025-06-05T23:12:41.8052872Z * [new branch] gh/liuk22/3/orig -> origin/gh/liuk22/3/orig 2025-06-05T23:12:41.8053974Z * [new branch] gh/liuk22/4/base -> origin/gh/liuk22/4/base 2025-06-05T23:12:41.8055002Z * [new branch] gh/liuk22/4/head -> origin/gh/liuk22/4/head 2025-06-05T23:12:41.8056096Z * [new branch] gh/liuk22/4/orig -> origin/gh/liuk22/4/orig 2025-06-05T23:12:41.8057299Z * [new branch] gh/liuk22/5/base -> origin/gh/liuk22/5/base 2025-06-05T23:12:41.8058355Z * [new branch] gh/liuk22/5/head -> origin/gh/liuk22/5/head 2025-06-05T23:12:41.8059456Z * [new branch] gh/liuk22/5/orig -> origin/gh/liuk22/5/orig 2025-06-05T23:12:41.8061060Z * [new branch] gh/lucylq/28/base -> origin/gh/lucylq/28/base 2025-06-05T23:12:41.8062496Z * [new branch] gh/lucylq/29/base -> origin/gh/lucylq/29/base 2025-06-05T23:12:41.8063796Z * [new branch] gh/lucylq/30/base -> origin/gh/lucylq/30/base 2025-06-05T23:12:41.8065060Z * [new branch] gh/lucylq/31/base -> origin/gh/lucylq/31/base 2025-06-05T23:12:41.8066187Z * [new branch] gh/lucylq/31/orig -> origin/gh/lucylq/31/orig 2025-06-05T23:12:41.8067653Z * [new branch] gh/lucylq/32/base -> origin/gh/lucylq/32/base 2025-06-05T23:12:41.8068943Z * [new branch] gh/lucylq/33/base -> origin/gh/lucylq/33/base 2025-06-05T23:12:41.8070282Z * [new branch] gh/lucylq/34/base -> origin/gh/lucylq/34/base 2025-06-05T23:12:41.8071531Z * [new branch] gh/lucylq/35/base -> origin/gh/lucylq/35/base 2025-06-05T23:12:41.8072601Z * [new branch] gh/lucylq/35/head -> origin/gh/lucylq/35/head 2025-06-05T23:12:41.8073738Z * [new branch] gh/lucylq/36/base -> origin/gh/lucylq/36/base 2025-06-05T23:12:41.8074670Z * [new branch] gh/lucylq/36/head -> origin/gh/lucylq/36/head 2025-06-05T23:12:41.8075817Z * [new branch] gh/lucylq/37/base -> origin/gh/lucylq/37/base 2025-06-05T23:12:41.8076734Z * [new branch] gh/lucylq/37/head -> origin/gh/lucylq/37/head 2025-06-05T23:12:41.8078109Z * [new branch] gh/lucylq/38/base -> origin/gh/lucylq/38/base 2025-06-05T23:12:41.8079538Z * [new branch] gh/lucylq/39/base -> origin/gh/lucylq/39/base 2025-06-05T23:12:41.8080892Z * [new branch] gh/lucylq/40/base -> origin/gh/lucylq/40/base 2025-06-05T23:12:41.8082357Z * [new branch] gh/lucylq/41/base -> origin/gh/lucylq/41/base 2025-06-05T23:12:41.8084108Z * [new branch] gh/lucylq/42/base -> origin/gh/lucylq/42/base 2025-06-05T23:12:41.8085139Z * [new branch] gh/lucylq/42/head -> origin/gh/lucylq/42/head 2025-06-05T23:12:41.8086581Z * [new branch] gh/lucylq/42/orig -> origin/gh/lucylq/42/orig 2025-06-05T23:12:41.8087930Z * [new branch] gh/lucylq/43/base -> origin/gh/lucylq/43/base 2025-06-05T23:12:41.8089282Z * [new branch] gh/lucylq/44/base -> origin/gh/lucylq/44/base 2025-06-05T23:12:41.8090300Z * [new branch] gh/lucylq/44/head -> origin/gh/lucylq/44/head 2025-06-05T23:12:41.8091709Z * [new branch] gh/lucylq/44/orig -> origin/gh/lucylq/44/orig 2025-06-05T23:12:41.8093581Z * [new branch] gh/lucylq/45/base -> origin/gh/lucylq/45/base 2025-06-05T23:12:41.8094711Z * [new branch] gh/lucylq/45/head -> origin/gh/lucylq/45/head 2025-06-05T23:12:41.8095770Z * [new branch] gh/lucylq/45/orig -> origin/gh/lucylq/45/orig 2025-06-05T23:12:41.8097312Z * [new branch] gh/lucylq/46/base -> origin/gh/lucylq/46/base 2025-06-05T23:12:41.8098468Z * [new branch] gh/lucylq/46/head -> origin/gh/lucylq/46/head 2025-06-05T23:12:41.8099567Z * [new branch] gh/lucylq/46/orig -> origin/gh/lucylq/46/orig 2025-06-05T23:12:41.8100954Z * [new branch] gh/lucylq/47/base -> origin/gh/lucylq/47/base 2025-06-05T23:12:41.8102008Z * [new branch] gh/lucylq/47/head -> origin/gh/lucylq/47/head 2025-06-05T23:12:41.8102956Z * [new branch] gh/lucylq/47/orig -> origin/gh/lucylq/47/orig 2025-06-05T23:12:41.8105095Z * [new branch] gh/lucylq/48/base -> origin/gh/lucylq/48/base 2025-06-05T23:12:41.8106056Z * [new branch] gh/lucylq/48/head -> origin/gh/lucylq/48/head 2025-06-05T23:12:41.8107106Z * [new branch] gh/lucylq/48/orig -> origin/gh/lucylq/48/orig 2025-06-05T23:12:41.8108574Z * [new branch] gh/lucylq/49/base -> origin/gh/lucylq/49/base 2025-06-05T23:12:41.8109683Z * [new branch] gh/lucylq/49/head -> origin/gh/lucylq/49/head 2025-06-05T23:12:41.8110812Z * [new branch] gh/lucylq/49/orig -> origin/gh/lucylq/49/orig 2025-06-05T23:12:41.8112477Z * [new branch] gh/lucylq/50/base -> origin/gh/lucylq/50/base 2025-06-05T23:12:41.8113463Z * [new branch] gh/lucylq/50/head -> origin/gh/lucylq/50/head 2025-06-05T23:12:41.8114654Z * [new branch] gh/lucylq/50/orig -> origin/gh/lucylq/50/orig 2025-06-05T23:12:41.8115834Z * [new branch] gh/lucylq/51/base -> origin/gh/lucylq/51/base 2025-06-05T23:12:41.8116922Z * [new branch] gh/lucylq/51/head -> origin/gh/lucylq/51/head 2025-06-05T23:12:41.8117899Z * [new branch] gh/lucylq/51/orig -> origin/gh/lucylq/51/orig 2025-06-05T23:12:41.8119313Z * [new branch] gh/lucylq/52/base -> origin/gh/lucylq/52/base 2025-06-05T23:12:41.8121161Z * [new branch] gh/lucylq/53/base -> origin/gh/lucylq/53/base 2025-06-05T23:12:41.8122562Z * [new branch] gh/lucylq/54/base -> origin/gh/lucylq/54/base 2025-06-05T23:12:41.8123550Z * [new branch] gh/lucylq/54/head -> origin/gh/lucylq/54/head 2025-06-05T23:12:41.8124648Z * [new branch] gh/lucylq/54/orig -> origin/gh/lucylq/54/orig 2025-06-05T23:12:41.8126051Z * [new branch] gh/lucylq/55/base -> origin/gh/lucylq/55/base 2025-06-05T23:12:41.8127557Z * [new branch] gh/lucylq/56/base -> origin/gh/lucylq/56/base 2025-06-05T23:12:41.8128870Z * [new branch] gh/lucylq/57/base -> origin/gh/lucylq/57/base 2025-06-05T23:12:41.8130213Z * [new branch] gh/lucylq/58/base -> origin/gh/lucylq/58/base 2025-06-05T23:12:41.8131174Z * [new branch] gh/lucylq/58/orig -> origin/gh/lucylq/58/orig 2025-06-05T23:12:41.8132569Z * [new branch] gh/lucylq/59/base -> origin/gh/lucylq/59/base 2025-06-05T23:12:41.8134036Z * [new branch] gh/lucylq/60/base -> origin/gh/lucylq/60/base 2025-06-05T23:12:41.8134987Z * [new branch] gh/lucylq/60/orig -> origin/gh/lucylq/60/orig 2025-06-05T23:12:41.8136390Z * [new branch] gh/lucylq/61/base -> origin/gh/lucylq/61/base 2025-06-05T23:12:41.8137791Z * [new branch] gh/lucylq/62/base -> origin/gh/lucylq/62/base 2025-06-05T23:12:41.8139209Z * [new branch] gh/lucylq/63/base -> origin/gh/lucylq/63/base 2025-06-05T23:12:41.8140663Z * [new branch] gh/lucylq/64/base -> origin/gh/lucylq/64/base 2025-06-05T23:12:41.8141661Z * [new branch] gh/lucylq/64/head -> origin/gh/lucylq/64/head 2025-06-05T23:12:41.8142697Z * [new branch] gh/lucylq/64/orig -> origin/gh/lucylq/64/orig 2025-06-05T23:12:41.8144086Z * [new branch] gh/lucylq/65/base -> origin/gh/lucylq/65/base 2025-06-05T23:12:41.8145080Z * [new branch] gh/lucylq/65/head -> origin/gh/lucylq/65/head 2025-06-05T23:12:41.8146155Z * [new branch] gh/lucylq/65/orig -> origin/gh/lucylq/65/orig 2025-06-05T23:12:41.8147620Z * [new branch] gh/lucylq/66/base -> origin/gh/lucylq/66/base 2025-06-05T23:12:41.8149190Z * [new branch] gh/lucylq/67/base -> origin/gh/lucylq/67/base 2025-06-05T23:12:41.8150578Z * [new branch] gh/lucylq/68/base -> origin/gh/lucylq/68/base 2025-06-05T23:12:41.8151983Z * [new branch] gh/lucylq/69/base -> origin/gh/lucylq/69/base 2025-06-05T23:12:41.8153389Z * [new branch] gh/lucylq/70/base -> origin/gh/lucylq/70/base 2025-06-05T23:12:41.8154716Z * [new branch] gh/lucylq/71/base -> origin/gh/lucylq/71/base 2025-06-05T23:12:41.8156077Z * [new branch] gh/lucylq/72/base -> origin/gh/lucylq/72/base 2025-06-05T23:12:41.8157470Z * [new branch] gh/lucylq/73/base -> origin/gh/lucylq/73/base 2025-06-05T23:12:41.8158866Z * [new branch] gh/lucylq/74/base -> origin/gh/lucylq/74/base 2025-06-05T23:12:41.8160209Z * [new branch] gh/lucylq/75/base -> origin/gh/lucylq/75/base 2025-06-05T23:12:41.8161657Z * [new branch] gh/lucylq/76/base -> origin/gh/lucylq/76/base 2025-06-05T23:12:41.8163094Z * [new branch] gh/lucylq/77/base -> origin/gh/lucylq/77/base 2025-06-05T23:12:41.8164125Z * [new branch] gh/lucylq/77/head -> origin/gh/lucylq/77/head 2025-06-05T23:12:41.8165010Z * [new branch] gh/lucylq/77/orig -> origin/gh/lucylq/77/orig 2025-06-05T23:12:41.8166709Z * [new branch] gh/lucylq/78/base -> origin/gh/lucylq/78/base 2025-06-05T23:12:41.8167611Z * [new branch] gh/lucylq/78/head -> origin/gh/lucylq/78/head 2025-06-05T23:12:41.8168534Z * [new branch] gh/lucylq/78/orig -> origin/gh/lucylq/78/orig 2025-06-05T23:12:41.8169982Z * [new branch] gh/lucylq/79/base -> origin/gh/lucylq/79/base 2025-06-05T23:12:41.8171368Z * [new branch] gh/lucylq/80/base -> origin/gh/lucylq/80/base 2025-06-05T23:12:41.8172885Z * [new branch] gh/lucylq/81/base -> origin/gh/lucylq/81/base 2025-06-05T23:12:41.8174123Z * [new branch] gh/lucylq/82/base -> origin/gh/lucylq/82/base 2025-06-05T23:12:41.8175254Z * [new branch] gh/lucylq/82/head -> origin/gh/lucylq/82/head 2025-06-05T23:12:41.8176173Z * [new branch] gh/lucylq/82/orig -> origin/gh/lucylq/82/orig 2025-06-05T23:12:41.8177369Z * [new branch] gh/lucylq/83/base -> origin/gh/lucylq/83/base 2025-06-05T23:12:41.8178328Z * [new branch] gh/lucylq/83/head -> origin/gh/lucylq/83/head 2025-06-05T23:12:41.8179323Z * [new branch] gh/lucylq/83/orig -> origin/gh/lucylq/83/orig 2025-06-05T23:12:41.8180781Z * [new branch] gh/lucylq/84/base -> origin/gh/lucylq/84/base 2025-06-05T23:12:41.8182530Z * [new branch] gh/manuelcandales/100/base -> origin/gh/manuelcandales/100/base 2025-06-05T23:12:41.8183736Z * [new branch] gh/manuelcandales/100/head -> origin/gh/manuelcandales/100/head 2025-06-05T23:12:41.8184804Z * [new branch] gh/manuelcandales/100/orig -> origin/gh/manuelcandales/100/orig 2025-06-05T23:12:41.8186324Z * [new branch] gh/manuelcandales/101/base -> origin/gh/manuelcandales/101/base 2025-06-05T23:12:41.8187314Z * [new branch] gh/manuelcandales/101/head -> origin/gh/manuelcandales/101/head 2025-06-05T23:12:41.8188359Z * [new branch] gh/manuelcandales/101/orig -> origin/gh/manuelcandales/101/orig 2025-06-05T23:12:41.8189779Z * [new branch] gh/manuelcandales/102/base -> origin/gh/manuelcandales/102/base 2025-06-05T23:12:41.8190768Z * [new branch] gh/manuelcandales/102/head -> origin/gh/manuelcandales/102/head 2025-06-05T23:12:41.8192084Z * [new branch] gh/manuelcandales/102/orig -> origin/gh/manuelcandales/102/orig 2025-06-05T23:12:41.8193494Z * [new branch] gh/manuelcandales/103/base -> origin/gh/manuelcandales/103/base 2025-06-05T23:12:41.8194479Z * [new branch] gh/manuelcandales/103/head -> origin/gh/manuelcandales/103/head 2025-06-05T23:12:41.8195457Z * [new branch] gh/manuelcandales/103/orig -> origin/gh/manuelcandales/103/orig 2025-06-05T23:12:41.8196870Z * [new branch] gh/manuelcandales/104/base -> origin/gh/manuelcandales/104/base 2025-06-05T23:12:41.8197808Z * [new branch] gh/manuelcandales/104/head -> origin/gh/manuelcandales/104/head 2025-06-05T23:12:41.8198815Z * [new branch] gh/manuelcandales/104/orig -> origin/gh/manuelcandales/104/orig 2025-06-05T23:12:41.8200167Z * [new branch] gh/manuelcandales/105/base -> origin/gh/manuelcandales/105/base 2025-06-05T23:12:41.8201198Z * [new branch] gh/manuelcandales/105/head -> origin/gh/manuelcandales/105/head 2025-06-05T23:12:41.8202021Z * [new branch] gh/manuelcandales/105/orig -> origin/gh/manuelcandales/105/orig 2025-06-05T23:12:41.8203435Z * [new branch] gh/manuelcandales/106/base -> origin/gh/manuelcandales/106/base 2025-06-05T23:12:41.8204360Z * [new branch] gh/manuelcandales/106/head -> origin/gh/manuelcandales/106/head 2025-06-05T23:12:41.8205393Z * [new branch] gh/manuelcandales/106/orig -> origin/gh/manuelcandales/106/orig 2025-06-05T23:12:41.8206893Z * [new branch] gh/manuelcandales/107/base -> origin/gh/manuelcandales/107/base 2025-06-05T23:12:41.8207989Z * [new branch] gh/manuelcandales/107/head -> origin/gh/manuelcandales/107/head 2025-06-05T23:12:41.8208997Z * [new branch] gh/manuelcandales/107/orig -> origin/gh/manuelcandales/107/orig 2025-06-05T23:12:41.8210247Z * [new branch] gh/manuelcandales/108/base -> origin/gh/manuelcandales/108/base 2025-06-05T23:12:41.8211283Z * [new branch] gh/manuelcandales/108/head -> origin/gh/manuelcandales/108/head 2025-06-05T23:12:41.8212110Z * [new branch] gh/manuelcandales/108/orig -> origin/gh/manuelcandales/108/orig 2025-06-05T23:12:41.8214042Z * [new branch] gh/manuelcandales/109/base -> origin/gh/manuelcandales/109/base 2025-06-05T23:12:41.8215591Z * [new branch] gh/manuelcandales/109/head -> origin/gh/manuelcandales/109/head 2025-06-05T23:12:41.8217301Z * [new branch] gh/manuelcandales/109/orig -> origin/gh/manuelcandales/109/orig 2025-06-05T23:12:41.8219251Z * [new branch] gh/manuelcandales/110/base -> origin/gh/manuelcandales/110/base 2025-06-05T23:12:41.8220764Z * [new branch] gh/manuelcandales/110/head -> origin/gh/manuelcandales/110/head 2025-06-05T23:12:41.8222284Z * [new branch] gh/manuelcandales/110/orig -> origin/gh/manuelcandales/110/orig 2025-06-05T23:12:41.8224177Z * [new branch] gh/manuelcandales/111/base -> origin/gh/manuelcandales/111/base 2025-06-05T23:12:41.8225597Z * [new branch] gh/manuelcandales/111/head -> origin/gh/manuelcandales/111/head 2025-06-05T23:12:41.8227345Z * [new branch] gh/manuelcandales/111/orig -> origin/gh/manuelcandales/111/orig 2025-06-05T23:12:41.8229410Z * [new branch] gh/manuelcandales/112/base -> origin/gh/manuelcandales/112/base 2025-06-05T23:12:41.8231068Z * [new branch] gh/manuelcandales/112/head -> origin/gh/manuelcandales/112/head 2025-06-05T23:12:41.8232641Z * [new branch] gh/manuelcandales/112/orig -> origin/gh/manuelcandales/112/orig 2025-06-05T23:12:41.8234898Z * [new branch] gh/manuelcandales/32/base -> origin/gh/manuelcandales/32/base 2025-06-05T23:12:41.8236055Z * [new branch] gh/manuelcandales/32/head -> origin/gh/manuelcandales/32/head 2025-06-05T23:12:41.8237209Z * [new branch] gh/manuelcandales/32/orig -> origin/gh/manuelcandales/32/orig 2025-06-05T23:12:41.8238629Z * [new branch] gh/manuelcandales/46/base -> origin/gh/manuelcandales/46/base 2025-06-05T23:12:41.8239762Z * [new branch] gh/manuelcandales/46/head -> origin/gh/manuelcandales/46/head 2025-06-05T23:12:41.8240739Z * [new branch] gh/manuelcandales/46/orig -> origin/gh/manuelcandales/46/orig 2025-06-05T23:12:41.8241989Z * [new branch] gh/manuelcandales/47/base -> origin/gh/manuelcandales/47/base 2025-06-05T23:12:41.8242979Z * [new branch] gh/manuelcandales/47/head -> origin/gh/manuelcandales/47/head 2025-06-05T23:12:41.8243998Z * [new branch] gh/manuelcandales/47/orig -> origin/gh/manuelcandales/47/orig 2025-06-05T23:12:41.8245211Z * [new branch] gh/manuelcandales/48/base -> origin/gh/manuelcandales/48/base 2025-06-05T23:12:41.8246295Z * [new branch] gh/manuelcandales/48/head -> origin/gh/manuelcandales/48/head 2025-06-05T23:12:41.8247252Z * [new branch] gh/manuelcandales/48/orig -> origin/gh/manuelcandales/48/orig 2025-06-05T23:12:41.8248807Z * [new branch] gh/manuelcandales/49/base -> origin/gh/manuelcandales/49/base 2025-06-05T23:12:41.8249793Z * [new branch] gh/manuelcandales/49/head -> origin/gh/manuelcandales/49/head 2025-06-05T23:12:41.8250755Z * [new branch] gh/manuelcandales/49/orig -> origin/gh/manuelcandales/49/orig 2025-06-05T23:12:41.8251946Z * [new branch] gh/manuelcandales/50/base -> origin/gh/manuelcandales/50/base 2025-06-05T23:12:41.8253053Z * [new branch] gh/manuelcandales/50/head -> origin/gh/manuelcandales/50/head 2025-06-05T23:12:41.8254051Z * [new branch] gh/manuelcandales/50/orig -> origin/gh/manuelcandales/50/orig 2025-06-05T23:12:41.8255492Z * [new branch] gh/manuelcandales/51/base -> origin/gh/manuelcandales/51/base 2025-06-05T23:12:41.8256485Z * [new branch] gh/manuelcandales/51/head -> origin/gh/manuelcandales/51/head 2025-06-05T23:12:41.8257452Z * [new branch] gh/manuelcandales/51/orig -> origin/gh/manuelcandales/51/orig 2025-06-05T23:12:41.8258777Z * [new branch] gh/manuelcandales/52/base -> origin/gh/manuelcandales/52/base 2025-06-05T23:12:41.8259875Z * [new branch] gh/manuelcandales/52/head -> origin/gh/manuelcandales/52/head 2025-06-05T23:12:41.8260873Z * [new branch] gh/manuelcandales/52/orig -> origin/gh/manuelcandales/52/orig 2025-06-05T23:12:41.8262519Z * [new branch] gh/manuelcandales/53/base -> origin/gh/manuelcandales/53/base 2025-06-05T23:12:41.8263510Z * [new branch] gh/manuelcandales/53/head -> origin/gh/manuelcandales/53/head 2025-06-05T23:12:41.8264315Z * [new branch] gh/manuelcandales/53/orig -> origin/gh/manuelcandales/53/orig 2025-06-05T23:12:41.8265697Z * [new branch] gh/manuelcandales/54/base -> origin/gh/manuelcandales/54/base 2025-06-05T23:12:41.8266676Z * [new branch] gh/manuelcandales/54/head -> origin/gh/manuelcandales/54/head 2025-06-05T23:12:41.8267730Z * [new branch] gh/manuelcandales/54/orig -> origin/gh/manuelcandales/54/orig 2025-06-05T23:12:41.8268994Z * [new branch] gh/manuelcandales/55/base -> origin/gh/manuelcandales/55/base 2025-06-05T23:12:41.8269952Z * [new branch] gh/manuelcandales/55/head -> origin/gh/manuelcandales/55/head 2025-06-05T23:12:41.8270846Z * [new branch] gh/manuelcandales/55/orig -> origin/gh/manuelcandales/55/orig 2025-06-05T23:12:41.8272235Z * [new branch] gh/manuelcandales/56/base -> origin/gh/manuelcandales/56/base 2025-06-05T23:12:41.8273513Z * [new branch] gh/manuelcandales/56/head -> origin/gh/manuelcandales/56/head 2025-06-05T23:12:41.8274754Z * [new branch] gh/manuelcandales/57/base -> origin/gh/manuelcandales/57/base 2025-06-05T23:12:41.8275663Z * [new branch] gh/manuelcandales/57/head -> origin/gh/manuelcandales/57/head 2025-06-05T23:12:41.8276833Z * [new branch] gh/manuelcandales/58/base -> origin/gh/manuelcandales/58/base 2025-06-05T23:12:41.8277801Z * [new branch] gh/manuelcandales/58/head -> origin/gh/manuelcandales/58/head 2025-06-05T23:12:41.8279027Z * [new branch] gh/manuelcandales/59/base -> origin/gh/manuelcandales/59/base 2025-06-05T23:12:41.8279971Z * [new branch] gh/manuelcandales/59/head -> origin/gh/manuelcandales/59/head 2025-06-05T23:12:41.8281160Z * [new branch] gh/manuelcandales/60/base -> origin/gh/manuelcandales/60/base 2025-06-05T23:12:41.8282256Z * [new branch] gh/manuelcandales/60/head -> origin/gh/manuelcandales/60/head 2025-06-05T23:12:41.8283465Z * [new branch] gh/manuelcandales/61/base -> origin/gh/manuelcandales/61/base 2025-06-05T23:12:41.8284420Z * [new branch] gh/manuelcandales/61/head -> origin/gh/manuelcandales/61/head 2025-06-05T23:12:41.8285790Z * [new branch] gh/manuelcandales/62/base -> origin/gh/manuelcandales/62/base 2025-06-05T23:12:41.8286739Z * [new branch] gh/manuelcandales/62/head -> origin/gh/manuelcandales/62/head 2025-06-05T23:12:41.8287928Z * [new branch] gh/manuelcandales/63/base -> origin/gh/manuelcandales/63/base 2025-06-05T23:12:41.8288900Z * [new branch] gh/manuelcandales/63/head -> origin/gh/manuelcandales/63/head 2025-06-05T23:12:41.8290097Z * [new branch] gh/manuelcandales/64/base -> origin/gh/manuelcandales/64/base 2025-06-05T23:12:41.8291247Z * [new branch] gh/manuelcandales/64/head -> origin/gh/manuelcandales/64/head 2025-06-05T23:12:41.8295071Z * [new branch] gh/manuelcandales/65/base -> origin/gh/manuelcandales/65/base 2025-06-05T23:12:41.8295958Z * [new branch] gh/manuelcandales/65/head -> origin/gh/manuelcandales/65/head 2025-06-05T23:12:41.8297189Z * [new branch] gh/manuelcandales/66/base -> origin/gh/manuelcandales/66/base 2025-06-05T23:12:41.8298097Z * [new branch] gh/manuelcandales/66/head -> origin/gh/manuelcandales/66/head 2025-06-05T23:12:41.8299369Z * [new branch] gh/manuelcandales/67/base -> origin/gh/manuelcandales/67/base 2025-06-05T23:12:41.8300164Z * [new branch] gh/manuelcandales/67/head -> origin/gh/manuelcandales/67/head 2025-06-05T23:12:41.8301406Z * [new branch] gh/manuelcandales/68/base -> origin/gh/manuelcandales/68/base 2025-06-05T23:12:41.8302324Z * [new branch] gh/manuelcandales/68/head -> origin/gh/manuelcandales/68/head 2025-06-05T23:12:41.8303548Z * [new branch] gh/manuelcandales/69/base -> origin/gh/manuelcandales/69/base 2025-06-05T23:12:41.8304274Z * [new branch] gh/manuelcandales/69/head -> origin/gh/manuelcandales/69/head 2025-06-05T23:12:41.8305533Z * [new branch] gh/manuelcandales/70/base -> origin/gh/manuelcandales/70/base 2025-06-05T23:12:41.8306372Z * [new branch] gh/manuelcandales/70/head -> origin/gh/manuelcandales/70/head 2025-06-05T23:12:41.8307654Z * [new branch] gh/manuelcandales/71/base -> origin/gh/manuelcandales/71/base 2025-06-05T23:12:41.8308554Z * [new branch] gh/manuelcandales/71/head -> origin/gh/manuelcandales/71/head 2025-06-05T23:12:41.8309713Z * [new branch] gh/manuelcandales/72/base -> origin/gh/manuelcandales/72/base 2025-06-05T23:12:41.8310692Z * [new branch] gh/manuelcandales/72/head -> origin/gh/manuelcandales/72/head 2025-06-05T23:12:41.8311850Z * [new branch] gh/manuelcandales/73/base -> origin/gh/manuelcandales/73/base 2025-06-05T23:12:41.8313064Z * [new branch] gh/manuelcandales/73/head -> origin/gh/manuelcandales/73/head 2025-06-05T23:12:41.8313850Z * [new branch] gh/manuelcandales/74/base -> origin/gh/manuelcandales/74/base 2025-06-05T23:12:41.8314791Z * [new branch] gh/manuelcandales/74/head -> origin/gh/manuelcandales/74/head 2025-06-05T23:12:41.8315976Z * [new branch] gh/manuelcandales/75/base -> origin/gh/manuelcandales/75/base 2025-06-05T23:12:41.8316743Z * [new branch] gh/manuelcandales/75/head -> origin/gh/manuelcandales/75/head 2025-06-05T23:12:41.8318462Z * [new branch] gh/manuelcandales/76/base -> origin/gh/manuelcandales/76/base 2025-06-05T23:12:41.8319540Z * [new branch] gh/manuelcandales/76/head -> origin/gh/manuelcandales/76/head 2025-06-05T23:12:41.8320675Z * [new branch] gh/manuelcandales/76/orig -> origin/gh/manuelcandales/76/orig 2025-06-05T23:12:41.8322000Z * [new branch] gh/manuelcandales/77/base -> origin/gh/manuelcandales/77/base 2025-06-05T23:12:41.8323103Z * [new branch] gh/manuelcandales/77/head -> origin/gh/manuelcandales/77/head 2025-06-05T23:12:41.8324097Z * [new branch] gh/manuelcandales/77/orig -> origin/gh/manuelcandales/77/orig 2025-06-05T23:12:41.8325427Z * [new branch] gh/manuelcandales/78/base -> origin/gh/manuelcandales/78/base 2025-06-05T23:12:41.8326466Z * [new branch] gh/manuelcandales/78/head -> origin/gh/manuelcandales/78/head 2025-06-05T23:12:41.8327418Z * [new branch] gh/manuelcandales/78/orig -> origin/gh/manuelcandales/78/orig 2025-06-05T23:12:41.8328748Z * [new branch] gh/manuelcandales/79/base -> origin/gh/manuelcandales/79/base 2025-06-05T23:12:41.8329644Z * [new branch] gh/manuelcandales/79/head -> origin/gh/manuelcandales/79/head 2025-06-05T23:12:41.8330619Z * [new branch] gh/manuelcandales/79/orig -> origin/gh/manuelcandales/79/orig 2025-06-05T23:12:41.8331857Z * [new branch] gh/manuelcandales/80/base -> origin/gh/manuelcandales/80/base 2025-06-05T23:12:41.8332834Z * [new branch] gh/manuelcandales/80/head -> origin/gh/manuelcandales/80/head 2025-06-05T23:12:41.8333630Z * [new branch] gh/manuelcandales/80/orig -> origin/gh/manuelcandales/80/orig 2025-06-05T23:12:41.8335098Z * [new branch] gh/manuelcandales/81/base -> origin/gh/manuelcandales/81/base 2025-06-05T23:12:41.8336209Z * [new branch] gh/manuelcandales/81/head -> origin/gh/manuelcandales/81/head 2025-06-05T23:12:41.8337199Z * [new branch] gh/manuelcandales/81/orig -> origin/gh/manuelcandales/81/orig 2025-06-05T23:12:41.8338961Z * [new branch] gh/manuelcandales/82/base -> origin/gh/manuelcandales/82/base 2025-06-05T23:12:41.8340012Z * [new branch] gh/manuelcandales/82/head -> origin/gh/manuelcandales/82/head 2025-06-05T23:12:41.8341038Z * [new branch] gh/manuelcandales/82/orig -> origin/gh/manuelcandales/82/orig 2025-06-05T23:12:41.8342418Z * [new branch] gh/manuelcandales/83/base -> origin/gh/manuelcandales/83/base 2025-06-05T23:12:41.8343378Z * [new branch] gh/manuelcandales/83/head -> origin/gh/manuelcandales/83/head 2025-06-05T23:12:41.8344277Z * [new branch] gh/manuelcandales/83/orig -> origin/gh/manuelcandales/83/orig 2025-06-05T23:12:41.8345619Z * [new branch] gh/manuelcandales/84/base -> origin/gh/manuelcandales/84/base 2025-06-05T23:12:41.8346719Z * [new branch] gh/manuelcandales/84/head -> origin/gh/manuelcandales/84/head 2025-06-05T23:12:41.8347763Z * [new branch] gh/manuelcandales/84/orig -> origin/gh/manuelcandales/84/orig 2025-06-05T23:12:41.8349034Z * [new branch] gh/manuelcandales/85/base -> origin/gh/manuelcandales/85/base 2025-06-05T23:12:41.8350167Z * [new branch] gh/manuelcandales/85/head -> origin/gh/manuelcandales/85/head 2025-06-05T23:12:41.8351131Z * [new branch] gh/manuelcandales/85/orig -> origin/gh/manuelcandales/85/orig 2025-06-05T23:12:41.8352431Z * [new branch] gh/manuelcandales/86/base -> origin/gh/manuelcandales/86/base 2025-06-05T23:12:41.8353491Z * [new branch] gh/manuelcandales/86/head -> origin/gh/manuelcandales/86/head 2025-06-05T23:12:41.8354586Z * [new branch] gh/manuelcandales/86/orig -> origin/gh/manuelcandales/86/orig 2025-06-05T23:12:41.8356184Z * [new branch] gh/manuelcandales/87/base -> origin/gh/manuelcandales/87/base 2025-06-05T23:12:41.8357141Z * [new branch] gh/manuelcandales/87/head -> origin/gh/manuelcandales/87/head 2025-06-05T23:12:41.8358098Z * [new branch] gh/manuelcandales/87/orig -> origin/gh/manuelcandales/87/orig 2025-06-05T23:12:41.8359664Z * [new branch] gh/manuelcandales/88/base -> origin/gh/manuelcandales/88/base 2025-06-05T23:12:41.8360675Z * [new branch] gh/manuelcandales/88/head -> origin/gh/manuelcandales/88/head 2025-06-05T23:12:41.8361632Z * [new branch] gh/manuelcandales/88/orig -> origin/gh/manuelcandales/88/orig 2025-06-05T23:12:41.8362859Z * [new branch] gh/manuelcandales/89/base -> origin/gh/manuelcandales/89/base 2025-06-05T23:12:41.8363912Z * [new branch] gh/manuelcandales/89/head -> origin/gh/manuelcandales/89/head 2025-06-05T23:12:41.8364828Z * [new branch] gh/manuelcandales/89/orig -> origin/gh/manuelcandales/89/orig 2025-06-05T23:12:41.8366003Z * [new branch] gh/manuelcandales/90/base -> origin/gh/manuelcandales/90/base 2025-06-05T23:12:41.8366953Z * [new branch] gh/manuelcandales/90/head -> origin/gh/manuelcandales/90/head 2025-06-05T23:12:41.8367895Z * [new branch] gh/manuelcandales/90/orig -> origin/gh/manuelcandales/90/orig 2025-06-05T23:12:41.8369030Z * [new branch] gh/manuelcandales/91/base -> origin/gh/manuelcandales/91/base 2025-06-05T23:12:41.8370041Z * [new branch] gh/manuelcandales/91/head -> origin/gh/manuelcandales/91/head 2025-06-05T23:12:41.8371000Z * [new branch] gh/manuelcandales/91/orig -> origin/gh/manuelcandales/91/orig 2025-06-05T23:12:41.8372193Z * [new branch] gh/manuelcandales/92/base -> origin/gh/manuelcandales/92/base 2025-06-05T23:12:41.8373012Z * [new branch] gh/manuelcandales/92/head -> origin/gh/manuelcandales/92/head 2025-06-05T23:12:41.8373932Z * [new branch] gh/manuelcandales/92/orig -> origin/gh/manuelcandales/92/orig 2025-06-05T23:12:41.8375135Z * [new branch] gh/manuelcandales/93/base -> origin/gh/manuelcandales/93/base 2025-06-05T23:12:41.8376359Z * [new branch] gh/manuelcandales/93/head -> origin/gh/manuelcandales/93/head 2025-06-05T23:12:41.8377313Z * [new branch] gh/manuelcandales/93/orig -> origin/gh/manuelcandales/93/orig 2025-06-05T23:12:41.8378999Z * [new branch] gh/manuelcandales/94/base -> origin/gh/manuelcandales/94/base 2025-06-05T23:12:41.8379953Z * [new branch] gh/manuelcandales/94/head -> origin/gh/manuelcandales/94/head 2025-06-05T23:12:41.8380992Z * [new branch] gh/manuelcandales/94/orig -> origin/gh/manuelcandales/94/orig 2025-06-05T23:12:41.8382562Z * [new branch] gh/manuelcandales/95/base -> origin/gh/manuelcandales/95/base 2025-06-05T23:12:41.8383356Z * [new branch] gh/manuelcandales/95/head -> origin/gh/manuelcandales/95/head 2025-06-05T23:12:41.8384367Z * [new branch] gh/manuelcandales/95/orig -> origin/gh/manuelcandales/95/orig 2025-06-05T23:12:41.8385930Z * [new branch] gh/manuelcandales/96/base -> origin/gh/manuelcandales/96/base 2025-06-05T23:12:41.8387367Z * [new branch] gh/manuelcandales/96/head -> origin/gh/manuelcandales/96/head 2025-06-05T23:12:41.8388568Z * [new branch] gh/manuelcandales/96/orig -> origin/gh/manuelcandales/96/orig 2025-06-05T23:12:41.8390112Z * [new branch] gh/manuelcandales/97/base -> origin/gh/manuelcandales/97/base 2025-06-05T23:12:41.8391258Z * [new branch] gh/manuelcandales/97/head -> origin/gh/manuelcandales/97/head 2025-06-05T23:12:41.8392391Z * [new branch] gh/manuelcandales/97/orig -> origin/gh/manuelcandales/97/orig 2025-06-05T23:12:41.8393972Z * [new branch] gh/manuelcandales/98/base -> origin/gh/manuelcandales/98/base 2025-06-05T23:12:41.8395012Z * [new branch] gh/manuelcandales/98/head -> origin/gh/manuelcandales/98/head 2025-06-05T23:12:41.8396035Z * [new branch] gh/manuelcandales/98/orig -> origin/gh/manuelcandales/98/orig 2025-06-05T23:12:41.8397343Z * [new branch] gh/manuelcandales/99/base -> origin/gh/manuelcandales/99/base 2025-06-05T23:12:41.8398375Z * [new branch] gh/manuelcandales/99/head -> origin/gh/manuelcandales/99/head 2025-06-05T23:12:41.8399462Z * [new branch] gh/manuelcandales/99/orig -> origin/gh/manuelcandales/99/orig 2025-06-05T23:12:41.8400930Z * [new branch] gh/mcr229/20/next -> origin/gh/mcr229/20/next 2025-06-05T23:12:41.8401913Z * [new branch] gh/mcr229/20/orig -> origin/gh/mcr229/20/orig 2025-06-05T23:12:41.8403188Z * [new branch] gh/mcr229/21/next -> origin/gh/mcr229/21/next 2025-06-05T23:12:41.8404222Z * [new branch] gh/mcr229/21/orig -> origin/gh/mcr229/21/orig 2025-06-05T23:12:41.8405508Z * [new branch] gh/mcr229/22/next -> origin/gh/mcr229/22/next 2025-06-05T23:12:41.8406481Z * [new branch] gh/mcr229/22/orig -> origin/gh/mcr229/22/orig 2025-06-05T23:12:41.8407705Z * [new branch] gh/mcr229/23/next -> origin/gh/mcr229/23/next 2025-06-05T23:12:41.8408692Z * [new branch] gh/mcr229/23/orig -> origin/gh/mcr229/23/orig 2025-06-05T23:12:41.8409924Z * [new branch] gh/mcr229/24/head -> origin/gh/mcr229/24/head 2025-06-05T23:12:41.8410804Z * [new branch] gh/mcr229/24/next -> origin/gh/mcr229/24/next 2025-06-05T23:12:41.8411755Z * [new branch] gh/mcr229/24/orig -> origin/gh/mcr229/24/orig 2025-06-05T23:12:41.8413125Z * [new branch] gh/mcr229/25/head -> origin/gh/mcr229/25/head 2025-06-05T23:12:41.8413872Z * [new branch] gh/mcr229/25/next -> origin/gh/mcr229/25/next 2025-06-05T23:12:41.8414920Z * [new branch] gh/mcr229/25/orig -> origin/gh/mcr229/25/orig 2025-06-05T23:12:41.8416283Z * [new branch] gh/mcr229/26/head -> origin/gh/mcr229/26/head 2025-06-05T23:12:41.8417123Z * [new branch] gh/mcr229/26/next -> origin/gh/mcr229/26/next 2025-06-05T23:12:41.8418079Z * [new branch] gh/mcr229/26/orig -> origin/gh/mcr229/26/orig 2025-06-05T23:12:41.8419321Z * [new branch] gh/mcr229/27/head -> origin/gh/mcr229/27/head 2025-06-05T23:12:41.8420169Z * [new branch] gh/mcr229/27/next -> origin/gh/mcr229/27/next 2025-06-05T23:12:41.8421148Z * [new branch] gh/mcr229/27/orig -> origin/gh/mcr229/27/orig 2025-06-05T23:12:41.8422839Z * [new branch] gh/nathanaelsee/1/base -> origin/gh/nathanaelsee/1/base 2025-06-05T23:12:41.8424149Z * [new branch] gh/nathanaelsee/2/base -> origin/gh/nathanaelsee/2/base 2025-06-05T23:12:41.8425538Z * [new branch] gh/nathanaelsee/3/base -> origin/gh/nathanaelsee/3/base 2025-06-05T23:12:41.8426986Z * [new branch] gh/nathanaelsee/4/base -> origin/gh/nathanaelsee/4/base 2025-06-05T23:12:41.8428136Z * [new branch] gh/nathanaelsee/4/orig -> origin/gh/nathanaelsee/4/orig 2025-06-05T23:12:41.8429488Z * [new branch] gh/nathanaelsee/5/base -> origin/gh/nathanaelsee/5/base 2025-06-05T23:12:41.8431198Z * [new branch] gh/nathanaelsee/6/base -> origin/gh/nathanaelsee/6/base 2025-06-05T23:12:41.8432615Z * [new branch] gh/nathanaelsee/7/base -> origin/gh/nathanaelsee/7/base 2025-06-05T23:12:41.8433931Z * [new branch] gh/nathanaelsee/8/base -> origin/gh/nathanaelsee/8/base 2025-06-05T23:12:41.8435444Z * [new branch] gh/swolchok/1/base -> origin/gh/swolchok/1/base 2025-06-05T23:12:41.8436431Z * [new branch] gh/swolchok/1/head -> origin/gh/swolchok/1/head 2025-06-05T23:12:41.8437414Z * [new branch] gh/swolchok/1/orig -> origin/gh/swolchok/1/orig 2025-06-05T23:12:41.8438835Z * [new branch] gh/swolchok/10/base -> origin/gh/swolchok/10/base 2025-06-05T23:12:41.8439926Z * [new branch] gh/swolchok/10/head -> origin/gh/swolchok/10/head 2025-06-05T23:12:41.8440923Z * [new branch] gh/swolchok/10/orig -> origin/gh/swolchok/10/orig 2025-06-05T23:12:41.8442372Z * [new branch] gh/swolchok/100/base -> origin/gh/swolchok/100/base 2025-06-05T23:12:41.8443273Z * [new branch] gh/swolchok/100/head -> origin/gh/swolchok/100/head 2025-06-05T23:12:41.8444258Z * [new branch] gh/swolchok/100/orig -> origin/gh/swolchok/100/orig 2025-06-05T23:12:41.8445613Z * [new branch] gh/swolchok/101/base -> origin/gh/swolchok/101/base 2025-06-05T23:12:41.8446673Z * [new branch] gh/swolchok/101/head -> origin/gh/swolchok/101/head 2025-06-05T23:12:41.8447643Z * [new branch] gh/swolchok/101/orig -> origin/gh/swolchok/101/orig 2025-06-05T23:12:41.8448921Z * [new branch] gh/swolchok/102/base -> origin/gh/swolchok/102/base 2025-06-05T23:12:41.8449892Z * [new branch] gh/swolchok/102/head -> origin/gh/swolchok/102/head 2025-06-05T23:12:41.8451204Z * [new branch] gh/swolchok/102/orig -> origin/gh/swolchok/102/orig 2025-06-05T23:12:41.8452474Z * [new branch] gh/swolchok/103/base -> origin/gh/swolchok/103/base 2025-06-05T23:12:41.8453639Z * [new branch] gh/swolchok/103/head -> origin/gh/swolchok/103/head 2025-06-05T23:12:41.8455077Z * [new branch] gh/swolchok/103/orig -> origin/gh/swolchok/103/orig 2025-06-05T23:12:41.8456486Z * [new branch] gh/swolchok/104/base -> origin/gh/swolchok/104/base 2025-06-05T23:12:41.8457540Z * [new branch] gh/swolchok/104/head -> origin/gh/swolchok/104/head 2025-06-05T23:12:41.8458591Z * [new branch] gh/swolchok/104/orig -> origin/gh/swolchok/104/orig 2025-06-05T23:12:41.8460024Z * [new branch] gh/swolchok/105/base -> origin/gh/swolchok/105/base 2025-06-05T23:12:41.8460979Z * [new branch] gh/swolchok/105/head -> origin/gh/swolchok/105/head 2025-06-05T23:12:41.8461972Z * [new branch] gh/swolchok/105/orig -> origin/gh/swolchok/105/orig 2025-06-05T23:12:41.8463299Z * [new branch] gh/swolchok/106/base -> origin/gh/swolchok/106/base 2025-06-05T23:12:41.8464283Z * [new branch] gh/swolchok/106/head -> origin/gh/swolchok/106/head 2025-06-05T23:12:41.8465347Z * [new branch] gh/swolchok/106/orig -> origin/gh/swolchok/106/orig 2025-06-05T23:12:41.8466856Z * [new branch] gh/swolchok/107/base -> origin/gh/swolchok/107/base 2025-06-05T23:12:41.8467918Z * [new branch] gh/swolchok/107/head -> origin/gh/swolchok/107/head 2025-06-05T23:12:41.8468933Z * [new branch] gh/swolchok/107/orig -> origin/gh/swolchok/107/orig 2025-06-05T23:12:41.8470243Z * [new branch] gh/swolchok/108/base -> origin/gh/swolchok/108/base 2025-06-05T23:12:41.8471190Z * [new branch] gh/swolchok/108/head -> origin/gh/swolchok/108/head 2025-06-05T23:12:41.8472170Z * [new branch] gh/swolchok/108/orig -> origin/gh/swolchok/108/orig 2025-06-05T23:12:41.8473498Z * [new branch] gh/swolchok/109/base -> origin/gh/swolchok/109/base 2025-06-05T23:12:41.8474920Z * [new branch] gh/swolchok/11/base -> origin/gh/swolchok/11/base 2025-06-05T23:12:41.8475889Z * [new branch] gh/swolchok/11/head -> origin/gh/swolchok/11/head 2025-06-05T23:12:41.8476884Z * [new branch] gh/swolchok/11/orig -> origin/gh/swolchok/11/orig 2025-06-05T23:12:41.8478219Z * [new branch] gh/swolchok/110/base -> origin/gh/swolchok/110/base 2025-06-05T23:12:41.8479339Z * [new branch] gh/swolchok/110/head -> origin/gh/swolchok/110/head 2025-06-05T23:12:41.8480305Z * [new branch] gh/swolchok/110/orig -> origin/gh/swolchok/110/orig 2025-06-05T23:12:41.8481747Z * [new branch] gh/swolchok/111/base -> origin/gh/swolchok/111/base 2025-06-05T23:12:41.8483177Z * [new branch] gh/swolchok/112/base -> origin/gh/swolchok/112/base 2025-06-05T23:12:41.8484471Z * [new branch] gh/swolchok/113/base -> origin/gh/swolchok/113/base 2025-06-05T23:12:41.8486629Z * [new branch] gh/swolchok/114/base -> origin/gh/swolchok/114/base 2025-06-05T23:12:41.8487765Z * [new branch] gh/swolchok/114/head -> origin/gh/swolchok/114/head 2025-06-05T23:12:41.8488888Z * [new branch] gh/swolchok/114/orig -> origin/gh/swolchok/114/orig 2025-06-05T23:12:41.8490255Z * [new branch] gh/swolchok/115/base -> origin/gh/swolchok/115/base 2025-06-05T23:12:41.8491875Z * [new branch] gh/swolchok/116/base -> origin/gh/swolchok/116/base 2025-06-05T23:12:41.8493310Z * [new branch] gh/swolchok/117/base -> origin/gh/swolchok/117/base 2025-06-05T23:12:41.8494479Z * [new branch] gh/swolchok/117/head -> origin/gh/swolchok/117/head 2025-06-05T23:12:41.8495430Z * [new branch] gh/swolchok/117/orig -> origin/gh/swolchok/117/orig 2025-06-05T23:12:41.8496821Z * [new branch] gh/swolchok/118/base -> origin/gh/swolchok/118/base 2025-06-05T23:12:41.8498261Z * [new branch] gh/swolchok/119/base -> origin/gh/swolchok/119/base 2025-06-05T23:12:41.8500068Z * [new branch] gh/swolchok/12/base -> origin/gh/swolchok/12/base 2025-06-05T23:12:41.8501072Z * [new branch] gh/swolchok/12/head -> origin/gh/swolchok/12/head 2025-06-05T23:12:41.8502078Z * [new branch] gh/swolchok/12/orig -> origin/gh/swolchok/12/orig 2025-06-05T23:12:41.8503472Z * [new branch] gh/swolchok/120/base -> origin/gh/swolchok/120/base 2025-06-05T23:12:41.8504870Z * [new branch] gh/swolchok/121/base -> origin/gh/swolchok/121/base 2025-06-05T23:12:41.8505821Z * [new branch] gh/swolchok/121/head -> origin/gh/swolchok/121/head 2025-06-05T23:12:41.8506896Z * [new branch] gh/swolchok/121/orig -> origin/gh/swolchok/121/orig 2025-06-05T23:12:41.8508393Z * [new branch] gh/swolchok/122/base -> origin/gh/swolchok/122/base 2025-06-05T23:12:41.8509838Z * [new branch] gh/swolchok/122/head -> origin/gh/swolchok/122/head 2025-06-05T23:12:41.8510865Z * [new branch] gh/swolchok/122/orig -> origin/gh/swolchok/122/orig 2025-06-05T23:12:41.8512388Z * [new branch] gh/swolchok/123/base -> origin/gh/swolchok/123/base 2025-06-05T23:12:41.8513699Z * [new branch] gh/swolchok/124/base -> origin/gh/swolchok/124/base 2025-06-05T23:12:41.8515123Z * [new branch] gh/swolchok/125/base -> origin/gh/swolchok/125/base 2025-06-05T23:12:41.8516487Z * [new branch] gh/swolchok/126/base -> origin/gh/swolchok/126/base 2025-06-05T23:12:41.8517461Z * [new branch] gh/swolchok/126/head -> origin/gh/swolchok/126/head 2025-06-05T23:12:41.8518865Z * [new branch] gh/swolchok/126/orig -> origin/gh/swolchok/126/orig 2025-06-05T23:12:41.8520007Z * [new branch] gh/swolchok/127/base -> origin/gh/swolchok/127/base 2025-06-05T23:12:41.8521710Z * [new branch] gh/swolchok/128/base -> origin/gh/swolchok/128/base 2025-06-05T23:12:41.8522811Z * [new branch] gh/swolchok/129/base -> origin/gh/swolchok/129/base 2025-06-05T23:12:41.8524635Z * [new branch] gh/swolchok/13/base -> origin/gh/swolchok/13/base 2025-06-05T23:12:41.8525979Z * [new branch] gh/swolchok/13/head -> origin/gh/swolchok/13/head 2025-06-05T23:12:41.8526851Z * [new branch] gh/swolchok/13/orig -> origin/gh/swolchok/13/orig 2025-06-05T23:12:41.8528381Z * [new branch] gh/swolchok/130/base -> origin/gh/swolchok/130/base 2025-06-05T23:12:41.8529760Z * [new branch] gh/swolchok/131/base -> origin/gh/swolchok/131/base 2025-06-05T23:12:41.8531171Z * [new branch] gh/swolchok/132/base -> origin/gh/swolchok/132/base 2025-06-05T23:12:41.8532559Z * [new branch] gh/swolchok/133/base -> origin/gh/swolchok/133/base 2025-06-05T23:12:41.8533970Z * [new branch] gh/swolchok/134/next -> origin/gh/swolchok/134/next 2025-06-05T23:12:41.8534913Z * [new branch] gh/swolchok/134/orig -> origin/gh/swolchok/134/orig 2025-06-05T23:12:41.8536295Z * [new branch] gh/swolchok/135/next -> origin/gh/swolchok/135/next 2025-06-05T23:12:41.8537244Z * [new branch] gh/swolchok/135/orig -> origin/gh/swolchok/135/orig 2025-06-05T23:12:41.8538585Z * [new branch] gh/swolchok/136/next -> origin/gh/swolchok/136/next 2025-06-05T23:12:41.8539484Z * [new branch] gh/swolchok/136/orig -> origin/gh/swolchok/136/orig 2025-06-05T23:12:41.8540826Z * [new branch] gh/swolchok/137/next -> origin/gh/swolchok/137/next 2025-06-05T23:12:41.8541803Z * [new branch] gh/swolchok/137/orig -> origin/gh/swolchok/137/orig 2025-06-05T23:12:41.8543139Z * [new branch] gh/swolchok/138/next -> origin/gh/swolchok/138/next 2025-06-05T23:12:41.8544080Z * [new branch] gh/swolchok/138/orig -> origin/gh/swolchok/138/orig 2025-06-05T23:12:41.8545673Z * [new branch] gh/swolchok/139/next -> origin/gh/swolchok/139/next 2025-06-05T23:12:41.8546674Z * [new branch] gh/swolchok/139/orig -> origin/gh/swolchok/139/orig 2025-06-05T23:12:41.8548012Z * [new branch] gh/swolchok/14/base -> origin/gh/swolchok/14/base 2025-06-05T23:12:41.8548994Z * [new branch] gh/swolchok/14/head -> origin/gh/swolchok/14/head 2025-06-05T23:12:41.8549969Z * [new branch] gh/swolchok/14/orig -> origin/gh/swolchok/14/orig 2025-06-05T23:12:41.8551344Z * [new branch] gh/swolchok/140/head -> origin/gh/swolchok/140/head 2025-06-05T23:12:41.8552119Z * [new branch] gh/swolchok/140/next -> origin/gh/swolchok/140/next 2025-06-05T23:12:41.8553149Z * [new branch] gh/swolchok/140/orig -> origin/gh/swolchok/140/orig 2025-06-05T23:12:41.8554510Z * [new branch] gh/swolchok/141/next -> origin/gh/swolchok/141/next 2025-06-05T23:12:41.8555375Z * [new branch] gh/swolchok/141/orig -> origin/gh/swolchok/141/orig 2025-06-05T23:12:41.8556770Z * [new branch] gh/swolchok/142/next -> origin/gh/swolchok/142/next 2025-06-05T23:12:41.8558057Z * [new branch] gh/swolchok/142/orig -> origin/gh/swolchok/142/orig 2025-06-05T23:12:41.8559355Z * [new branch] gh/swolchok/143/next -> origin/gh/swolchok/143/next 2025-06-05T23:12:41.8560378Z * [new branch] gh/swolchok/143/orig -> origin/gh/swolchok/143/orig 2025-06-05T23:12:41.8562260Z * [new branch] gh/swolchok/144/next -> origin/gh/swolchok/144/next 2025-06-05T23:12:41.8563305Z * [new branch] gh/swolchok/144/orig -> origin/gh/swolchok/144/orig 2025-06-05T23:12:41.8564768Z * [new branch] gh/swolchok/145/next -> origin/gh/swolchok/145/next 2025-06-05T23:12:41.8565778Z * [new branch] gh/swolchok/145/orig -> origin/gh/swolchok/145/orig 2025-06-05T23:12:41.8567281Z * [new branch] gh/swolchok/146/next -> origin/gh/swolchok/146/next 2025-06-05T23:12:41.8568345Z * [new branch] gh/swolchok/146/orig -> origin/gh/swolchok/146/orig 2025-06-05T23:12:41.8569778Z * [new branch] gh/swolchok/147/next -> origin/gh/swolchok/147/next 2025-06-05T23:12:41.8570780Z * [new branch] gh/swolchok/147/orig -> origin/gh/swolchok/147/orig 2025-06-05T23:12:41.8572340Z * [new branch] gh/swolchok/148/next -> origin/gh/swolchok/148/next 2025-06-05T23:12:41.8573277Z * [new branch] gh/swolchok/148/orig -> origin/gh/swolchok/148/orig 2025-06-05T23:12:41.8574830Z * [new branch] gh/swolchok/149/base -> origin/gh/swolchok/149/base 2025-06-05T23:12:41.8576791Z * [new branch] gh/swolchok/15/base -> origin/gh/swolchok/15/base 2025-06-05T23:12:41.8577837Z * [new branch] gh/swolchok/15/head -> origin/gh/swolchok/15/head 2025-06-05T23:12:41.8579168Z * [new branch] gh/swolchok/15/orig -> origin/gh/swolchok/15/orig 2025-06-05T23:12:41.8580629Z * [new branch] gh/swolchok/150/next -> origin/gh/swolchok/150/next 2025-06-05T23:12:41.8581659Z * [new branch] gh/swolchok/150/orig -> origin/gh/swolchok/150/orig 2025-06-05T23:12:41.8583054Z * [new branch] gh/swolchok/151/next -> origin/gh/swolchok/151/next 2025-06-05T23:12:41.8584248Z * [new branch] gh/swolchok/151/orig -> origin/gh/swolchok/151/orig 2025-06-05T23:12:41.8585719Z * [new branch] gh/swolchok/152/next -> origin/gh/swolchok/152/next 2025-06-05T23:12:41.8587084Z * [new branch] gh/swolchok/152/orig -> origin/gh/swolchok/152/orig 2025-06-05T23:12:41.8588934Z * [new branch] gh/swolchok/153/next -> origin/gh/swolchok/153/next 2025-06-05T23:12:41.8590110Z * [new branch] gh/swolchok/153/orig -> origin/gh/swolchok/153/orig 2025-06-05T23:12:41.8595435Z * [new branch] gh/swolchok/154/next -> origin/gh/swolchok/154/next 2025-06-05T23:12:41.8596493Z * [new branch] gh/swolchok/154/orig -> origin/gh/swolchok/154/orig 2025-06-05T23:12:41.8598022Z * [new branch] gh/swolchok/155/next -> origin/gh/swolchok/155/next 2025-06-05T23:12:41.8598992Z * [new branch] gh/swolchok/155/orig -> origin/gh/swolchok/155/orig 2025-06-05T23:12:41.8600449Z * [new branch] gh/swolchok/156/next -> origin/gh/swolchok/156/next 2025-06-05T23:12:41.8601436Z * [new branch] gh/swolchok/156/orig -> origin/gh/swolchok/156/orig 2025-06-05T23:12:41.8602943Z * [new branch] gh/swolchok/157/next -> origin/gh/swolchok/157/next 2025-06-05T23:12:41.8603836Z * [new branch] gh/swolchok/157/orig -> origin/gh/swolchok/157/orig 2025-06-05T23:12:41.8605443Z * [new branch] gh/swolchok/158/next -> origin/gh/swolchok/158/next 2025-06-05T23:12:41.8606481Z * [new branch] gh/swolchok/158/orig -> origin/gh/swolchok/158/orig 2025-06-05T23:12:41.8607894Z * [new branch] gh/swolchok/159/next -> origin/gh/swolchok/159/next 2025-06-05T23:12:41.8610097Z * [new branch] gh/swolchok/159/orig -> origin/gh/swolchok/159/orig 2025-06-05T23:12:41.8611533Z * [new branch] gh/swolchok/16/orig -> origin/gh/swolchok/16/orig 2025-06-05T23:12:41.8612875Z * [new branch] gh/swolchok/160/next -> origin/gh/swolchok/160/next 2025-06-05T23:12:41.8613913Z * [new branch] gh/swolchok/160/orig -> origin/gh/swolchok/160/orig 2025-06-05T23:12:41.8615408Z * [new branch] gh/swolchok/161/next -> origin/gh/swolchok/161/next 2025-06-05T23:12:41.8616492Z * [new branch] gh/swolchok/161/orig -> origin/gh/swolchok/161/orig 2025-06-05T23:12:41.8618003Z * [new branch] gh/swolchok/162/next -> origin/gh/swolchok/162/next 2025-06-05T23:12:41.8619252Z * [new branch] gh/swolchok/162/orig -> origin/gh/swolchok/162/orig 2025-06-05T23:12:41.8620685Z * [new branch] gh/swolchok/163/next -> origin/gh/swolchok/163/next 2025-06-05T23:12:41.8621722Z * [new branch] gh/swolchok/163/orig -> origin/gh/swolchok/163/orig 2025-06-05T23:12:41.8623587Z * [new branch] gh/swolchok/164/next -> origin/gh/swolchok/164/next 2025-06-05T23:12:41.8624578Z * [new branch] gh/swolchok/164/orig -> origin/gh/swolchok/164/orig 2025-06-05T23:12:41.8626169Z * [new branch] gh/swolchok/165/next -> origin/gh/swolchok/165/next 2025-06-05T23:12:41.8627216Z * [new branch] gh/swolchok/165/orig -> origin/gh/swolchok/165/orig 2025-06-05T23:12:41.8628660Z * [new branch] gh/swolchok/166/next -> origin/gh/swolchok/166/next 2025-06-05T23:12:41.8629594Z * [new branch] gh/swolchok/166/orig -> origin/gh/swolchok/166/orig 2025-06-05T23:12:41.8631086Z * [new branch] gh/swolchok/167/next -> origin/gh/swolchok/167/next 2025-06-05T23:12:41.8632014Z * [new branch] gh/swolchok/167/orig -> origin/gh/swolchok/167/orig 2025-06-05T23:12:41.8633680Z * [new branch] gh/swolchok/168/next -> origin/gh/swolchok/168/next 2025-06-05T23:12:41.8634650Z * [new branch] gh/swolchok/168/orig -> origin/gh/swolchok/168/orig 2025-06-05T23:12:41.8636095Z * [new branch] gh/swolchok/169/next -> origin/gh/swolchok/169/next 2025-06-05T23:12:41.8636998Z * [new branch] gh/swolchok/169/orig -> origin/gh/swolchok/169/orig 2025-06-05T23:12:41.8638561Z * [new branch] gh/swolchok/17/orig -> origin/gh/swolchok/17/orig 2025-06-05T23:12:41.8639926Z * [new branch] gh/swolchok/170/next -> origin/gh/swolchok/170/next 2025-06-05T23:12:41.8640851Z * [new branch] gh/swolchok/170/orig -> origin/gh/swolchok/170/orig 2025-06-05T23:12:41.8642702Z * [new branch] gh/swolchok/171/next -> origin/gh/swolchok/171/next 2025-06-05T23:12:41.8643722Z * [new branch] gh/swolchok/171/orig -> origin/gh/swolchok/171/orig 2025-06-05T23:12:41.8645245Z * [new branch] gh/swolchok/172/next -> origin/gh/swolchok/172/next 2025-06-05T23:12:41.8646340Z * [new branch] gh/swolchok/172/orig -> origin/gh/swolchok/172/orig 2025-06-05T23:12:41.8647808Z * [new branch] gh/swolchok/173/head -> origin/gh/swolchok/173/head 2025-06-05T23:12:41.8648681Z * [new branch] gh/swolchok/173/next -> origin/gh/swolchok/173/next 2025-06-05T23:12:41.8649758Z * [new branch] gh/swolchok/173/orig -> origin/gh/swolchok/173/orig 2025-06-05T23:12:41.8651241Z * [new branch] gh/swolchok/174/next -> origin/gh/swolchok/174/next 2025-06-05T23:12:41.8652169Z * [new branch] gh/swolchok/174/orig -> origin/gh/swolchok/174/orig 2025-06-05T23:12:41.8653653Z * [new branch] gh/swolchok/175/next -> origin/gh/swolchok/175/next 2025-06-05T23:12:41.8654639Z * [new branch] gh/swolchok/175/orig -> origin/gh/swolchok/175/orig 2025-06-05T23:12:41.8656182Z * [new branch] gh/swolchok/176/next -> origin/gh/swolchok/176/next 2025-06-05T23:12:41.8657028Z * [new branch] gh/swolchok/176/orig -> origin/gh/swolchok/176/orig 2025-06-05T23:12:41.8658452Z * [new branch] gh/swolchok/177/next -> origin/gh/swolchok/177/next 2025-06-05T23:12:41.8659741Z * [new branch] gh/swolchok/177/orig -> origin/gh/swolchok/177/orig 2025-06-05T23:12:41.8661033Z * [new branch] gh/swolchok/178/next -> origin/gh/swolchok/178/next 2025-06-05T23:12:41.8662033Z * [new branch] gh/swolchok/178/orig -> origin/gh/swolchok/178/orig 2025-06-05T23:12:41.8663581Z * [new branch] gh/swolchok/179/head -> origin/gh/swolchok/179/head 2025-06-05T23:12:41.8664575Z * [new branch] gh/swolchok/179/next -> origin/gh/swolchok/179/next 2025-06-05T23:12:41.8665580Z * [new branch] gh/swolchok/179/orig -> origin/gh/swolchok/179/orig 2025-06-05T23:12:41.8667697Z * [new branch] gh/swolchok/18/orig -> origin/gh/swolchok/18/orig 2025-06-05T23:12:41.8669146Z * [new branch] gh/swolchok/180/next -> origin/gh/swolchok/180/next 2025-06-05T23:12:41.8670202Z * [new branch] gh/swolchok/180/orig -> origin/gh/swolchok/180/orig 2025-06-05T23:12:41.8671611Z * [new branch] gh/swolchok/181/next -> origin/gh/swolchok/181/next 2025-06-05T23:12:41.8672513Z * [new branch] gh/swolchok/181/orig -> origin/gh/swolchok/181/orig 2025-06-05T23:12:41.8674155Z * [new branch] gh/swolchok/182/next -> origin/gh/swolchok/182/next 2025-06-05T23:12:41.8675238Z * [new branch] gh/swolchok/182/orig -> origin/gh/swolchok/182/orig 2025-06-05T23:12:41.8676773Z * [new branch] gh/swolchok/183/next -> origin/gh/swolchok/183/next 2025-06-05T23:12:41.8677732Z * [new branch] gh/swolchok/183/orig -> origin/gh/swolchok/183/orig 2025-06-05T23:12:41.8679226Z * [new branch] gh/swolchok/184/next -> origin/gh/swolchok/184/next 2025-06-05T23:12:41.8680229Z * [new branch] gh/swolchok/184/orig -> origin/gh/swolchok/184/orig 2025-06-05T23:12:41.8681610Z * [new branch] gh/swolchok/185/next -> origin/gh/swolchok/185/next 2025-06-05T23:12:41.8682688Z * [new branch] gh/swolchok/185/orig -> origin/gh/swolchok/185/orig 2025-06-05T23:12:41.8684193Z * [new branch] gh/swolchok/186/next -> origin/gh/swolchok/186/next 2025-06-05T23:12:41.8685160Z * [new branch] gh/swolchok/186/orig -> origin/gh/swolchok/186/orig 2025-06-05T23:12:41.8686762Z * [new branch] gh/swolchok/187/next -> origin/gh/swolchok/187/next 2025-06-05T23:12:41.8687765Z * [new branch] gh/swolchok/187/orig -> origin/gh/swolchok/187/orig 2025-06-05T23:12:41.8689371Z * [new branch] gh/swolchok/188/next -> origin/gh/swolchok/188/next 2025-06-05T23:12:41.8690455Z * [new branch] gh/swolchok/188/orig -> origin/gh/swolchok/188/orig 2025-06-05T23:12:41.8692360Z * [new branch] gh/swolchok/189/next -> origin/gh/swolchok/189/next 2025-06-05T23:12:41.8693282Z * [new branch] gh/swolchok/189/orig -> origin/gh/swolchok/189/orig 2025-06-05T23:12:41.8694833Z * [new branch] gh/swolchok/19/orig -> origin/gh/swolchok/19/orig 2025-06-05T23:12:41.8696206Z * [new branch] gh/swolchok/190/next -> origin/gh/swolchok/190/next 2025-06-05T23:12:41.8697121Z * [new branch] gh/swolchok/190/orig -> origin/gh/swolchok/190/orig 2025-06-05T23:12:41.8698603Z * [new branch] gh/swolchok/191/next -> origin/gh/swolchok/191/next 2025-06-05T23:12:41.8699630Z * [new branch] gh/swolchok/191/orig -> origin/gh/swolchok/191/orig 2025-06-05T23:12:41.8701255Z * [new branch] gh/swolchok/192/next -> origin/gh/swolchok/192/next 2025-06-05T23:12:41.8702243Z * [new branch] gh/swolchok/192/orig -> origin/gh/swolchok/192/orig 2025-06-05T23:12:41.8703655Z * [new branch] gh/swolchok/193/next -> origin/gh/swolchok/193/next 2025-06-05T23:12:41.8704679Z * [new branch] gh/swolchok/193/orig -> origin/gh/swolchok/193/orig 2025-06-05T23:12:41.8706189Z * [new branch] gh/swolchok/194/next -> origin/gh/swolchok/194/next 2025-06-05T23:12:41.8707220Z * [new branch] gh/swolchok/194/orig -> origin/gh/swolchok/194/orig 2025-06-05T23:12:41.8708729Z * [new branch] gh/swolchok/195/next -> origin/gh/swolchok/195/next 2025-06-05T23:12:41.8709730Z * [new branch] gh/swolchok/195/orig -> origin/gh/swolchok/195/orig 2025-06-05T23:12:41.8711281Z * [new branch] gh/swolchok/196/next -> origin/gh/swolchok/196/next 2025-06-05T23:12:41.8712189Z * [new branch] gh/swolchok/196/orig -> origin/gh/swolchok/196/orig 2025-06-05T23:12:41.8713721Z * [new branch] gh/swolchok/197/next -> origin/gh/swolchok/197/next 2025-06-05T23:12:41.8714719Z * [new branch] gh/swolchok/197/orig -> origin/gh/swolchok/197/orig 2025-06-05T23:12:41.8716266Z * [new branch] gh/swolchok/198/next -> origin/gh/swolchok/198/next 2025-06-05T23:12:41.8717213Z * [new branch] gh/swolchok/198/orig -> origin/gh/swolchok/198/orig 2025-06-05T23:12:41.8718698Z * [new branch] gh/swolchok/199/next -> origin/gh/swolchok/199/next 2025-06-05T23:12:41.8719740Z * [new branch] gh/swolchok/199/orig -> origin/gh/swolchok/199/orig 2025-06-05T23:12:41.8721130Z * [new branch] gh/swolchok/2/base -> origin/gh/swolchok/2/base 2025-06-05T23:12:41.8722125Z * [new branch] gh/swolchok/2/head -> origin/gh/swolchok/2/head 2025-06-05T23:12:41.8723296Z * [new branch] gh/swolchok/2/orig -> origin/gh/swolchok/2/orig 2025-06-05T23:12:41.8724875Z * [new branch] gh/swolchok/20/base -> origin/gh/swolchok/20/base 2025-06-05T23:12:41.8725954Z * [new branch] gh/swolchok/20/orig -> origin/gh/swolchok/20/orig 2025-06-05T23:12:41.8727626Z * [new branch] gh/swolchok/200/base -> origin/gh/swolchok/200/base 2025-06-05T23:12:41.8728634Z * [new branch] gh/swolchok/200/head -> origin/gh/swolchok/200/head 2025-06-05T23:12:41.8730284Z * [new branch] gh/swolchok/201/base -> origin/gh/swolchok/201/base 2025-06-05T23:12:41.8731710Z * [new branch] gh/swolchok/202/next -> origin/gh/swolchok/202/next 2025-06-05T23:12:41.8732762Z * [new branch] gh/swolchok/202/orig -> origin/gh/swolchok/202/orig 2025-06-05T23:12:41.8734245Z * [new branch] gh/swolchok/203/next -> origin/gh/swolchok/203/next 2025-06-05T23:12:41.8735296Z * [new branch] gh/swolchok/203/orig -> origin/gh/swolchok/203/orig 2025-06-05T23:12:41.8736761Z * [new branch] gh/swolchok/204/next -> origin/gh/swolchok/204/next 2025-06-05T23:12:41.8737780Z * [new branch] gh/swolchok/204/orig -> origin/gh/swolchok/204/orig 2025-06-05T23:12:41.8739240Z * [new branch] gh/swolchok/205/next -> origin/gh/swolchok/205/next 2025-06-05T23:12:41.8740302Z * [new branch] gh/swolchok/205/orig -> origin/gh/swolchok/205/orig 2025-06-05T23:12:41.8741958Z * [new branch] gh/swolchok/206/next -> origin/gh/swolchok/206/next 2025-06-05T23:12:41.8742956Z * [new branch] gh/swolchok/206/orig -> origin/gh/swolchok/206/orig 2025-06-05T23:12:41.8744462Z * [new branch] gh/swolchok/207/next -> origin/gh/swolchok/207/next 2025-06-05T23:12:41.8745477Z * [new branch] gh/swolchok/207/orig -> origin/gh/swolchok/207/orig 2025-06-05T23:12:41.8747028Z * [new branch] gh/swolchok/208/next -> origin/gh/swolchok/208/next 2025-06-05T23:12:41.8748026Z * [new branch] gh/swolchok/208/orig -> origin/gh/swolchok/208/orig 2025-06-05T23:12:41.8749582Z * [new branch] gh/swolchok/209/next -> origin/gh/swolchok/209/next 2025-06-05T23:12:41.8750561Z * [new branch] gh/swolchok/209/orig -> origin/gh/swolchok/209/orig 2025-06-05T23:12:41.8752280Z * [new branch] gh/swolchok/21/base -> origin/gh/swolchok/21/base 2025-06-05T23:12:41.8753324Z * [new branch] gh/swolchok/21/orig -> origin/gh/swolchok/21/orig 2025-06-05T23:12:41.8754930Z * [new branch] gh/swolchok/210/next -> origin/gh/swolchok/210/next 2025-06-05T23:12:41.8755967Z * [new branch] gh/swolchok/210/orig -> origin/gh/swolchok/210/orig 2025-06-05T23:12:41.8758138Z * [new branch] gh/swolchok/211/next -> origin/gh/swolchok/211/next 2025-06-05T23:12:41.8759167Z * [new branch] gh/swolchok/211/orig -> origin/gh/swolchok/211/orig 2025-06-05T23:12:41.8760650Z * [new branch] gh/swolchok/212/next -> origin/gh/swolchok/212/next 2025-06-05T23:12:41.8761654Z * [new branch] gh/swolchok/212/orig -> origin/gh/swolchok/212/orig 2025-06-05T23:12:41.8763115Z * [new branch] gh/swolchok/213/next -> origin/gh/swolchok/213/next 2025-06-05T23:12:41.8764313Z * [new branch] gh/swolchok/213/orig -> origin/gh/swolchok/213/orig 2025-06-05T23:12:41.8765727Z * [new branch] gh/swolchok/214/head -> origin/gh/swolchok/214/head 2025-06-05T23:12:41.8766572Z * [new branch] gh/swolchok/214/next -> origin/gh/swolchok/214/next 2025-06-05T23:12:41.8768218Z * [new branch] gh/swolchok/214/orig -> origin/gh/swolchok/214/orig 2025-06-05T23:12:41.8769750Z * [new branch] gh/swolchok/215/next -> origin/gh/swolchok/215/next 2025-06-05T23:12:41.8770807Z * [new branch] gh/swolchok/215/orig -> origin/gh/swolchok/215/orig 2025-06-05T23:12:41.8772814Z * [new branch] gh/swolchok/216/base -> origin/gh/swolchok/216/base 2025-06-05T23:12:41.8774638Z * [new branch] gh/swolchok/217/base -> origin/gh/swolchok/217/base 2025-06-05T23:12:41.8775949Z * [new branch] gh/swolchok/218/base -> origin/gh/swolchok/218/base 2025-06-05T23:12:41.8776956Z * [new branch] gh/swolchok/218/head -> origin/gh/swolchok/218/head 2025-06-05T23:12:41.8778841Z * [new branch] gh/swolchok/219/base -> origin/gh/swolchok/219/base 2025-06-05T23:12:41.8802902Z * [new branch] gh/swolchok/22/base -> origin/gh/swolchok/22/base 2025-06-05T23:12:41.8803433Z * [new branch] gh/swolchok/22/orig -> origin/gh/swolchok/22/orig 2025-06-05T23:12:41.8803946Z * [new branch] gh/swolchok/220/base -> origin/gh/swolchok/220/base 2025-06-05T23:12:41.8804469Z * [new branch] gh/swolchok/220/head -> origin/gh/swolchok/220/head 2025-06-05T23:12:41.8804986Z * [new branch] gh/swolchok/221/base -> origin/gh/swolchok/221/base 2025-06-05T23:12:41.8805587Z * [new branch] gh/swolchok/221/head -> origin/gh/swolchok/221/head 2025-06-05T23:12:41.8806262Z * [new branch] gh/swolchok/222/base -> origin/gh/swolchok/222/base 2025-06-05T23:12:41.8806779Z * [new branch] gh/swolchok/223/next -> origin/gh/swolchok/223/next 2025-06-05T23:12:41.8807308Z * [new branch] gh/swolchok/223/orig -> origin/gh/swolchok/223/orig 2025-06-05T23:12:41.8807822Z * [new branch] gh/swolchok/224/base -> origin/gh/swolchok/224/base 2025-06-05T23:12:41.8808331Z * [new branch] gh/swolchok/224/head -> origin/gh/swolchok/224/head 2025-06-05T23:12:41.8808835Z * [new branch] gh/swolchok/225/next -> origin/gh/swolchok/225/next 2025-06-05T23:12:41.8809363Z * [new branch] gh/swolchok/225/orig -> origin/gh/swolchok/225/orig 2025-06-05T23:12:41.8809870Z * [new branch] gh/swolchok/226/base -> origin/gh/swolchok/226/base 2025-06-05T23:12:41.8810440Z * [new branch] gh/swolchok/226/head -> origin/gh/swolchok/226/head 2025-06-05T23:12:41.8810956Z * [new branch] gh/swolchok/227/base -> origin/gh/swolchok/227/base 2025-06-05T23:12:41.8811456Z * [new branch] gh/swolchok/227/head -> origin/gh/swolchok/227/head 2025-06-05T23:12:41.8811960Z * [new branch] gh/swolchok/228/base -> origin/gh/swolchok/228/base 2025-06-05T23:12:41.8812464Z * [new branch] gh/swolchok/229/head -> origin/gh/swolchok/229/head 2025-06-05T23:12:41.8812973Z * [new branch] gh/swolchok/229/next -> origin/gh/swolchok/229/next 2025-06-05T23:12:41.8813477Z * [new branch] gh/swolchok/229/orig -> origin/gh/swolchok/229/orig 2025-06-05T23:12:41.8813979Z * [new branch] gh/swolchok/23/base -> origin/gh/swolchok/23/base 2025-06-05T23:12:41.8814481Z * [new branch] gh/swolchok/23/orig -> origin/gh/swolchok/23/orig 2025-06-05T23:12:41.8815003Z * [new branch] gh/swolchok/230/head -> origin/gh/swolchok/230/head 2025-06-05T23:12:41.8815518Z * [new branch] gh/swolchok/230/next -> origin/gh/swolchok/230/next 2025-06-05T23:12:41.8816054Z * [new branch] gh/swolchok/230/orig -> origin/gh/swolchok/230/orig 2025-06-05T23:12:41.8816569Z * [new branch] gh/swolchok/231/head -> origin/gh/swolchok/231/head 2025-06-05T23:12:41.8817097Z * [new branch] gh/swolchok/231/next -> origin/gh/swolchok/231/next 2025-06-05T23:12:41.8817634Z * [new branch] gh/swolchok/231/orig -> origin/gh/swolchok/231/orig 2025-06-05T23:12:41.8818150Z * [new branch] gh/swolchok/232/next -> origin/gh/swolchok/232/next 2025-06-05T23:12:41.8818680Z * [new branch] gh/swolchok/232/orig -> origin/gh/swolchok/232/orig 2025-06-05T23:12:41.8819197Z * [new branch] gh/swolchok/233/next -> origin/gh/swolchok/233/next 2025-06-05T23:12:41.8819735Z * [new branch] gh/swolchok/233/orig -> origin/gh/swolchok/233/orig 2025-06-05T23:12:41.8820264Z * [new branch] gh/swolchok/234/next -> origin/gh/swolchok/234/next 2025-06-05T23:12:41.8820843Z * [new branch] gh/swolchok/234/orig -> origin/gh/swolchok/234/orig 2025-06-05T23:12:41.8822363Z * [new branch] gh/swolchok/235/next -> origin/gh/swolchok/235/next 2025-06-05T23:12:41.8823184Z * [new branch] gh/swolchok/235/orig -> origin/gh/swolchok/235/orig 2025-06-05T23:12:41.8824528Z * [new branch] gh/swolchok/236/next -> origin/gh/swolchok/236/next 2025-06-05T23:12:41.8825419Z * [new branch] gh/swolchok/236/orig -> origin/gh/swolchok/236/orig 2025-06-05T23:12:41.8827331Z * [new branch] gh/swolchok/237/next -> origin/gh/swolchok/237/next 2025-06-05T23:12:41.8828266Z * [new branch] gh/swolchok/237/orig -> origin/gh/swolchok/237/orig 2025-06-05T23:12:41.8829714Z * [new branch] gh/swolchok/238/head -> origin/gh/swolchok/238/head 2025-06-05T23:12:41.8830460Z * [new branch] gh/swolchok/238/next -> origin/gh/swolchok/238/next 2025-06-05T23:12:41.8831458Z * [new branch] gh/swolchok/238/orig -> origin/gh/swolchok/238/orig 2025-06-05T23:12:41.8832814Z * [new branch] gh/swolchok/239/head -> origin/gh/swolchok/239/head 2025-06-05T23:12:41.8833572Z * [new branch] gh/swolchok/239/next -> origin/gh/swolchok/239/next 2025-06-05T23:12:41.8834572Z * [new branch] gh/swolchok/239/orig -> origin/gh/swolchok/239/orig 2025-06-05T23:12:41.8836075Z * [new branch] gh/swolchok/24/base -> origin/gh/swolchok/24/base 2025-06-05T23:12:41.8836974Z * [new branch] gh/swolchok/24/orig -> origin/gh/swolchok/24/orig 2025-06-05T23:12:41.8838346Z * [new branch] gh/swolchok/240/head -> origin/gh/swolchok/240/head 2025-06-05T23:12:41.8839183Z * [new branch] gh/swolchok/240/next -> origin/gh/swolchok/240/next 2025-06-05T23:12:41.8840125Z * [new branch] gh/swolchok/240/orig -> origin/gh/swolchok/240/orig 2025-06-05T23:12:41.8841529Z * [new branch] gh/swolchok/241/next -> origin/gh/swolchok/241/next 2025-06-05T23:12:41.8842517Z * [new branch] gh/swolchok/241/orig -> origin/gh/swolchok/241/orig 2025-06-05T23:12:41.8843872Z * [new branch] gh/swolchok/242/next -> origin/gh/swolchok/242/next 2025-06-05T23:12:41.8844770Z * [new branch] gh/swolchok/242/orig -> origin/gh/swolchok/242/orig 2025-06-05T23:12:41.8846119Z * [new branch] gh/swolchok/243/next -> origin/gh/swolchok/243/next 2025-06-05T23:12:41.8847036Z * [new branch] gh/swolchok/243/orig -> origin/gh/swolchok/243/orig 2025-06-05T23:12:41.8848483Z * [new branch] gh/swolchok/244/head -> origin/gh/swolchok/244/head 2025-06-05T23:12:41.8849812Z * [new branch] gh/swolchok/244/next -> origin/gh/swolchok/244/next 2025-06-05T23:12:41.8851065Z * [new branch] gh/swolchok/245/next -> origin/gh/swolchok/245/next 2025-06-05T23:12:41.8852039Z * [new branch] gh/swolchok/245/orig -> origin/gh/swolchok/245/orig 2025-06-05T23:12:41.8853463Z * [new branch] gh/swolchok/246/next -> origin/gh/swolchok/246/next 2025-06-05T23:12:41.8854369Z * [new branch] gh/swolchok/246/orig -> origin/gh/swolchok/246/orig 2025-06-05T23:12:41.8855610Z * [new branch] gh/swolchok/247/base -> origin/gh/swolchok/247/base 2025-06-05T23:12:41.8856543Z * [new branch] gh/swolchok/247/head -> origin/gh/swolchok/247/head 2025-06-05T23:12:41.8857553Z * [new branch] gh/swolchok/247/orig -> origin/gh/swolchok/247/orig 2025-06-05T23:12:41.8859006Z * [new branch] gh/swolchok/248/base -> origin/gh/swolchok/248/base 2025-06-05T23:12:41.8860392Z * [new branch] gh/swolchok/249/next -> origin/gh/swolchok/249/next 2025-06-05T23:12:41.8861299Z * [new branch] gh/swolchok/249/orig -> origin/gh/swolchok/249/orig 2025-06-05T23:12:41.8862660Z * [new branch] gh/swolchok/25/base -> origin/gh/swolchok/25/base 2025-06-05T23:12:41.8863577Z * [new branch] gh/swolchok/25/orig -> origin/gh/swolchok/25/orig 2025-06-05T23:12:41.8864946Z * [new branch] gh/swolchok/250/next -> origin/gh/swolchok/250/next 2025-06-05T23:12:41.8865921Z * [new branch] gh/swolchok/250/orig -> origin/gh/swolchok/250/orig 2025-06-05T23:12:41.8867375Z * [new branch] gh/swolchok/251/next -> origin/gh/swolchok/251/next 2025-06-05T23:12:41.8868312Z * [new branch] gh/swolchok/251/orig -> origin/gh/swolchok/251/orig 2025-06-05T23:12:41.8869757Z * [new branch] gh/swolchok/252/base -> origin/gh/swolchok/252/base 2025-06-05T23:12:41.8870671Z * [new branch] gh/swolchok/252/head -> origin/gh/swolchok/252/head 2025-06-05T23:12:41.8871673Z * [new branch] gh/swolchok/252/orig -> origin/gh/swolchok/252/orig 2025-06-05T23:12:41.8873207Z * [new branch] gh/swolchok/253/head -> origin/gh/swolchok/253/head 2025-06-05T23:12:41.8873972Z * [new branch] gh/swolchok/253/next -> origin/gh/swolchok/253/next 2025-06-05T23:12:41.8874962Z * [new branch] gh/swolchok/253/orig -> origin/gh/swolchok/253/orig 2025-06-05T23:12:41.8876317Z * [new branch] gh/swolchok/254/head -> origin/gh/swolchok/254/head 2025-06-05T23:12:41.8877124Z * [new branch] gh/swolchok/254/next -> origin/gh/swolchok/254/next 2025-06-05T23:12:41.8878099Z * [new branch] gh/swolchok/254/orig -> origin/gh/swolchok/254/orig 2025-06-05T23:12:41.8879487Z * [new branch] gh/swolchok/255/next -> origin/gh/swolchok/255/next 2025-06-05T23:12:41.8880472Z * [new branch] gh/swolchok/255/orig -> origin/gh/swolchok/255/orig 2025-06-05T23:12:41.8881840Z * [new branch] gh/swolchok/256/next -> origin/gh/swolchok/256/next 2025-06-05T23:12:41.8883177Z * [new branch] gh/swolchok/256/orig -> origin/gh/swolchok/256/orig 2025-06-05T23:12:41.8884580Z * [new branch] gh/swolchok/257/next -> origin/gh/swolchok/257/next 2025-06-05T23:12:41.8885455Z * [new branch] gh/swolchok/257/orig -> origin/gh/swolchok/257/orig 2025-06-05T23:12:41.8887059Z * [new branch] gh/swolchok/258/base -> origin/gh/swolchok/258/base 2025-06-05T23:12:41.8888316Z * [new branch] gh/swolchok/259/next -> origin/gh/swolchok/259/next 2025-06-05T23:12:41.8889243Z * [new branch] gh/swolchok/259/orig -> origin/gh/swolchok/259/orig 2025-06-05T23:12:41.8890588Z * [new branch] gh/swolchok/26/base -> origin/gh/swolchok/26/base 2025-06-05T23:12:41.8891705Z * [new branch] gh/swolchok/26/orig -> origin/gh/swolchok/26/orig 2025-06-05T23:12:41.8893039Z * [new branch] gh/swolchok/260/next -> origin/gh/swolchok/260/next 2025-06-05T23:12:41.8893953Z * [new branch] gh/swolchok/260/orig -> origin/gh/swolchok/260/orig 2025-06-05T23:12:41.8895417Z * [new branch] gh/swolchok/261/next -> origin/gh/swolchok/261/next 2025-06-05T23:12:41.8896405Z * [new branch] gh/swolchok/261/orig -> origin/gh/swolchok/261/orig 2025-06-05T23:12:41.8897896Z * [new branch] gh/swolchok/262/next -> origin/gh/swolchok/262/next 2025-06-05T23:12:41.8898861Z * [new branch] gh/swolchok/262/orig -> origin/gh/swolchok/262/orig 2025-06-05T23:12:41.8900225Z * [new branch] gh/swolchok/263/next -> origin/gh/swolchok/263/next 2025-06-05T23:12:41.8901124Z * [new branch] gh/swolchok/263/orig -> origin/gh/swolchok/263/orig 2025-06-05T23:12:41.8902526Z * [new branch] gh/swolchok/264/next -> origin/gh/swolchok/264/next 2025-06-05T23:12:41.8903408Z * [new branch] gh/swolchok/264/orig -> origin/gh/swolchok/264/orig 2025-06-05T23:12:41.8904785Z * [new branch] gh/swolchok/265/next -> origin/gh/swolchok/265/next 2025-06-05T23:12:41.8905738Z * [new branch] gh/swolchok/265/orig -> origin/gh/swolchok/265/orig 2025-06-05T23:12:41.8907246Z * [new branch] gh/swolchok/266/next -> origin/gh/swolchok/266/next 2025-06-05T23:12:41.8908151Z * [new branch] gh/swolchok/266/orig -> origin/gh/swolchok/266/orig 2025-06-05T23:12:41.8909582Z * [new branch] gh/swolchok/267/base -> origin/gh/swolchok/267/base 2025-06-05T23:12:41.8910974Z * [new branch] gh/swolchok/268/next -> origin/gh/swolchok/268/next 2025-06-05T23:12:41.8911966Z * [new branch] gh/swolchok/268/orig -> origin/gh/swolchok/268/orig 2025-06-05T23:12:41.8913343Z * [new branch] gh/swolchok/269/next -> origin/gh/swolchok/269/next 2025-06-05T23:12:41.8914234Z * [new branch] gh/swolchok/269/orig -> origin/gh/swolchok/269/orig 2025-06-05T23:12:41.8915652Z * [new branch] gh/swolchok/27/base -> origin/gh/swolchok/27/base 2025-06-05T23:12:41.8916538Z * [new branch] gh/swolchok/27/orig -> origin/gh/swolchok/27/orig 2025-06-05T23:12:41.8918012Z * [new branch] gh/swolchok/270/base -> origin/gh/swolchok/270/base 2025-06-05T23:12:41.8919330Z * [new branch] gh/swolchok/271/head -> origin/gh/swolchok/271/head 2025-06-05T23:12:41.8920087Z * [new branch] gh/swolchok/271/next -> origin/gh/swolchok/271/next 2025-06-05T23:12:41.8921103Z * [new branch] gh/swolchok/271/orig -> origin/gh/swolchok/271/orig 2025-06-05T23:12:41.8922612Z * [new branch] gh/swolchok/272/base -> origin/gh/swolchok/272/base 2025-06-05T23:12:41.8924079Z * [new branch] gh/swolchok/273/base -> origin/gh/swolchok/273/base 2025-06-05T23:12:41.8925597Z * [new branch] gh/swolchok/274/base -> origin/gh/swolchok/274/base 2025-06-05T23:12:41.8926385Z * [new branch] gh/swolchok/274/head -> origin/gh/swolchok/274/head 2025-06-05T23:12:41.8927451Z * [new branch] gh/swolchok/274/orig -> origin/gh/swolchok/274/orig 2025-06-05T23:12:41.8928911Z * [new branch] gh/swolchok/275/base -> origin/gh/swolchok/275/base 2025-06-05T23:12:41.8929848Z * [new branch] gh/swolchok/275/head -> origin/gh/swolchok/275/head 2025-06-05T23:12:41.8930887Z * [new branch] gh/swolchok/275/orig -> origin/gh/swolchok/275/orig 2025-06-05T23:12:41.8932700Z * [new branch] gh/swolchok/276/next -> origin/gh/swolchok/276/next 2025-06-05T23:12:41.8933591Z * [new branch] gh/swolchok/276/orig -> origin/gh/swolchok/276/orig 2025-06-05T23:12:41.8934974Z * [new branch] gh/swolchok/277/next -> origin/gh/swolchok/277/next 2025-06-05T23:12:41.8935897Z * [new branch] gh/swolchok/277/orig -> origin/gh/swolchok/277/orig 2025-06-05T23:12:41.8937362Z * [new branch] gh/swolchok/278/next -> origin/gh/swolchok/278/next 2025-06-05T23:12:41.8938746Z * [new branch] gh/swolchok/278/orig -> origin/gh/swolchok/278/orig 2025-06-05T23:12:41.8940146Z * [new branch] gh/swolchok/279/next -> origin/gh/swolchok/279/next 2025-06-05T23:12:41.8940995Z * [new branch] gh/swolchok/279/orig -> origin/gh/swolchok/279/orig 2025-06-05T23:12:41.8942477Z * [new branch] gh/swolchok/28/base -> origin/gh/swolchok/28/base 2025-06-05T23:12:41.8943372Z * [new branch] gh/swolchok/28/orig -> origin/gh/swolchok/28/orig 2025-06-05T23:12:41.8944767Z * [new branch] gh/swolchok/280/next -> origin/gh/swolchok/280/next 2025-06-05T23:12:41.8945683Z * [new branch] gh/swolchok/280/orig -> origin/gh/swolchok/280/orig 2025-06-05T23:12:41.8947236Z * [new branch] gh/swolchok/281/base -> origin/gh/swolchok/281/base 2025-06-05T23:12:41.8948619Z * [new branch] gh/swolchok/282/next -> origin/gh/swolchok/282/next 2025-06-05T23:12:41.8949669Z * [new branch] gh/swolchok/282/orig -> origin/gh/swolchok/282/orig 2025-06-05T23:12:41.8951053Z * [new branch] gh/swolchok/283/next -> origin/gh/swolchok/283/next 2025-06-05T23:12:41.8952107Z * [new branch] gh/swolchok/283/orig -> origin/gh/swolchok/283/orig 2025-06-05T23:12:41.8953542Z * [new branch] gh/swolchok/284/next -> origin/gh/swolchok/284/next 2025-06-05T23:12:41.8954463Z * [new branch] gh/swolchok/284/orig -> origin/gh/swolchok/284/orig 2025-06-05T23:12:41.8956210Z * [new branch] gh/swolchok/285/next -> origin/gh/swolchok/285/next 2025-06-05T23:12:41.8957144Z * [new branch] gh/swolchok/285/orig -> origin/gh/swolchok/285/orig 2025-06-05T23:12:41.8958540Z * [new branch] gh/swolchok/286/next -> origin/gh/swolchok/286/next 2025-06-05T23:12:41.8959371Z * [new branch] gh/swolchok/286/orig -> origin/gh/swolchok/286/orig 2025-06-05T23:12:41.8960729Z * [new branch] gh/swolchok/287/next -> origin/gh/swolchok/287/next 2025-06-05T23:12:41.8961647Z * [new branch] gh/swolchok/287/orig -> origin/gh/swolchok/287/orig 2025-06-05T23:12:41.8963552Z * [new branch] gh/swolchok/288/next -> origin/gh/swolchok/288/next 2025-06-05T23:12:41.8964417Z * [new branch] gh/swolchok/288/orig -> origin/gh/swolchok/288/orig 2025-06-05T23:12:41.8966030Z * [new branch] gh/swolchok/289/next -> origin/gh/swolchok/289/next 2025-06-05T23:12:41.8966775Z * [new branch] gh/swolchok/289/orig -> origin/gh/swolchok/289/orig 2025-06-05T23:12:41.8968155Z * [new branch] gh/swolchok/29/base -> origin/gh/swolchok/29/base 2025-06-05T23:12:41.8969005Z * [new branch] gh/swolchok/29/orig -> origin/gh/swolchok/29/orig 2025-06-05T23:12:41.8970327Z * [new branch] gh/swolchok/290/head -> origin/gh/swolchok/290/head 2025-06-05T23:12:41.8971076Z * [new branch] gh/swolchok/290/next -> origin/gh/swolchok/290/next 2025-06-05T23:12:41.8972071Z * [new branch] gh/swolchok/290/orig -> origin/gh/swolchok/290/orig 2025-06-05T23:12:41.8973478Z * [new branch] gh/swolchok/291/next -> origin/gh/swolchok/291/next 2025-06-05T23:12:41.8974468Z * [new branch] gh/swolchok/291/orig -> origin/gh/swolchok/291/orig 2025-06-05T23:12:41.8975999Z * [new branch] gh/swolchok/292/next -> origin/gh/swolchok/292/next 2025-06-05T23:12:41.8976845Z * [new branch] gh/swolchok/292/orig -> origin/gh/swolchok/292/orig 2025-06-05T23:12:41.8978194Z * [new branch] gh/swolchok/293/head -> origin/gh/swolchok/293/head 2025-06-05T23:12:41.8978959Z * [new branch] gh/swolchok/293/next -> origin/gh/swolchok/293/next 2025-06-05T23:12:41.8979920Z * [new branch] gh/swolchok/293/orig -> origin/gh/swolchok/293/orig 2025-06-05T23:12:41.8981265Z * [new branch] gh/swolchok/294/next -> origin/gh/swolchok/294/next 2025-06-05T23:12:41.8982174Z * [new branch] gh/swolchok/294/orig -> origin/gh/swolchok/294/orig 2025-06-05T23:12:41.8983545Z * [new branch] gh/swolchok/295/next -> origin/gh/swolchok/295/next 2025-06-05T23:12:41.8984895Z * [new branch] gh/swolchok/295/orig -> origin/gh/swolchok/295/orig 2025-06-05T23:12:41.8985802Z * [new branch] gh/swolchok/296/head -> origin/gh/swolchok/296/head 2025-06-05T23:12:41.8986838Z * [new branch] gh/swolchok/296/next -> origin/gh/swolchok/296/next 2025-06-05T23:12:41.8987903Z * [new branch] gh/swolchok/296/orig -> origin/gh/swolchok/296/orig 2025-06-05T23:12:41.8989297Z * [new branch] gh/swolchok/297/head -> origin/gh/swolchok/297/head 2025-06-05T23:12:41.8990061Z * [new branch] gh/swolchok/297/next -> origin/gh/swolchok/297/next 2025-06-05T23:12:41.8991237Z * [new branch] gh/swolchok/297/orig -> origin/gh/swolchok/297/orig 2025-06-05T23:12:41.8992716Z * [new branch] gh/swolchok/298/head -> origin/gh/swolchok/298/head 2025-06-05T23:12:41.8993468Z * [new branch] gh/swolchok/298/next -> origin/gh/swolchok/298/next 2025-06-05T23:12:41.8994440Z * [new branch] gh/swolchok/298/orig -> origin/gh/swolchok/298/orig 2025-06-05T23:12:41.8995803Z * [new branch] gh/swolchok/299/next -> origin/gh/swolchok/299/next 2025-06-05T23:12:41.8996777Z * [new branch] gh/swolchok/299/orig -> origin/gh/swolchok/299/orig 2025-06-05T23:12:41.8998594Z * [new branch] gh/swolchok/3/base -> origin/gh/swolchok/3/base 2025-06-05T23:12:41.8999450Z * [new branch] gh/swolchok/3/head -> origin/gh/swolchok/3/head 2025-06-05T23:12:41.9000507Z * [new branch] gh/swolchok/3/orig -> origin/gh/swolchok/3/orig 2025-06-05T23:12:41.9002024Z * [new branch] gh/swolchok/30/base -> origin/gh/swolchok/30/base 2025-06-05T23:12:41.9002898Z * [new branch] gh/swolchok/30/orig -> origin/gh/swolchok/30/orig 2025-06-05T23:12:41.9004268Z * [new branch] gh/swolchok/300/next -> origin/gh/swolchok/300/next 2025-06-05T23:12:41.9005170Z * [new branch] gh/swolchok/300/orig -> origin/gh/swolchok/300/orig 2025-06-05T23:12:41.9006597Z * [new branch] gh/swolchok/301/next -> origin/gh/swolchok/301/next 2025-06-05T23:12:41.9007523Z * [new branch] gh/swolchok/301/orig -> origin/gh/swolchok/301/orig 2025-06-05T23:12:41.9008874Z * [new branch] gh/swolchok/302/next -> origin/gh/swolchok/302/next 2025-06-05T23:12:41.9010298Z * [new branch] gh/swolchok/302/orig -> origin/gh/swolchok/302/orig 2025-06-05T23:12:41.9011655Z * [new branch] gh/swolchok/303/base -> origin/gh/swolchok/303/base 2025-06-05T23:12:41.9012930Z * [new branch] gh/swolchok/304/next -> origin/gh/swolchok/304/next 2025-06-05T23:12:41.9013945Z * [new branch] gh/swolchok/304/orig -> origin/gh/swolchok/304/orig 2025-06-05T23:12:41.9015328Z * [new branch] gh/swolchok/305/next -> origin/gh/swolchok/305/next 2025-06-05T23:12:41.9016265Z * [new branch] gh/swolchok/305/orig -> origin/gh/swolchok/305/orig 2025-06-05T23:12:41.9017661Z * [new branch] gh/swolchok/306/next -> origin/gh/swolchok/306/next 2025-06-05T23:12:41.9018589Z * [new branch] gh/swolchok/306/orig -> origin/gh/swolchok/306/orig 2025-06-05T23:12:41.9019917Z * [new branch] gh/swolchok/307/next -> origin/gh/swolchok/307/next 2025-06-05T23:12:41.9020815Z * [new branch] gh/swolchok/307/orig -> origin/gh/swolchok/307/orig 2025-06-05T23:12:41.9022153Z * [new branch] gh/swolchok/308/next -> origin/gh/swolchok/308/next 2025-06-05T23:12:41.9023138Z * [new branch] gh/swolchok/308/orig -> origin/gh/swolchok/308/orig 2025-06-05T23:12:41.9024500Z * [new branch] gh/swolchok/309/head -> origin/gh/swolchok/309/head 2025-06-05T23:12:41.9025811Z * [new branch] gh/swolchok/309/next -> origin/gh/swolchok/309/next 2025-06-05T23:12:41.9026958Z * [new branch] gh/swolchok/309/orig -> origin/gh/swolchok/309/orig 2025-06-05T23:12:41.9028383Z * [new branch] gh/swolchok/31/base -> origin/gh/swolchok/31/base 2025-06-05T23:12:41.9029271Z * [new branch] gh/swolchok/31/orig -> origin/gh/swolchok/31/orig 2025-06-05T23:12:41.9030635Z * [new branch] gh/swolchok/310/head -> origin/gh/swolchok/310/head 2025-06-05T23:12:41.9031400Z * [new branch] gh/swolchok/310/next -> origin/gh/swolchok/310/next 2025-06-05T23:12:41.9032445Z * [new branch] gh/swolchok/310/orig -> origin/gh/swolchok/310/orig 2025-06-05T23:12:41.9033839Z * [new branch] gh/swolchok/311/next -> origin/gh/swolchok/311/next 2025-06-05T23:12:41.9034787Z * [new branch] gh/swolchok/311/orig -> origin/gh/swolchok/311/orig 2025-06-05T23:12:41.9036129Z * [new branch] gh/swolchok/312/next -> origin/gh/swolchok/312/next 2025-06-05T23:12:41.9037001Z * [new branch] gh/swolchok/312/orig -> origin/gh/swolchok/312/orig 2025-06-05T23:12:41.9038767Z * [new branch] gh/swolchok/313/next -> origin/gh/swolchok/313/next 2025-06-05T23:12:41.9039817Z * [new branch] gh/swolchok/313/orig -> origin/gh/swolchok/313/orig 2025-06-05T23:12:41.9041177Z * [new branch] gh/swolchok/314/next -> origin/gh/swolchok/314/next 2025-06-05T23:12:41.9042132Z * [new branch] gh/swolchok/314/orig -> origin/gh/swolchok/314/orig 2025-06-05T23:12:41.9043539Z * [new branch] gh/swolchok/315/next -> origin/gh/swolchok/315/next 2025-06-05T23:12:41.9044470Z * [new branch] gh/swolchok/315/orig -> origin/gh/swolchok/315/orig 2025-06-05T23:12:41.9045810Z * [new branch] gh/swolchok/316/head -> origin/gh/swolchok/316/head 2025-06-05T23:12:41.9046558Z * [new branch] gh/swolchok/316/next -> origin/gh/swolchok/316/next 2025-06-05T23:12:41.9047555Z * [new branch] gh/swolchok/316/orig -> origin/gh/swolchok/316/orig 2025-06-05T23:12:41.9048911Z * [new branch] gh/swolchok/317/next -> origin/gh/swolchok/317/next 2025-06-05T23:12:41.9049813Z * [new branch] gh/swolchok/317/orig -> origin/gh/swolchok/317/orig 2025-06-05T23:12:41.9051186Z * [new branch] gh/swolchok/318/next -> origin/gh/swolchok/318/next 2025-06-05T23:12:41.9052146Z * [new branch] gh/swolchok/318/orig -> origin/gh/swolchok/318/orig 2025-06-05T23:12:41.9053587Z * [new branch] gh/swolchok/319/next -> origin/gh/swolchok/319/next 2025-06-05T23:12:41.9054492Z * [new branch] gh/swolchok/319/orig -> origin/gh/swolchok/319/orig 2025-06-05T23:12:41.9055938Z * [new branch] gh/swolchok/32/base -> origin/gh/swolchok/32/base 2025-06-05T23:12:41.9056927Z * [new branch] gh/swolchok/32/orig -> origin/gh/swolchok/32/orig 2025-06-05T23:12:41.9058648Z * [new branch] gh/swolchok/320/next -> origin/gh/swolchok/320/next 2025-06-05T23:12:41.9059575Z * [new branch] gh/swolchok/320/orig -> origin/gh/swolchok/320/orig 2025-06-05T23:12:41.9061004Z * [new branch] gh/swolchok/321/next -> origin/gh/swolchok/321/next 2025-06-05T23:12:41.9061910Z * [new branch] gh/swolchok/321/orig -> origin/gh/swolchok/321/orig 2025-06-05T23:12:41.9063355Z * [new branch] gh/swolchok/322/next -> origin/gh/swolchok/322/next 2025-06-05T23:12:41.9064263Z * [new branch] gh/swolchok/322/orig -> origin/gh/swolchok/322/orig 2025-06-05T23:12:41.9065696Z * [new branch] gh/swolchok/323/next -> origin/gh/swolchok/323/next 2025-06-05T23:12:41.9066734Z * [new branch] gh/swolchok/323/orig -> origin/gh/swolchok/323/orig 2025-06-05T23:12:41.9068164Z * [new branch] gh/swolchok/324/next -> origin/gh/swolchok/324/next 2025-06-05T23:12:41.9069108Z * [new branch] gh/swolchok/324/orig -> origin/gh/swolchok/324/orig 2025-06-05T23:12:41.9070488Z * [new branch] gh/swolchok/325/next -> origin/gh/swolchok/325/next 2025-06-05T23:12:41.9071382Z * [new branch] gh/swolchok/325/orig -> origin/gh/swolchok/325/orig 2025-06-05T23:12:41.9072703Z * [new branch] gh/swolchok/326/next -> origin/gh/swolchok/326/next 2025-06-05T23:12:41.9073637Z * [new branch] gh/swolchok/326/orig -> origin/gh/swolchok/326/orig 2025-06-05T23:12:41.9074954Z * [new branch] gh/swolchok/327/next -> origin/gh/swolchok/327/next 2025-06-05T23:12:41.9075971Z * [new branch] gh/swolchok/327/orig -> origin/gh/swolchok/327/orig 2025-06-05T23:12:41.9077637Z * [new branch] gh/swolchok/328/next -> origin/gh/swolchok/328/next 2025-06-05T23:12:41.9078598Z * [new branch] gh/swolchok/328/orig -> origin/gh/swolchok/328/orig 2025-06-05T23:12:41.9080007Z * [new branch] gh/swolchok/329/next -> origin/gh/swolchok/329/next 2025-06-05T23:12:41.9081475Z * [new branch] gh/swolchok/329/orig -> origin/gh/swolchok/329/orig 2025-06-05T23:12:41.9082851Z * [new branch] gh/swolchok/33/base -> origin/gh/swolchok/33/base 2025-06-05T23:12:41.9083821Z * [new branch] gh/swolchok/33/orig -> origin/gh/swolchok/33/orig 2025-06-05T23:12:41.9085290Z * [new branch] gh/swolchok/330/next -> origin/gh/swolchok/330/next 2025-06-05T23:12:41.9086201Z * [new branch] gh/swolchok/330/orig -> origin/gh/swolchok/330/orig 2025-06-05T23:12:41.9087591Z * [new branch] gh/swolchok/331/next -> origin/gh/swolchok/331/next 2025-06-05T23:12:41.9088489Z * [new branch] gh/swolchok/331/orig -> origin/gh/swolchok/331/orig 2025-06-05T23:12:41.9089824Z * [new branch] gh/swolchok/332/next -> origin/gh/swolchok/332/next 2025-06-05T23:12:41.9090782Z * [new branch] gh/swolchok/332/orig -> origin/gh/swolchok/332/orig 2025-06-05T23:12:41.9093191Z * [new branch] gh/swolchok/333/next -> origin/gh/swolchok/333/next 2025-06-05T23:12:41.9094109Z * [new branch] gh/swolchok/333/orig -> origin/gh/swolchok/333/orig 2025-06-05T23:12:41.9095470Z * [new branch] gh/swolchok/334/next -> origin/gh/swolchok/334/next 2025-06-05T23:12:41.9096422Z * [new branch] gh/swolchok/334/orig -> origin/gh/swolchok/334/orig 2025-06-05T23:12:41.9097876Z * [new branch] gh/swolchok/335/next -> origin/gh/swolchok/335/next 2025-06-05T23:12:41.9098825Z * [new branch] gh/swolchok/335/orig -> origin/gh/swolchok/335/orig 2025-06-05T23:12:41.9100269Z * [new branch] gh/swolchok/336/next -> origin/gh/swolchok/336/next 2025-06-05T23:12:41.9101102Z * [new branch] gh/swolchok/336/orig -> origin/gh/swolchok/336/orig 2025-06-05T23:12:41.9102484Z * [new branch] gh/swolchok/337/next -> origin/gh/swolchok/337/next 2025-06-05T23:12:41.9103428Z * [new branch] gh/swolchok/337/orig -> origin/gh/swolchok/337/orig 2025-06-05T23:12:41.9104887Z * [new branch] gh/swolchok/338/next -> origin/gh/swolchok/338/next 2025-06-05T23:12:41.9105809Z * [new branch] gh/swolchok/338/orig -> origin/gh/swolchok/338/orig 2025-06-05T23:12:41.9107295Z * [new branch] gh/swolchok/339/head -> origin/gh/swolchok/339/head 2025-06-05T23:12:41.9108072Z * [new branch] gh/swolchok/339/next -> origin/gh/swolchok/339/next 2025-06-05T23:12:41.9109060Z * [new branch] gh/swolchok/339/orig -> origin/gh/swolchok/339/orig 2025-06-05T23:12:41.9110496Z * [new branch] gh/swolchok/34/orig -> origin/gh/swolchok/34/orig 2025-06-05T23:12:41.9111917Z * [new branch] gh/swolchok/340/next -> origin/gh/swolchok/340/next 2025-06-05T23:12:41.9113298Z * [new branch] gh/swolchok/340/orig -> origin/gh/swolchok/340/orig 2025-06-05T23:12:41.9114618Z * [new branch] gh/swolchok/341/next -> origin/gh/swolchok/341/next 2025-06-05T23:12:41.9115523Z * [new branch] gh/swolchok/341/orig -> origin/gh/swolchok/341/orig 2025-06-05T23:12:41.9117144Z * [new branch] gh/swolchok/342/next -> origin/gh/swolchok/342/next 2025-06-05T23:12:41.9118064Z * [new branch] gh/swolchok/342/orig -> origin/gh/swolchok/342/orig 2025-06-05T23:12:41.9119709Z * [new branch] gh/swolchok/343/next -> origin/gh/swolchok/343/next 2025-06-05T23:12:41.9120540Z * [new branch] gh/swolchok/343/orig -> origin/gh/swolchok/343/orig 2025-06-05T23:12:41.9122127Z * [new branch] gh/swolchok/344/next -> origin/gh/swolchok/344/next 2025-06-05T23:12:41.9123150Z * [new branch] gh/swolchok/344/orig -> origin/gh/swolchok/344/orig 2025-06-05T23:12:41.9124650Z * [new branch] gh/swolchok/345/next -> origin/gh/swolchok/345/next 2025-06-05T23:12:41.9125636Z * [new branch] gh/swolchok/345/orig -> origin/gh/swolchok/345/orig 2025-06-05T23:12:41.9127150Z * [new branch] gh/swolchok/346/next -> origin/gh/swolchok/346/next 2025-06-05T23:12:41.9128075Z * [new branch] gh/swolchok/346/orig -> origin/gh/swolchok/346/orig 2025-06-05T23:12:41.9129673Z * [new branch] gh/swolchok/347/next -> origin/gh/swolchok/347/next 2025-06-05T23:12:41.9130748Z * [new branch] gh/swolchok/347/orig -> origin/gh/swolchok/347/orig 2025-06-05T23:12:41.9132218Z * [new branch] gh/swolchok/348/next -> origin/gh/swolchok/348/next 2025-06-05T23:12:41.9133226Z * [new branch] gh/swolchok/348/orig -> origin/gh/swolchok/348/orig 2025-06-05T23:12:41.9134756Z * [new branch] gh/swolchok/349/next -> origin/gh/swolchok/349/next 2025-06-05T23:12:41.9135747Z * [new branch] gh/swolchok/349/orig -> origin/gh/swolchok/349/orig 2025-06-05T23:12:41.9137331Z * [new branch] gh/swolchok/35/base -> origin/gh/swolchok/35/base 2025-06-05T23:12:41.9138353Z * [new branch] gh/swolchok/35/orig -> origin/gh/swolchok/35/orig 2025-06-05T23:12:41.9139885Z * [new branch] gh/swolchok/350/next -> origin/gh/swolchok/350/next 2025-06-05T23:12:41.9140933Z * [new branch] gh/swolchok/350/orig -> origin/gh/swolchok/350/orig 2025-06-05T23:12:41.9142476Z * [new branch] gh/swolchok/351/next -> origin/gh/swolchok/351/next 2025-06-05T23:12:41.9143529Z * [new branch] gh/swolchok/351/orig -> origin/gh/swolchok/351/orig 2025-06-05T23:12:41.9145059Z * [new branch] gh/swolchok/352/next -> origin/gh/swolchok/352/next 2025-06-05T23:12:41.9146241Z * [new branch] gh/swolchok/352/orig -> origin/gh/swolchok/352/orig 2025-06-05T23:12:41.9147821Z * [new branch] gh/swolchok/353/next -> origin/gh/swolchok/353/next 2025-06-05T23:12:41.9148928Z * [new branch] gh/swolchok/353/orig -> origin/gh/swolchok/353/orig 2025-06-05T23:12:41.9150378Z * [new branch] gh/swolchok/354/next -> origin/gh/swolchok/354/next 2025-06-05T23:12:41.9151496Z * [new branch] gh/swolchok/354/orig -> origin/gh/swolchok/354/orig 2025-06-05T23:12:41.9152916Z * [new branch] gh/swolchok/355/next -> origin/gh/swolchok/355/next 2025-06-05T23:12:41.9154029Z * [new branch] gh/swolchok/355/orig -> origin/gh/swolchok/355/orig 2025-06-05T23:12:41.9155445Z * [new branch] gh/swolchok/356/next -> origin/gh/swolchok/356/next 2025-06-05T23:12:41.9156569Z * [new branch] gh/swolchok/356/orig -> origin/gh/swolchok/356/orig 2025-06-05T23:12:41.9158122Z * [new branch] gh/swolchok/357/next -> origin/gh/swolchok/357/next 2025-06-05T23:12:41.9159227Z * [new branch] gh/swolchok/357/orig -> origin/gh/swolchok/357/orig 2025-06-05T23:12:41.9161076Z * [new branch] gh/swolchok/358/next -> origin/gh/swolchok/358/next 2025-06-05T23:12:41.9162220Z * [new branch] gh/swolchok/358/orig -> origin/gh/swolchok/358/orig 2025-06-05T23:12:41.9163609Z * [new branch] gh/swolchok/359/head -> origin/gh/swolchok/359/head 2025-06-05T23:12:41.9164562Z * [new branch] gh/swolchok/359/next -> origin/gh/swolchok/359/next 2025-06-05T23:12:41.9165717Z * [new branch] gh/swolchok/359/orig -> origin/gh/swolchok/359/orig 2025-06-05T23:12:41.9167330Z * [new branch] gh/swolchok/36/base -> origin/gh/swolchok/36/base 2025-06-05T23:12:41.9168404Z * [new branch] gh/swolchok/36/head -> origin/gh/swolchok/36/head 2025-06-05T23:12:41.9169624Z * [new branch] gh/swolchok/36/orig -> origin/gh/swolchok/36/orig 2025-06-05T23:12:41.9171037Z * [new branch] gh/swolchok/360/next -> origin/gh/swolchok/360/next 2025-06-05T23:12:41.9172123Z * [new branch] gh/swolchok/360/orig -> origin/gh/swolchok/360/orig 2025-06-05T23:12:41.9173680Z * [new branch] gh/swolchok/361/next -> origin/gh/swolchok/361/next 2025-06-05T23:12:41.9174794Z * [new branch] gh/swolchok/361/orig -> origin/gh/swolchok/361/orig 2025-06-05T23:12:41.9176265Z * [new branch] gh/swolchok/362/next -> origin/gh/swolchok/362/next 2025-06-05T23:12:41.9177374Z * [new branch] gh/swolchok/362/orig -> origin/gh/swolchok/362/orig 2025-06-05T23:12:41.9178865Z * [new branch] gh/swolchok/363/next -> origin/gh/swolchok/363/next 2025-06-05T23:12:41.9179981Z * [new branch] gh/swolchok/363/orig -> origin/gh/swolchok/363/orig 2025-06-05T23:12:41.9181492Z * [new branch] gh/swolchok/364/base -> origin/gh/swolchok/364/base 2025-06-05T23:12:41.9182708Z * [new branch] gh/swolchok/364/head -> origin/gh/swolchok/364/head 2025-06-05T23:12:41.9184246Z * [new branch] gh/swolchok/365/base -> origin/gh/swolchok/365/base 2025-06-05T23:12:41.9185318Z * [new branch] gh/swolchok/365/head -> origin/gh/swolchok/365/head 2025-06-05T23:12:41.9187072Z * [new branch] gh/swolchok/366/base -> origin/gh/swolchok/366/base 2025-06-05T23:12:41.9188086Z * [new branch] gh/swolchok/366/head -> origin/gh/swolchok/366/head 2025-06-05T23:12:41.9189736Z * [new branch] gh/swolchok/367/base -> origin/gh/swolchok/367/base 2025-06-05T23:12:41.9191491Z * [new branch] gh/swolchok/368/base -> origin/gh/swolchok/368/base 2025-06-05T23:12:41.9192507Z * [new branch] gh/swolchok/368/head -> origin/gh/swolchok/368/head 2025-06-05T23:12:41.9193608Z * [new branch] gh/swolchok/368/orig -> origin/gh/swolchok/368/orig 2025-06-05T23:12:41.9195071Z * [new branch] gh/swolchok/369/next -> origin/gh/swolchok/369/next 2025-06-05T23:12:41.9196169Z * [new branch] gh/swolchok/369/orig -> origin/gh/swolchok/369/orig 2025-06-05T23:12:41.9197788Z * [new branch] gh/swolchok/37/base -> origin/gh/swolchok/37/base 2025-06-05T23:12:41.9198898Z * [new branch] gh/swolchok/37/head -> origin/gh/swolchok/37/head 2025-06-05T23:12:41.9200082Z * [new branch] gh/swolchok/37/orig -> origin/gh/swolchok/37/orig 2025-06-05T23:12:41.9201976Z * [new branch] gh/swolchok/370/next -> origin/gh/swolchok/370/next 2025-06-05T23:12:41.9203064Z * [new branch] gh/swolchok/370/orig -> origin/gh/swolchok/370/orig 2025-06-05T23:12:41.9204517Z * [new branch] gh/swolchok/371/next -> origin/gh/swolchok/371/next 2025-06-05T23:12:41.9205617Z * [new branch] gh/swolchok/371/orig -> origin/gh/swolchok/371/orig 2025-06-05T23:12:41.9207106Z * [new branch] gh/swolchok/372/next -> origin/gh/swolchok/372/next 2025-06-05T23:12:41.9208284Z * [new branch] gh/swolchok/372/orig -> origin/gh/swolchok/372/orig 2025-06-05T23:12:41.9210087Z * [new branch] gh/swolchok/373/next -> origin/gh/swolchok/373/next 2025-06-05T23:12:41.9211207Z * [new branch] gh/swolchok/373/orig -> origin/gh/swolchok/373/orig 2025-06-05T23:12:41.9212705Z * [new branch] gh/swolchok/374/next -> origin/gh/swolchok/374/next 2025-06-05T23:12:41.9213796Z * [new branch] gh/swolchok/374/orig -> origin/gh/swolchok/374/orig 2025-06-05T23:12:41.9215362Z * [new branch] gh/swolchok/375/next -> origin/gh/swolchok/375/next 2025-06-05T23:12:41.9216505Z * [new branch] gh/swolchok/375/orig -> origin/gh/swolchok/375/orig 2025-06-05T23:12:41.9217984Z * [new branch] gh/swolchok/376/next -> origin/gh/swolchok/376/next 2025-06-05T23:12:41.9219040Z * [new branch] gh/swolchok/376/orig -> origin/gh/swolchok/376/orig 2025-06-05T23:12:41.9220524Z * [new branch] gh/swolchok/377/head -> origin/gh/swolchok/377/head 2025-06-05T23:12:41.9221567Z * [new branch] gh/swolchok/377/next -> origin/gh/swolchok/377/next 2025-06-05T23:12:41.9222901Z * [new branch] gh/swolchok/378/next -> origin/gh/swolchok/378/next 2025-06-05T23:12:41.9223999Z * [new branch] gh/swolchok/378/orig -> origin/gh/swolchok/378/orig 2025-06-05T23:12:41.9225432Z * [new branch] gh/swolchok/379/next -> origin/gh/swolchok/379/next 2025-06-05T23:12:41.9226621Z * [new branch] gh/swolchok/379/orig -> origin/gh/swolchok/379/orig 2025-06-05T23:12:41.9228140Z * [new branch] gh/swolchok/38/base -> origin/gh/swolchok/38/base 2025-06-05T23:12:41.9229272Z * [new branch] gh/swolchok/38/head -> origin/gh/swolchok/38/head 2025-06-05T23:12:41.9230725Z * [new branch] gh/swolchok/38/orig -> origin/gh/swolchok/38/orig 2025-06-05T23:12:41.9232255Z * [new branch] gh/swolchok/380/head -> origin/gh/swolchok/380/head 2025-06-05T23:12:41.9233142Z * [new branch] gh/swolchok/380/next -> origin/gh/swolchok/380/next 2025-06-05T23:12:41.9234278Z * [new branch] gh/swolchok/380/orig -> origin/gh/swolchok/380/orig 2025-06-05T23:12:41.9235722Z * [new branch] gh/swolchok/381/head -> origin/gh/swolchok/381/head 2025-06-05T23:12:41.9236715Z * [new branch] gh/swolchok/381/next -> origin/gh/swolchok/381/next 2025-06-05T23:12:41.9237895Z * [new branch] gh/swolchok/381/orig -> origin/gh/swolchok/381/orig 2025-06-05T23:12:41.9239310Z * [new branch] gh/swolchok/382/next -> origin/gh/swolchok/382/next 2025-06-05T23:12:41.9240371Z * [new branch] gh/swolchok/382/orig -> origin/gh/swolchok/382/orig 2025-06-05T23:12:41.9241809Z * [new branch] gh/swolchok/383/next -> origin/gh/swolchok/383/next 2025-06-05T23:12:41.9243196Z * [new branch] gh/swolchok/383/orig -> origin/gh/swolchok/383/orig 2025-06-05T23:12:41.9244718Z * [new branch] gh/swolchok/384/next -> origin/gh/swolchok/384/next 2025-06-05T23:12:41.9245825Z * [new branch] gh/swolchok/384/orig -> origin/gh/swolchok/384/orig 2025-06-05T23:12:41.9247241Z * [new branch] gh/swolchok/385/next -> origin/gh/swolchok/385/next 2025-06-05T23:12:41.9248307Z * [new branch] gh/swolchok/385/orig -> origin/gh/swolchok/385/orig 2025-06-05T23:12:41.9249740Z * [new branch] gh/swolchok/386/head -> origin/gh/swolchok/386/head 2025-06-05T23:12:41.9250699Z * [new branch] gh/swolchok/386/next -> origin/gh/swolchok/386/next 2025-06-05T23:12:41.9251841Z * [new branch] gh/swolchok/386/orig -> origin/gh/swolchok/386/orig 2025-06-05T23:12:41.9253265Z * [new branch] gh/swolchok/387/next -> origin/gh/swolchok/387/next 2025-06-05T23:12:41.9254399Z * [new branch] gh/swolchok/387/orig -> origin/gh/swolchok/387/orig 2025-06-05T23:12:41.9255891Z * [new branch] gh/swolchok/388/next -> origin/gh/swolchok/388/next 2025-06-05T23:12:41.9256965Z * [new branch] gh/swolchok/388/orig -> origin/gh/swolchok/388/orig 2025-06-05T23:12:41.9258478Z * [new branch] gh/swolchok/389/next -> origin/gh/swolchok/389/next 2025-06-05T23:12:41.9259573Z * [new branch] gh/swolchok/389/orig -> origin/gh/swolchok/389/orig 2025-06-05T23:12:41.9261308Z * [new branch] gh/swolchok/39/base -> origin/gh/swolchok/39/base 2025-06-05T23:12:41.9262548Z * [new branch] gh/swolchok/39/head -> origin/gh/swolchok/39/head 2025-06-05T23:12:41.9263686Z * [new branch] gh/swolchok/39/orig -> origin/gh/swolchok/39/orig 2025-06-05T23:12:41.9265147Z * [new branch] gh/swolchok/390/next -> origin/gh/swolchok/390/next 2025-06-05T23:12:41.9266336Z * [new branch] gh/swolchok/390/orig -> origin/gh/swolchok/390/orig 2025-06-05T23:12:41.9267826Z * [new branch] gh/swolchok/391/next -> origin/gh/swolchok/391/next 2025-06-05T23:12:41.9268972Z * [new branch] gh/swolchok/391/orig -> origin/gh/swolchok/391/orig 2025-06-05T23:12:41.9270442Z * [new branch] gh/swolchok/392/head -> origin/gh/swolchok/392/head 2025-06-05T23:12:41.9271431Z * [new branch] gh/swolchok/392/next -> origin/gh/swolchok/392/next 2025-06-05T23:12:41.9272572Z * [new branch] gh/swolchok/392/orig -> origin/gh/swolchok/392/orig 2025-06-05T23:12:41.9274061Z * [new branch] gh/swolchok/393/next -> origin/gh/swolchok/393/next 2025-06-05T23:12:41.9275135Z * [new branch] gh/swolchok/393/orig -> origin/gh/swolchok/393/orig 2025-06-05T23:12:41.9276557Z * [new branch] gh/swolchok/394/next -> origin/gh/swolchok/394/next 2025-06-05T23:12:41.9277652Z * [new branch] gh/swolchok/394/orig -> origin/gh/swolchok/394/orig 2025-06-05T23:12:41.9279150Z * [new branch] gh/swolchok/395/head -> origin/gh/swolchok/395/head 2025-06-05T23:12:41.9280103Z * [new branch] gh/swolchok/395/next -> origin/gh/swolchok/395/next 2025-06-05T23:12:41.9281178Z * [new branch] gh/swolchok/395/orig -> origin/gh/swolchok/395/orig 2025-06-05T23:12:41.9282683Z * [new branch] gh/swolchok/396/head -> origin/gh/swolchok/396/head 2025-06-05T23:12:41.9284073Z * [new branch] gh/swolchok/396/next -> origin/gh/swolchok/396/next 2025-06-05T23:12:41.9285130Z * [new branch] gh/swolchok/396/orig -> origin/gh/swolchok/396/orig 2025-06-05T23:12:41.9286990Z * [new branch] gh/swolchok/397/head -> origin/gh/swolchok/397/head 2025-06-05T23:12:41.9288053Z * [new branch] gh/swolchok/397/next -> origin/gh/swolchok/397/next 2025-06-05T23:12:41.9289146Z * [new branch] gh/swolchok/397/orig -> origin/gh/swolchok/397/orig 2025-06-05T23:12:41.9290597Z * [new branch] gh/swolchok/398/next -> origin/gh/swolchok/398/next 2025-06-05T23:12:41.9291944Z * [new branch] gh/swolchok/398/orig -> origin/gh/swolchok/398/orig 2025-06-05T23:12:41.9293424Z * [new branch] gh/swolchok/399/next -> origin/gh/swolchok/399/next 2025-06-05T23:12:41.9294556Z * [new branch] gh/swolchok/399/orig -> origin/gh/swolchok/399/orig 2025-06-05T23:12:41.9296036Z * [new branch] gh/swolchok/4/base -> origin/gh/swolchok/4/base 2025-06-05T23:12:41.9297533Z * [new branch] gh/swolchok/4/head -> origin/gh/swolchok/4/head 2025-06-05T23:12:41.9298703Z * [new branch] gh/swolchok/4/orig -> origin/gh/swolchok/4/orig 2025-06-05T23:12:41.9300055Z * [new branch] gh/swolchok/40/base -> origin/gh/swolchok/40/base 2025-06-05T23:12:41.9301148Z * [new branch] gh/swolchok/40/head -> origin/gh/swolchok/40/head 2025-06-05T23:12:41.9302469Z * [new branch] gh/swolchok/40/orig -> origin/gh/swolchok/40/orig 2025-06-05T23:12:41.9304018Z * [new branch] gh/swolchok/400/head -> origin/gh/swolchok/400/head 2025-06-05T23:12:41.9304978Z * [new branch] gh/swolchok/400/next -> origin/gh/swolchok/400/next 2025-06-05T23:12:41.9306056Z * [new branch] gh/swolchok/400/orig -> origin/gh/swolchok/400/orig 2025-06-05T23:12:41.9307610Z * [new branch] gh/swolchok/401/head -> origin/gh/swolchok/401/head 2025-06-05T23:12:41.9308582Z * [new branch] gh/swolchok/401/next -> origin/gh/swolchok/401/next 2025-06-05T23:12:41.9309670Z * [new branch] gh/swolchok/401/orig -> origin/gh/swolchok/401/orig 2025-06-05T23:12:41.9311121Z * [new branch] gh/swolchok/402/head -> origin/gh/swolchok/402/head 2025-06-05T23:12:41.9312067Z * [new branch] gh/swolchok/402/next -> origin/gh/swolchok/402/next 2025-06-05T23:12:41.9313175Z * [new branch] gh/swolchok/402/orig -> origin/gh/swolchok/402/orig 2025-06-05T23:12:41.9314627Z * [new branch] gh/swolchok/403/next -> origin/gh/swolchok/403/next 2025-06-05T23:12:41.9315810Z * [new branch] gh/swolchok/403/orig -> origin/gh/swolchok/403/orig 2025-06-05T23:12:41.9317372Z * [new branch] gh/swolchok/404/head -> origin/gh/swolchok/404/head 2025-06-05T23:12:41.9318319Z * [new branch] gh/swolchok/404/next -> origin/gh/swolchok/404/next 2025-06-05T23:12:41.9319412Z * [new branch] gh/swolchok/404/orig -> origin/gh/swolchok/404/orig 2025-06-05T23:12:41.9320874Z * [new branch] gh/swolchok/405/head -> origin/gh/swolchok/405/head 2025-06-05T23:12:41.9321813Z * [new branch] gh/swolchok/405/next -> origin/gh/swolchok/405/next 2025-06-05T23:12:41.9322902Z * [new branch] gh/swolchok/405/orig -> origin/gh/swolchok/405/orig 2025-06-05T23:12:41.9324317Z * [new branch] gh/swolchok/406/head -> origin/gh/swolchok/406/head 2025-06-05T23:12:41.9325260Z * [new branch] gh/swolchok/406/next -> origin/gh/swolchok/406/next 2025-06-05T23:12:41.9326368Z * [new branch] gh/swolchok/406/orig -> origin/gh/swolchok/406/orig 2025-06-05T23:12:41.9327811Z * [new branch] gh/swolchok/407/head -> origin/gh/swolchok/407/head 2025-06-05T23:12:41.9328898Z * [new branch] gh/swolchok/407/next -> origin/gh/swolchok/407/next 2025-06-05T23:12:41.9330071Z * [new branch] gh/swolchok/407/orig -> origin/gh/swolchok/407/orig 2025-06-05T23:12:41.9331951Z * [new branch] gh/swolchok/408/next -> origin/gh/swolchok/408/next 2025-06-05T23:12:41.9333090Z * [new branch] gh/swolchok/408/orig -> origin/gh/swolchok/408/orig 2025-06-05T23:12:41.9334516Z * [new branch] gh/swolchok/409/next -> origin/gh/swolchok/409/next 2025-06-05T23:12:41.9335645Z * [new branch] gh/swolchok/409/orig -> origin/gh/swolchok/409/orig 2025-06-05T23:12:41.9337220Z * [new branch] gh/swolchok/41/base -> origin/gh/swolchok/41/base 2025-06-05T23:12:41.9338356Z * [new branch] gh/swolchok/41/head -> origin/gh/swolchok/41/head 2025-06-05T23:12:41.9339567Z * [new branch] gh/swolchok/41/orig -> origin/gh/swolchok/41/orig 2025-06-05T23:12:41.9341016Z * [new branch] gh/swolchok/410/head -> origin/gh/swolchok/410/head 2025-06-05T23:12:41.9341963Z * [new branch] gh/swolchok/410/next -> origin/gh/swolchok/410/next 2025-06-05T23:12:41.9343165Z * [new branch] gh/swolchok/410/orig -> origin/gh/swolchok/410/orig 2025-06-05T23:12:41.9344648Z * [new branch] gh/swolchok/411/head -> origin/gh/swolchok/411/head 2025-06-05T23:12:41.9345595Z * [new branch] gh/swolchok/411/next -> origin/gh/swolchok/411/next 2025-06-05T23:12:41.9346930Z * [new branch] gh/swolchok/411/orig -> origin/gh/swolchok/411/orig 2025-06-05T23:12:41.9348431Z * [new branch] gh/swolchok/412/head -> origin/gh/swolchok/412/head 2025-06-05T23:12:41.9349372Z * [new branch] gh/swolchok/412/next -> origin/gh/swolchok/412/next 2025-06-05T23:12:41.9350493Z * [new branch] gh/swolchok/412/orig -> origin/gh/swolchok/412/orig 2025-06-05T23:12:41.9351947Z * [new branch] gh/swolchok/413/head -> origin/gh/swolchok/413/head 2025-06-05T23:12:41.9352894Z * [new branch] gh/swolchok/413/next -> origin/gh/swolchok/413/next 2025-06-05T23:12:41.9354211Z * [new branch] gh/swolchok/413/orig -> origin/gh/swolchok/413/orig 2025-06-05T23:12:41.9355663Z * [new branch] gh/swolchok/414/head -> origin/gh/swolchok/414/head 2025-06-05T23:12:41.9356601Z * [new branch] gh/swolchok/414/next -> origin/gh/swolchok/414/next 2025-06-05T23:12:41.9357778Z * [new branch] gh/swolchok/414/orig -> origin/gh/swolchok/414/orig 2025-06-05T23:12:41.9359210Z * [new branch] gh/swolchok/415/next -> origin/gh/swolchok/415/next 2025-06-05T23:12:41.9360337Z * [new branch] gh/swolchok/415/orig -> origin/gh/swolchok/415/orig 2025-06-05T23:12:41.9361949Z * [new branch] gh/swolchok/416/next -> origin/gh/swolchok/416/next 2025-06-05T23:12:41.9363050Z * [new branch] gh/swolchok/416/orig -> origin/gh/swolchok/416/orig 2025-06-05T23:12:41.9364471Z * [new branch] gh/swolchok/417/next -> origin/gh/swolchok/417/next 2025-06-05T23:12:41.9365632Z * [new branch] gh/swolchok/417/orig -> origin/gh/swolchok/417/orig 2025-06-05T23:12:41.9367062Z * [new branch] gh/swolchok/418/next -> origin/gh/swolchok/418/next 2025-06-05T23:12:41.9368282Z * [new branch] gh/swolchok/418/orig -> origin/gh/swolchok/418/orig 2025-06-05T23:12:41.9370106Z * [new branch] gh/swolchok/419/next -> origin/gh/swolchok/419/next 2025-06-05T23:12:41.9371349Z * [new branch] gh/swolchok/419/orig -> origin/gh/swolchok/419/orig 2025-06-05T23:12:41.9372964Z * [new branch] gh/swolchok/42/base -> origin/gh/swolchok/42/base 2025-06-05T23:12:41.9374104Z * [new branch] gh/swolchok/42/head -> origin/gh/swolchok/42/head 2025-06-05T23:12:41.9375517Z * [new branch] gh/swolchok/42/orig -> origin/gh/swolchok/42/orig 2025-06-05T23:12:41.9377132Z * [new branch] gh/swolchok/420/next -> origin/gh/swolchok/420/next 2025-06-05T23:12:41.9378175Z * [new branch] gh/swolchok/420/orig -> origin/gh/swolchok/420/orig 2025-06-05T23:12:41.9379715Z * [new branch] gh/swolchok/421/base -> origin/gh/swolchok/421/base 2025-06-05T23:12:41.9381176Z * [new branch] gh/swolchok/422/next -> origin/gh/swolchok/422/next 2025-06-05T23:12:41.9382366Z * [new branch] gh/swolchok/422/orig -> origin/gh/swolchok/422/orig 2025-06-05T23:12:41.9383821Z * [new branch] gh/swolchok/423/next -> origin/gh/swolchok/423/next 2025-06-05T23:12:41.9384890Z * [new branch] gh/swolchok/423/orig -> origin/gh/swolchok/423/orig 2025-06-05T23:12:41.9386432Z * [new branch] gh/swolchok/424/next -> origin/gh/swolchok/424/next 2025-06-05T23:12:41.9387623Z * [new branch] gh/swolchok/424/orig -> origin/gh/swolchok/424/orig 2025-06-05T23:12:41.9389108Z * [new branch] gh/swolchok/425/next -> origin/gh/swolchok/425/next 2025-06-05T23:12:41.9390361Z * [new branch] gh/swolchok/425/orig -> origin/gh/swolchok/425/orig 2025-06-05T23:12:41.9395702Z * [new branch] gh/swolchok/426/next -> origin/gh/swolchok/426/next 2025-06-05T23:12:41.9397161Z * [new branch] gh/swolchok/426/orig -> origin/gh/swolchok/426/orig 2025-06-05T23:12:41.9398836Z * [new branch] gh/swolchok/427/next -> origin/gh/swolchok/427/next 2025-06-05T23:12:41.9399929Z * [new branch] gh/swolchok/427/orig -> origin/gh/swolchok/427/orig 2025-06-05T23:12:41.9401230Z * [new branch] gh/swolchok/428/next -> origin/gh/swolchok/428/next 2025-06-05T23:12:41.9402340Z * [new branch] gh/swolchok/428/orig -> origin/gh/swolchok/428/orig 2025-06-05T23:12:41.9403693Z * [new branch] gh/swolchok/429/next -> origin/gh/swolchok/429/next 2025-06-05T23:12:41.9405432Z * [new branch] gh/swolchok/429/orig -> origin/gh/swolchok/429/orig 2025-06-05T23:12:41.9406799Z * [new branch] gh/swolchok/43/base -> origin/gh/swolchok/43/base 2025-06-05T23:12:41.9407797Z * [new branch] gh/swolchok/43/head -> origin/gh/swolchok/43/head 2025-06-05T23:12:41.9408877Z * [new branch] gh/swolchok/43/orig -> origin/gh/swolchok/43/orig 2025-06-05T23:12:41.9410194Z * [new branch] gh/swolchok/430/next -> origin/gh/swolchok/430/next 2025-06-05T23:12:41.9411154Z * [new branch] gh/swolchok/430/orig -> origin/gh/swolchok/430/orig 2025-06-05T23:12:41.9412634Z * [new branch] gh/swolchok/431/next -> origin/gh/swolchok/431/next 2025-06-05T23:12:41.9413945Z * [new branch] gh/swolchok/431/orig -> origin/gh/swolchok/431/orig 2025-06-05T23:12:41.9415242Z * [new branch] gh/swolchok/432/next -> origin/gh/swolchok/432/next 2025-06-05T23:12:41.9416341Z * [new branch] gh/swolchok/432/orig -> origin/gh/swolchok/432/orig 2025-06-05T23:12:41.9417655Z * [new branch] gh/swolchok/433/next -> origin/gh/swolchok/433/next 2025-06-05T23:12:41.9418636Z * [new branch] gh/swolchok/433/orig -> origin/gh/swolchok/433/orig 2025-06-05T23:12:41.9419947Z * [new branch] gh/swolchok/434/next -> origin/gh/swolchok/434/next 2025-06-05T23:12:41.9420908Z * [new branch] gh/swolchok/434/orig -> origin/gh/swolchok/434/orig 2025-06-05T23:12:41.9422223Z * [new branch] gh/swolchok/435/next -> origin/gh/swolchok/435/next 2025-06-05T23:12:41.9423205Z * [new branch] gh/swolchok/435/orig -> origin/gh/swolchok/435/orig 2025-06-05T23:12:41.9424573Z * [new branch] gh/swolchok/436/base -> origin/gh/swolchok/436/base 2025-06-05T23:12:41.9425970Z * [new branch] gh/swolchok/437/head -> origin/gh/swolchok/437/head 2025-06-05T23:12:41.9427060Z * [new branch] gh/swolchok/437/next -> origin/gh/swolchok/437/next 2025-06-05T23:12:41.9427935Z * [new branch] gh/swolchok/437/orig -> origin/gh/swolchok/437/orig 2025-06-05T23:12:41.9429230Z * [new branch] gh/swolchok/438/head -> origin/gh/swolchok/438/head 2025-06-05T23:12:41.9429991Z * [new branch] gh/swolchok/438/next -> origin/gh/swolchok/438/next 2025-06-05T23:12:41.9431095Z * [new branch] gh/swolchok/438/orig -> origin/gh/swolchok/438/orig 2025-06-05T23:12:41.9432336Z * [new branch] gh/swolchok/439/head -> origin/gh/swolchok/439/head 2025-06-05T23:12:41.9433222Z * [new branch] gh/swolchok/439/next -> origin/gh/swolchok/439/next 2025-06-05T23:12:41.9434283Z * [new branch] gh/swolchok/439/orig -> origin/gh/swolchok/439/orig 2025-06-05T23:12:41.9435772Z * [new branch] gh/swolchok/44/base -> origin/gh/swolchok/44/base 2025-06-05T23:12:41.9436754Z * [new branch] gh/swolchok/44/orig -> origin/gh/swolchok/44/orig 2025-06-05T23:12:41.9438130Z * [new branch] gh/swolchok/440/head -> origin/gh/swolchok/440/head 2025-06-05T23:12:41.9438984Z * [new branch] gh/swolchok/440/next -> origin/gh/swolchok/440/next 2025-06-05T23:12:41.9439995Z * [new branch] gh/swolchok/440/orig -> origin/gh/swolchok/440/orig 2025-06-05T23:12:41.9441309Z * [new branch] gh/swolchok/441/head -> origin/gh/swolchok/441/head 2025-06-05T23:12:41.9442155Z * [new branch] gh/swolchok/441/next -> origin/gh/swolchok/441/next 2025-06-05T23:12:41.9443130Z * [new branch] gh/swolchok/441/orig -> origin/gh/swolchok/441/orig 2025-06-05T23:12:41.9444580Z * [new branch] gh/swolchok/442/base -> origin/gh/swolchok/442/base 2025-06-05T23:12:41.9445871Z * [new branch] gh/swolchok/443/next -> origin/gh/swolchok/443/next 2025-06-05T23:12:41.9446859Z * [new branch] gh/swolchok/443/orig -> origin/gh/swolchok/443/orig 2025-06-05T23:12:41.9448199Z * [new branch] gh/swolchok/444/next -> origin/gh/swolchok/444/next 2025-06-05T23:12:41.9449109Z * [new branch] gh/swolchok/444/orig -> origin/gh/swolchok/444/orig 2025-06-05T23:12:41.9450579Z * [new branch] gh/swolchok/445/next -> origin/gh/swolchok/445/next 2025-06-05T23:12:41.9451566Z * [new branch] gh/swolchok/445/orig -> origin/gh/swolchok/445/orig 2025-06-05T23:12:41.9452943Z * [new branch] gh/swolchok/446/next -> origin/gh/swolchok/446/next 2025-06-05T23:12:41.9453804Z * [new branch] gh/swolchok/446/orig -> origin/gh/swolchok/446/orig 2025-06-05T23:12:41.9455163Z * [new branch] gh/swolchok/447/next -> origin/gh/swolchok/447/next 2025-06-05T23:12:41.9456085Z * [new branch] gh/swolchok/447/orig -> origin/gh/swolchok/447/orig 2025-06-05T23:12:41.9457387Z * [new branch] gh/swolchok/448/head -> origin/gh/swolchok/448/head 2025-06-05T23:12:41.9458239Z * [new branch] gh/swolchok/448/next -> origin/gh/swolchok/448/next 2025-06-05T23:12:41.9459623Z * [new branch] gh/swolchok/448/orig -> origin/gh/swolchok/448/orig 2025-06-05T23:12:41.9460942Z * [new branch] gh/swolchok/449/next -> origin/gh/swolchok/449/next 2025-06-05T23:12:41.9461886Z * [new branch] gh/swolchok/449/orig -> origin/gh/swolchok/449/orig 2025-06-05T23:12:41.9463405Z * [new branch] gh/swolchok/45/base -> origin/gh/swolchok/45/base 2025-06-05T23:12:41.9464390Z * [new branch] gh/swolchok/45/orig -> origin/gh/swolchok/45/orig 2025-06-05T23:12:41.9465740Z * [new branch] gh/swolchok/450/head -> origin/gh/swolchok/450/head 2025-06-05T23:12:41.9466693Z * [new branch] gh/swolchok/450/next -> origin/gh/swolchok/450/next 2025-06-05T23:12:41.9467671Z * [new branch] gh/swolchok/450/orig -> origin/gh/swolchok/450/orig 2025-06-05T23:12:41.9469038Z * [new branch] gh/swolchok/46/base -> origin/gh/swolchok/46/base 2025-06-05T23:12:41.9470059Z * [new branch] gh/swolchok/46/orig -> origin/gh/swolchok/46/orig 2025-06-05T23:12:41.9471452Z * [new branch] gh/swolchok/47/base -> origin/gh/swolchok/47/base 2025-06-05T23:12:41.9472459Z * [new branch] gh/swolchok/47/orig -> origin/gh/swolchok/47/orig 2025-06-05T23:12:41.9473930Z * [new branch] gh/swolchok/48/base -> origin/gh/swolchok/48/base 2025-06-05T23:12:41.9474816Z * [new branch] gh/swolchok/48/orig -> origin/gh/swolchok/48/orig 2025-06-05T23:12:41.9476307Z * [new branch] gh/swolchok/49/base -> origin/gh/swolchok/49/base 2025-06-05T23:12:41.9477336Z * [new branch] gh/swolchok/49/orig -> origin/gh/swolchok/49/orig 2025-06-05T23:12:41.9479095Z * [new branch] gh/swolchok/5/base -> origin/gh/swolchok/5/base 2025-06-05T23:12:41.9480133Z * [new branch] gh/swolchok/5/head -> origin/gh/swolchok/5/head 2025-06-05T23:12:41.9481118Z * [new branch] gh/swolchok/5/orig -> origin/gh/swolchok/5/orig 2025-06-05T23:12:41.9482495Z * [new branch] gh/swolchok/50/base -> origin/gh/swolchok/50/base 2025-06-05T23:12:41.9483468Z * [new branch] gh/swolchok/50/head -> origin/gh/swolchok/50/head 2025-06-05T23:12:41.9484447Z * [new branch] gh/swolchok/50/orig -> origin/gh/swolchok/50/orig 2025-06-05T23:12:41.9485853Z * [new branch] gh/swolchok/51/base -> origin/gh/swolchok/51/base 2025-06-05T23:12:41.9486883Z * [new branch] gh/swolchok/51/head -> origin/gh/swolchok/51/head 2025-06-05T23:12:41.9487886Z * [new branch] gh/swolchok/51/orig -> origin/gh/swolchok/51/orig 2025-06-05T23:12:41.9489089Z * [new branch] gh/swolchok/52/base -> origin/gh/swolchok/52/base 2025-06-05T23:12:41.9490172Z * [new branch] gh/swolchok/52/head -> origin/gh/swolchok/52/head 2025-06-05T23:12:41.9491361Z * [new branch] gh/swolchok/52/orig -> origin/gh/swolchok/52/orig 2025-06-05T23:12:41.9492942Z * [new branch] gh/swolchok/53/base -> origin/gh/swolchok/53/base 2025-06-05T23:12:41.9493842Z * [new branch] gh/swolchok/53/head -> origin/gh/swolchok/53/head 2025-06-05T23:12:41.9494898Z * [new branch] gh/swolchok/53/orig -> origin/gh/swolchok/53/orig 2025-06-05T23:12:41.9496439Z * [new branch] gh/swolchok/54/base -> origin/gh/swolchok/54/base 2025-06-05T23:12:41.9497357Z * [new branch] gh/swolchok/54/head -> origin/gh/swolchok/54/head 2025-06-05T23:12:41.9498423Z * [new branch] gh/swolchok/54/orig -> origin/gh/swolchok/54/orig 2025-06-05T23:12:41.9499819Z * [new branch] gh/swolchok/55/base -> origin/gh/swolchok/55/base 2025-06-05T23:12:41.9500759Z * [new branch] gh/swolchok/55/head -> origin/gh/swolchok/55/head 2025-06-05T23:12:41.9501842Z * [new branch] gh/swolchok/55/orig -> origin/gh/swolchok/55/orig 2025-06-05T23:12:41.9503296Z * [new branch] gh/swolchok/56/base -> origin/gh/swolchok/56/base 2025-06-05T23:12:41.9504315Z * [new branch] gh/swolchok/56/head -> origin/gh/swolchok/56/head 2025-06-05T23:12:41.9505349Z * [new branch] gh/swolchok/56/orig -> origin/gh/swolchok/56/orig 2025-06-05T23:12:41.9507346Z * [new branch] gh/swolchok/57/base -> origin/gh/swolchok/57/base 2025-06-05T23:12:41.9508206Z * [new branch] gh/swolchok/57/head -> origin/gh/swolchok/57/head 2025-06-05T23:12:41.9509258Z * [new branch] gh/swolchok/57/orig -> origin/gh/swolchok/57/orig 2025-06-05T23:12:41.9510987Z * [new branch] gh/swolchok/58/base -> origin/gh/swolchok/58/base 2025-06-05T23:12:41.9512136Z * [new branch] gh/swolchok/58/head -> origin/gh/swolchok/58/head 2025-06-05T23:12:41.9513042Z * [new branch] gh/swolchok/58/orig -> origin/gh/swolchok/58/orig 2025-06-05T23:12:41.9514487Z * [new branch] gh/swolchok/59/base -> origin/gh/swolchok/59/base 2025-06-05T23:12:41.9515371Z * [new branch] gh/swolchok/59/head -> origin/gh/swolchok/59/head 2025-06-05T23:12:41.9516408Z * [new branch] gh/swolchok/59/orig -> origin/gh/swolchok/59/orig 2025-06-05T23:12:41.9517788Z * [new branch] gh/swolchok/6/base -> origin/gh/swolchok/6/base 2025-06-05T23:12:41.9518799Z * [new branch] gh/swolchok/6/head -> origin/gh/swolchok/6/head 2025-06-05T23:12:41.9519834Z * [new branch] gh/swolchok/6/orig -> origin/gh/swolchok/6/orig 2025-06-05T23:12:41.9521162Z * [new branch] gh/swolchok/60/base -> origin/gh/swolchok/60/base 2025-06-05T23:12:41.9522193Z * [new branch] gh/swolchok/60/head -> origin/gh/swolchok/60/head 2025-06-05T23:12:41.9523117Z * [new branch] gh/swolchok/60/orig -> origin/gh/swolchok/60/orig 2025-06-05T23:12:41.9524564Z * [new branch] gh/swolchok/61/base -> origin/gh/swolchok/61/base 2025-06-05T23:12:41.9525463Z * [new branch] gh/swolchok/61/head -> origin/gh/swolchok/61/head 2025-06-05T23:12:41.9526391Z * [new branch] gh/swolchok/61/orig -> origin/gh/swolchok/61/orig 2025-06-05T23:12:41.9527698Z * [new branch] gh/swolchok/62/base -> origin/gh/swolchok/62/base 2025-06-05T23:12:41.9528659Z * [new branch] gh/swolchok/62/head -> origin/gh/swolchok/62/head 2025-06-05T23:12:41.9529616Z * [new branch] gh/swolchok/62/orig -> origin/gh/swolchok/62/orig 2025-06-05T23:12:41.9530961Z * [new branch] gh/swolchok/63/base -> origin/gh/swolchok/63/base 2025-06-05T23:12:41.9531969Z * [new branch] gh/swolchok/63/head -> origin/gh/swolchok/63/head 2025-06-05T23:12:41.9532882Z * [new branch] gh/swolchok/63/orig -> origin/gh/swolchok/63/orig 2025-06-05T23:12:41.9534266Z * [new branch] gh/swolchok/64/base -> origin/gh/swolchok/64/base 2025-06-05T23:12:41.9535182Z * [new branch] gh/swolchok/64/head -> origin/gh/swolchok/64/head 2025-06-05T23:12:41.9536067Z * [new branch] gh/swolchok/64/orig -> origin/gh/swolchok/64/orig 2025-06-05T23:12:41.9537473Z * [new branch] gh/swolchok/65/base -> origin/gh/swolchok/65/base 2025-06-05T23:12:41.9538402Z * [new branch] gh/swolchok/65/head -> origin/gh/swolchok/65/head 2025-06-05T23:12:41.9539271Z * [new branch] gh/swolchok/65/orig -> origin/gh/swolchok/65/orig 2025-06-05T23:12:41.9540673Z * [new branch] gh/swolchok/66/base -> origin/gh/swolchok/66/base 2025-06-05T23:12:41.9541617Z * [new branch] gh/swolchok/66/head -> origin/gh/swolchok/66/head 2025-06-05T23:12:41.9542496Z * [new branch] gh/swolchok/66/orig -> origin/gh/swolchok/66/orig 2025-06-05T23:12:41.9543880Z * [new branch] gh/swolchok/67/base -> origin/gh/swolchok/67/base 2025-06-05T23:12:41.9544866Z * [new branch] gh/swolchok/67/head -> origin/gh/swolchok/67/head 2025-06-05T23:12:41.9545760Z * [new branch] gh/swolchok/67/orig -> origin/gh/swolchok/67/orig 2025-06-05T23:12:41.9547351Z * [new branch] gh/swolchok/68/base -> origin/gh/swolchok/68/base 2025-06-05T23:12:41.9548391Z * [new branch] gh/swolchok/68/head -> origin/gh/swolchok/68/head 2025-06-05T23:12:41.9549458Z * [new branch] gh/swolchok/68/orig -> origin/gh/swolchok/68/orig 2025-06-05T23:12:41.9551322Z * [new branch] gh/swolchok/69/base -> origin/gh/swolchok/69/base 2025-06-05T23:12:41.9552117Z * [new branch] gh/swolchok/69/head -> origin/gh/swolchok/69/head 2025-06-05T23:12:41.9553262Z * [new branch] gh/swolchok/69/orig -> origin/gh/swolchok/69/orig 2025-06-05T23:12:41.9554344Z * [new branch] gh/swolchok/7/base -> origin/gh/swolchok/7/base 2025-06-05T23:12:41.9555888Z * [new branch] gh/swolchok/7/head -> origin/gh/swolchok/7/head 2025-06-05T23:12:41.9556816Z * [new branch] gh/swolchok/7/orig -> origin/gh/swolchok/7/orig 2025-06-05T23:12:41.9558465Z * [new branch] gh/swolchok/70/base -> origin/gh/swolchok/70/base 2025-06-05T23:12:41.9559346Z * [new branch] gh/swolchok/70/head -> origin/gh/swolchok/70/head 2025-06-05T23:12:41.9560358Z * [new branch] gh/swolchok/70/orig -> origin/gh/swolchok/70/orig 2025-06-05T23:12:41.9561949Z * [new branch] gh/swolchok/71/base -> origin/gh/swolchok/71/base 2025-06-05T23:12:41.9562750Z * [new branch] gh/swolchok/71/head -> origin/gh/swolchok/71/head 2025-06-05T23:12:41.9563773Z * [new branch] gh/swolchok/71/orig -> origin/gh/swolchok/71/orig 2025-06-05T23:12:41.9565348Z * [new branch] gh/swolchok/72/base -> origin/gh/swolchok/72/base 2025-06-05T23:12:41.9566128Z * [new branch] gh/swolchok/72/head -> origin/gh/swolchok/72/head 2025-06-05T23:12:41.9567086Z * [new branch] gh/swolchok/72/orig -> origin/gh/swolchok/72/orig 2025-06-05T23:12:41.9568384Z * [new branch] gh/swolchok/73/base -> origin/gh/swolchok/73/base 2025-06-05T23:12:41.9569274Z * [new branch] gh/swolchok/73/head -> origin/gh/swolchok/73/head 2025-06-05T23:12:41.9570333Z * [new branch] gh/swolchok/73/orig -> origin/gh/swolchok/73/orig 2025-06-05T23:12:41.9571813Z * [new branch] gh/swolchok/74/base -> origin/gh/swolchok/74/base 2025-06-05T23:12:41.9572734Z * [new branch] gh/swolchok/74/head -> origin/gh/swolchok/74/head 2025-06-05T23:12:41.9573722Z * [new branch] gh/swolchok/74/orig -> origin/gh/swolchok/74/orig 2025-06-05T23:12:41.9575153Z * [new branch] gh/swolchok/75/base -> origin/gh/swolchok/75/base 2025-06-05T23:12:41.9576089Z * [new branch] gh/swolchok/75/head -> origin/gh/swolchok/75/head 2025-06-05T23:12:41.9576994Z * [new branch] gh/swolchok/75/orig -> origin/gh/swolchok/75/orig 2025-06-05T23:12:41.9578521Z * [new branch] gh/swolchok/76/base -> origin/gh/swolchok/76/base 2025-06-05T23:12:41.9579581Z * [new branch] gh/swolchok/77/base -> origin/gh/swolchok/77/base 2025-06-05T23:12:41.9580939Z * [new branch] gh/swolchok/78/base -> origin/gh/swolchok/78/base 2025-06-05T23:12:41.9582187Z * [new branch] gh/swolchok/79/base -> origin/gh/swolchok/79/base 2025-06-05T23:12:41.9583055Z * [new branch] gh/swolchok/79/head -> origin/gh/swolchok/79/head 2025-06-05T23:12:41.9584111Z * [new branch] gh/swolchok/79/orig -> origin/gh/swolchok/79/orig 2025-06-05T23:12:41.9585563Z * [new branch] gh/swolchok/8/base -> origin/gh/swolchok/8/base 2025-06-05T23:12:41.9586506Z * [new branch] gh/swolchok/8/head -> origin/gh/swolchok/8/head 2025-06-05T23:12:41.9587560Z * [new branch] gh/swolchok/8/orig -> origin/gh/swolchok/8/orig 2025-06-05T23:12:41.9589013Z * [new branch] gh/swolchok/80/base -> origin/gh/swolchok/80/base 2025-06-05T23:12:41.9589920Z * [new branch] gh/swolchok/80/head -> origin/gh/swolchok/80/head 2025-06-05T23:12:41.9590987Z * [new branch] gh/swolchok/80/orig -> origin/gh/swolchok/80/orig 2025-06-05T23:12:41.9592759Z * [new branch] gh/swolchok/81/base -> origin/gh/swolchok/81/base 2025-06-05T23:12:41.9593648Z * [new branch] gh/swolchok/81/head -> origin/gh/swolchok/81/head 2025-06-05T23:12:41.9595405Z * [new branch] gh/swolchok/81/orig -> origin/gh/swolchok/81/orig 2025-06-05T23:12:41.9596213Z * [new branch] gh/swolchok/82/base -> origin/gh/swolchok/82/base 2025-06-05T23:12:41.9597191Z * [new branch] gh/swolchok/82/head -> origin/gh/swolchok/82/head 2025-06-05T23:12:41.9598150Z * [new branch] gh/swolchok/82/orig -> origin/gh/swolchok/82/orig 2025-06-05T23:12:41.9599351Z * [new branch] gh/swolchok/83/base -> origin/gh/swolchok/83/base 2025-06-05T23:12:41.9600362Z * [new branch] gh/swolchok/83/head -> origin/gh/swolchok/83/head 2025-06-05T23:12:41.9601588Z * [new branch] gh/swolchok/84/base -> origin/gh/swolchok/84/base 2025-06-05T23:12:41.9602803Z * [new branch] gh/swolchok/85/base -> origin/gh/swolchok/85/base 2025-06-05T23:12:41.9603770Z * [new branch] gh/swolchok/85/head -> origin/gh/swolchok/85/head 2025-06-05T23:12:41.9604819Z * [new branch] gh/swolchok/85/orig -> origin/gh/swolchok/85/orig 2025-06-05T23:12:41.9606188Z * [new branch] gh/swolchok/86/base -> origin/gh/swolchok/86/base 2025-06-05T23:12:41.9607193Z * [new branch] gh/swolchok/86/head -> origin/gh/swolchok/86/head 2025-06-05T23:12:41.9608206Z * [new branch] gh/swolchok/86/orig -> origin/gh/swolchok/86/orig 2025-06-05T23:12:41.9609623Z * [new branch] gh/swolchok/87/base -> origin/gh/swolchok/87/base 2025-06-05T23:12:41.9610582Z * [new branch] gh/swolchok/87/head -> origin/gh/swolchok/87/head 2025-06-05T23:12:41.9611676Z * [new branch] gh/swolchok/87/orig -> origin/gh/swolchok/87/orig 2025-06-05T23:12:41.9613255Z * [new branch] gh/swolchok/88/base -> origin/gh/swolchok/88/base 2025-06-05T23:12:41.9614157Z * [new branch] gh/swolchok/88/head -> origin/gh/swolchok/88/head 2025-06-05T23:12:41.9615118Z * [new branch] gh/swolchok/88/orig -> origin/gh/swolchok/88/orig 2025-06-05T23:12:41.9616584Z * [new branch] gh/swolchok/89/base -> origin/gh/swolchok/89/base 2025-06-05T23:12:41.9617576Z * [new branch] gh/swolchok/89/head -> origin/gh/swolchok/89/head 2025-06-05T23:12:41.9618591Z * [new branch] gh/swolchok/89/orig -> origin/gh/swolchok/89/orig 2025-06-05T23:12:41.9619895Z * [new branch] gh/swolchok/9/base -> origin/gh/swolchok/9/base 2025-06-05T23:12:41.9620880Z * [new branch] gh/swolchok/9/head -> origin/gh/swolchok/9/head 2025-06-05T23:12:41.9621951Z * [new branch] gh/swolchok/9/orig -> origin/gh/swolchok/9/orig 2025-06-05T23:12:41.9623789Z * [new branch] gh/swolchok/90/base -> origin/gh/swolchok/90/base 2025-06-05T23:12:41.9624750Z * [new branch] gh/swolchok/90/head -> origin/gh/swolchok/90/head 2025-06-05T23:12:41.9625778Z * [new branch] gh/swolchok/90/orig -> origin/gh/swolchok/90/orig 2025-06-05T23:12:41.9627375Z * [new branch] gh/swolchok/91/base -> origin/gh/swolchok/91/base 2025-06-05T23:12:41.9628195Z * [new branch] gh/swolchok/91/head -> origin/gh/swolchok/91/head 2025-06-05T23:12:41.9629713Z * [new branch] gh/swolchok/91/orig -> origin/gh/swolchok/91/orig 2025-06-05T23:12:41.9630905Z * [new branch] gh/swolchok/92/base -> origin/gh/swolchok/92/base 2025-06-05T23:12:41.9632000Z * [new branch] gh/swolchok/92/head -> origin/gh/swolchok/92/head 2025-06-05T23:12:41.9633052Z * [new branch] gh/swolchok/92/orig -> origin/gh/swolchok/92/orig 2025-06-05T23:12:41.9634436Z * [new branch] gh/swolchok/93/base -> origin/gh/swolchok/93/base 2025-06-05T23:12:41.9635331Z * [new branch] gh/swolchok/93/head -> origin/gh/swolchok/93/head 2025-06-05T23:12:41.9636376Z * [new branch] gh/swolchok/93/orig -> origin/gh/swolchok/93/orig 2025-06-05T23:12:41.9637765Z * [new branch] gh/swolchok/94/base -> origin/gh/swolchok/94/base 2025-06-05T23:12:41.9638806Z * [new branch] gh/swolchok/94/head -> origin/gh/swolchok/94/head 2025-06-05T23:12:41.9639982Z * [new branch] gh/swolchok/95/base -> origin/gh/swolchok/95/base 2025-06-05T23:12:41.9640899Z * [new branch] gh/swolchok/95/head -> origin/gh/swolchok/95/head 2025-06-05T23:12:41.9642179Z * [new branch] gh/swolchok/96/base -> origin/gh/swolchok/96/base 2025-06-05T23:12:41.9643514Z * [new branch] gh/swolchok/96/head -> origin/gh/swolchok/96/head 2025-06-05T23:12:41.9644600Z * [new branch] gh/swolchok/96/orig -> origin/gh/swolchok/96/orig 2025-06-05T23:12:41.9646056Z * [new branch] gh/swolchok/97/base -> origin/gh/swolchok/97/base 2025-06-05T23:12:41.9647090Z * [new branch] gh/swolchok/97/head -> origin/gh/swolchok/97/head 2025-06-05T23:12:41.9648130Z * [new branch] gh/swolchok/97/orig -> origin/gh/swolchok/97/orig 2025-06-05T23:12:41.9649551Z * [new branch] gh/swolchok/98/base -> origin/gh/swolchok/98/base 2025-06-05T23:12:41.9650466Z * [new branch] gh/swolchok/98/head -> origin/gh/swolchok/98/head 2025-06-05T23:12:41.9651453Z * [new branch] gh/swolchok/98/orig -> origin/gh/swolchok/98/orig 2025-06-05T23:12:41.9652827Z * [new branch] gh/swolchok/99/base -> origin/gh/swolchok/99/base 2025-06-05T23:12:41.9653794Z * [new branch] gh/swolchok/99/head -> origin/gh/swolchok/99/head 2025-06-05T23:12:41.9654721Z * [new branch] gh/swolchok/99/orig -> origin/gh/swolchok/99/orig 2025-06-05T23:12:41.9656284Z * [new branch] gh/tarun292/1/base -> origin/gh/tarun292/1/base 2025-06-05T23:12:41.9657233Z * [new branch] gh/tarun292/1/head -> origin/gh/tarun292/1/head 2025-06-05T23:12:41.9658355Z * [new branch] gh/tarun292/1/orig -> origin/gh/tarun292/1/orig 2025-06-05T23:12:41.9659757Z * [new branch] gh/tarun292/2/base -> origin/gh/tarun292/2/base 2025-06-05T23:12:41.9661031Z * [new branch] gh/tarun292/2/head -> origin/gh/tarun292/2/head 2025-06-05T23:12:41.9661996Z * [new branch] gh/tarun292/2/orig -> origin/gh/tarun292/2/orig 2025-06-05T23:12:41.9663569Z * [new branch] gh/tarun292/3/base -> origin/gh/tarun292/3/base 2025-06-05T23:12:41.9664466Z * [new branch] gh/tarun292/3/head -> origin/gh/tarun292/3/head 2025-06-05T23:12:41.9665421Z * [new branch] gh/tarun292/3/orig -> origin/gh/tarun292/3/orig 2025-06-05T23:12:41.9666879Z * [new branch] gh/tarun292/4/base -> origin/gh/tarun292/4/base 2025-06-05T23:12:41.9667907Z * [new branch] gh/tarun292/4/orig -> origin/gh/tarun292/4/orig 2025-06-05T23:12:41.9669264Z * [new branch] gh/tarun292/5/base -> origin/gh/tarun292/5/base 2025-06-05T23:12:41.9670287Z * [new branch] gh/tarun292/5/head -> origin/gh/tarun292/5/head 2025-06-05T23:12:41.9671320Z * [new branch] gh/tarun292/5/orig -> origin/gh/tarun292/5/orig 2025-06-05T23:12:41.9672695Z * [new branch] gh/tarun292/6/base -> origin/gh/tarun292/6/base 2025-06-05T23:12:41.9673621Z * [new branch] gh/tarun292/6/head -> origin/gh/tarun292/6/head 2025-06-05T23:12:41.9674601Z * [new branch] gh/tarun292/6/orig -> origin/gh/tarun292/6/orig 2025-06-05T23:12:41.9675754Z * [new branch] gh/tarun292/7/base -> origin/gh/tarun292/7/base 2025-06-05T23:12:41.9676697Z * [new branch] gh/tarun292/7/head -> origin/gh/tarun292/7/head 2025-06-05T23:12:41.9677732Z * [new branch] gh/tarun292/7/orig -> origin/gh/tarun292/7/orig 2025-06-05T23:12:41.9679480Z * [new branch] gh/trivedivivek/1/base -> origin/gh/trivedivivek/1/base 2025-06-05T23:12:41.9680781Z * [new branch] gh/trivedivivek/10/base -> origin/gh/trivedivivek/10/base 2025-06-05T23:12:41.9682140Z * [new branch] gh/trivedivivek/100/base -> origin/gh/trivedivivek/100/base 2025-06-05T23:12:41.9683552Z * [new branch] gh/trivedivivek/101/base -> origin/gh/trivedivivek/101/base 2025-06-05T23:12:41.9684964Z * [new branch] gh/trivedivivek/102/base -> origin/gh/trivedivivek/102/base 2025-06-05T23:12:41.9686399Z * [new branch] gh/trivedivivek/103/base -> origin/gh/trivedivivek/103/base 2025-06-05T23:12:41.9687438Z * [new branch] gh/trivedivivek/103/head -> origin/gh/trivedivivek/103/head 2025-06-05T23:12:41.9688692Z * [new branch] gh/trivedivivek/104/base -> origin/gh/trivedivivek/104/base 2025-06-05T23:12:41.9689602Z * [new branch] gh/trivedivivek/104/head -> origin/gh/trivedivivek/104/head 2025-06-05T23:12:41.9691161Z * [new branch] gh/trivedivivek/105/base -> origin/gh/trivedivivek/105/base 2025-06-05T23:12:41.9692228Z * [new branch] gh/trivedivivek/105/head -> origin/gh/trivedivivek/105/head 2025-06-05T23:12:41.9693492Z * [new branch] gh/trivedivivek/106/base -> origin/gh/trivedivivek/106/base 2025-06-05T23:12:41.9694378Z * [new branch] gh/trivedivivek/106/head -> origin/gh/trivedivivek/106/head 2025-06-05T23:12:41.9695884Z * [new branch] gh/trivedivivek/107/base -> origin/gh/trivedivivek/107/base 2025-06-05T23:12:41.9697193Z * [new branch] gh/trivedivivek/108/base -> origin/gh/trivedivivek/108/base 2025-06-05T23:12:41.9698597Z * [new branch] gh/trivedivivek/109/base -> origin/gh/trivedivivek/109/base 2025-06-05T23:12:41.9699969Z * [new branch] gh/trivedivivek/11/base -> origin/gh/trivedivivek/11/base 2025-06-05T23:12:41.9701313Z * [new branch] gh/trivedivivek/110/base -> origin/gh/trivedivivek/110/base 2025-06-05T23:12:41.9702589Z * [new branch] gh/trivedivivek/111/base -> origin/gh/trivedivivek/111/base 2025-06-05T23:12:41.9703688Z * [new branch] gh/trivedivivek/111/head -> origin/gh/trivedivivek/111/head 2025-06-05T23:12:41.9704576Z * [new branch] gh/trivedivivek/111/orig -> origin/gh/trivedivivek/111/orig 2025-06-05T23:12:41.9705925Z * [new branch] gh/trivedivivek/12/base -> origin/gh/trivedivivek/12/base 2025-06-05T23:12:41.9707526Z * [new branch] gh/trivedivivek/13/base -> origin/gh/trivedivivek/13/base 2025-06-05T23:12:41.9709702Z * [new branch] gh/trivedivivek/14/base -> origin/gh/trivedivivek/14/base 2025-06-05T23:12:41.9710772Z * [new branch] gh/trivedivivek/15/base -> origin/gh/trivedivivek/15/base 2025-06-05T23:12:41.9712215Z * [new branch] gh/trivedivivek/16/base -> origin/gh/trivedivivek/16/base 2025-06-05T23:12:41.9713528Z * [new branch] gh/trivedivivek/17/base -> origin/gh/trivedivivek/17/base 2025-06-05T23:12:41.9714885Z * [new branch] gh/trivedivivek/18/base -> origin/gh/trivedivivek/18/base 2025-06-05T23:12:41.9716345Z * [new branch] gh/trivedivivek/19/base -> origin/gh/trivedivivek/19/base 2025-06-05T23:12:41.9717533Z * [new branch] gh/trivedivivek/2/base -> origin/gh/trivedivivek/2/base 2025-06-05T23:12:41.9718938Z * [new branch] gh/trivedivivek/20/base -> origin/gh/trivedivivek/20/base 2025-06-05T23:12:41.9720287Z * [new branch] gh/trivedivivek/21/base -> origin/gh/trivedivivek/21/base 2025-06-05T23:12:41.9721681Z * [new branch] gh/trivedivivek/22/base -> origin/gh/trivedivivek/22/base 2025-06-05T23:12:41.9723071Z * [new branch] gh/trivedivivek/23/base -> origin/gh/trivedivivek/23/base 2025-06-05T23:12:41.9724395Z * [new branch] gh/trivedivivek/24/base -> origin/gh/trivedivivek/24/base 2025-06-05T23:12:41.9726148Z * [new branch] gh/trivedivivek/25/base -> origin/gh/trivedivivek/25/base 2025-06-05T23:12:41.9727672Z * [new branch] gh/trivedivivek/26/base -> origin/gh/trivedivivek/26/base 2025-06-05T23:12:41.9728949Z * [new branch] gh/trivedivivek/27/base -> origin/gh/trivedivivek/27/base 2025-06-05T23:12:41.9730642Z * [new branch] gh/trivedivivek/28/base -> origin/gh/trivedivivek/28/base 2025-06-05T23:12:41.9731744Z * [new branch] gh/trivedivivek/28/head -> origin/gh/trivedivivek/28/head 2025-06-05T23:12:41.9732830Z * [new branch] gh/trivedivivek/28/orig -> origin/gh/trivedivivek/28/orig 2025-06-05T23:12:41.9734256Z * [new branch] gh/trivedivivek/29/base -> origin/gh/trivedivivek/29/base 2025-06-05T23:12:41.9735458Z * [new branch] gh/trivedivivek/3/base -> origin/gh/trivedivivek/3/base 2025-06-05T23:12:41.9736818Z * [new branch] gh/trivedivivek/30/base -> origin/gh/trivedivivek/30/base 2025-06-05T23:12:41.9738214Z * [new branch] gh/trivedivivek/31/base -> origin/gh/trivedivivek/31/base 2025-06-05T23:12:41.9739618Z * [new branch] gh/trivedivivek/32/base -> origin/gh/trivedivivek/32/base 2025-06-05T23:12:41.9740988Z * [new branch] gh/trivedivivek/33/base -> origin/gh/trivedivivek/33/base 2025-06-05T23:12:41.9742460Z * [new branch] gh/trivedivivek/34/base -> origin/gh/trivedivivek/34/base 2025-06-05T23:12:41.9743875Z * [new branch] gh/trivedivivek/35/base -> origin/gh/trivedivivek/35/base 2025-06-05T23:12:41.9745208Z * [new branch] gh/trivedivivek/36/base -> origin/gh/trivedivivek/36/base 2025-06-05T23:12:41.9746669Z * [new branch] gh/trivedivivek/37/base -> origin/gh/trivedivivek/37/base 2025-06-05T23:12:41.9748124Z * [new branch] gh/trivedivivek/38/base -> origin/gh/trivedivivek/38/base 2025-06-05T23:12:41.9749105Z * [new branch] gh/trivedivivek/38/head -> origin/gh/trivedivivek/38/head 2025-06-05T23:12:41.9750554Z * [new branch] gh/trivedivivek/39/base -> origin/gh/trivedivivek/39/base 2025-06-05T23:12:41.9751418Z * [new branch] gh/trivedivivek/39/head -> origin/gh/trivedivivek/39/head 2025-06-05T23:12:41.9752604Z * [new branch] gh/trivedivivek/4/base -> origin/gh/trivedivivek/4/base 2025-06-05T23:12:41.9754726Z * [new branch] gh/trivedivivek/40/base -> origin/gh/trivedivivek/40/base 2025-06-05T23:12:41.9755756Z * [new branch] gh/trivedivivek/40/head -> origin/gh/trivedivivek/40/head 2025-06-05T23:12:41.9756755Z * [new branch] gh/trivedivivek/40/orig -> origin/gh/trivedivivek/40/orig 2025-06-05T23:12:41.9758124Z * [new branch] gh/trivedivivek/41/base -> origin/gh/trivedivivek/41/base 2025-06-05T23:12:41.9759499Z * [new branch] gh/trivedivivek/42/base -> origin/gh/trivedivivek/42/base 2025-06-05T23:12:41.9761301Z * [new branch] gh/trivedivivek/43/base -> origin/gh/trivedivivek/43/base 2025-06-05T23:12:41.9762396Z * [new branch] gh/trivedivivek/43/head -> origin/gh/trivedivivek/43/head 2025-06-05T23:12:41.9763471Z * [new branch] gh/trivedivivek/43/orig -> origin/gh/trivedivivek/43/orig 2025-06-05T23:12:41.9764895Z * [new branch] gh/trivedivivek/44/base -> origin/gh/trivedivivek/44/base 2025-06-05T23:12:41.9765946Z * [new branch] gh/trivedivivek/44/head -> origin/gh/trivedivivek/44/head 2025-06-05T23:12:41.9766996Z * [new branch] gh/trivedivivek/44/orig -> origin/gh/trivedivivek/44/orig 2025-06-05T23:12:41.9768862Z * [new branch] gh/trivedivivek/45/base -> origin/gh/trivedivivek/45/base 2025-06-05T23:12:41.9770309Z * [new branch] gh/trivedivivek/46/base -> origin/gh/trivedivivek/46/base 2025-06-05T23:12:41.9771683Z * [new branch] gh/trivedivivek/47/base -> origin/gh/trivedivivek/47/base 2025-06-05T23:12:41.9773045Z * [new branch] gh/trivedivivek/48/base -> origin/gh/trivedivivek/48/base 2025-06-05T23:12:41.9774482Z * [new branch] gh/trivedivivek/49/base -> origin/gh/trivedivivek/49/base 2025-06-05T23:12:41.9775903Z * [new branch] gh/trivedivivek/5/base -> origin/gh/trivedivivek/5/base 2025-06-05T23:12:41.9777389Z * [new branch] gh/trivedivivek/50/base -> origin/gh/trivedivivek/50/base 2025-06-05T23:12:41.9778453Z * [new branch] gh/trivedivivek/50/head -> origin/gh/trivedivivek/50/head 2025-06-05T23:12:41.9779497Z * [new branch] gh/trivedivivek/50/orig -> origin/gh/trivedivivek/50/orig 2025-06-05T23:12:41.9780980Z * [new branch] gh/trivedivivek/51/base -> origin/gh/trivedivivek/51/base 2025-06-05T23:12:41.9782357Z * [new branch] gh/trivedivivek/52/base -> origin/gh/trivedivivek/52/base 2025-06-05T23:12:41.9783752Z * [new branch] gh/trivedivivek/53/base -> origin/gh/trivedivivek/53/base 2025-06-05T23:12:41.9785110Z * [new branch] gh/trivedivivek/54/base -> origin/gh/trivedivivek/54/base 2025-06-05T23:12:41.9786609Z * [new branch] gh/trivedivivek/55/base -> origin/gh/trivedivivek/55/base 2025-06-05T23:12:41.9787994Z * [new branch] gh/trivedivivek/56/base -> origin/gh/trivedivivek/56/base 2025-06-05T23:12:41.9789330Z * [new branch] gh/trivedivivek/57/base -> origin/gh/trivedivivek/57/base 2025-06-05T23:12:41.9790760Z * [new branch] gh/trivedivivek/58/base -> origin/gh/trivedivivek/58/base 2025-06-05T23:12:41.9792511Z * [new branch] gh/trivedivivek/59/base -> origin/gh/trivedivivek/59/base 2025-06-05T23:12:41.9793804Z * [new branch] gh/trivedivivek/6/base -> origin/gh/trivedivivek/6/base 2025-06-05T23:12:41.9794929Z * [new branch] gh/trivedivivek/6/head -> origin/gh/trivedivivek/6/head 2025-06-05T23:12:41.9796013Z * [new branch] gh/trivedivivek/6/orig -> origin/gh/trivedivivek/6/orig 2025-06-05T23:12:41.9797421Z * [new branch] gh/trivedivivek/60/base -> origin/gh/trivedivivek/60/base 2025-06-05T23:12:41.9798756Z * [new branch] gh/trivedivivek/61/base -> origin/gh/trivedivivek/61/base 2025-06-05T23:12:41.9800115Z * [new branch] gh/trivedivivek/62/base -> origin/gh/trivedivivek/62/base 2025-06-05T23:12:41.9801492Z * [new branch] gh/trivedivivek/63/base -> origin/gh/trivedivivek/63/base 2025-06-05T23:12:41.9802965Z * [new branch] gh/trivedivivek/64/base -> origin/gh/trivedivivek/64/base 2025-06-05T23:12:41.9804393Z * [new branch] gh/trivedivivek/65/base -> origin/gh/trivedivivek/65/base 2025-06-05T23:12:41.9805818Z * [new branch] gh/trivedivivek/66/base -> origin/gh/trivedivivek/66/base 2025-06-05T23:12:41.9807261Z * [new branch] gh/trivedivivek/67/base -> origin/gh/trivedivivek/67/base 2025-06-05T23:12:41.9808687Z * [new branch] gh/trivedivivek/68/base -> origin/gh/trivedivivek/68/base 2025-06-05T23:12:41.9810034Z * [new branch] gh/trivedivivek/69/base -> origin/gh/trivedivivek/69/base 2025-06-05T23:12:41.9811210Z * [new branch] gh/trivedivivek/7/base -> origin/gh/trivedivivek/7/base 2025-06-05T23:12:41.9812318Z * [new branch] gh/trivedivivek/7/head -> origin/gh/trivedivivek/7/head 2025-06-05T23:12:41.9813272Z * [new branch] gh/trivedivivek/7/orig -> origin/gh/trivedivivek/7/orig 2025-06-05T23:12:41.9814668Z * [new branch] gh/trivedivivek/70/base -> origin/gh/trivedivivek/70/base 2025-06-05T23:12:41.9816094Z * [new branch] gh/trivedivivek/71/base -> origin/gh/trivedivivek/71/base 2025-06-05T23:12:41.9817482Z * [new branch] gh/trivedivivek/72/base -> origin/gh/trivedivivek/72/base 2025-06-05T23:12:41.9818857Z * [new branch] gh/trivedivivek/73/base -> origin/gh/trivedivivek/73/base 2025-06-05T23:12:41.9820269Z * [new branch] gh/trivedivivek/74/base -> origin/gh/trivedivivek/74/base 2025-06-05T23:12:41.9821494Z * [new branch] gh/trivedivivek/74/head -> origin/gh/trivedivivek/74/head 2025-06-05T23:12:41.9822366Z * [new branch] gh/trivedivivek/74/orig -> origin/gh/trivedivivek/74/orig 2025-06-05T23:12:41.9823743Z * [new branch] gh/trivedivivek/75/base -> origin/gh/trivedivivek/75/base 2025-06-05T23:12:41.9824784Z * [new branch] gh/trivedivivek/75/head -> origin/gh/trivedivivek/75/head 2025-06-05T23:12:41.9825793Z * [new branch] gh/trivedivivek/75/orig -> origin/gh/trivedivivek/75/orig 2025-06-05T23:12:41.9827299Z * [new branch] gh/trivedivivek/76/base -> origin/gh/trivedivivek/76/base 2025-06-05T23:12:41.9828363Z * [new branch] gh/trivedivivek/76/head -> origin/gh/trivedivivek/76/head 2025-06-05T23:12:41.9829441Z * [new branch] gh/trivedivivek/76/orig -> origin/gh/trivedivivek/76/orig 2025-06-05T23:12:41.9830846Z * [new branch] gh/trivedivivek/77/base -> origin/gh/trivedivivek/77/base 2025-06-05T23:12:41.9831919Z * [new branch] gh/trivedivivek/77/head -> origin/gh/trivedivivek/77/head 2025-06-05T23:12:41.9832982Z * [new branch] gh/trivedivivek/77/orig -> origin/gh/trivedivivek/77/orig 2025-06-05T23:12:41.9834317Z * [new branch] gh/trivedivivek/78/base -> origin/gh/trivedivivek/78/base 2025-06-05T23:12:41.9835429Z * [new branch] gh/trivedivivek/78/orig -> origin/gh/trivedivivek/78/orig 2025-06-05T23:12:41.9836897Z * [new branch] gh/trivedivivek/79/base -> origin/gh/trivedivivek/79/base 2025-06-05T23:12:41.9837981Z * [new branch] gh/trivedivivek/79/orig -> origin/gh/trivedivivek/79/orig 2025-06-05T23:12:41.9839141Z * [new branch] gh/trivedivivek/8/base -> origin/gh/trivedivivek/8/base 2025-06-05T23:12:41.9840001Z * [new branch] gh/trivedivivek/8/head -> origin/gh/trivedivivek/8/head 2025-06-05T23:12:41.9840983Z * [new branch] gh/trivedivivek/8/orig -> origin/gh/trivedivivek/8/orig 2025-06-05T23:12:41.9842462Z * [new branch] gh/trivedivivek/80/base -> origin/gh/trivedivivek/80/base 2025-06-05T23:12:41.9843836Z * [new branch] gh/trivedivivek/81/base -> origin/gh/trivedivivek/81/base 2025-06-05T23:12:41.9845298Z * [new branch] gh/trivedivivek/82/base -> origin/gh/trivedivivek/82/base 2025-06-05T23:12:41.9847067Z * [new branch] gh/trivedivivek/83/base -> origin/gh/trivedivivek/83/base 2025-06-05T23:12:41.9848114Z * [new branch] gh/trivedivivek/83/head -> origin/gh/trivedivivek/83/head 2025-06-05T23:12:41.9849167Z * [new branch] gh/trivedivivek/83/orig -> origin/gh/trivedivivek/83/orig 2025-06-05T23:12:41.9850326Z * [new branch] gh/trivedivivek/84/base -> origin/gh/trivedivivek/84/base 2025-06-05T23:12:41.9851395Z * [new branch] gh/trivedivivek/84/head -> origin/gh/trivedivivek/84/head 2025-06-05T23:12:41.9852398Z * [new branch] gh/trivedivivek/84/orig -> origin/gh/trivedivivek/84/orig 2025-06-05T23:12:41.9853552Z * [new branch] gh/trivedivivek/85/base -> origin/gh/trivedivivek/85/base 2025-06-05T23:12:41.9854559Z * [new branch] gh/trivedivivek/85/head -> origin/gh/trivedivivek/85/head 2025-06-05T23:12:41.9855667Z * [new branch] gh/trivedivivek/85/orig -> origin/gh/trivedivivek/85/orig 2025-06-05T23:12:41.9857050Z * [new branch] gh/trivedivivek/86/base -> origin/gh/trivedivivek/86/base 2025-06-05T23:12:41.9858407Z * [new branch] gh/trivedivivek/87/base -> origin/gh/trivedivivek/87/base 2025-06-05T23:12:41.9859782Z * [new branch] gh/trivedivivek/88/base -> origin/gh/trivedivivek/88/base 2025-06-05T23:12:41.9860875Z * [new branch] gh/trivedivivek/88/head -> origin/gh/trivedivivek/88/head 2025-06-05T23:12:41.9861888Z * [new branch] gh/trivedivivek/88/orig -> origin/gh/trivedivivek/88/orig 2025-06-05T23:12:41.9863208Z * [new branch] gh/trivedivivek/89/base -> origin/gh/trivedivivek/89/base 2025-06-05T23:12:41.9864458Z * [new branch] gh/trivedivivek/9/base -> origin/gh/trivedivivek/9/base 2025-06-05T23:12:41.9866294Z * [new branch] gh/trivedivivek/90/base -> origin/gh/trivedivivek/90/base 2025-06-05T23:12:41.9867827Z * [new branch] gh/trivedivivek/91/base -> origin/gh/trivedivivek/91/base 2025-06-05T23:12:41.9869205Z * [new branch] gh/trivedivivek/92/base -> origin/gh/trivedivivek/92/base 2025-06-05T23:12:41.9870962Z * [new branch] gh/trivedivivek/93/base -> origin/gh/trivedivivek/93/base 2025-06-05T23:12:41.9872397Z * [new branch] gh/trivedivivek/94/base -> origin/gh/trivedivivek/94/base 2025-06-05T23:12:41.9873752Z * [new branch] gh/trivedivivek/95/base -> origin/gh/trivedivivek/95/base 2025-06-05T23:12:41.9875100Z * [new branch] gh/trivedivivek/96/base -> origin/gh/trivedivivek/96/base 2025-06-05T23:12:41.9876507Z * [new branch] gh/trivedivivek/97/base -> origin/gh/trivedivivek/97/base 2025-06-05T23:12:41.9877884Z * [new branch] gh/trivedivivek/98/base -> origin/gh/trivedivivek/98/base 2025-06-05T23:12:41.9879337Z * [new branch] gh/trivedivivek/99/base -> origin/gh/trivedivivek/99/base 2025-06-05T23:12:41.9880866Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2025-06-05T23:12:41.9881949Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2025-06-05T23:12:41.9882979Z * [new branch] gh/tugsbayasgalan/1/orig -> origin/gh/tugsbayasgalan/1/orig 2025-06-05T23:12:41.9884183Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-06-05T23:12:41.9885183Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-06-05T23:12:41.9886081Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-06-05T23:12:41.9888004Z * [new branch] gh/yipjustin/1/base -> origin/gh/yipjustin/1/base 2025-06-05T23:12:41.9889442Z * [new branch] gh/yipjustin/10/base -> origin/gh/yipjustin/10/base 2025-06-05T23:12:41.9890473Z * [new branch] gh/yipjustin/10/head -> origin/gh/yipjustin/10/head 2025-06-05T23:12:41.9893727Z * [new branch] gh/yipjustin/10/orig -> origin/gh/yipjustin/10/orig 2025-06-05T23:12:41.9895378Z * [new branch] gh/yipjustin/11/base -> origin/gh/yipjustin/11/base 2025-06-05T23:12:41.9896379Z * [new branch] gh/yipjustin/11/head -> origin/gh/yipjustin/11/head 2025-06-05T23:12:41.9897768Z * [new branch] gh/yipjustin/11/orig -> origin/gh/yipjustin/11/orig 2025-06-05T23:12:41.9899196Z * [new branch] gh/yipjustin/12/base -> origin/gh/yipjustin/12/base 2025-06-05T23:12:41.9900233Z * [new branch] gh/yipjustin/12/head -> origin/gh/yipjustin/12/head 2025-06-05T23:12:41.9901234Z * [new branch] gh/yipjustin/12/orig -> origin/gh/yipjustin/12/orig 2025-06-05T23:12:41.9902629Z * [new branch] gh/yipjustin/13/base -> origin/gh/yipjustin/13/base 2025-06-05T23:12:41.9903554Z * [new branch] gh/yipjustin/13/head -> origin/gh/yipjustin/13/head 2025-06-05T23:12:41.9904552Z * [new branch] gh/yipjustin/13/orig -> origin/gh/yipjustin/13/orig 2025-06-05T23:12:41.9905965Z * [new branch] gh/yipjustin/14/base -> origin/gh/yipjustin/14/base 2025-06-05T23:12:41.9907081Z * [new branch] gh/yipjustin/14/head -> origin/gh/yipjustin/14/head 2025-06-05T23:12:41.9908292Z * [new branch] gh/yipjustin/14/orig -> origin/gh/yipjustin/14/orig 2025-06-05T23:12:41.9909670Z * [new branch] gh/yipjustin/15/base -> origin/gh/yipjustin/15/base 2025-06-05T23:12:41.9910668Z * [new branch] gh/yipjustin/15/head -> origin/gh/yipjustin/15/head 2025-06-05T23:12:41.9911843Z * [new branch] gh/yipjustin/15/orig -> origin/gh/yipjustin/15/orig 2025-06-05T23:12:41.9913055Z * [new branch] gh/yipjustin/16/base -> origin/gh/yipjustin/16/base 2025-06-05T23:12:41.9914060Z * [new branch] gh/yipjustin/16/head -> origin/gh/yipjustin/16/head 2025-06-05T23:12:41.9915180Z * [new branch] gh/yipjustin/16/orig -> origin/gh/yipjustin/16/orig 2025-06-05T23:12:41.9916425Z * [new branch] gh/yipjustin/17/base -> origin/gh/yipjustin/17/base 2025-06-05T23:12:41.9917445Z * [new branch] gh/yipjustin/17/head -> origin/gh/yipjustin/17/head 2025-06-05T23:12:41.9918471Z * [new branch] gh/yipjustin/17/orig -> origin/gh/yipjustin/17/orig 2025-06-05T23:12:41.9919634Z * [new branch] gh/yipjustin/18/base -> origin/gh/yipjustin/18/base 2025-06-05T23:12:41.9920693Z * [new branch] gh/yipjustin/18/head -> origin/gh/yipjustin/18/head 2025-06-05T23:12:41.9921777Z * [new branch] gh/yipjustin/18/orig -> origin/gh/yipjustin/18/orig 2025-06-05T23:12:41.9923050Z * [new branch] gh/yipjustin/19/base -> origin/gh/yipjustin/19/base 2025-06-05T23:12:41.9924125Z * [new branch] gh/yipjustin/19/head -> origin/gh/yipjustin/19/head 2025-06-05T23:12:41.9925158Z * [new branch] gh/yipjustin/19/orig -> origin/gh/yipjustin/19/orig 2025-06-05T23:12:41.9926282Z * [new branch] gh/yipjustin/2/base -> origin/gh/yipjustin/2/base 2025-06-05T23:12:41.9927867Z * [new branch] gh/yipjustin/20/base -> origin/gh/yipjustin/20/base 2025-06-05T23:12:41.9928855Z * [new branch] gh/yipjustin/20/head -> origin/gh/yipjustin/20/head 2025-06-05T23:12:41.9929825Z * [new branch] gh/yipjustin/20/orig -> origin/gh/yipjustin/20/orig 2025-06-05T23:12:41.9931112Z * [new branch] gh/yipjustin/21/base -> origin/gh/yipjustin/21/base 2025-06-05T23:12:41.9932081Z * [new branch] gh/yipjustin/21/head -> origin/gh/yipjustin/21/head 2025-06-05T23:12:41.9933076Z * [new branch] gh/yipjustin/21/orig -> origin/gh/yipjustin/21/orig 2025-06-05T23:12:41.9934500Z * [new branch] gh/yipjustin/22/base -> origin/gh/yipjustin/22/base 2025-06-05T23:12:41.9935516Z * [new branch] gh/yipjustin/22/head -> origin/gh/yipjustin/22/head 2025-06-05T23:12:41.9936563Z * [new branch] gh/yipjustin/22/orig -> origin/gh/yipjustin/22/orig 2025-06-05T23:12:41.9937861Z * [new branch] gh/yipjustin/23/base -> origin/gh/yipjustin/23/base 2025-06-05T23:12:41.9938836Z * [new branch] gh/yipjustin/23/head -> origin/gh/yipjustin/23/head 2025-06-05T23:12:41.9939846Z * [new branch] gh/yipjustin/23/orig -> origin/gh/yipjustin/23/orig 2025-06-05T23:12:41.9941075Z * [new branch] gh/yipjustin/24/base -> origin/gh/yipjustin/24/base 2025-06-05T23:12:41.9942053Z * [new branch] gh/yipjustin/24/head -> origin/gh/yipjustin/24/head 2025-06-05T23:12:41.9943093Z * [new branch] gh/yipjustin/24/orig -> origin/gh/yipjustin/24/orig 2025-06-05T23:12:41.9944493Z * [new branch] gh/yipjustin/25/base -> origin/gh/yipjustin/25/base 2025-06-05T23:12:41.9946301Z * [new branch] gh/yipjustin/26/base -> origin/gh/yipjustin/26/base 2025-06-05T23:12:41.9947379Z * [new branch] gh/yipjustin/26/head -> origin/gh/yipjustin/26/head 2025-06-05T23:12:41.9948915Z * [new branch] gh/yipjustin/27/base -> origin/gh/yipjustin/27/base 2025-06-05T23:12:41.9950144Z * [new branch] gh/yipjustin/3/base -> origin/gh/yipjustin/3/base 2025-06-05T23:12:41.9951300Z * [new branch] gh/yipjustin/4/base -> origin/gh/yipjustin/4/base 2025-06-05T23:12:41.9952289Z * [new branch] gh/yipjustin/4/head -> origin/gh/yipjustin/4/head 2025-06-05T23:12:41.9953263Z * [new branch] gh/yipjustin/4/orig -> origin/gh/yipjustin/4/orig 2025-06-05T23:12:41.9954516Z * [new branch] gh/yipjustin/5/base -> origin/gh/yipjustin/5/base 2025-06-05T23:12:41.9955350Z * [new branch] gh/yipjustin/5/head -> origin/gh/yipjustin/5/head 2025-06-05T23:12:41.9956332Z * [new branch] gh/yipjustin/5/orig -> origin/gh/yipjustin/5/orig 2025-06-05T23:12:41.9957604Z * [new branch] gh/yipjustin/6/base -> origin/gh/yipjustin/6/base 2025-06-05T23:12:41.9958694Z * [new branch] gh/yipjustin/6/head -> origin/gh/yipjustin/6/head 2025-06-05T23:12:41.9959754Z * [new branch] gh/yipjustin/6/orig -> origin/gh/yipjustin/6/orig 2025-06-05T23:12:41.9961031Z * [new branch] gh/yipjustin/7/base -> origin/gh/yipjustin/7/base 2025-06-05T23:12:41.9962017Z * [new branch] gh/yipjustin/7/head -> origin/gh/yipjustin/7/head 2025-06-05T23:12:41.9963050Z * [new branch] gh/yipjustin/7/orig -> origin/gh/yipjustin/7/orig 2025-06-05T23:12:41.9964136Z * [new branch] gh/yipjustin/8/base -> origin/gh/yipjustin/8/base 2025-06-05T23:12:41.9965162Z * [new branch] gh/yipjustin/8/orig -> origin/gh/yipjustin/8/orig 2025-06-05T23:12:41.9966484Z * [new branch] gh/yipjustin/9/base -> origin/gh/yipjustin/9/base 2025-06-05T23:12:41.9967529Z * [new branch] gh/yipjustin/9/head -> origin/gh/yipjustin/9/head 2025-06-05T23:12:41.9968498Z * [new branch] gh/yipjustin/9/orig -> origin/gh/yipjustin/9/orig 2025-06-05T23:12:41.9969900Z * [new branch] gh/zhenyan-zhang-meta/1/base -> origin/gh/zhenyan-zhang-meta/1/base 2025-06-05T23:12:41.9970828Z * [new branch] gh/zhenyan-zhang-meta/1/head -> origin/gh/zhenyan-zhang-meta/1/head 2025-06-05T23:12:41.9971890Z * [new branch] gh/zhenyan-zhang-meta/1/orig -> origin/gh/zhenyan-zhang-meta/1/orig 2025-06-05T23:12:41.9973314Z * [new branch] gh/zhenyan-zhang-meta/2/base -> origin/gh/zhenyan-zhang-meta/2/base 2025-06-05T23:12:41.9974747Z * [new branch] gh/zhenyan-zhang-meta/3/base -> origin/gh/zhenyan-zhang-meta/3/base 2025-06-05T23:12:41.9976317Z * [new branch] gh/zhenyan-zhang-meta/4/base -> origin/gh/zhenyan-zhang-meta/4/base 2025-06-05T23:12:41.9979910Z * [new branch] gh/zhenyan-zhang-meta/5/base -> origin/gh/zhenyan-zhang-meta/5/base 2025-06-05T23:12:41.9980272Z * [new branch] gh/zhenyan-zhang-meta/6/base -> origin/gh/zhenyan-zhang-meta/6/base 2025-06-05T23:12:41.9981329Z * [new branch] gh/zhenyan-zhang-meta/6/head -> origin/gh/zhenyan-zhang-meta/6/head 2025-06-05T23:12:41.9981669Z * [new branch] gh/zhenyan-zhang-meta/6/orig -> origin/gh/zhenyan-zhang-meta/6/orig 2025-06-05T23:12:41.9983904Z * [new branch] gh/zhenyan-zhang-meta/7/base -> origin/gh/zhenyan-zhang-meta/7/base 2025-06-05T23:12:41.9985186Z * [new branch] gh/zhenyan-zhang-meta/7/head -> origin/gh/zhenyan-zhang-meta/7/head 2025-06-05T23:12:41.9986390Z * [new branch] gh/zhenyan-zhang-meta/7/orig -> origin/gh/zhenyan-zhang-meta/7/orig 2025-06-05T23:12:41.9988174Z * [new branch] gh/zonglinpeng/1/base -> origin/gh/zonglinpeng/1/base 2025-06-05T23:12:41.9989141Z * [new branch] gh/zonglinpeng/1/head -> origin/gh/zonglinpeng/1/head 2025-06-05T23:12:41.9990134Z * [new branch] gh/zonglinpeng/1/orig -> origin/gh/zonglinpeng/1/orig 2025-06-05T23:12:41.9991424Z * [new branch] gh/zonglinpeng/2/base -> origin/gh/zonglinpeng/2/base 2025-06-05T23:12:41.9992507Z * [new branch] gh/zonglinpeng/2/head -> origin/gh/zonglinpeng/2/head 2025-06-05T23:12:41.9993600Z * [new branch] gh/zonglinpeng/3/base -> origin/gh/zonglinpeng/3/base 2025-06-05T23:12:41.9994575Z * [new branch] gh/zonglinpeng/3/head -> origin/gh/zonglinpeng/3/head 2025-06-05T23:12:41.9995789Z * [new branch] gptq -> origin/gptq 2025-06-05T23:12:41.9997093Z * [new branch] groupsize -> origin/groupsize 2025-06-05T23:12:41.9998433Z * [new branch] guangy10/fix_links_in_readme -> origin/guangy10/fix_links_in_readme 2025-06-05T23:12:41.9999435Z * [new branch] guangy10/fix_sdk_etdump -> origin/guangy10/fix_sdk_etdump 2025-06-05T23:12:42.0000530Z * [new branch] guangy10/fix_sdk_profiling_doc -> origin/guangy10/fix_sdk_profiling_doc 2025-06-05T23:12:42.0001726Z * [new branch] handle-model-export-failures -> origin/handle-model-export-failures 2025-06-05T23:12:42.0002982Z * [new branch] hf_export_masked_lm -> origin/hf_export_masked_lm 2025-06-05T23:12:42.0004156Z * [new branch] huydhn-add-dependabot-config -> origin/huydhn-add-dependabot-config 2025-06-05T23:12:42.0005099Z * [new branch] improve_prefill -> origin/improve_prefill 2025-06-05T23:12:42.0006106Z * [new branch] increase_benchmark_iter -> origin/increase_benchmark_iter 2025-06-05T23:12:42.0007044Z * [new branch] increase_timeout -> origin/increase_timeout 2025-06-05T23:12:42.0008097Z * [new branch] install-android-on-runner -> origin/install-android-on-runner 2025-06-05T23:12:42.0009081Z * [new branch] int_seq_len -> origin/int_seq_len 2025-06-05T23:12:42.0010102Z * [new branch] intro-assertj -> origin/intro-assertj 2025-06-05T23:12:42.0011099Z * [new branch] ios-app-device-farm -> origin/ios-app-device-farm 2025-06-05T23:12:42.0012049Z * [new branch] ios_cmake -> origin/ios_cmake 2025-06-05T23:12:42.0013146Z * [new branch] iseeyuan-patch-1 -> origin/iseeyuan-patch-1 2025-06-05T23:12:42.0014245Z * [new branch] iseeyuan-patch-10 -> origin/iseeyuan-patch-10 2025-06-05T23:12:42.0015561Z * [new branch] iseeyuan-patch-11 -> origin/iseeyuan-patch-11 2025-06-05T23:12:42.0016627Z * [new branch] iseeyuan-patch-12 -> origin/iseeyuan-patch-12 2025-06-05T23:12:42.0017899Z * [new branch] iseeyuan-patch-2 -> origin/iseeyuan-patch-2 2025-06-05T23:12:42.0018912Z * [new branch] iseeyuan-patch-3 -> origin/iseeyuan-patch-3 2025-06-05T23:12:42.0019935Z * [new branch] iseeyuan-patch-4 -> origin/iseeyuan-patch-4 2025-06-05T23:12:42.0020977Z * [new branch] iseeyuan-patch-5 -> origin/iseeyuan-patch-5 2025-06-05T23:12:42.0022038Z * [new branch] iseeyuan-patch-6 -> origin/iseeyuan-patch-6 2025-06-05T23:12:42.0023105Z * [new branch] iseeyuan-patch-7 -> origin/iseeyuan-patch-7 2025-06-05T23:12:42.0024118Z * [new branch] iseeyuan-patch-8 -> origin/iseeyuan-patch-8 2025-06-05T23:12:42.0025213Z * [new branch] iseeyuan-patch-9 -> origin/iseeyuan-patch-9 2025-06-05T23:12:42.0026355Z * [new branch] isqp8 -> origin/isqp8 2025-06-05T23:12:42.0027425Z * [new branch] issue_metrics -> origin/issue_metrics 2025-06-05T23:12:42.0028927Z * [new branch] jackxz/comment-sdpa -> origin/jackxz/comment-sdpa 2025-06-05T23:12:42.0029798Z * [new branch] jackxz/llama2-rename -> origin/jackxz/llama2-rename 2025-06-05T23:12:42.0030793Z * [new branch] jackxz/remove-test-llava -> origin/jackxz/remove-test-llava 2025-06-05T23:12:42.0031831Z * [new branch] jackxz/update-cmake-doc -> origin/jackxz/update-cmake-doc 2025-06-05T23:12:42.0032655Z * [new branch] jackxz/update-phi3-mini-lora -> origin/jackxz/update-phi3-mini-lora 2025-06-05T23:12:42.0034204Z * [new branch] jackz/export-phi3-lora-training -> origin/jackz/export-phi3-lora-training 2025-06-05T23:12:42.0035869Z * [new branch] jathu/cmake-playground -> origin/jathu/cmake-playground 2025-06-05T23:12:42.0036802Z * [new branch] jathu/no-gflags -> origin/jathu/no-gflags 2025-06-05T23:12:42.0037741Z * [new branch] jathu/windows-ci-clang -> origin/jathu/windows-ci-clang 2025-06-05T23:12:42.0038572Z * [new branch] jathu/wip--pybind-preset -> origin/jathu/wip--pybind-preset 2025-06-05T23:12:42.0039572Z * [new branch] jathu/wip-atomize -> origin/jathu/wip-atomize 2025-06-05T23:12:42.0040570Z * [new branch] jerryzh168-patch-1 -> origin/jerryzh168-patch-1 2025-06-05T23:12:42.0041880Z * [new branch] jz/add-mengwei-tokeznier -> origin/jz/add-mengwei-tokeznier 2025-06-05T23:12:42.0042690Z * [new branch] jz/anthony -> origin/jz/anthony 2025-06-05T23:12:42.0043755Z * [new branch] jz/bump-tokenizer-version -> origin/jz/bump-tokenizer-version 2025-06-05T23:12:42.0044735Z * [new branch] jz/bump-tokenizers-test -> origin/jz/bump-tokenizers-test 2025-06-05T23:12:42.0045479Z * [new branch] jz/bump-torch -> origin/jz/bump-torch 2025-06-05T23:12:42.0046598Z * [new branch] jz/cleanup -> origin/jz/cleanup 2025-06-05T23:12:42.0047659Z * [new branch] jz/custom-sdpa -> origin/jz/custom-sdpa 2025-06-05T23:12:42.0048879Z * [new branch] jz/decouple-dtype-quantize_ -> origin/jz/decouple-dtype-quantize_ 2025-06-05T23:12:42.0050241Z * [new branch] jz/dtype-llama -> origin/jz/dtype-llama 2025-06-05T23:12:42.0051457Z * [new branch] jz/eager-model-inputs -> origin/jz/eager-model-inputs 2025-06-05T23:12:42.0052547Z * [new branch] jz/export_llama_new_api -> origin/jz/export_llama_new_api 2025-06-05T23:12:42.0053522Z * [new branch] jz/fix-benchmark-app -> origin/jz/fix-benchmark-app 2025-06-05T23:12:42.0054500Z * [new branch] jz/fix-doxygen -> origin/jz/fix-doxygen 2025-06-05T23:12:42.0055454Z * [new branch] jz/fix-et-kv-cache -> origin/jz/fix-et-kv-cache 2025-06-05T23:12:42.0056356Z * [new branch] jz/fix-llama-install -> origin/jz/fix-llama-install 2025-06-05T23:12:42.0057399Z * [new branch] jz/fix-test-2 -> origin/jz/fix-test-2 2025-06-05T23:12:42.0058546Z * [new branch] jz/fix-to-excecutorch-test-attention -> origin/jz/fix-to-excecutorch-test-attention 2025-06-05T23:12:42.0059462Z * [new branch] jz/fusion-embedding-transform -> origin/jz/fusion-embedding-transform 2025-06-05T23:12:42.0060442Z * [new branch] jz/ghstack-config -> origin/jz/ghstack-config 2025-06-05T23:12:42.0061326Z * [new branch] jz/hydra -> origin/jz/hydra 2025-06-05T23:12:42.0062353Z * [new branch] jz/llama-app-deep-sign -> origin/jz/llama-app-deep-sign 2025-06-05T23:12:42.0063173Z * [new branch] jz/llama3_2_1b -> origin/jz/llama3_2_1b 2025-06-05T23:12:42.0064590Z * [new branch] jz/llm-finetuning-fix -> origin/jz/llm-finetuning-fix 2025-06-05T23:12:42.0065574Z * [new branch] jz/mha-from-tt -> origin/jz/mha-from-tt 2025-06-05T23:12:42.0066546Z * [new branch] jz/new-config -> origin/jz/new-config 2025-06-05T23:12:42.0067648Z * [new branch] jz/phi-4-benchmark -> origin/jz/phi-4-benchmark 2025-06-05T23:12:42.0068747Z * [new branch] jz/pr-template-test -> origin/jz/pr-template-test 2025-06-05T23:12:42.0069689Z * [new branch] jz/proof -> origin/jz/proof 2025-06-05T23:12:42.0070689Z * [new branch] jz/quantizedkv -> origin/jz/quantizedkv 2025-06-05T23:12:42.0071495Z * [new branch] jz/qwen3-ao -> origin/jz/qwen3-ao 2025-06-05T23:12:42.0072585Z * [new branch] jz/recursive-partitioner -> origin/jz/recursive-partitioner 2025-06-05T23:12:42.0073565Z * [new branch] jz/remove-comments -> origin/jz/remove-comments 2025-06-05T23:12:42.0074499Z * [new branch] jz/remove-cond -> origin/jz/remove-cond 2025-06-05T23:12:42.0075574Z * [new branch] jz/remove-pull -> origin/jz/remove-pull 2025-06-05T23:12:42.0076436Z * [new branch] jz/remove-topic -> origin/jz/remove-topic 2025-06-05T23:12:42.0077436Z * [new branch] jz/rename-flamingo -> origin/jz/rename-flamingo 2025-06-05T23:12:42.0078489Z * [new branch] jz/rename-mm-to-vision -> origin/jz/rename-mm-to-vision 2025-06-05T23:12:42.0079618Z * [new branch] jz/rename-topic-not-user-facing -> origin/jz/rename-topic-not-user-facing 2025-06-05T23:12:42.0080629Z * [new branch] jz/revert-linux-v2 -> origin/jz/revert-linux-v2 2025-06-05T23:12:42.0081992Z * [new branch] jz/stories110m-readme -> origin/jz/stories110m-readme 2025-06-05T23:12:42.0082991Z * [new branch] jz/stride-repro -> origin/jz/stride-repro 2025-06-05T23:12:42.0084051Z * [new branch] jz/test-gh-import -> origin/jz/test-gh-import 2025-06-05T23:12:42.0085107Z * [new branch] jz/test-gh-import2 -> origin/jz/test-gh-import2 2025-06-05T23:12:42.0086099Z * [new branch] jz/test-gh-import3 -> origin/jz/test-gh-import3 2025-06-05T23:12:42.0087224Z * [new branch] jz/to-edge-lower-and-transform-llama -> origin/jz/to-edge-lower-and-transform-llama 2025-06-05T23:12:42.0087947Z * [new branch] jz/tresh -> origin/jz/tresh 2025-06-05T23:12:42.0088944Z * [new branch] jz/tt-ci -> origin/jz/tt-ci 2025-06-05T23:12:42.0089740Z * [new branch] jz/tt-ci-2 -> origin/jz/tt-ci-2 2025-06-05T23:12:42.0090770Z * [new branch] jz/tt-llama -> origin/jz/tt-llama 2025-06-05T23:12:42.0092169Z * [new branch] jz/tt-llama-3 -> origin/jz/tt-llama-3 2025-06-05T23:12:42.0093425Z * [new branch] jz/tt-llama-3.5 -> origin/jz/tt-llama-3.5 2025-06-05T23:12:42.0094403Z * [new branch] jz/tt-llama-4 -> origin/jz/tt-llama-4 2025-06-05T23:12:42.0095232Z * [new branch] jz/tt-llama-5 -> origin/jz/tt-llama-5 2025-06-05T23:12:42.0096478Z * [new branch] kirk-executor-runner-update -> origin/kirk-executor-runner-update 2025-06-05T23:12:42.0097544Z * [new branch] kit1980-patch-1 -> origin/kit1980-patch-1 2025-06-05T23:12:42.0098561Z * [new branch] larryliu0820-patch -> origin/larryliu0820-patch 2025-06-05T23:12:42.0099627Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-06-05T23:12:42.0100705Z * [new branch] larryliu0820-patch-2 -> origin/larryliu0820-patch-2 2025-06-05T23:12:42.0101748Z * [new branch] larryliu0820-patch-3 -> origin/larryliu0820-patch-3 2025-06-05T23:12:42.0102846Z * [new branch] larryliu0820-patch-4 -> origin/larryliu0820-patch-4 2025-06-05T23:12:42.0103924Z * [new branch] larryliu0820-patch-5 -> origin/larryliu0820-patch-5 2025-06-05T23:12:42.0104971Z * [new branch] larryliu0820-patch-6 -> origin/larryliu0820-patch-6 2025-06-05T23:12:42.0106163Z * [new branch] larryliu0820-patch-7 -> origin/larryliu0820-patch-7 2025-06-05T23:12:42.0107213Z * [new branch] larryliu0820-patch-8 -> origin/larryliu0820-patch-8 2025-06-05T23:12:42.0108207Z * [new branch] latest -> origin/latest 2025-06-05T23:12:42.0109285Z * [new branch] legacy_flow_test_abs_op -> origin/legacy_flow_test_abs_op 2025-06-05T23:12:42.0110278Z * [new branch] legacy_flow_test_add -> origin/legacy_flow_test_add 2025-06-05T23:12:42.0111252Z * [new branch] legacy_flow_tests -> origin/legacy_flow_tests 2025-06-05T23:12:42.0112661Z * [new branch] lfq.add-lora-linear -> origin/lfq.add-lora-linear 2025-06-05T23:12:42.0113766Z * [new branch] lfq.coreml-io -> origin/lfq.coreml-io 2025-06-05T23:12:42.0114832Z * [new branch] lfq.dtype-list-api-cmake -> origin/lfq.dtype-list-api-cmake 2025-06-05T23:12:42.0115800Z * [new branch] lfq.export-llama-with-lora -> origin/lfq.export-llama-with-lora 2025-06-05T23:12:42.0120604Z * [new branch] lfq.export-lora-llama -> origin/lfq.export-lora-llama 2025-06-05T23:12:42.0121666Z * [new branch] lfq.flat-tensor -> origin/lfq.flat-tensor 2025-06-05T23:12:42.0122730Z * [new branch] lfq.refactor-attention -> origin/lfq.refactor-attention 2025-06-05T23:12:42.0123840Z * [new branch] lfq.runtime-integration-doc-changes -> origin/lfq.runtime-integration-doc-changes 2025-06-05T23:12:42.0124632Z * [new branch] lfq.torchtune-lora -> origin/lfq.torchtune-lora 2025-06-05T23:12:42.0125667Z * [new branch] lfq.xnnpack-io -> origin/lfq.xnnpack-io 2025-06-05T23:12:42.0127392Z * [new branch] lind/aosp -> origin/lind/aosp 2025-06-05T23:12:42.0128408Z * [new branch] lind/buffer-loader -> origin/lind/buffer-loader 2025-06-05T23:12:42.0129410Z * [new branch] lind/revert-loader-changes -> origin/lind/revert-loader-changes 2025-06-05T23:12:42.0130139Z * [new branch] lind/size-test -> origin/lind/size-test 2025-06-05T23:12:42.0131213Z * [new branch] llama2_xnnpack -> origin/llama2_xnnpack 2025-06-05T23:12:42.0132244Z * [new branch] llama_cpp -> origin/llama_cpp 2025-06-05T23:12:42.0133292Z * [new branch] llama_warmup -> origin/llama_warmup 2025-06-05T23:12:42.0134394Z * [new branch] llama_warmup2 -> origin/llama_warmup2 2025-06-05T23:12:42.0135415Z * [new branch] llava -> origin/llava 2025-06-05T23:12:42.0136501Z * [new branch] llava_csv_image -> origin/llava_csv_image 2025-06-05T23:12:42.0137551Z * [new branch] llava_logging -> origin/llava_logging 2025-06-05T23:12:42.0138650Z * [new branch] llm_runner_api_implementation -> origin/llm_runner_api_implementation 2025-06-05T23:12:42.0139658Z * [new branch] llmdoc -> origin/llmdoc 2025-06-05T23:12:42.0140787Z * [new branch] logistic_size -> origin/logistic_size 2025-06-05T23:12:42.0141847Z * [new branch] macos-cmake-custom-ops -> origin/macos-cmake-custom-ops 2025-06-05T23:12:42.0142891Z * [new branch] main -> origin/main 2025-06-05T23:12:42.0144051Z * [new branch] main-documentation-page -> origin/main-documentation-page 2025-06-05T23:12:42.0145076Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-06-05T23:12:42.0146697Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-06-05T23:12:42.0147713Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-06-05T23:12:42.0148671Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-06-05T23:12:42.0149761Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-06-05T23:12:42.0150806Z * [new branch] manual -> origin/manual 2025-06-05T23:12:42.0151975Z * [new branch] metal_linear -> origin/metal_linear 2025-06-05T23:12:42.0153057Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-06-05T23:12:42.0154115Z * [new branch] metascroy-patch-3 -> origin/metascroy-patch-3 2025-06-05T23:12:42.0155186Z * [new branch] mha-swap-squashed -> origin/mha-swap-squashed 2025-06-05T23:12:42.0156272Z * [new branch] migrate-xnnpack-vulkan -> origin/migrate-xnnpack-vulkan 2025-06-05T23:12:42.0157239Z * [new branch] migration -> origin/migration 2025-06-05T23:12:42.0158344Z * [new branch] mimi_4bit -> origin/mimi_4bit 2025-06-05T23:12:42.0159399Z * [new branch] mimi_hf -> origin/mimi_hf 2025-06-05T23:12:42.0160453Z * [new branch] mmlu -> origin/mmlu 2025-06-05T23:12:42.0161535Z * [new branch] mobileBuild -> origin/mobileBuild 2025-06-05T23:12:42.0162604Z * [new branch] model-explorer -> origin/model-explorer 2025-06-05T23:12:42.0163604Z * [new branch] modelname -> origin/modelname 2025-06-05T23:12:42.0164693Z * [new branch] move-files-to-docker -> origin/move-files-to-docker 2025-06-05T23:12:42.0165754Z * [new branch] move-github-macos-trunk -> origin/move-github-macos-trunk 2025-06-05T23:12:42.0166699Z * [new branch] move-macos-to-trunk -> origin/move-macos-to-trunk 2025-06-05T23:12:42.0167663Z * [new branch] move_benchmark_apps -> origin/move_benchmark_apps 2025-06-05T23:12:42.0168780Z * [new branch] move_tokenizer -> origin/move_tokenizer 2025-06-05T23:12:42.0169859Z * [new branch] mps_qlinear -> origin/mps_qlinear 2025-06-05T23:12:42.0170886Z * [new branch] mps_skip_dimorder -> origin/mps_skip_dimorder 2025-06-05T23:12:42.0171879Z * [new branch] mtk-app-runner -> origin/mtk-app-runner 2025-06-05T23:12:42.0172916Z * [new branch] mtk-model-check -> origin/mtk-model-check 2025-06-05T23:12:42.0173920Z * [new branch] mytest -> origin/mytest 2025-06-05T23:12:42.0174983Z * [new branch] new-static-llama -> origin/new-static-llama 2025-06-05T23:12:42.0175988Z * [new branch] new-test -> origin/new-test 2025-06-05T23:12:42.0177245Z * [new branch] new_pybind -> origin/new_pybind 2025-06-05T23:12:42.0178273Z * [new branch] new_xnnp_new_kleidi -> origin/new_xnnp_new_kleidi 2025-06-05T23:12:42.0179290Z * [new branch] nightly -> origin/nightly 2025-06-05T23:12:42.0180376Z * [new branch] noclipping -> origin/noclipping 2025-06-05T23:12:42.0181396Z * [new branch] nxp_recursive -> origin/nxp_recursive 2025-06-05T23:12:42.0182407Z * [new branch] olivialpx-april-8 -> origin/olivialpx-april-8 2025-06-05T23:12:42.0183452Z * [new branch] olivialpx-debug-etdump -> origin/olivialpx-debug-etdump 2025-06-05T23:12:42.0184405Z * [new branch] olivialpx-sdk-tutorial -> origin/olivialpx-sdk-tutorial 2025-06-05T23:12:42.0185640Z * [new branch] openvino-not-static-only -> origin/openvino-not-static-only 2025-06-05T23:12:42.0187328Z * [new branch] orig/release/0.1 -> origin/orig/release/0.1 2025-06-05T23:12:42.0188128Z * [new branch] orig/release/0.2 -> origin/orig/release/0.2 2025-06-05T23:12:42.0189158Z * [new branch] orig/release/0.3 -> origin/orig/release/0.3 2025-06-05T23:12:42.0190213Z * [new branch] orig/release/0.4 -> origin/orig/release/0.4 2025-06-05T23:12:42.0191379Z * [new branch] orionr-patch-1 -> origin/orionr-patch-1 2025-06-05T23:12:42.0192525Z * [new branch] orionr-patch-2 -> origin/orionr-patch-2 2025-06-05T23:12:42.0193918Z * [new branch] patch-repo-fix -> origin/patch-repo-fix 2025-06-05T23:12:42.0194948Z * [new branch] patch_mps -> origin/patch_mps 2025-06-05T23:12:42.0195995Z * [new branch] perf-repro -> origin/perf-repro 2025-06-05T23:12:42.0196995Z * [new branch] phi-3-kv-cache -> origin/phi-3-kv-cache 2025-06-05T23:12:42.0198029Z * [new branch] phi-3-mini-wrapper -> origin/phi-3-mini-wrapper 2025-06-05T23:12:42.0199066Z * [new branch] phi3-doc -> origin/phi3-doc 2025-06-05T23:12:42.0200403Z * [new branch] pianpwk/temp_pr_for_llava -> origin/pianpwk/temp_pr_for_llava 2025-06-05T23:12:42.0201443Z * [new branch] pick -> origin/pick 2025-06-05T23:12:42.0202638Z * [new branch] pick_2996 -> origin/pick_2996 2025-06-05T23:12:42.0203682Z * [new branch] pick_doc -> origin/pick_doc 2025-06-05T23:12:42.0204712Z * [new branch] pin-pt-commit -> origin/pin-pt-commit 2025-06-05T23:12:42.0205729Z * [new branch] pin_update_arm_fix -> origin/pin_update_arm_fix 2025-06-05T23:12:42.0206736Z * [new branch] pip_header -> origin/pip_header 2025-06-05T23:12:42.0207919Z * [new branch] populate-cadence-cpu-ops -> origin/populate-cadence-cpu-ops 2025-06-05T23:12:42.0209084Z * [new branch] ppllava -> origin/ppllava 2025-06-05T23:12:42.0210134Z * [new branch] pr11013 -> origin/pr11013 2025-06-05T23:12:42.0211186Z * [new branch] pre -> origin/pre 2025-06-05T23:12:42.0212340Z * [new branch] preprocess_with_flamingo_export -> origin/preprocess_with_flamingo_export 2025-06-05T23:12:42.0213184Z * [new branch] prim-ops-move-2 -> origin/prim-ops-move-2 2025-06-05T23:12:42.0214250Z * [new branch] pt2e-migration -> origin/pt2e-migration 2025-06-05T23:12:42.0215289Z * [new branch] pt2e_calibration -> origin/pt2e_calibration 2025-06-05T23:12:42.0216327Z * [new branch] pure-pytorch-llava -> origin/pure-pytorch-llava 2025-06-05T23:12:42.0217352Z * [new branch] push-0.2-docs -> origin/push-0.2-docs 2025-06-05T23:12:42.0218668Z * [new branch] pybind -> origin/pybind 2025-06-05T23:12:42.0219953Z * [new branch] pybind_docs -> origin/pybind_docs 2025-06-05T23:12:42.0221432Z * [new branch] pybind_module -> origin/pybind_module 2025-06-05T23:12:42.0222463Z * [new branch] pybind_runtime -> origin/pybind_runtime 2025-06-05T23:12:42.0223511Z * [new branch] pybind_set_output -> origin/pybind_set_output 2025-06-05T23:12:42.0224622Z * [new branch] qb4w_f16_fix -> origin/qb4w_f16_fix 2025-06-05T23:12:42.0225512Z * [new branch] qb4w_fp16_fix -> origin/qb4w_fp16_fix 2025-06-05T23:12:42.0226598Z * [new branch] qnn-aar -> origin/qnn-aar 2025-06-05T23:12:42.0227653Z * [new branch] qnn_ci -> origin/qnn_ci 2025-06-05T23:12:42.0228786Z * [new branch] qnn_doc -> origin/qnn_doc 2025-06-05T23:12:42.0230067Z * [new branch] qnn_e2e -> origin/qnn_e2e 2025-06-05T23:12:42.0231146Z * [new branch] qnn_stories -> origin/qnn_stories 2025-06-05T23:12:42.0232217Z * [new branch] qnn_stories_ci -> origin/qnn_stories_ci 2025-06-05T23:12:42.0233394Z * [new branch] quantization -> origin/quantization 2025-06-05T23:12:42.0234230Z * [new branch] quantization--force -> origin/quantization--force 2025-06-05T23:12:42.0235205Z * [new branch] rand -> origin/rand 2025-06-05T23:12:42.0236202Z * [new branch] readme -> origin/readme 2025-06-05T23:12:42.0237267Z * [new branch] refactor_codegen -> origin/refactor_codegen 2025-06-05T23:12:42.0238439Z * [new branch] refine_max_spill_fill_buffer_setting -> origin/refine_max_spill_fill_buffer_setting 2025-06-05T23:12:42.0239372Z * [new branch] refine_pybind -> origin/refine_pybind 2025-06-05T23:12:42.0240759Z * [new branch] release/0.1 -> origin/release/0.1 2025-06-05T23:12:42.0241964Z * [new branch] release/0.2 -> origin/release/0.2 2025-06-05T23:12:42.0242810Z * [new branch] release/0.3 -> origin/release/0.3 2025-06-05T23:12:42.0243787Z * [new branch] release/0.4 -> origin/release/0.4 2025-06-05T23:12:42.0244774Z * [new branch] release/0.5 -> origin/release/0.5 2025-06-05T23:12:42.0245795Z * [new branch] release/0.6 -> origin/release/0.6 2025-06-05T23:12:42.0246852Z * [new branch] release_0.6_notes -> origin/release_0.6_notes 2025-06-05T23:12:42.0247859Z * [new branch] remove_s -> origin/remove_s 2025-06-05T23:12:42.0249061Z * [new branch] replace_runners_prefix_20240725165345 -> origin/replace_runners_prefix_20240725165345 2025-06-05T23:12:42.0250155Z * [new branch] replace_runners_prefix_20240725195321 -> origin/replace_runners_prefix_20240725195321 2025-06-05T23:12:42.0251644Z * [new branch] revert-10347-support-dynamically-quantized-convolutions-2 -> origin/revert-10347-support-dynamically-quantized-convolutions-2 2025-06-05T23:12:42.0252560Z * [new branch] revert-2f0518d2cfb4ee4353dce4e39590de43fa391399 -> origin/revert-2f0518d2cfb4ee4353dce4e39590de43fa391399 2025-06-05T23:12:42.0253804Z * [new branch] revert-4502-add-profiling-to-xnn-executor-runner -> origin/revert-4502-add-profiling-to-xnn-executor-runner 2025-06-05T23:12:42.0254722Z * [new branch] revert-4793-larryliu0820-patch-4 -> origin/revert-4793-larryliu0820-patch-4 2025-06-05T23:12:42.0255939Z * [new branch] revert-5136-revert-5095-pt2e_calibration -> origin/revert-5136-revert-5095-pt2e_calibration 2025-06-05T23:12:42.0257186Z * [new branch] revert-5748-cherry-pick-5482-by-pytorch_bot_bot_ -> origin/revert-5748-cherry-pick-5482-by-pytorch_bot_bot_ 2025-06-05T23:12:42.0257948Z * [new branch] revert-6522-and-6892 -> origin/revert-6522-and-6892 2025-06-05T23:12:42.0259970Z * [new branch] revert-6807-gh/larryliu0820/58/head -> origin/revert-6807-gh/larryliu0820/58/head 2025-06-05T23:12:42.0261203Z * [new branch] revert-6837 -> origin/revert-6837 2025-06-05T23:12:42.0262268Z * [new branch] revert-6892 -> origin/revert-6892 2025-06-05T23:12:42.0264376Z * [new branch] revert-7150-gh/helunwencser/80/orig -> origin/revert-7150-gh/helunwencser/80/orig 2025-06-05T23:12:42.0265539Z * [new branch] revert-7165-populate-cadence-cpu-ops -> origin/revert-7165-populate-cadence-cpu-ops 2025-06-05T23:12:42.0266689Z * [new branch] revert-7278-export-D67013542 -> origin/revert-7278-export-D67013542 2025-06-05T23:12:42.0267818Z * [new branch] revert-7636-export-D68112936 -> origin/revert-7636-export-D68112936 2025-06-05T23:12:42.0269703Z * [new branch] revert-7857-gh/swolchok/179/head -> origin/revert-7857-gh/swolchok/179/head 2025-06-05T23:12:42.0271675Z * [new branch] revert-8151-tkaruturi/deepseek_distill_8b_readme -> origin/revert-8151-tkaruturi/deepseek_distill_8b_readme 2025-06-05T23:12:42.0272592Z * [new branch] revert-8679-topics -> origin/revert-8679-topics 2025-06-05T23:12:42.0273877Z * [new branch] revert-8916-windows-mmap-data-loader -> origin/revert-8916-windows-mmap-data-loader 2025-06-05T23:12:42.0274951Z * [new branch] revert-8997-change-985586 -> origin/revert-8997-change-985586 2025-06-05T23:12:42.0276421Z * [new branch] revert-939-tkaruturi/bundled_example_comment_change -> origin/revert-939-tkaruturi/bundled_example_comment_change 2025-06-05T23:12:42.0277441Z * [new branch] revert-9f47380ab5d4818270a7ea2eac13d9a4caa76dd0 -> origin/revert-9f47380ab5d4818270a7ea2eac13d9a4caa76dd0 2025-06-05T23:12:42.0278580Z * [new branch] revert-fbb0395110724717c42720582bb8804b752241e3 -> origin/revert-fbb0395110724717c42720582bb8804b752241e3 2025-06-05T23:12:42.0280054Z * [new branch] revert-ffc20208dae8f4900da11bfffb76f749e7514132 -> origin/revert-ffc20208dae8f4900da11bfffb76f749e7514132 2025-06-05T23:12:42.0280832Z * [new branch] revert_D55713944 -> origin/revert_D55713944 2025-06-05T23:12:42.0282029Z * [new branch] run-kirk-executor-runner-update-s24 -> origin/run-kirk-executor-runner-update-s24 2025-06-05T23:12:42.0283274Z * [new branch] run-xnnpack-model-tests -> origin/run-xnnpack-model-tests 2025-06-05T23:12:42.0283955Z * [new branch] run_coreml_mps_models_in_ci -> origin/run_coreml_mps_models_in_ci 2025-06-05T23:12:42.0285003Z * [new branch] runer_kv -> origin/runer_kv 2025-06-05T23:12:42.0286115Z * [new branch] runner_add_mps -> origin/runner_add_mps 2025-06-05T23:12:42.0287232Z * [new branch] runner_exp -> origin/runner_exp 2025-06-05T23:12:42.0288386Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-06-05T23:12:42.0289384Z * [new branch] script-updates -> origin/script-updates 2025-06-05T23:12:42.0290502Z * [new branch] sdpa_custom_op -> origin/sdpa_custom_op 2025-06-05T23:12:42.0292199Z * [new branch] sdym/ciflow -> origin/sdym/ciflow 2025-06-05T23:12:42.0293113Z * [new branch] sdym/docstring -> origin/sdym/docstring 2025-06-05T23:12:42.0294091Z * [new branch] sdym/pyproject -> origin/sdym/pyproject 2025-06-05T23:12:42.0295124Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-06-05T23:12:42.0296070Z * [new branch] sdym/torchfix-0.1.1 -> origin/sdym/torchfix-0.1.1 2025-06-05T23:12:42.0297250Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-06-05T23:12:42.0298690Z * [new branch] seemethere/reduce_matrix_jobs -> origin/seemethere/reduce_matrix_jobs 2025-06-05T23:12:42.0299693Z * [new branch] selective_build -> origin/selective_build 2025-06-05T23:12:42.0300725Z * [new branch] set-buck2-version -> origin/set-buck2-version 2025-06-05T23:12:42.0301869Z * [new branch] setup_debug_empty_fix -> origin/setup_debug_empty_fix 2025-06-05T23:12:42.0302983Z * [new branch] shoumikhin-patch-4 -> origin/shoumikhin-patch-4 2025-06-05T23:12:42.0304050Z * [new branch] simplify_tokenizer_header -> origin/simplify_tokenizer_header 2025-06-05T23:12:42.0305138Z * [new branch] size_test -> origin/size_test 2025-06-05T23:12:42.0306424Z * [new branch] solving-broken-devtool-workflow -> origin/solving-broken-devtool-workflow 2025-06-05T23:12:42.0307464Z * [new branch] split-prim-ops -> origin/split-prim-ops 2025-06-05T23:12:42.0309267Z * [new branch] ssj/fix-doc-build-workflow -> origin/ssj/fix-doc-build-workflow 2025-06-05T23:12:42.0310338Z * [new branch] stable -> origin/stable 2025-06-05T23:12:42.0311654Z * [new branch] stable-2023-08-29_with_bundled_program -> origin/stable-2023-08-29_with_bundled_program 2025-06-05T23:12:42.0312621Z * [new branch] static-llama -> origin/static-llama 2025-06-05T23:12:42.0314097Z * [new branch] static-llama-kv -> origin/static-llama-kv 2025-06-05T23:12:42.0315124Z * [new branch] static_cache -> origin/static_cache 2025-06-05T23:12:42.0316237Z * [new branch] static_lib -> origin/static_lib 2025-06-05T23:12:42.0317313Z * [new branch] streaming_export -> origin/streaming_export 2025-06-05T23:12:42.0318436Z * [new branch] stride-cmp-size-oblivious -> origin/stride-cmp-size-oblivious 2025-06-05T23:12:42.0319494Z * [new branch] suo-patch-1 -> origin/suo-patch-1 2025-06-05T23:12:42.0320840Z * [new branch] suppress_cmake -> origin/suppress_cmake 2025-06-05T23:12:42.0321869Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-06-05T23:12:42.0322966Z * [new branch] svekars-patch-2 -> origin/svekars-patch-2 2025-06-05T23:12:42.0324031Z * [new branch] svekars-patch-3 -> origin/svekars-patch-3 2025-06-05T23:12:42.0325080Z * [new branch] svekars-patch-5 -> origin/svekars-patch-5 2025-06-05T23:12:42.0326235Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-06-05T23:12:42.0327415Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-06-05T23:12:42.0328511Z * [new branch] svekars-patch-8 -> origin/svekars-patch-8 2025-06-05T23:12:42.0329711Z * [new branch] swiftpm -> origin/swiftpm 2025-06-05T23:12:42.0330747Z * [new branch] swiftpm-0.4.0 -> origin/swiftpm-0.4.0 2025-06-05T23:12:42.0331846Z * [new branch] swiftpm-0.4.0.20241114 -> origin/swiftpm-0.4.0.20241114 2025-06-05T23:12:42.0332889Z * [new branch] swiftpm-0.4.0.20241115 -> origin/swiftpm-0.4.0.20241115 2025-06-05T23:12:42.0333952Z * [new branch] swiftpm-0.4.0.20241116 -> origin/swiftpm-0.4.0.20241116 2025-06-05T23:12:42.0335034Z * [new branch] swiftpm-0.4.0.20241117 -> origin/swiftpm-0.4.0.20241117 2025-06-05T23:12:42.0336035Z * [new branch] swiftpm-0.4.0.20241118 -> origin/swiftpm-0.4.0.20241118 2025-06-05T23:12:42.0337074Z * [new branch] swiftpm-0.4.0.20241119 -> origin/swiftpm-0.4.0.20241119 2025-06-05T23:12:42.0338105Z * [new branch] swiftpm-0.4.0.20241120 -> origin/swiftpm-0.4.0.20241120 2025-06-05T23:12:42.0339191Z * [new branch] swiftpm-0.4.0.20241121 -> origin/swiftpm-0.4.0.20241121 2025-06-05T23:12:42.0340247Z * [new branch] swiftpm-0.4.0.20241122 -> origin/swiftpm-0.4.0.20241122 2025-06-05T23:12:42.0341327Z * [new branch] swiftpm-0.4.0.20241123 -> origin/swiftpm-0.4.0.20241123 2025-06-05T23:12:42.0342320Z * [new branch] swiftpm-0.4.0.20241124 -> origin/swiftpm-0.4.0.20241124 2025-06-05T23:12:42.0343315Z * [new branch] swiftpm-0.4.0.20241125 -> origin/swiftpm-0.4.0.20241125 2025-06-05T23:12:42.0344344Z * [new branch] swiftpm-0.4.0.20241126 -> origin/swiftpm-0.4.0.20241126 2025-06-05T23:12:42.0345408Z * [new branch] swiftpm-0.4.0.20241127 -> origin/swiftpm-0.4.0.20241127 2025-06-05T23:12:42.0346598Z * [new branch] swiftpm-0.4.0.20241128 -> origin/swiftpm-0.4.0.20241128 2025-06-05T23:12:42.0347676Z * [new branch] swiftpm-0.4.0.20241129 -> origin/swiftpm-0.4.0.20241129 2025-06-05T23:12:42.0348681Z * [new branch] swiftpm-0.4.0.20241130 -> origin/swiftpm-0.4.0.20241130 2025-06-05T23:12:42.0349726Z * [new branch] swiftpm-0.4.0.20241201 -> origin/swiftpm-0.4.0.20241201 2025-06-05T23:12:42.0350759Z * [new branch] swiftpm-0.4.0.20241202 -> origin/swiftpm-0.4.0.20241202 2025-06-05T23:12:42.0351821Z * [new branch] swiftpm-0.4.0.20241203 -> origin/swiftpm-0.4.0.20241203 2025-06-05T23:12:42.0352894Z * [new branch] swiftpm-0.4.0.20241204 -> origin/swiftpm-0.4.0.20241204 2025-06-05T23:12:42.0353891Z * [new branch] swiftpm-0.4.0.20241205 -> origin/swiftpm-0.4.0.20241205 2025-06-05T23:12:42.0354896Z * [new branch] swiftpm-0.4.0.20241206 -> origin/swiftpm-0.4.0.20241206 2025-06-05T23:12:42.0355885Z * [new branch] swiftpm-0.4.0.20241207 -> origin/swiftpm-0.4.0.20241207 2025-06-05T23:12:42.0356881Z * [new branch] swiftpm-0.4.0.20241208 -> origin/swiftpm-0.4.0.20241208 2025-06-05T23:12:42.0358266Z * [new branch] swiftpm-0.4.0.20241209 -> origin/swiftpm-0.4.0.20241209 2025-06-05T23:12:42.0359257Z * [new branch] swiftpm-0.4.0.20241210 -> origin/swiftpm-0.4.0.20241210 2025-06-05T23:12:42.0360410Z * [new branch] swiftpm-0.4.0.20241211 -> origin/swiftpm-0.4.0.20241211 2025-06-05T23:12:42.0361397Z * [new branch] swiftpm-0.4.0.20241212 -> origin/swiftpm-0.4.0.20241212 2025-06-05T23:12:42.0362437Z * [new branch] swiftpm-0.4.0.20241213 -> origin/swiftpm-0.4.0.20241213 2025-06-05T23:12:42.0363577Z * [new branch] swiftpm-0.4.0.20241214 -> origin/swiftpm-0.4.0.20241214 2025-06-05T23:12:42.0364582Z * [new branch] swiftpm-0.4.0.20241215 -> origin/swiftpm-0.4.0.20241215 2025-06-05T23:12:42.0365587Z * [new branch] swiftpm-0.4.0.20241216 -> origin/swiftpm-0.4.0.20241216 2025-06-05T23:12:42.0366627Z * [new branch] swiftpm-0.4.0.20241217 -> origin/swiftpm-0.4.0.20241217 2025-06-05T23:12:42.0367628Z * [new branch] swiftpm-0.4.0.20241218 -> origin/swiftpm-0.4.0.20241218 2025-06-05T23:12:42.0368672Z * [new branch] swiftpm-0.4.0.20241219 -> origin/swiftpm-0.4.0.20241219 2025-06-05T23:12:42.0369708Z * [new branch] swiftpm-0.4.0.20241220 -> origin/swiftpm-0.4.0.20241220 2025-06-05T23:12:42.0370748Z * [new branch] swiftpm-0.4.0.20241221 -> origin/swiftpm-0.4.0.20241221 2025-06-05T23:12:42.0371793Z * [new branch] swiftpm-0.4.0.20241222 -> origin/swiftpm-0.4.0.20241222 2025-06-05T23:12:42.0372748Z * [new branch] swiftpm-0.4.0.20241223 -> origin/swiftpm-0.4.0.20241223 2025-06-05T23:12:42.0373724Z * [new branch] swiftpm-0.4.0.20241224 -> origin/swiftpm-0.4.0.20241224 2025-06-05T23:12:42.0374752Z * [new branch] swiftpm-0.4.0.20241225 -> origin/swiftpm-0.4.0.20241225 2025-06-05T23:12:42.0375893Z * [new branch] swiftpm-0.4.0.20241226 -> origin/swiftpm-0.4.0.20241226 2025-06-05T23:12:42.0376876Z * [new branch] swiftpm-0.4.0.20241227 -> origin/swiftpm-0.4.0.20241227 2025-06-05T23:12:42.0377901Z * [new branch] swiftpm-0.4.0.20241228 -> origin/swiftpm-0.4.0.20241228 2025-06-05T23:12:42.0378890Z * [new branch] swiftpm-0.4.0.20241229 -> origin/swiftpm-0.4.0.20241229 2025-06-05T23:12:42.0379987Z * [new branch] swiftpm-0.4.0.20241230 -> origin/swiftpm-0.4.0.20241230 2025-06-05T23:12:42.0381004Z * [new branch] swiftpm-0.4.0.20241231 -> origin/swiftpm-0.4.0.20241231 2025-06-05T23:12:42.0382413Z * [new branch] swiftpm-0.4.0.20250101 -> origin/swiftpm-0.4.0.20250101 2025-06-05T23:12:42.0383416Z * [new branch] swiftpm-0.4.0.20250102 -> origin/swiftpm-0.4.0.20250102 2025-06-05T23:12:42.0384450Z * [new branch] swiftpm-0.4.0.20250103 -> origin/swiftpm-0.4.0.20250103 2025-06-05T23:12:42.0385437Z * [new branch] swiftpm-0.4.0.20250104 -> origin/swiftpm-0.4.0.20250104 2025-06-05T23:12:42.0386568Z * [new branch] swiftpm-0.4.0.20250105 -> origin/swiftpm-0.4.0.20250105 2025-06-05T23:12:42.0387588Z * [new branch] swiftpm-0.4.0.20250106 -> origin/swiftpm-0.4.0.20250106 2025-06-05T23:12:42.0388623Z * [new branch] swiftpm-0.4.0.20250107 -> origin/swiftpm-0.4.0.20250107 2025-06-05T23:12:42.0389680Z * [new branch] swiftpm-0.4.0.20250108 -> origin/swiftpm-0.4.0.20250108 2025-06-05T23:12:42.0390704Z * [new branch] swiftpm-0.4.0.20250109 -> origin/swiftpm-0.4.0.20250109 2025-06-05T23:12:42.0391982Z * [new branch] swiftpm-0.4.0.20250110 -> origin/swiftpm-0.4.0.20250110 2025-06-05T23:12:42.0393155Z * [new branch] swiftpm-0.4.0.20250111 -> origin/swiftpm-0.4.0.20250111 2025-06-05T23:12:42.0394140Z * [new branch] swiftpm-0.4.0.20250112 -> origin/swiftpm-0.4.0.20250112 2025-06-05T23:12:42.0395103Z * [new branch] swiftpm-0.4.0.20250113 -> origin/swiftpm-0.4.0.20250113 2025-06-05T23:12:42.0396085Z * [new branch] swiftpm-0.4.0.20250114 -> origin/swiftpm-0.4.0.20250114 2025-06-05T23:12:42.0397248Z * [new branch] swiftpm-0.4.0.20250115 -> origin/swiftpm-0.4.0.20250115 2025-06-05T23:12:42.0398066Z * [new branch] swiftpm-0.4.0.20250116 -> origin/swiftpm-0.4.0.20250116 2025-06-05T23:12:42.0399102Z * [new branch] swiftpm-0.4.0.20250117 -> origin/swiftpm-0.4.0.20250117 2025-06-05T23:12:42.0400186Z * [new branch] swiftpm-0.4.0.20250118 -> origin/swiftpm-0.4.0.20250118 2025-06-05T23:12:42.0401188Z * [new branch] swiftpm-0.4.0.20250119 -> origin/swiftpm-0.4.0.20250119 2025-06-05T23:12:42.0402163Z * [new branch] swiftpm-0.4.0.20250120 -> origin/swiftpm-0.4.0.20250120 2025-06-05T23:12:42.0403098Z * [new branch] swiftpm-0.4.0.20250121 -> origin/swiftpm-0.4.0.20250121 2025-06-05T23:12:42.0404155Z * [new branch] swiftpm-0.4.0.20250122 -> origin/swiftpm-0.4.0.20250122 2025-06-05T23:12:42.0405181Z * [new branch] swiftpm-0.4.0.20250123 -> origin/swiftpm-0.4.0.20250123 2025-06-05T23:12:42.0406148Z * [new branch] swiftpm-0.4.0.20250124 -> origin/swiftpm-0.4.0.20250124 2025-06-05T23:12:42.0407148Z * [new branch] swiftpm-0.4.0.20250125 -> origin/swiftpm-0.4.0.20250125 2025-06-05T23:12:42.0416097Z * [new branch] swiftpm-0.4.0.20250126 -> origin/swiftpm-0.4.0.20250126 2025-06-05T23:12:42.0416554Z * [new branch] swiftpm-0.4.0.20250127 -> origin/swiftpm-0.4.0.20250127 2025-06-05T23:12:42.0416786Z * [new branch] swiftpm-0.4.0.20250128 -> origin/swiftpm-0.4.0.20250128 2025-06-05T23:12:42.0417010Z * [new branch] swiftpm-0.4.0.20250129 -> origin/swiftpm-0.4.0.20250129 2025-06-05T23:12:42.0417218Z * [new branch] swiftpm-0.4.0.20250130 -> origin/swiftpm-0.4.0.20250130 2025-06-05T23:12:42.0417455Z * [new branch] swiftpm-0.5.0 -> origin/swiftpm-0.5.0 2025-06-05T23:12:42.0417724Z * [new branch] swiftpm-0.5.0.20250130 -> origin/swiftpm-0.5.0.20250130 2025-06-05T23:12:42.0417940Z * [new branch] swiftpm-0.5.0.20250131 -> origin/swiftpm-0.5.0.20250131 2025-06-05T23:12:42.0418153Z * [new branch] swiftpm-0.5.0.20250201 -> origin/swiftpm-0.5.0.20250201 2025-06-05T23:12:42.0418434Z * [new branch] swiftpm-0.5.0.20250202 -> origin/swiftpm-0.5.0.20250202 2025-06-05T23:12:42.0418690Z * [new branch] swiftpm-0.5.0.20250203 -> origin/swiftpm-0.5.0.20250203 2025-06-05T23:12:42.0419784Z * [new branch] swiftpm-0.5.0.20250204 -> origin/swiftpm-0.5.0.20250204 2025-06-05T23:12:42.0420781Z * [new branch] swiftpm-0.5.0.20250205 -> origin/swiftpm-0.5.0.20250205 2025-06-05T23:12:42.0422066Z * [new branch] swiftpm-0.5.0.20250206 -> origin/swiftpm-0.5.0.20250206 2025-06-05T23:12:42.0423229Z * [new branch] swiftpm-0.5.0.20250207 -> origin/swiftpm-0.5.0.20250207 2025-06-05T23:12:42.0424272Z * [new branch] swiftpm-0.5.0.20250208 -> origin/swiftpm-0.5.0.20250208 2025-06-05T23:12:42.0425580Z * [new branch] swiftpm-0.5.0.20250209 -> origin/swiftpm-0.5.0.20250209 2025-06-05T23:12:42.0426735Z * [new branch] swiftpm-0.5.0.20250210 -> origin/swiftpm-0.5.0.20250210 2025-06-05T23:12:42.0427782Z * [new branch] swiftpm-0.5.0.20250211 -> origin/swiftpm-0.5.0.20250211 2025-06-05T23:12:42.0428803Z * [new branch] swiftpm-0.5.0.20250212 -> origin/swiftpm-0.5.0.20250212 2025-06-05T23:12:42.0429777Z * [new branch] swiftpm-0.5.0.20250213 -> origin/swiftpm-0.5.0.20250213 2025-06-05T23:12:42.0430849Z * [new branch] swiftpm-0.5.0.20250214 -> origin/swiftpm-0.5.0.20250214 2025-06-05T23:12:42.0431831Z * [new branch] swiftpm-0.5.0.20250215 -> origin/swiftpm-0.5.0.20250215 2025-06-05T23:12:42.0432863Z * [new branch] swiftpm-0.5.0.20250216 -> origin/swiftpm-0.5.0.20250216 2025-06-05T23:12:42.0433892Z * [new branch] swiftpm-0.5.0.20250217 -> origin/swiftpm-0.5.0.20250217 2025-06-05T23:12:42.0435002Z * [new branch] swiftpm-0.5.0.20250218 -> origin/swiftpm-0.5.0.20250218 2025-06-05T23:12:42.0435990Z * [new branch] swiftpm-0.5.0.20250219 -> origin/swiftpm-0.5.0.20250219 2025-06-05T23:12:42.0436988Z * [new branch] swiftpm-0.5.0.20250220 -> origin/swiftpm-0.5.0.20250220 2025-06-05T23:12:42.0438014Z * [new branch] swiftpm-0.5.0.20250221 -> origin/swiftpm-0.5.0.20250221 2025-06-05T23:12:42.0439035Z * [new branch] swiftpm-0.5.0.20250222 -> origin/swiftpm-0.5.0.20250222 2025-06-05T23:12:42.0440043Z * [new branch] swiftpm-0.5.0.20250223 -> origin/swiftpm-0.5.0.20250223 2025-06-05T23:12:42.0441018Z * [new branch] swiftpm-0.5.0.20250224 -> origin/swiftpm-0.5.0.20250224 2025-06-05T23:12:42.0442041Z * [new branch] swiftpm-0.5.0.20250225 -> origin/swiftpm-0.5.0.20250225 2025-06-05T23:12:42.0443128Z * [new branch] swiftpm-0.5.0.20250226 -> origin/swiftpm-0.5.0.20250226 2025-06-05T23:12:42.0444204Z * [new branch] swiftpm-0.5.0.20250227 -> origin/swiftpm-0.5.0.20250227 2025-06-05T23:12:42.0445215Z * [new branch] swiftpm-0.5.0.20250228 -> origin/swiftpm-0.5.0.20250228 2025-06-05T23:12:42.0446300Z * [new branch] swiftpm-0.5.0.20250301 -> origin/swiftpm-0.5.0.20250301 2025-06-05T23:12:42.0447382Z * [new branch] swiftpm-0.5.0.20250302 -> origin/swiftpm-0.5.0.20250302 2025-06-05T23:12:42.0448329Z * [new branch] swiftpm-0.5.0.20250303 -> origin/swiftpm-0.5.0.20250303 2025-06-05T23:12:42.0449749Z * [new branch] swiftpm-0.5.0.20250304 -> origin/swiftpm-0.5.0.20250304 2025-06-05T23:12:42.0450726Z * [new branch] swiftpm-0.5.0.20250306 -> origin/swiftpm-0.5.0.20250306 2025-06-05T23:12:42.0451723Z * [new branch] swiftpm-0.5.0.20250307 -> origin/swiftpm-0.5.0.20250307 2025-06-05T23:12:42.0452745Z * [new branch] swiftpm-0.5.0.20250308 -> origin/swiftpm-0.5.0.20250308 2025-06-05T23:12:42.0453950Z * [new branch] swiftpm-0.5.0.20250309 -> origin/swiftpm-0.5.0.20250309 2025-06-05T23:12:42.0454905Z * [new branch] swiftpm-0.5.0.20250310 -> origin/swiftpm-0.5.0.20250310 2025-06-05T23:12:42.0455953Z * [new branch] swiftpm-0.5.0.20250311 -> origin/swiftpm-0.5.0.20250311 2025-06-05T23:12:42.0456977Z * [new branch] swiftpm-0.5.0.20250313 -> origin/swiftpm-0.5.0.20250313 2025-06-05T23:12:42.0457991Z * [new branch] swiftpm-0.5.0.20250314 -> origin/swiftpm-0.5.0.20250314 2025-06-05T23:12:42.0459059Z * [new branch] swiftpm-0.5.0.20250315 -> origin/swiftpm-0.5.0.20250315 2025-06-05T23:12:42.0460018Z * [new branch] swiftpm-0.5.0.20250316 -> origin/swiftpm-0.5.0.20250316 2025-06-05T23:12:42.0461060Z * [new branch] swiftpm-0.5.0.20250317 -> origin/swiftpm-0.5.0.20250317 2025-06-05T23:12:42.0462032Z * [new branch] swiftpm-0.5.0.20250318 -> origin/swiftpm-0.5.0.20250318 2025-06-05T23:12:42.0463069Z * [new branch] swiftpm-0.5.0.20250319 -> origin/swiftpm-0.5.0.20250319 2025-06-05T23:12:42.0464207Z * [new branch] swiftpm-0.5.0.20250320 -> origin/swiftpm-0.5.0.20250320 2025-06-05T23:12:42.0465248Z * [new branch] swiftpm-0.5.0.20250321 -> origin/swiftpm-0.5.0.20250321 2025-06-05T23:12:42.0466304Z * [new branch] swiftpm-0.5.0.20250322 -> origin/swiftpm-0.5.0.20250322 2025-06-05T23:12:42.0467351Z * [new branch] swiftpm-0.5.0.20250323 -> origin/swiftpm-0.5.0.20250323 2025-06-05T23:12:42.0468349Z * [new branch] swiftpm-0.5.0.20250324 -> origin/swiftpm-0.5.0.20250324 2025-06-05T23:12:42.0469344Z * [new branch] swiftpm-0.5.0.20250325 -> origin/swiftpm-0.5.0.20250325 2025-06-05T23:12:42.0470338Z * [new branch] swiftpm-0.5.0.20250326 -> origin/swiftpm-0.5.0.20250326 2025-06-05T23:12:42.0471510Z * [new branch] swiftpm-0.5.0.20250327 -> origin/swiftpm-0.5.0.20250327 2025-06-05T23:12:42.0472548Z * [new branch] swiftpm-0.5.0.20250328 -> origin/swiftpm-0.5.0.20250328 2025-06-05T23:12:42.0473574Z * [new branch] swiftpm-0.5.0.20250329 -> origin/swiftpm-0.5.0.20250329 2025-06-05T23:12:42.0474536Z * [new branch] swiftpm-0.5.0.20250330 -> origin/swiftpm-0.5.0.20250330 2025-06-05T23:12:42.0475503Z * [new branch] swiftpm-0.5.0.20250331 -> origin/swiftpm-0.5.0.20250331 2025-06-05T23:12:42.0476577Z * [new branch] swiftpm-0.6.0 -> origin/swiftpm-0.6.0 2025-06-05T23:12:42.0477616Z * [new branch] swiftpm-0.7.0.20250401 -> origin/swiftpm-0.7.0.20250401 2025-06-05T23:12:42.0478591Z * [new branch] swiftpm-0.7.0.20250402 -> origin/swiftpm-0.7.0.20250402 2025-06-05T23:12:42.0479690Z * [new branch] swiftpm-0.7.0.20250403 -> origin/swiftpm-0.7.0.20250403 2025-06-05T23:12:42.0480759Z * [new branch] swiftpm-0.7.0.20250404 -> origin/swiftpm-0.7.0.20250404 2025-06-05T23:12:42.0481732Z * [new branch] swiftpm-0.7.0.20250408 -> origin/swiftpm-0.7.0.20250408 2025-06-05T23:12:42.0482702Z * [new branch] swiftpm-0.7.0.20250409 -> origin/swiftpm-0.7.0.20250409 2025-06-05T23:12:42.0483701Z * [new branch] swiftpm-0.7.0.20250410 -> origin/swiftpm-0.7.0.20250410 2025-06-05T23:12:42.0484693Z * [new branch] swiftpm-0.7.0.20250411 -> origin/swiftpm-0.7.0.20250411 2025-06-05T23:12:42.0485687Z * [new branch] swiftpm-0.7.0.20250412 -> origin/swiftpm-0.7.0.20250412 2025-06-05T23:12:42.0486639Z * [new branch] swiftpm-0.7.0.20250413 -> origin/swiftpm-0.7.0.20250413 2025-06-05T23:12:42.0487637Z * [new branch] swiftpm-0.7.0.20250414 -> origin/swiftpm-0.7.0.20250414 2025-06-05T23:12:42.0488649Z * [new branch] swiftpm-0.7.0.20250415 -> origin/swiftpm-0.7.0.20250415 2025-06-05T23:12:42.0489702Z * [new branch] swiftpm-0.7.0.20250416 -> origin/swiftpm-0.7.0.20250416 2025-06-05T23:12:42.0490701Z * [new branch] swiftpm-0.7.0.20250417 -> origin/swiftpm-0.7.0.20250417 2025-06-05T23:12:42.0496339Z * [new branch] swiftpm-0.7.0.20250418 -> origin/swiftpm-0.7.0.20250418 2025-06-05T23:12:42.0497454Z * [new branch] swiftpm-0.7.0.20250419 -> origin/swiftpm-0.7.0.20250419 2025-06-05T23:12:42.0498481Z * [new branch] swiftpm-0.7.0.20250420 -> origin/swiftpm-0.7.0.20250420 2025-06-05T23:12:42.0499461Z * [new branch] swiftpm-0.7.0.20250421 -> origin/swiftpm-0.7.0.20250421 2025-06-05T23:12:42.0500497Z * [new branch] swiftpm-0.7.0.20250422 -> origin/swiftpm-0.7.0.20250422 2025-06-05T23:12:42.0501554Z * [new branch] swiftpm-0.7.0.20250423 -> origin/swiftpm-0.7.0.20250423 2025-06-05T23:12:42.0502536Z * [new branch] swiftpm-0.7.0.20250424 -> origin/swiftpm-0.7.0.20250424 2025-06-05T23:12:42.0503507Z * [new branch] swiftpm-0.7.0.20250425 -> origin/swiftpm-0.7.0.20250425 2025-06-05T23:12:42.0504556Z * [new branch] swiftpm-0.7.0.20250426 -> origin/swiftpm-0.7.0.20250426 2025-06-05T23:12:42.0505625Z * [new branch] swiftpm-0.7.0.20250427 -> origin/swiftpm-0.7.0.20250427 2025-06-05T23:12:42.0506636Z * [new branch] swiftpm-0.7.0.20250428 -> origin/swiftpm-0.7.0.20250428 2025-06-05T23:12:42.0507678Z * [new branch] swiftpm-0.7.0.20250429 -> origin/swiftpm-0.7.0.20250429 2025-06-05T23:12:42.0508718Z * [new branch] swiftpm-0.7.0.20250430 -> origin/swiftpm-0.7.0.20250430 2025-06-05T23:12:42.0509746Z * [new branch] swiftpm-0.7.0.20250501 -> origin/swiftpm-0.7.0.20250501 2025-06-05T23:12:42.0510820Z * [new branch] swiftpm-0.7.0.20250502 -> origin/swiftpm-0.7.0.20250502 2025-06-05T23:12:42.0511803Z * [new branch] swiftpm-0.7.0.20250503 -> origin/swiftpm-0.7.0.20250503 2025-06-05T23:12:42.0512941Z * [new branch] swiftpm-0.7.0.20250504 -> origin/swiftpm-0.7.0.20250504 2025-06-05T23:12:42.0513876Z * [new branch] swiftpm-0.7.0.20250505 -> origin/swiftpm-0.7.0.20250505 2025-06-05T23:12:42.0514843Z * [new branch] swiftpm-0.7.0.20250506 -> origin/swiftpm-0.7.0.20250506 2025-06-05T23:12:42.0515843Z * [new branch] swiftpm-0.7.0.20250508 -> origin/swiftpm-0.7.0.20250508 2025-06-05T23:12:42.0516859Z * [new branch] swiftpm-0.7.0.20250509 -> origin/swiftpm-0.7.0.20250509 2025-06-05T23:12:42.0518052Z * [new branch] swiftpm-0.7.0.20250510 -> origin/swiftpm-0.7.0.20250510 2025-06-05T23:12:42.0519085Z * [new branch] swiftpm-0.7.0.20250511 -> origin/swiftpm-0.7.0.20250511 2025-06-05T23:12:42.0520426Z * [new branch] swiftpm-0.7.0.20250512 -> origin/swiftpm-0.7.0.20250512 2025-06-05T23:12:42.0521482Z * [new branch] swiftpm-0.7.0.20250513 -> origin/swiftpm-0.7.0.20250513 2025-06-05T23:12:42.0522515Z * [new branch] swiftpm-0.7.0.20250514 -> origin/swiftpm-0.7.0.20250514 2025-06-05T23:12:42.0523751Z * [new branch] swiftpm-0.7.0.20250515 -> origin/swiftpm-0.7.0.20250515 2025-06-05T23:12:42.0524682Z * [new branch] swiftpm-0.7.0.20250516 -> origin/swiftpm-0.7.0.20250516 2025-06-05T23:12:42.0525696Z * [new branch] swiftpm-0.7.0.20250517 -> origin/swiftpm-0.7.0.20250517 2025-06-05T23:12:42.0526771Z * [new branch] swiftpm-0.7.0.20250518 -> origin/swiftpm-0.7.0.20250518 2025-06-05T23:12:42.0527739Z * [new branch] swiftpm-0.7.0.20250519 -> origin/swiftpm-0.7.0.20250519 2025-06-05T23:12:42.0528740Z * [new branch] swiftpm-0.7.0.20250520 -> origin/swiftpm-0.7.0.20250520 2025-06-05T23:12:42.0529700Z * [new branch] swiftpm-0.7.0.20250521 -> origin/swiftpm-0.7.0.20250521 2025-06-05T23:12:42.0530803Z * [new branch] swiftpm-0.7.0.20250522 -> origin/swiftpm-0.7.0.20250522 2025-06-05T23:12:42.0531751Z * [new branch] swiftpm-0.7.0.20250523 -> origin/swiftpm-0.7.0.20250523 2025-06-05T23:12:42.0532795Z * [new branch] swiftpm-0.7.0.20250524 -> origin/swiftpm-0.7.0.20250524 2025-06-05T23:12:42.0533766Z * [new branch] swiftpm-0.7.0.20250525 -> origin/swiftpm-0.7.0.20250525 2025-06-05T23:12:42.0534856Z * [new branch] swiftpm-0.7.0.20250526 -> origin/swiftpm-0.7.0.20250526 2025-06-05T23:12:42.0535793Z * [new branch] swiftpm-0.7.0.20250527 -> origin/swiftpm-0.7.0.20250527 2025-06-05T23:12:42.0537042Z * [new branch] swiftpm-0.7.0.20250528 -> origin/swiftpm-0.7.0.20250528 2025-06-05T23:12:42.0538047Z * [new branch] swiftpm-0.7.0.20250529 -> origin/swiftpm-0.7.0.20250529 2025-06-05T23:12:42.0539098Z * [new branch] swiftpm-0.7.0.20250530 -> origin/swiftpm-0.7.0.20250530 2025-06-05T23:12:42.0540132Z * [new branch] swiftpm-0.7.0.20250531 -> origin/swiftpm-0.7.0.20250531 2025-06-05T23:12:42.0541127Z * [new branch] swiftpm-0.7.0.20250601 -> origin/swiftpm-0.7.0.20250601 2025-06-05T23:12:42.0542128Z * [new branch] swiftpm-0.7.0.20250602 -> origin/swiftpm-0.7.0.20250602 2025-06-05T23:12:42.0543210Z * [new branch] swiftpm-0.7.0.20250603 -> origin/swiftpm-0.7.0.20250603 2025-06-05T23:12:42.0544295Z * [new branch] swiftpm-0.7.0.20250604 -> origin/swiftpm-0.7.0.20250604 2025-06-05T23:12:42.0545323Z * [new branch] swiftpm-0.7.0.20250605 -> origin/swiftpm-0.7.0.20250605 2025-06-05T23:12:42.0546664Z * [new branch] switch-to-generic-apple-benchmark-app -> origin/switch-to-generic-apple-benchmark-app 2025-06-05T23:12:42.0547593Z * [new branch] test -> origin/test 2025-06-05T23:12:42.0548676Z * [new branch] test-0.6-upload -> origin/test-0.6-upload 2025-06-05T23:12:42.0549722Z * [new branch] test-docs-branch -> origin/test-docs-branch 2025-06-05T23:12:42.0550863Z * [new branch] test-google-gemma-2b -> origin/test-google-gemma-2b 2025-06-05T23:12:42.0551912Z * [new branch] test-miniconda-24.7.1 -> origin/test-miniconda-24.7.1 2025-06-05T23:12:42.0552935Z * [new branch] test-partial-upload -> origin/test-partial-upload 2025-06-05T23:12:42.0554082Z * [new branch] test-regression -> origin/test-regression 2025-06-05T23:12:42.0555243Z * [new branch] test-regression-2 -> origin/test-regression-2 2025-06-05T23:12:42.0556258Z * [new branch] test2 -> origin/test2 2025-06-05T23:12:42.0557448Z * [new branch] testAddSpec -> origin/testAddSpec 2025-06-05T23:12:42.0558508Z * [new branch] test_rm -> origin/test_rm 2025-06-05T23:12:42.0559586Z * [new branch] test_u55_mv2 -> origin/test_u55_mv2 2025-06-05T23:12:42.0560630Z * [new branch] tiktoken -> origin/tiktoken 2025-06-05T23:12:42.0562187Z * [new branch] tkaruturi/bundled_example_comment_change -> origin/tkaruturi/bundled_example_comment_change 2025-06-05T23:12:42.0563062Z * [new branch] tkaruturi/bundled_example_comment_fix -> origin/tkaruturi/bundled_example_comment_fix 2025-06-05T23:12:42.0563942Z * [new branch] tkaruturi/coreml_etdump_changes -> origin/tkaruturi/coreml_etdump_changes 2025-06-05T23:12:42.0564882Z * [new branch] tkaruturi/etdump_cmake -> origin/tkaruturi/etdump_cmake 2025-06-05T23:12:42.0566210Z * [new branch] tkaruturi/etdump_cmake_buck_docs -> origin/tkaruturi/etdump_cmake_buck_docs 2025-06-05T23:12:42.0567465Z * [new branch] tkaruturi/etdump_documentation -> origin/tkaruturi/etdump_documentation 2025-06-05T23:12:42.0568923Z * [new branch] tkaruturi/fix_cmake_schema_generation -> origin/tkaruturi/fix_cmake_schema_generation 2025-06-05T23:12:42.0569842Z * [new branch] tkaruturi/fix_linter_error -> origin/tkaruturi/fix_linter_error 2025-06-05T23:12:42.0570874Z * [new branch] tkaruturi/fix_sdk_example_runner -> origin/tkaruturi/fix_sdk_example_runner 2025-06-05T23:12:42.0571828Z * [new branch] tkaruturi/fix_time_scale_in_inspector -> origin/tkaruturi/fix_time_scale_in_inspector 2025-06-05T23:12:42.0572874Z * [new branch] tkaruturi/imporve_sdk_intro -> origin/tkaruturi/imporve_sdk_intro 2025-06-05T23:12:42.0573861Z * [new branch] tkaruturi/jarvis_cross_compile -> origin/tkaruturi/jarvis_cross_compile 2025-06-05T23:12:42.0575241Z * [new branch] tkaruturi/profiler_documentation -> origin/tkaruturi/profiler_documentation 2025-06-05T23:12:42.0576327Z * [new branch] tkaruturi/sdk_documentation_for_debugging -> origin/tkaruturi/sdk_documentation_for_debugging 2025-06-05T23:12:42.0577131Z * [new branch] tkaruturi/sdk_e2e_test -> origin/tkaruturi/sdk_e2e_test 2025-06-05T23:12:42.0578301Z * [new branch] tkaruturi/sdk_example_runner_e2e_script -> origin/tkaruturi/sdk_example_runner_e2e_script 2025-06-05T23:12:42.0579148Z * [new branch] tkaruturi/sdk_intro_documentation -> origin/tkaruturi/sdk_intro_documentation 2025-06-05T23:12:42.0580288Z * [new branch] tkaruturi/template_for_tutorial -> origin/tkaruturi/template_for_tutorial 2025-06-05T23:12:42.0581247Z * [new branch] tkaruturi/vision_encoder_et -> origin/tkaruturi/vision_encoder_et 2025-06-05T23:12:42.0582200Z * [new branch] tkaruturi/xtensa_cross_compile -> origin/tkaruturi/xtensa_cross_compile 2025-06-05T23:12:42.0583271Z * [new branch] tkaruturi/xtensa_cross_compile_doc -> origin/tkaruturi/xtensa_cross_compile_doc 2025-06-05T23:12:42.0584097Z * [new branch] tkaruturi/xtensa_full_demo -> origin/tkaruturi/xtensa_full_demo 2025-06-05T23:12:42.0585313Z * [new branch] tkaruturi/xtensa_linear_demo -> origin/tkaruturi/xtensa_linear_demo 2025-06-05T23:12:42.0586504Z * [new branch] token_ids -> origin/token_ids 2025-06-05T23:12:42.0587535Z * [new branch] tokenizer -> origin/tokenizer 2025-06-05T23:12:42.0589037Z * [new branch] tosa_ref_model_fix -> origin/tosa_ref_model_fix 2025-06-05T23:12:42.0590095Z * [new branch] tosa_ser_fix_on_0.5 -> origin/tosa_ser_fix_on_0.5 2025-06-05T23:12:42.0591326Z * [new branch] tosa_serialization_fix -> origin/tosa_serialization_fix 2025-06-05T23:12:42.0592365Z * [new branch] training_ir_migration -> origin/training_ir_migration 2025-06-05T23:12:42.0593431Z * [new branch] tugsbayasgalan-patch-1 -> origin/tugsbayasgalan-patch-1 2025-06-05T23:12:42.0594448Z * [new branch] update-ao-pinned-commit -> origin/update-ao-pinned-commit 2025-06-05T23:12:42.0595470Z * [new branch] update-cherry-pick-bot-command -> origin/update-cherry-pick-bot-command 2025-06-05T23:12:42.0596402Z * [new branch] update-install-reqs -> origin/update-install-reqs 2025-06-05T23:12:42.0597897Z * [new branch] update-pytorch-commit-hash/10001481831-208-1 -> origin/update-pytorch-commit-hash/10001481831-208-1 2025-06-05T23:12:42.0598749Z * [new branch] update-pytorch-commit-hash/10016779643-209-1 -> origin/update-pytorch-commit-hash/10016779643-209-1 2025-06-05T23:12:42.0599686Z * [new branch] update-pytorch-commit-hash/10294824671-229-1 -> origin/update-pytorch-commit-hash/10294824671-229-1 2025-06-05T23:12:42.0600622Z * [new branch] update-pytorch-commit-hash/15080763801-537-1 -> origin/update-pytorch-commit-hash/15080763801-537-1 2025-06-05T23:12:42.0601705Z * [new branch] update-pytorch-commit-hash/7535757395-1-4 -> origin/update-pytorch-commit-hash/7535757395-1-4 2025-06-05T23:12:42.0602528Z * [new branch] update-pytorch-commit-hash/7535757395-1-5 -> origin/update-pytorch-commit-hash/7535757395-1-5 2025-06-05T23:12:42.0603734Z * [new branch] update-pytorch-commit-hash/7535757395-1-8 -> origin/update-pytorch-commit-hash/7535757395-1-8 2025-06-05T23:12:42.0605035Z * [new branch] update-pytorch-commit-hash/7549495184-5-2 -> origin/update-pytorch-commit-hash/7549495184-5-2 2025-06-05T23:12:42.0605999Z * [new branch] update-pytorch-commit-hash/7549495184-5-5 -> origin/update-pytorch-commit-hash/7549495184-5-5 2025-06-05T23:12:42.0606943Z * [new branch] update-pytorch-commit-hash/7591486932-11-1 -> origin/update-pytorch-commit-hash/7591486932-11-1 2025-06-05T23:12:42.0607887Z * [new branch] update-pytorch-commit-hash/7705303192-21-1 -> origin/update-pytorch-commit-hash/7705303192-21-1 2025-06-05T23:12:42.0608821Z * [new branch] update-pytorch-commit-hash/8461430243-81-1 -> origin/update-pytorch-commit-hash/8461430243-81-1 2025-06-05T23:12:42.0609858Z * [new branch] update-pytorch-commit-hash/8532209109-90-1 -> origin/update-pytorch-commit-hash/8532209109-90-1 2025-06-05T23:12:42.0610761Z * [new branch] update-pytorch-commit-hash/8677863676-101-1 -> origin/update-pytorch-commit-hash/8677863676-101-1 2025-06-05T23:12:42.0611656Z * [new branch] update-symlink-0.6 -> origin/update-symlink-0.6 2025-06-05T23:12:42.0612860Z * [new branch] update-symlink-0.6v2 -> origin/update-symlink-0.6v2 2025-06-05T23:12:42.0614028Z * [new branch] update-symlink-revert -> origin/update-symlink-revert 2025-06-05T23:12:42.0614998Z * [new branch] update-symlink-revert-0.6 -> origin/update-symlink-revert-0.6 2025-06-05T23:12:42.0616118Z * [new branch] update-version-txt -> origin/update-version-txt 2025-06-05T23:12:42.0617165Z * [new branch] update_benchmark_infra_doc -> origin/update_benchmark_infra_doc 2025-06-05T23:12:42.0618256Z * [new branch] update_phi_3_tokenizer -> origin/update_phi_3_tokenizer 2025-06-05T23:12:42.0619275Z * [new branch] update_pin_20240118 -> origin/update_pin_20240118 2025-06-05T23:12:42.0620582Z * [new branch] update_pytorch_pin -> origin/update_pytorch_pin 2025-06-05T23:12:42.0621328Z * [new branch] update_readme -> origin/update_readme 2025-06-05T23:12:42.0622462Z * [new branch] update_upload_workflow -> origin/update_upload_workflow 2025-06-05T23:12:42.0623448Z * [new branch] upgrade-flatbuffer -> origin/upgrade-flatbuffer 2025-06-05T23:12:42.0624469Z * [new branch] upgrade-version -> origin/upgrade-version 2025-06-05T23:12:42.0625955Z * [new branch] upload-android-perf-results -> origin/upload-android-perf-results 2025-06-05T23:12:42.0627058Z * [new branch] upload-ios-perf-results -> origin/upload-ios-perf-results 2025-06-05T23:12:42.0628416Z * [new branch] upload-test-spec-s3 -> origin/upload-test-spec-s3 2025-06-05T23:12:42.0629483Z * [new branch] use-apple-perf-workflow -> origin/use-apple-perf-workflow 2025-06-05T23:12:42.0630502Z * [new branch] use-linux-runner-android-test -> origin/use-linux-runner-android-test 2025-06-05T23:12:42.0631376Z * [new branch] use-pytorch-runner -> origin/use-pytorch-runner 2025-06-05T23:12:42.0632390Z * [new branch] use-quantize_ -> origin/use-quantize_ 2025-06-05T23:12:42.0633417Z * [new branch] use_kv_cache -> origin/use_kv_cache 2025-06-05T23:12:42.0635550Z * [new branch] user/tkaruturi/export_recipes_integration_in_export_llama -> origin/user/tkaruturi/export_recipes_integration_in_export_llama 2025-06-05T23:12:42.0636136Z * [new branch] v0.6.0-android -> origin/v0.6.0-android 2025-06-05T23:12:42.0637221Z * [new branch] v0.6.0-rc3-android -> origin/v0.6.0-rc3-android 2025-06-05T23:12:42.0638215Z * [new branch] v0.6.0-rc4-android -> origin/v0.6.0-rc4-android 2025-06-05T23:12:42.0639149Z * [new branch] v0.6.0-rc6-android -> origin/v0.6.0-rc6-android 2025-06-05T23:12:42.0640491Z * [new branch] viable/strict -> origin/viable/strict 2025-06-05T23:12:42.0641535Z * [new branch] vision -> origin/vision 2025-06-05T23:12:42.0642629Z * [new branch] vulkan-without-executorch -> origin/vulkan-without-executorch 2025-06-05T23:12:42.0643903Z * [new branch] wdvr/increase-timeout -> origin/wdvr/increase-timeout 2025-06-05T23:12:42.0645008Z * [new branch] working -> origin/working 2025-06-05T23:12:42.0646037Z * [new branch] xcode -> origin/xcode 2025-06-05T23:12:42.0647197Z * [new branch] xcode-16-for-ios-18 -> origin/xcode-16-for-ios-18 2025-06-05T23:12:42.0648281Z * [new branch] xnnp_workspace_sharing -> origin/xnnp_workspace_sharing 2025-06-05T23:12:42.0649620Z * [new branch] zainr/demo -> origin/zainr/demo 2025-06-05T23:12:42.0650575Z * [new tag] android/release/test-1 -> android/release/test-1 2025-06-05T23:12:42.0651226Z * [new tag] android/release/test-2 -> android/release/test-2 2025-06-05T23:12:42.0652712Z * [new tag] ciflow/android/release/5588 -> ciflow/android/release/5588 2025-06-05T23:12:42.0653360Z * [new tag] ciflow/binaries/10741 -> ciflow/binaries/10741 2025-06-05T23:12:42.0653977Z * [new tag] ciflow/binaries/11159 -> ciflow/binaries/11159 2025-06-05T23:12:42.0654626Z * [new tag] ciflow/binaries/11285 -> ciflow/binaries/11285 2025-06-05T23:12:42.0655464Z * [new tag] ciflow/binaries/11432 -> ciflow/binaries/11432 2025-06-05T23:12:42.0656127Z * [new tag] ciflow/binaries/3049 -> ciflow/binaries/3049 2025-06-05T23:12:42.0656782Z * [new tag] ciflow/binaries/5343 -> ciflow/binaries/5343 2025-06-05T23:12:42.0657623Z * [new tag] ciflow/binaries/all/2053 -> ciflow/binaries/all/2053 2025-06-05T23:12:42.0658343Z * [new tag] ciflow/binaries/all/2363 -> ciflow/binaries/all/2363 2025-06-05T23:12:42.0659048Z * [new tag] ciflow/binaries/all/2969 -> ciflow/binaries/all/2969 2025-06-05T23:12:42.0659935Z * [new tag] ciflow/binaries/all/3049 -> ciflow/binaries/all/3049 2025-06-05T23:12:42.0660587Z * [new tag] ciflow/binaries/all/3789 -> ciflow/binaries/all/3789 2025-06-05T23:12:42.0661430Z * [new tag] ciflow/binaries/all/7017 -> ciflow/binaries/all/7017 2025-06-05T23:12:42.0662168Z * [new tag] ciflow/binaries/all/sdym -> ciflow/binaries/all/sdym 2025-06-05T23:12:42.0662777Z * [new tag] ciflow/binaries/sdym -> ciflow/binaries/sdym 2025-06-05T23:12:42.0663793Z * [new tag] ciflow/periodic/2367 -> ciflow/periodic/2367 2025-06-05T23:12:42.0664488Z * [new tag] ciflow/periodic/2368 -> ciflow/periodic/2368 2025-06-05T23:12:42.0665352Z * [new tag] ciflow/periodic/3737 -> ciflow/periodic/3737 2025-06-05T23:12:42.0666007Z * [new tag] ciflow/periodic/5343 -> ciflow/periodic/5343 2025-06-05T23:12:42.0666897Z * [new tag] ciflow/periodic/5743 -> ciflow/periodic/5743 2025-06-05T23:12:42.0667777Z * [new tag] ciflow/trunk/10282 -> ciflow/trunk/10282 2025-06-05T23:12:42.0668474Z * [new tag] ciflow/trunk/10617 -> ciflow/trunk/10617 2025-06-05T23:12:42.0669089Z * [new tag] ciflow/trunk/10741 -> ciflow/trunk/10741 2025-06-05T23:12:42.0670000Z * [new tag] ciflow/trunk/10874 -> ciflow/trunk/10874 2025-06-05T23:12:42.0670563Z * [new tag] ciflow/trunk/11064 -> ciflow/trunk/11064 2025-06-05T23:12:42.0671195Z * [new tag] ciflow/trunk/11162 -> ciflow/trunk/11162 2025-06-05T23:12:42.0671830Z * [new tag] ciflow/trunk/11285 -> ciflow/trunk/11285 2025-06-05T23:12:42.0672678Z * [new tag] ciflow/trunk/11310 -> ciflow/trunk/11310 2025-06-05T23:12:42.0673503Z * [new tag] ciflow/trunk/11351 -> ciflow/trunk/11351 2025-06-05T23:12:42.0674164Z * [new tag] ciflow/trunk/11396 -> ciflow/trunk/11396 2025-06-05T23:12:42.0674805Z * [new tag] ciflow/trunk/11432 -> ciflow/trunk/11432 2025-06-05T23:12:42.0675416Z * [new tag] ciflow/trunk/1574 -> ciflow/trunk/1574 2025-06-05T23:12:42.0676693Z * [new tag] ciflow/trunk/1986 -> ciflow/trunk/1986 2025-06-05T23:12:42.0677676Z * [new tag] ciflow/trunk/2576 -> ciflow/trunk/2576 2025-06-05T23:12:42.0678600Z * [new tag] ciflow/trunk/2659 -> ciflow/trunk/2659 2025-06-05T23:12:42.0679307Z * [new tag] ciflow/trunk/2720 -> ciflow/trunk/2720 2025-06-05T23:12:42.0680187Z * [new tag] ciflow/trunk/2730 -> ciflow/trunk/2730 2025-06-05T23:12:42.0681011Z * [new tag] ciflow/trunk/2767 -> ciflow/trunk/2767 2025-06-05T23:12:42.0681737Z * [new tag] ciflow/trunk/2818 -> ciflow/trunk/2818 2025-06-05T23:12:42.0682592Z * [new tag] ciflow/trunk/2862 -> ciflow/trunk/2862 2025-06-05T23:12:42.0683216Z * [new tag] ciflow/trunk/2900 -> ciflow/trunk/2900 2025-06-05T23:12:42.0683888Z * [new tag] ciflow/trunk/2937 -> ciflow/trunk/2937 2025-06-05T23:12:42.0684873Z * [new tag] ciflow/trunk/2995 -> ciflow/trunk/2995 2025-06-05T23:12:42.0685695Z * [new tag] ciflow/trunk/3005 -> ciflow/trunk/3005 2025-06-05T23:12:42.0686539Z * [new tag] ciflow/trunk/3018 -> ciflow/trunk/3018 2025-06-05T23:12:42.0687074Z * [new tag] ciflow/trunk/3020 -> ciflow/trunk/3020 2025-06-05T23:12:42.0688016Z * [new tag] ciflow/trunk/3025 -> ciflow/trunk/3025 2025-06-05T23:12:42.0688917Z * [new tag] ciflow/trunk/3049 -> ciflow/trunk/3049 2025-06-05T23:12:42.0689555Z * [new tag] ciflow/trunk/3056 -> ciflow/trunk/3056 2025-06-05T23:12:42.0690699Z * [new tag] ciflow/trunk/3134 -> ciflow/trunk/3134 2025-06-05T23:12:42.0691503Z * [new tag] ciflow/trunk/3199 -> ciflow/trunk/3199 2025-06-05T23:12:42.0692148Z * [new tag] ciflow/trunk/3248 -> ciflow/trunk/3248 2025-06-05T23:12:42.0693130Z * [new tag] ciflow/trunk/3295 -> ciflow/trunk/3295 2025-06-05T23:12:42.0693819Z * [new tag] ciflow/trunk/3369 -> ciflow/trunk/3369 2025-06-05T23:12:42.0694626Z * [new tag] ciflow/trunk/3441 -> ciflow/trunk/3441 2025-06-05T23:12:42.0695522Z * [new tag] ciflow/trunk/3442 -> ciflow/trunk/3442 2025-06-05T23:12:42.0696592Z * [new tag] ciflow/trunk/3786 -> ciflow/trunk/3786 2025-06-05T23:12:42.0697290Z * [new tag] ciflow/trunk/3789 -> ciflow/trunk/3789 2025-06-05T23:12:42.0697944Z * [new tag] ciflow/trunk/3947 -> ciflow/trunk/3947 2025-06-05T23:12:42.0698792Z * [new tag] ciflow/trunk/4076 -> ciflow/trunk/4076 2025-06-05T23:12:42.0699612Z * [new tag] ciflow/trunk/4257 -> ciflow/trunk/4257 2025-06-05T23:12:42.0700341Z * [new tag] ciflow/trunk/4683 -> ciflow/trunk/4683 2025-06-05T23:12:42.0701148Z * [new tag] ciflow/trunk/4710 -> ciflow/trunk/4710 2025-06-05T23:12:42.0701870Z * [new tag] ciflow/trunk/5343 -> ciflow/trunk/5343 2025-06-05T23:12:42.0702476Z * [new tag] ciflow/trunk/5743 -> ciflow/trunk/5743 2025-06-05T23:12:42.0703209Z * [new tag] ciflow/trunk/5838 -> ciflow/trunk/5838 2025-06-05T23:12:42.0704109Z * [new tag] ciflow/trunk/5987 -> ciflow/trunk/5987 2025-06-05T23:12:42.0704690Z * [new tag] ciflow/trunk/6003 -> ciflow/trunk/6003 2025-06-05T23:12:42.0705448Z * [new tag] ciflow/trunk/6562 -> ciflow/trunk/6562 2025-06-05T23:12:42.0706282Z * [new tag] ciflow/trunk/6818 -> ciflow/trunk/6818 2025-06-05T23:12:42.0707168Z * [new tag] ciflow/trunk/9357 -> ciflow/trunk/9357 2025-06-05T23:12:42.0708266Z * [new tag] ciflow/trunk/9830 -> ciflow/trunk/9830 2025-06-05T23:12:42.0709016Z * [new tag] stable-2023-08-01 -> stable-2023-08-01 2025-06-05T23:12:42.0709782Z * [new tag] stable-2023-08-15 -> stable-2023-08-15 2025-06-05T23:12:42.0710792Z * [new tag] stable-2023-08-29 -> stable-2023-08-29 2025-06-05T23:12:42.0711598Z * [new tag] stable-2023-09-12 -> stable-2023-09-12 2025-06-05T23:12:42.0712288Z * [new tag] stable-2023-09-19 -> stable-2023-09-19 2025-06-05T23:12:42.0713471Z * [new tag] v0.1.0 -> v0.1.0 2025-06-05T23:12:42.0714402Z * [new tag] v0.1.0-rc1 -> v0.1.0-rc1 2025-06-05T23:12:42.0715432Z * [new tag] v0.1.0-rc2 -> v0.1.0-rc2 2025-06-05T23:12:42.0716353Z * [new tag] v0.2.0 -> v0.2.0 2025-06-05T23:12:42.0717039Z * [new tag] v0.2.0-rc1 -> v0.2.0-rc1 2025-06-05T23:12:42.0717936Z * [new tag] v0.2.0-rc2 -> v0.2.0-rc2 2025-06-05T23:12:42.0718860Z * [new tag] v0.2.0-rc3 -> v0.2.0-rc3 2025-06-05T23:12:42.0719597Z * [new tag] v0.2.0-rc4 -> v0.2.0-rc4 2025-06-05T23:12:42.0720247Z * [new tag] v0.2.0-rc5 -> v0.2.0-rc5 2025-06-05T23:12:42.0720965Z * [new tag] v0.2.0-rc6 -> v0.2.0-rc6 2025-06-05T23:12:42.0721763Z * [new tag] v0.2.1 -> v0.2.1 2025-06-05T23:12:42.0722781Z * [new tag] v0.2.1-rc1 -> v0.2.1-rc1 2025-06-05T23:12:42.0723591Z * [new tag] v0.2.1-rc2 -> v0.2.1-rc2 2025-06-05T23:12:42.0724566Z * [new tag] v0.2.1-rc3 -> v0.2.1-rc3 2025-06-05T23:12:42.0725512Z * [new tag] v0.2.1-rc4 -> v0.2.1-rc4 2025-06-05T23:12:42.0726226Z * [new tag] v0.2.1-rc5 -> v0.2.1-rc5 2025-06-05T23:12:42.0727167Z * [new tag] v0.3.0 -> v0.3.0 2025-06-05T23:12:42.0727932Z * [new tag] v0.3.0-rc1 -> v0.3.0-rc1 2025-06-05T23:12:42.0728929Z * [new tag] v0.3.0-rc2 -> v0.3.0-rc2 2025-06-05T23:12:42.0729938Z * [new tag] v0.3.0-rc3 -> v0.3.0-rc3 2025-06-05T23:12:42.0730891Z * [new tag] v0.3.0-rc4 -> v0.3.0-rc4 2025-06-05T23:12:42.0731608Z * [new tag] v0.3.0-rc5 -> v0.3.0-rc5 2025-06-05T23:12:42.0732403Z * [new tag] v0.3.0-rc6 -> v0.3.0-rc6 2025-06-05T23:12:42.0733078Z * [new tag] v0.4.0 -> v0.4.0 2025-06-05T23:12:42.0734045Z * [new tag] v0.4.0-rc1 -> v0.4.0-rc1 2025-06-05T23:12:42.0734973Z * [new tag] v0.4.0-rc2 -> v0.4.0-rc2 2025-06-05T23:12:42.0735927Z * [new tag] v0.4.0-rc3 -> v0.4.0-rc3 2025-06-05T23:12:42.0736900Z * [new tag] v0.4.0-rc4 -> v0.4.0-rc4 2025-06-05T23:12:42.0737519Z * [new tag] v0.4.0-rc5 -> v0.4.0-rc5 2025-06-05T23:12:42.0738452Z * [new tag] v0.5.0 -> v0.5.0 2025-06-05T23:12:42.0739389Z * [new tag] v0.5.0-rc1 -> v0.5.0-rc1 2025-06-05T23:12:42.0740385Z * [new tag] v0.5.0-rc2 -> v0.5.0-rc2 2025-06-05T23:12:42.0741374Z * [new tag] v0.5.0-rc3 -> v0.5.0-rc3 2025-06-05T23:12:42.0742015Z * [new tag] v0.5.0-rc4 -> v0.5.0-rc4 2025-06-05T23:12:42.0743001Z * [new tag] v0.6.0 -> v0.6.0 2025-06-05T23:12:42.0743945Z * [new tag] v0.6.0-rc1 -> v0.6.0-rc1 2025-06-05T23:12:42.0744919Z * [new tag] v0.6.0-rc2 -> v0.6.0-rc2 2025-06-05T23:12:42.0745905Z * [new tag] v0.6.0-rc3 -> v0.6.0-rc3 2025-06-05T23:12:42.0747036Z * [new tag] v0.6.0-rc4 -> v0.6.0-rc4 2025-06-05T23:12:42.0747920Z * [new tag] v0.6.0-rc5 -> v0.6.0-rc5 2025-06-05T23:12:42.0748852Z * [new tag] v0.6.0-rc6 -> v0.6.0-rc6 2025-06-05T23:12:42.0749804Z * [new tag] v0.6.0-rc7 -> v0.6.0-rc7 2025-06-05T23:12:42.0750712Z * [new tag] v0.6.0-rc8 -> v0.6.0-rc8 2025-06-05T23:12:42.0751398Z * [new tag] v0.6.0-rc9 -> v0.6.0-rc9 2025-06-05T23:12:42.1195808Z [command]/usr/bin/git rev-parse --verify --quiet bd572346e4f196b36aaa03a1645d12b1618fe88b^{object} 2025-06-05T23:12:42.1223026Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:42.1227027Z ##[endgroup] 2025-06-05T23:12:42.1227700Z ##[group]Determining the checkout info 2025-06-05T23:12:42.1228645Z ##[endgroup] 2025-06-05T23:12:42.1233166Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:12:42.1262469Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:12:42.1285212Z ##[group]Checking out the ref 2025-06-05T23:12:42.1289221Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:42.6505983Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:12:42.6506354Z 2025-06-05T23:12:42.6506759Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:12:42.6507304Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:12:42.6507848Z state without impacting any branches by switching back to a branch. 2025-06-05T23:12:42.6508171Z 2025-06-05T23:12:42.6508371Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:12:42.6508868Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:12:42.6509147Z 2025-06-05T23:12:42.6509257Z git switch -c 2025-06-05T23:12:42.6509463Z 2025-06-05T23:12:42.6509564Z Or undo this operation with: 2025-06-05T23:12:42.6509737Z 2025-06-05T23:12:42.6509822Z git switch - 2025-06-05T23:12:42.6509960Z 2025-06-05T23:12:42.6510190Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:12:42.6510525Z 2025-06-05T23:12:42.6510803Z HEAD is now at bd572346e Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:12:42.6540854Z ##[endgroup] 2025-06-05T23:12:42.6575876Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:12:42.6596832Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:42.6795657Z Prepare all required actions 2025-06-05T23:12:42.6796196Z Getting action download info 2025-06-05T23:12:42.7770138Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:12:42.9790191Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:12:42.9791021Z with: 2025-06-05T23:12:42.9791486Z docker-image-name: executorch-ubuntu-22.04-linter 2025-06-05T23:12:42.9792109Z docker-build-dir: .ci/docker 2025-06-05T23:12:42.9792615Z working-directory: pytorch/executorch 2025-06-05T23:12:42.9793178Z docker-build-script: ./build.sh 2025-06-05T23:12:42.9793847Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:42.9794533Z force-push: false 2025-06-05T23:12:42.9794896Z env: 2025-06-05T23:12:42.9795305Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:42.9795892Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:42.9796400Z PR_NUMBER: 2025-06-05T23:12:42.9802961Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:42.9810055Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:42.9811128Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:42.9812339Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:42.9813012Z ##[endgroup] 2025-06-05T23:12:42.9845824Z ##[group]Run set -ex 2025-06-05T23:12:42.9846304Z set -ex 2025-06-05T23:12:42.9846649Z  2025-06-05T23:12:42.9847328Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:12:42.9848506Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:12:42.9849485Z # job could then download the pre-built image as usual 2025-06-05T23:12:42.9850055Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:12:42.9850542Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9850976Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9851374Z  2025-06-05T23:12:42.9851718Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:12:42.9852129Z  exit 0 2025-06-05T23:12:42.9852345Z else 2025-06-05T23:12:42.9852601Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9852898Z fi 2025-06-05T23:12:42.9853093Z  2025-06-05T23:12:42.9853399Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:12:42.9853977Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:12:42.9854481Z  # use it as it is, but first let's extract the tag 2025-06-05T23:12:42.9854939Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:12:42.9855442Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9855916Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9856479Z else 2025-06-05T23:12:42.9856741Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:12:42.9857104Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:12:42.9857488Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:12:42.9857805Z  fi 2025-06-05T23:12:42.9858246Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:12:42.9858838Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9859446Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9860128Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9860536Z fi 2025-06-05T23:12:42.9866219Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:42.9866580Z env: 2025-06-05T23:12:42.9866836Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:42.9867167Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:42.9867437Z PR_NUMBER: 2025-06-05T23:12:42.9870830Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:42.9874515Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:42.9875071Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:42.9875601Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:42.9875986Z REPO_NAME: executorch 2025-06-05T23:12:42.9876265Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-linter 2025-06-05T23:12:42.9876613Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:12:42.9876872Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:12:42.9877238Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:42.9877602Z CUSTOM_TAG_PREFIX: 2025-06-05T23:12:42.9877827Z ##[endgroup] 2025-06-05T23:12:42.9901467Z + [[ ! -d .ci/docker ]] 2025-06-05T23:12:42.9901727Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:12:42.9902007Z + echo skip=false 2025-06-05T23:12:42.9903050Z + [[ 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-06-05T23:12:42.9906336Z + [[ executorch-ubuntu-22.04-linter == *:* ]] 2025-06-05T23:12:42.9906662Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:12:42.9920227Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:42.9920656Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:42.9921602Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:42.9922351Z + echo custom-tag-prefix= 2025-06-05T23:12:42.9950280Z ##[group]Run set +e 2025-06-05T23:12:42.9950604Z set +e 2025-06-05T23:12:42.9950828Z set -x 2025-06-05T23:12:42.9951025Z  2025-06-05T23:12:42.9951229Z login() { 2025-06-05T23:12:42.9951683Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:12:42.9952190Z } 2025-06-05T23:12:42.9952386Z  2025-06-05T23:12:42.9952776Z retry () { 2025-06-05T23:12:42.9953029Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:12:42.9953334Z } 2025-06-05T23:12:42.9953531Z  2025-06-05T23:12:42.9953737Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:12:42.9954027Z  2025-06-05T23:12:42.9954224Z START_TIME=$(date +%s) 2025-06-05T23:12:42.9954506Z # Wait up to 120 minutes 2025-06-05T23:12:42.9954840Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:12:42.9955317Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:12:42.9955791Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:12:42.9956124Z  exit 0 2025-06-05T23:12:42.9956343Z  fi 2025-06-05T23:12:42.9956532Z  2025-06-05T23:12:42.9956894Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:12:42.9957529Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:12:42.9958169Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:12:42.9958671Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:12:42.9959044Z  # It's a Docker build job, let's build the image 2025-06-05T23:12:42.9959377Z  break 2025-06-05T23:12:42.9959584Z  else 2025-06-05T23:12:42.9959907Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:12:42.9960291Z  sleep 300 2025-06-05T23:12:42.9960525Z  fi 2025-06-05T23:12:42.9960721Z done 2025-06-05T23:12:42.9960925Z  2025-06-05T23:12:42.9961263Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:12:42.9961806Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:12:42.9962394Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:12:42.9962822Z  # if we're on the base branch then use the parent commit 2025-06-05T23:12:42.9963208Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:12:42.9963507Z else 2025-06-05T23:12:42.9963803Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:12:42.9964259Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:12:42.9964595Z fi 2025-06-05T23:12:42.9964795Z  2025-06-05T23:12:42.9965001Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:12:42.9965340Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9965645Z  2025-06-05T23:12:42.9966092Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:12:42.9966627Z  exit 0 2025-06-05T23:12:42.9966830Z fi 2025-06-05T23:12:42.9967026Z  2025-06-05T23:12:42.9967305Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:12:42.9967963Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:12:42.9968514Z  exit 1 2025-06-05T23:12:42.9968722Z fi 2025-06-05T23:12:42.9968917Z  2025-06-05T23:12:42.9969250Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:12:42.9969886Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:12:42.9970443Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:12:42.9971102Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:12:42.9971919Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:12:42.9972348Z fi 2025-06-05T23:12:42.9972548Z  2025-06-05T23:12:42.9972783Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:12:42.9977963Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:42.9978313Z env: 2025-06-05T23:12:42.9978947Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:42.9979674Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:42.9979949Z PR_NUMBER: 2025-06-05T23:12:42.9983362Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:42.9987065Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:42.9987624Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:42.9988159Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:42.9988550Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:12:42.9988865Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:12:42.9989269Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:42.9989773Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:42.9990149Z DOCKER_PUSH: 2025-06-05T23:12:42.9990352Z ##[endgroup] 2025-06-05T23:12:43.0012319Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:43.0012754Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:43.0015247Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:12:43.0016490Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:43.5212172Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:12:43.5212788Z Configure a credential helper to remove this warning. See 2025-06-05T23:12:43.5213456Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:12:43.5214052Z 2025-06-05T23:12:43.5214228Z Login Succeeded 2025-06-05T23:12:43.5226589Z ++ date +%s 2025-06-05T23:12:43.5235072Z + START_TIME=1749165163 2025-06-05T23:12:43.5238078Z ++ date +%s 2025-06-05T23:12:43.5246182Z + [[ 1749157963 -lt 1749165163 ]] 2025-06-05T23:12:43.5246938Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:43.7308665Z { 2025-06-05T23:12:43.7308988Z "schemaVersion": 2, 2025-06-05T23:12:43.7309555Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:12:43.7309984Z "config": { 2025-06-05T23:12:43.7310313Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:12:43.7310697Z "size": 15114, 2025-06-05T23:12:43.7311107Z "digest": "sha256:6438c80acbe4e7801c0be512fdf963bb4a75bceb638dbe7d8383520b4e42e7d1" 2025-06-05T23:12:43.7311566Z }, 2025-06-05T23:12:43.7311756Z "layers": [ 2025-06-05T23:12:43.7311942Z { 2025-06-05T23:12:43.7312264Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7312669Z "size": 30438509, 2025-06-05T23:12:43.7313306Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:12:43.7313779Z }, 2025-06-05T23:12:43.7313949Z { 2025-06-05T23:12:43.7314265Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7314655Z "size": 631, 2025-06-05T23:12:43.7315058Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:12:43.7315506Z }, 2025-06-05T23:12:43.7315692Z { 2025-06-05T23:12:43.7315995Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7316401Z "size": 150104933, 2025-06-05T23:12:43.7316815Z "digest": "sha256:1a06b2cee6c9d9965fe4722e7c12d9833c37d3f37510871dd76f42fe77bfc2c7" 2025-06-05T23:12:43.7317262Z }, 2025-06-05T23:12:43.7317445Z { 2025-06-05T23:12:43.7317743Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7318143Z "size": 622, 2025-06-05T23:12:43.7318525Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:12:43.7318987Z }, 2025-06-05T23:12:43.7319155Z { 2025-06-05T23:12:43.7319464Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7319865Z "size": 19308636, 2025-06-05T23:12:43.7320268Z "digest": "sha256:e91ae308bacba44729befb9e5d9c6d38f397da96a54160add2926be30d88e796" 2025-06-05T23:12:43.7320735Z }, 2025-06-05T23:12:43.7320901Z { 2025-06-05T23:12:43.7321260Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7321659Z "size": 736, 2025-06-05T23:12:43.7322032Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:12:43.7322481Z }, 2025-06-05T23:12:43.7322791Z { 2025-06-05T23:12:43.7323264Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7324050Z "size": 131417914, 2025-06-05T23:12:43.7324503Z "digest": "sha256:c9ca39a751c232e67e9114c6469dfd2c34de96ca800bfd688e317bc953eb7421" 2025-06-05T23:12:43.7325102Z }, 2025-06-05T23:12:43.7325272Z { 2025-06-05T23:12:43.7325588Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7325976Z "size": 445, 2025-06-05T23:12:43.7338301Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:12:43.7338793Z }, 2025-06-05T23:12:43.7338985Z { 2025-06-05T23:12:43.7339300Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7339717Z "size": 102, 2025-06-05T23:12:43.7340107Z "digest": "sha256:ce2f52f68b116e720abde65546540df0a7720710e328dbaae795184493a67547" 2025-06-05T23:12:43.7340567Z }, 2025-06-05T23:12:43.7340741Z { 2025-06-05T23:12:43.7341060Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7341465Z "size": 636, 2025-06-05T23:12:43.7341850Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:12:43.7342328Z }, 2025-06-05T23:12:43.7342512Z { 2025-06-05T23:12:43.7342824Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7343219Z "size": 35165315, 2025-06-05T23:12:43.7343637Z "digest": "sha256:41e6f009b6aeabc0406e71dbf78ba3e52b4e23101a7332c42b8051e1e9fdd9c3" 2025-06-05T23:12:43.7344087Z }, 2025-06-05T23:12:43.7344267Z { 2025-06-05T23:12:43.7344579Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7344965Z "size": 318, 2025-06-05T23:12:43.7345363Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:12:43.7345809Z }, 2025-06-05T23:12:43.7345994Z { 2025-06-05T23:12:43.7346377Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7346779Z "size": 252129628, 2025-06-05T23:12:43.7347182Z "digest": "sha256:6155eb0be0333222ec4fb3800c75940a7aaf2ca8ea0d01bf4a01fbe5b591d8e1" 2025-06-05T23:12:43.7347643Z }, 2025-06-05T23:12:43.7347823Z { 2025-06-05T23:12:43.7348272Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7348681Z "size": 475, 2025-06-05T23:12:43.7349074Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:12:43.7349537Z }, 2025-06-05T23:12:43.7349706Z { 2025-06-05T23:12:43.7350018Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7350406Z "size": 1043, 2025-06-05T23:12:43.7350801Z "digest": "sha256:981dc67b5251b8a26b31197aedc256dcaea9266620c887ef82f015b68758dda4" 2025-06-05T23:12:43.7351241Z }, 2025-06-05T23:12:43.7351424Z { 2025-06-05T23:12:43.7351723Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7352124Z "size": 613, 2025-06-05T23:12:43.7352533Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:12:43.7352991Z }, 2025-06-05T23:12:43.7353172Z { 2025-06-05T23:12:43.7353485Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7353889Z "size": 77568718, 2025-06-05T23:12:43.7354284Z "digest": "sha256:949b8eb6b0eb39f6046b2d5087618d44786a480e7693409fcdc6f58bfcdccb44" 2025-06-05T23:12:43.7354737Z }, 2025-06-05T23:12:43.7354905Z { 2025-06-05T23:12:43.7355217Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7355620Z "size": 572, 2025-06-05T23:12:43.7355995Z "digest": "sha256:45485d96ebf7a49622514cf0922180aa4d6c66ba9fe413b03e2d1388c2021075" 2025-06-05T23:12:43.7356448Z }, 2025-06-05T23:12:43.7356616Z { 2025-06-05T23:12:43.7356925Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7357310Z "size": 208, 2025-06-05T23:12:43.7357711Z "digest": "sha256:5f26c160d59a7a9acc84ca822ea1c08f82fbd6ae9d5ddb64361f4f59e7b95be0" 2025-06-05T23:12:43.7358164Z }, 2025-06-05T23:12:43.7358346Z { 2025-06-05T23:12:43.7358646Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7359129Z "size": 1190, 2025-06-05T23:12:43.7359524Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:12:43.7359963Z }, 2025-06-05T23:12:43.7360147Z { 2025-06-05T23:12:43.7360445Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7360849Z "size": 679, 2025-06-05T23:12:43.7361234Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:12:43.7361692Z }, 2025-06-05T23:12:43.7361860Z { 2025-06-05T23:12:43.7362168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7362557Z "size": 6857037148, 2025-06-05T23:12:43.7362968Z "digest": "sha256:0e838d866fbe91d532138e6c8911cde436ed030f0c3baae6fa86ca2152fece04" 2025-06-05T23:12:43.7363423Z }, 2025-06-05T23:12:43.7363592Z { 2025-06-05T23:12:43.7363903Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7364295Z "size": 1383, 2025-06-05T23:12:43.7364699Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:12:43.7365148Z }, 2025-06-05T23:12:43.7365331Z { 2025-06-05T23:12:43.7365631Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7366034Z "size": 679, 2025-06-05T23:12:43.7366433Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:12:43.7366883Z }, 2025-06-05T23:12:43.7367069Z { 2025-06-05T23:12:43.7367368Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7367774Z "size": 232891435, 2025-06-05T23:12:43.7368178Z "digest": "sha256:bff527f304610d78bbbca9cd0126c9ceb5b7dc8366765bdb62db9f73ade3f127" 2025-06-05T23:12:43.7368642Z }, 2025-06-05T23:12:43.7368809Z { 2025-06-05T23:12:43.7369120Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7369508Z "size": 827, 2025-06-05T23:12:43.7369986Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:12:43.7370464Z }, 2025-06-05T23:12:43.7370637Z { 2025-06-05T23:12:43.7370956Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7371348Z "size": 679, 2025-06-05T23:12:43.7371750Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:12:43.7372202Z }, 2025-06-05T23:12:43.7372385Z { 2025-06-05T23:12:43.7372683Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7373088Z "size": 185012862, 2025-06-05T23:12:43.7373503Z "digest": "sha256:13583dfa66f164c5a932fdb1a15f1b1f7336faff3dbaaea1483718a7c7a00743" 2025-06-05T23:12:43.7373956Z }, 2025-06-05T23:12:43.7374141Z { 2025-06-05T23:12:43.7374443Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7374843Z "size": 530, 2025-06-05T23:12:43.7375234Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:12:43.7375705Z }, 2025-06-05T23:12:43.7375876Z { 2025-06-05T23:12:43.7376190Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7376578Z "size": 679, 2025-06-05T23:12:43.7376985Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:12:43.7377447Z }, 2025-06-05T23:12:43.7377617Z { 2025-06-05T23:12:43.7377934Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7378324Z "size": 355, 2025-06-05T23:12:43.7378722Z "digest": "sha256:8ab467cb1fa8d6e796637331dfce66b72ab5c3cf5798dc42d438d0c212ac60e0" 2025-06-05T23:12:43.7379173Z }, 2025-06-05T23:12:43.7379355Z { 2025-06-05T23:12:43.7379651Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7380050Z "size": 58848207, 2025-06-05T23:12:43.7380449Z "digest": "sha256:100d80a1d9a6d2322a3a1b683a0de17d66b8aa63a68c2e799ae3f10ae0652fb9" 2025-06-05T23:12:43.7380982Z }, 2025-06-05T23:12:43.7381162Z { 2025-06-05T23:12:43.7381461Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7381862Z "size": 165, 2025-06-05T23:12:43.7382238Z "digest": "sha256:7a286faf824a3cf91218f22778fc2f0b60061fd1679145632c00fc131ef4f2d7" 2025-06-05T23:12:43.7382690Z }, 2025-06-05T23:12:43.7382858Z { 2025-06-05T23:12:43.7383170Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7383562Z "size": 1109, 2025-06-05T23:12:43.7383967Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:12:43.7384432Z }, 2025-06-05T23:12:43.7384601Z { 2025-06-05T23:12:43.7384916Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7385305Z "size": 32, 2025-06-05T23:12:43.7385706Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:12:43.7386233Z }, 2025-06-05T23:12:43.7386425Z { 2025-06-05T23:12:43.7386725Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:12:43.7387131Z "size": 108, 2025-06-05T23:12:43.7387518Z "digest": "sha256:7fb51a2458b7ed34d3a07f853afd5d221dbc804e2f2ed844d179f656fcdc319b" 2025-06-05T23:12:43.7387984Z } 2025-06-05T23:12:43.7388171Z ] 2025-06-05T23:12:43.7388337Z } 2025-06-05T23:12:43.7388542Z + exit 0 2025-06-05T23:12:43.7417026Z ##[group]Run set -eux 2025-06-05T23:12:43.7417299Z set -eux 2025-06-05T23:12:43.7418145Z 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-06-05T23:12:43.7424358Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:43.7424711Z env: 2025-06-05T23:12:43.7424966Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:43.7425303Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:43.7425739Z PR_NUMBER: 2025-06-05T23:12:43.7429256Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:43.7432855Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:43.7433426Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:43.7433959Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:43.7434339Z ##[endgroup] 2025-06-05T23:12:43.7460371Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:12:43.7461389Z + jq --raw-output .SecretString 2025-06-05T23:12:43.7462760Z + jq -r .docker_hub_readonly_token 2025-06-05T23:12:43.7464537Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:12:44.3117301Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:12:44.3118252Z Configure a credential helper to remove this warning. See 2025-06-05T23:12:44.3119039Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:12:44.3119433Z 2025-06-05T23:12:44.3119530Z Login Succeeded 2025-06-05T23:12:44.3197271Z Prepare all required actions 2025-06-05T23:12:44.3231035Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:12:44.3231552Z with: 2025-06-05T23:12:44.3232182Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:44.3233002Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:44.3233360Z env: 2025-06-05T23:12:44.3233597Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:12:44.3233936Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:44.3234198Z PR_NUMBER: 2025-06-05T23:12:44.3237642Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:44.3241282Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:44.3241838Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:44.3242368Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:44.3242727Z ##[endgroup] 2025-06-05T23:12:44.3260060Z ##[group]Run set -x 2025-06-05T23:12:44.3260321Z set -x 2025-06-05T23:12:44.3260537Z set +e 2025-06-05T23:12:44.3260731Z  2025-06-05T23:12:44.3260946Z login() { 2025-06-05T23:12:44.3261393Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:12:44.3261903Z } 2025-06-05T23:12:44.3262084Z  2025-06-05T23:12:44.3262278Z retry () { 2025-06-05T23:12:44.3262532Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:12:44.3262818Z } 2025-06-05T23:12:44.3263014Z  2025-06-05T23:12:44.3263220Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:12:44.3263509Z  2025-06-05T23:12:44.3263961Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:12:44.3264598Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:12:44.3264941Z  2025-06-05T23:12:44.3265134Z set -e 2025-06-05T23:12:44.3265453Z # ignore output since only exit code is used for conditional 2025-06-05T23:12:44.3265914Z # only pull docker image if it's not available locally 2025-06-05T23:12:44.3266545Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:12:44.3267013Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:12:44.3267314Z fi 2025-06-05T23:12:44.3272749Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:44.3273109Z env: 2025-06-05T23:12:44.3273732Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:44.3274465Z REPOSITORY: pytorch/executorch 2025-06-05T23:12:44.3274737Z PR_NUMBER: 2025-06-05T23:12:44.3278238Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:12:44.3281892Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:12:44.3282468Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:12:44.3283004Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:12:44.3283467Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:44.3283842Z ##[endgroup] 2025-06-05T23:12:44.3306476Z + set +e 2025-06-05T23:12:44.3307156Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:44.3307615Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:44.3310107Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:12:44.3310806Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:12:44.8322952Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:12:44.8323557Z Configure a credential helper to remove this warning. See 2025-06-05T23:12:44.8324238Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:12:44.8324757Z 2025-06-05T23:12:44.8324853Z Login Succeeded 2025-06-05T23:12:44.8339794Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:44.8340653Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:12:45.0502437Z + IMAGE_SIZE=7657.960162162781 2025-06-05T23:12:45.0503076Z + echo 'Compressed size of image in MB: 7657.960162162781' 2025-06-05T23:12:45.0503633Z + set -e 2025-06-05T23:12:45.0504762Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:45.0505579Z Compressed size of image in MB: 7657.960162162781 2025-06-05T23:12:45.0603849Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:45.0605032Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:12:45.3135018Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-linter 2025-06-05T23:12:45.3139569Z f557aa5ee224: Pulling fs layer 2025-06-05T23:12:45.3139982Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:12:45.3140271Z 1a06b2cee6c9: Pulling fs layer 2025-06-05T23:12:45.3140546Z 8f296761951c: Pulling fs layer 2025-06-05T23:12:45.3140821Z e91ae308bacb: Pulling fs layer 2025-06-05T23:12:45.3141083Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:12:45.3141353Z c9ca39a751c2: Pulling fs layer 2025-06-05T23:12:45.3141619Z 172401b941b1: Pulling fs layer 2025-06-05T23:12:45.3141873Z ce2f52f68b11: Pulling fs layer 2025-06-05T23:12:45.3142128Z 8f296761951c: Waiting 2025-06-05T23:12:45.3142368Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:12:45.3142638Z 41e6f009b6ae: Pulling fs layer 2025-06-05T23:12:45.3142893Z 380307a36ed2: Pulling fs layer 2025-06-05T23:12:45.3143155Z 6155eb0be033: Pulling fs layer 2025-06-05T23:12:45.3143402Z e91ae308bacb: Waiting 2025-06-05T23:12:45.3143633Z 172401b941b1: Waiting 2025-06-05T23:12:45.3143857Z c9ca39a751c2: Waiting 2025-06-05T23:12:45.3144103Z 4420b1e1a07f: Waiting 2025-06-05T23:12:45.3144325Z 41e6f009b6ae: Waiting 2025-06-05T23:12:45.3144763Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:12:45.3145031Z ce2f52f68b11: Waiting 2025-06-05T23:12:45.3145340Z 2d7e5abdd88d: Waiting 2025-06-05T23:12:45.3145566Z 6155eb0be033: Waiting 2025-06-05T23:12:45.3145777Z 380307a36ed2: Waiting 2025-06-05T23:12:45.3146012Z 981dc67b5251: Pulling fs layer 2025-06-05T23:12:45.3146337Z 3ec19c2849b3: Waiting 2025-06-05T23:12:45.3146578Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:12:45.3146835Z 949b8eb6b0eb: Pulling fs layer 2025-06-05T23:12:45.3147106Z 45485d96ebf7: Pulling fs layer 2025-06-05T23:12:45.3147374Z 5f26c160d59a: Pulling fs layer 2025-06-05T23:12:45.3147621Z 5630a9397492: Pulling fs layer 2025-06-05T23:12:45.3147884Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:12:45.3148132Z 949b8eb6b0eb: Waiting 2025-06-05T23:12:45.3148356Z 45485d96ebf7: Waiting 2025-06-05T23:12:45.3148563Z 5630a9397492: Waiting 2025-06-05T23:12:45.3148825Z 5f26c160d59a: Waiting 2025-06-05T23:12:45.3149049Z 0e838d866fbe: Pulling fs layer 2025-06-05T23:12:45.3149330Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:12:45.3149608Z bff527f30461: Pulling fs layer 2025-06-05T23:12:45.3149853Z 1fc2d9899ffb: Waiting 2025-06-05T23:12:45.3150099Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:12:45.3150348Z 0e838d866fbe: Waiting 2025-06-05T23:12:45.3150577Z dec0deaa1ed5: Waiting 2025-06-05T23:12:45.3150803Z 13583dfa66f1: Pulling fs layer 2025-06-05T23:12:45.3151074Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:12:45.3151320Z 09dac94eaf91: Waiting 2025-06-05T23:12:45.3151554Z 8ab467cb1fa8: Pulling fs layer 2025-06-05T23:12:45.3151807Z 100d80a1d9a6: Pulling fs layer 2025-06-05T23:12:45.3152497Z e8c9ad02b518: Waiting 2025-06-05T23:12:45.3152856Z 7a286faf824a: Pulling fs layer 2025-06-05T23:12:45.3153352Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:12:45.3153812Z 7a286faf824a: Waiting 2025-06-05T23:12:45.3154177Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:12:45.3154585Z 7fb51a2458b7: Pulling fs layer 2025-06-05T23:12:45.3154834Z 4f4fb700ef54: Waiting 2025-06-05T23:12:45.3155062Z c2b62aa0dc26: Waiting 2025-06-05T23:12:45.3915882Z e9a71f6cf6a0: Download complete 2025-06-05T23:12:45.4580069Z 8f296761951c: Verifying Checksum 2025-06-05T23:12:45.4580638Z 8f296761951c: Download complete 2025-06-05T23:12:45.6681144Z f557aa5ee224: Verifying Checksum 2025-06-05T23:12:45.6681528Z f557aa5ee224: Download complete 2025-06-05T23:12:45.7031190Z e91ae308bacb: Verifying Checksum 2025-06-05T23:12:45.7031684Z e91ae308bacb: Download complete 2025-06-05T23:12:45.7529483Z 4420b1e1a07f: Verifying Checksum 2025-06-05T23:12:45.7529938Z 4420b1e1a07f: Download complete 2025-06-05T23:12:45.8470737Z 172401b941b1: Verifying Checksum 2025-06-05T23:12:45.8471373Z 172401b941b1: Download complete 2025-06-05T23:12:45.9450003Z ce2f52f68b11: Verifying Checksum 2025-06-05T23:12:45.9450542Z ce2f52f68b11: Download complete 2025-06-05T23:12:46.0154205Z 2d7e5abdd88d: Verifying Checksum 2025-06-05T23:12:46.0154770Z 2d7e5abdd88d: Download complete 2025-06-05T23:12:46.4335476Z 41e6f009b6ae: Verifying Checksum 2025-06-05T23:12:46.4335829Z 41e6f009b6ae: Download complete 2025-06-05T23:12:46.5311770Z 380307a36ed2: Verifying Checksum 2025-06-05T23:12:46.5312175Z 380307a36ed2: Download complete 2025-06-05T23:12:46.5910069Z f557aa5ee224: Pull complete 2025-06-05T23:12:46.6004444Z e9a71f6cf6a0: Pull complete 2025-06-05T23:12:46.8729247Z 1a06b2cee6c9: Verifying Checksum 2025-06-05T23:12:46.8729800Z 1a06b2cee6c9: Download complete 2025-06-05T23:12:46.9546886Z 3ec19c2849b3: Download complete 2025-06-05T23:12:47.0342755Z 981dc67b5251: Verifying Checksum 2025-06-05T23:12:47.0343121Z 981dc67b5251: Download complete 2025-06-05T23:12:47.0834009Z c9ca39a751c2: Verifying Checksum 2025-06-05T23:12:47.0834466Z c9ca39a751c2: Download complete 2025-06-05T23:12:47.1259692Z 5e70c61fded4: Download complete 2025-06-05T23:12:47.2133616Z 45485d96ebf7: Verifying Checksum 2025-06-05T23:12:47.2939321Z 5f26c160d59a: Verifying Checksum 2025-06-05T23:12:47.2939841Z 5f26c160d59a: Download complete 2025-06-05T23:12:47.3768705Z 5630a9397492: Verifying Checksum 2025-06-05T23:12:47.3769476Z 5630a9397492: Download complete 2025-06-05T23:12:47.4693194Z 1fc2d9899ffb: Verifying Checksum 2025-06-05T23:12:47.4694030Z 1fc2d9899ffb: Download complete 2025-06-05T23:12:47.9162852Z 949b8eb6b0eb: Verifying Checksum 2025-06-05T23:12:47.9163447Z 949b8eb6b0eb: Download complete 2025-06-05T23:12:47.9819491Z 09dac94eaf91: Verifying Checksum 2025-06-05T23:12:47.9820067Z 09dac94eaf91: Download complete 2025-06-05T23:12:49.1047733Z 6155eb0be033: Verifying Checksum 2025-06-05T23:12:49.1048128Z 6155eb0be033: Download complete 2025-06-05T23:12:49.2106728Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:12:49.2107279Z dec0deaa1ed5: Download complete 2025-06-05T23:12:50.3686069Z bff527f30461: Verifying Checksum 2025-06-05T23:12:50.3686610Z bff527f30461: Download complete 2025-06-05T23:12:50.4589401Z e8c9ad02b518: Download complete 2025-06-05T23:12:50.5418329Z 8ab467cb1fa8: Verifying Checksum 2025-06-05T23:12:50.9719536Z 1a06b2cee6c9: Pull complete 2025-06-05T23:12:51.1276941Z 13583dfa66f1: Verifying Checksum 2025-06-05T23:12:51.1277320Z 13583dfa66f1: Download complete 2025-06-05T23:12:51.1779900Z 8f296761951c: Pull complete 2025-06-05T23:12:51.1886410Z 100d80a1d9a6: Verifying Checksum 2025-06-05T23:12:51.1886852Z 100d80a1d9a6: Download complete 2025-06-05T23:12:51.2116792Z 7a286faf824a: Download complete 2025-06-05T23:12:51.2212167Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:12:51.2212710Z 4f4fb700ef54: Download complete 2025-06-05T23:12:51.2897867Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:12:51.2898449Z c2b62aa0dc26: Download complete 2025-06-05T23:12:51.3085178Z 7fb51a2458b7: Verifying Checksum 2025-06-05T23:12:51.3085692Z 7fb51a2458b7: Download complete 2025-06-05T23:12:51.5480372Z e91ae308bacb: Pull complete 2025-06-05T23:12:51.7377193Z 4420b1e1a07f: Pull complete 2025-06-05T23:12:54.2418057Z c9ca39a751c2: Pull complete 2025-06-05T23:12:54.3604260Z 172401b941b1: Pull complete 2025-06-05T23:12:54.4951381Z ce2f52f68b11: Pull complete 2025-06-05T23:12:54.6267553Z 2d7e5abdd88d: Pull complete 2025-06-05T23:12:55.2960798Z 41e6f009b6ae: Pull complete 2025-06-05T23:12:55.4326491Z 380307a36ed2: Pull complete 2025-06-05T23:13:00.6687294Z 6155eb0be033: Pull complete 2025-06-05T23:13:00.7943656Z 3ec19c2849b3: Pull complete 2025-06-05T23:13:00.9293328Z 981dc67b5251: Pull complete 2025-06-05T23:13:01.0444567Z 5e70c61fded4: Pull complete 2025-06-05T23:13:02.8678609Z 949b8eb6b0eb: Pull complete 2025-06-05T23:13:02.9668496Z 45485d96ebf7: Pull complete 2025-06-05T23:13:03.0618035Z 5f26c160d59a: Pull complete 2025-06-05T23:13:03.1875927Z 5630a9397492: Pull complete 2025-06-05T23:13:03.3319695Z 1fc2d9899ffb: Pull complete 2025-06-05T23:13:56.1080474Z 0e838d866fbe: Verifying Checksum 2025-06-05T23:15:07.8721039Z 0e838d866fbe: Download complete 2025-06-05T23:15:07.8721394Z 0e838d866fbe: Pull complete 2025-06-05T23:15:07.9861785Z 09dac94eaf91: Pull complete 2025-06-05T23:15:15.0893922Z bff527f30461: Pull complete 2025-06-05T23:15:15.1858211Z dec0deaa1ed5: Pull complete 2025-06-05T23:15:23.4624566Z 13583dfa66f1: Pull complete 2025-06-05T23:15:23.6180241Z e8c9ad02b518: Pull complete 2025-06-05T23:15:23.9386448Z 8ab467cb1fa8: Pull complete 2025-06-05T23:15:25.7966474Z 100d80a1d9a6: Pull complete 2025-06-05T23:15:25.8256483Z 7a286faf824a: Pull complete 2025-06-05T23:15:25.8584568Z c2b62aa0dc26: Pull complete 2025-06-05T23:15:25.8879393Z 4f4fb700ef54: Pull complete 2025-06-05T23:15:25.9175952Z 7fb51a2458b7: Pull complete 2025-06-05T23:15:25.9426810Z Digest: sha256:00373a0aa4547c13a0f23947267d1f3382534d033b156d50e9e3878a4b74341c 2025-06-05T23:15:25.9498818Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:25.9557871Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:25.9599336Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:25.9600264Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:25.9607950Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:25.9608316Z env: 2025-06-05T23:15:25.9608556Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:25.9608899Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:25.9609159Z PR_NUMBER: 2025-06-05T23:15:25.9612605Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:25.9616227Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:25.9616789Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:25.9617329Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:25.9617693Z ##[endgroup] 2025-06-05T23:15:25.9755212Z ##[group]Run set -ex 2025-06-05T23:15:25.9755475Z set -ex 2025-06-05T23:15:25.9755690Z { 2025-06-05T23:15:25.9755897Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:15:25.9756217Z  echo "set -eou pipefail"; 2025-06-05T23:15:25.9756523Z  # shellcheck disable=SC2016 2025-06-05T23:15:25.9756843Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:15:25.9757169Z  echo "set -x"; 2025-06-05T23:15:25.9757429Z  echo "${SCRIPT}"; 2025-06-05T23:15:25.9757777Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:15:25.9758096Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:15:25.9758800Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:15:25.9764355Z shell: /usr/bin/bash -e {0} 2025-06-05T23:15:25.9764615Z env: 2025-06-05T23:15:25.9765288Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:25.9766016Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:25.9766292Z PR_NUMBER: 2025-06-05T23:15:25.9769701Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:25.9773373Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:25.9773954Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:25.9774474Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:25.9775200Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:15:25.9775500Z ##[endgroup] 2025-06-05T23:15:25.9798024Z + echo '#!/usr/bin/env bash' 2025-06-05T23:15:25.9798557Z + echo 'set -eou pipefail' 2025-06-05T23:15:25.9798841Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:15:25.9799148Z + echo 'set -x' 2025-06-05T23:15:25.9799432Z + echo 'FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ 2025-06-05T23:15:25.9799991Z extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.java \ 2025-06-05T23:15:25.9800754Z examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/*.java \ 2025-06-05T23:15:25.9801605Z extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/*.java) 2025-06-05T23:15:25.9802138Z if [ -n "$FILES_NEEDS_FORMAT" ]; then 2025-06-05T23:15:25.9802589Z echo "Warning: The following files need formatting. Please use google-java-format." 2025-06-05T23:15:25.9803215Z echo "Use a binary from https://github.com/google/google-java-format/releases/" 2025-06-05T23:15:25.9803662Z echo "For example:" 2025-06-05T23:15:25.9804219Z echo "wget https://github.com/google/google-java-format/releases/download/v1.23.0/google-java-format_linux-x86-64" 2025-06-05T23:15:25.9804884Z echo "chmod +x google-java-format_linux-x86-64" 2025-06-05T23:15:25.9805300Z echo "./google-java-format_linux-x86-64 -i $FILES_NEEDS_FORMAT" 2025-06-05T23:15:25.9805671Z exit 1 2025-06-05T23:15:25.9805849Z fi 2025-06-05T23:15:25.9806031Z ' 2025-06-05T23:15:25.9806305Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:15:25.9808313Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:15:45.6773733Z Running command: 2025-06-05T23:15:45.6779668Z 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_15475023412" `# 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_8c1a05ab-d34e-4786-824f-7c257434c5f1":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8c1a05ab-d34e-4786-824f-7c257434c5f1" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:15:45.6785429Z 2025-06-05T23:15:45.6785758Z 166e99084ed34897860bdd65d180cf04e1d540cecad3caead89d486f0f81bcdc 2025-06-05T23:15:45.6786485Z Running command: docker exec -t 166e99084ed34897860bdd65d180cf04e1d540cecad3caead89d486f0f81bcdc /exec 2025-06-05T23:15:45.6803704Z ++ /opt/google-java-format -n extension/android/executorch_android/src/main/java/org/pytorch/executorch/DType.java extension/android/executorch_android/src/main/java/org/pytorch/executorch/EValue.java extension/android/executorch_android/src/main/java/org/pytorch/executorch/ExecuTorchRuntime.java extension/android/executorch_android/src/main/java/org/pytorch/executorch/MethodMetadata.java extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java extension/android/executorch_android/src/main/java/org/pytorch/executorch/Tensor.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/LlmBenchmark.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/LlmModelRunner.java extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunner.java 2025-06-05T23:15:45.6820353Z + FILES_NEEDS_FORMAT= 2025-06-05T23:15:45.6820589Z + '[' -n '' ']' 2025-06-05T23:15:45.6864678Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:15:45.6865179Z with: 2025-06-05T23:15:45.6865471Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.6865863Z fail-on-empty: false 2025-06-05T23:15:45.6866176Z env: 2025-06-05T23:15:45.6866432Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:45.6866785Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.6867065Z PR_NUMBER: 2025-06-05T23:15:45.6870533Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:45.6874125Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.6874803Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.6875334Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.6875722Z ##[endgroup] 2025-06-05T23:15:45.7427237Z Prepare all required actions 2025-06-05T23:15:45.7464035Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:15:45.7464397Z with: 2025-06-05T23:15:45.7464718Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:15:45.7465268Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:15:45.7465670Z env: 2025-06-05T23:15:45.7465915Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:45.7466353Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.7466628Z PR_NUMBER: 2025-06-05T23:15:45.7470074Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:45.7473678Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.7474246Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.7474768Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.7475141Z ##[endgroup] 2025-06-05T23:15:45.7498118Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:15:45.7498813Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:15:45.7507063Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:45.7507434Z env: 2025-06-05T23:15:45.7507685Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:45.7508017Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.7508289Z PR_NUMBER: 2025-06-05T23:15:45.7511688Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:45.7515276Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.7515834Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.7516363Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.7516861Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:15:45.7517400Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:15:45.7517801Z ##[endgroup] 2025-06-05T23:15:45.7678293Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-05T23:15:45.9886035Z latest: Pulling from tool/alpine 2025-06-05T23:15:45.9886363Z 540db60ca938: Pulling fs layer 2025-06-05T23:15:46.1257096Z 540db60ca938: Verifying Checksum 2025-06-05T23:15:46.1257723Z 540db60ca938: Download complete 2025-06-05T23:15:46.2020327Z 540db60ca938: Pull complete 2025-06-05T23:15:46.2127228Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:15:46.2167335Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:15:47.2364703Z Prepare all required actions 2025-06-05T23:15:47.2390176Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:15:47.2390528Z with: 2025-06-05T23:15:47.2391000Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:15:47.2391520Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:15:47.2391930Z env: 2025-06-05T23:15:47.2392182Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:47.2392540Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:47.2392818Z PR_NUMBER: 2025-06-05T23:15:47.2396255Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:47.2399847Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:47.2400432Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:47.2400974Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:47.2401342Z ##[endgroup] 2025-06-05T23:15:47.2420282Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:15:47.2420965Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:15:47.2427002Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:47.2427371Z env: 2025-06-05T23:15:47.2427611Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:47.2427962Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:47.2428227Z PR_NUMBER: 2025-06-05T23:15:47.2431670Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:47.2435294Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:47.2435878Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:47.2436409Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:47.2436930Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:15:47.2437568Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:15:47.2437907Z ##[endgroup] 2025-06-05T23:15:48.1976671Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:15:48.1977572Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:15:48.1978012Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:15:48.1978548Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:15:48.1979145Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:15:48.1979610Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:15:48.1980030Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:15:48.1980343Z  fi 2025-06-05T23:15:48.1980609Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:15:48.1981073Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:15:48.1981446Z  fi 2025-06-05T23:15:48.1981679Z fi 2025-06-05T23:15:48.1981878Z  2025-06-05T23:15:48.1982081Z upload_docs=0 2025-06-05T23:15:48.1982454Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:15:48.1982899Z # empty folders do not count 2025-06-05T23:15:48.1983322Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:15:48.1983905Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:15:48.1984374Z  # upload will probably not work correctly 2025-06-05T23:15:48.1984704Z  upload_docs=1 2025-06-05T23:15:48.1984942Z fi 2025-06-05T23:15:48.1985224Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:48.1991254Z shell: /usr/bin/bash -e {0} 2025-06-05T23:15:48.1991539Z env: 2025-06-05T23:15:48.1991781Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:48.1992136Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:48.1992396Z PR_NUMBER: 2025-06-05T23:15:48.1995808Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:48.1999422Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:48.1999983Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:48.2000514Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:48.2000886Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:15:48.2001130Z ##[endgroup] 2025-06-05T23:15:48.2118026Z Prepare all required actions 2025-06-05T23:15:48.2152328Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:15:48.2152765Z with: 2025-06-05T23:15:48.2152959Z env: 2025-06-05T23:15:48.2153186Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:48.2153527Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:48.2153784Z PR_NUMBER: 2025-06-05T23:15:48.2157230Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:48.2160966Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:48.2161539Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:48.2162062Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:48.2162438Z ##[endgroup] 2025-06-05T23:15:48.2186275Z ##[group]Run set -eou pipefail 2025-06-05T23:15:48.2186583Z set -eou pipefail 2025-06-05T23:15:48.2186840Z  2025-06-05T23:15:48.2187181Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:15:48.2187634Z for _ in $(seq 1440); do 2025-06-05T23:15:48.2187940Z  # Break if no ssh session exists anymore 2025-06-05T23:15:48.2188283Z  if [ "$(who)" = "" ]; then 2025-06-05T23:15:48.2188553Z  break 2025-06-05T23:15:48.2188773Z  fi 2025-06-05T23:15:48.2188972Z  echo "." 2025-06-05T23:15:48.2189199Z  sleep 5 2025-06-05T23:15:48.2189419Z done 2025-06-05T23:15:48.2194712Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:48.2195061Z env: 2025-06-05T23:15:48.2195308Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:48.2195650Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:48.2195909Z PR_NUMBER: 2025-06-05T23:15:48.2199333Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:48.2202924Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:48.2203498Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:48.2204026Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:48.2204404Z ##[endgroup] 2025-06-05T23:15:48.2240861Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:15:48.2310798Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:48.2311489Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:48.2311910Z # shellcheck disable=SC2046 2025-06-05T23:15:48.2312220Z docker stop $(docker ps -q) || true 2025-06-05T23:15:48.2312554Z # Prune all of the docker images 2025-06-05T23:15:48.2312860Z docker system prune -af 2025-06-05T23:15:48.2317749Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:48.2318101Z env: 2025-06-05T23:15:48.2318353Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:15:48.2318686Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:48.2319069Z PR_NUMBER: 2025-06-05T23:15:48.2322473Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:15:48.2326079Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:48.2326648Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:48.2327176Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:48.2327553Z ##[endgroup] 2025-06-05T23:15:58.7849006Z 166e99084ed3 2025-06-05T23:15:58.8000926Z Deleted Containers: 2025-06-05T23:15:58.8001376Z 166e99084ed34897860bdd65d180cf04e1d540cecad3caead89d486f0f81bcdc 2025-06-05T23:15:58.8001711Z 2025-06-05T23:16:01.6873697Z Deleted Images: 2025-06-05T23:16:01.6874205Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:16:01.6875170Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:16:01.6876169Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:16:01.6876810Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:16:01.6877701Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:01.6878966Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-linter@sha256:00373a0aa4547c13a0f23947267d1f3382534d033b156d50e9e3878a4b74341c 2025-06-05T23:16:01.6879967Z deleted: sha256:6438c80acbe4e7801c0be512fdf963bb4a75bceb638dbe7d8383520b4e42e7d1 2025-06-05T23:16:01.6880622Z deleted: sha256:de986b4dc863d9f8e7aa455f74dac32dd8b5b013ac46d245f64bf0bc1668db65 2025-06-05T23:16:01.6881253Z deleted: sha256:a1a61b00f4a64cc8f14267b695e8999b7cbaaf86c5d3891d5c5a10883b47d431 2025-06-05T23:16:01.6881887Z deleted: sha256:8f6441e83c21a2a4444aac4703729d71e4882eaeba9bdb7e9051ce1e860f72dd 2025-06-05T23:16:01.6882579Z deleted: sha256:86860056e7f3baf4096d40054306645eb52f8e8769fc086f2f3bbf515721fe2e 2025-06-05T23:16:01.6883283Z deleted: sha256:6e058f5b3765b012935cf4b73fc68e498e0363518c9aa059da64fb4bd43c3e44 2025-06-05T23:16:01.6883922Z deleted: sha256:715fdea020bcbb2f624bce1b12ff1992aa9a2130775532e4c3e250fc831e890b 2025-06-05T23:16:01.6884556Z deleted: sha256:7fd01f5bd11e7df80c30d67024b3e22757f581f0f5ddd9f9d39ccd79e6732e77 2025-06-05T23:16:01.6885180Z deleted: sha256:31f94c6015c338c3f1d9ae475766689a448a7736d07e218595f438941dfae863 2025-06-05T23:16:01.6885787Z deleted: sha256:0d8b81837a56e015ee31f5beb5624c6b96e68a199dcc1284bdba4861ebb100e7 2025-06-05T23:16:01.6886704Z deleted: sha256:72aa8e65aa4b08e5d4061a3a879da6df8e5291693ebcfd5564509b17a0bc9a61 2025-06-05T23:16:01.6887342Z deleted: sha256:e20b0498515747973609b14fe78fb7b350cd826da30e1274b282c7cef679fc24 2025-06-05T23:16:01.6887960Z deleted: sha256:524c19aeafe46d566f3c950189527fe543aa296579de9ff7ead9cf5d8b78455f 2025-06-05T23:16:01.6888611Z deleted: sha256:eaae29059fab74d21cb0fc6af148c35618ccaee5bc614bfa2df133c319077b08 2025-06-05T23:16:01.6889243Z deleted: sha256:7420e6d9974da3201eab163610f1a2af6020d97e5dc58ec5d420206a0a36ea7c 2025-06-05T23:16:01.6889879Z deleted: sha256:cdfda05e3555733a5f69a9e3c793b895e21978ab178a75eeffa012d1d65ea3bd 2025-06-05T23:16:01.6890605Z deleted: sha256:97de3089c8ce389b8dd10127282fa9c2bf9902d05f21560c8d85e4721cf4306d 2025-06-05T23:16:01.6891421Z deleted: sha256:9ddf271cd7fef1e9253261907ce13493099bd55805873097a7ca6be04519d00a 2025-06-05T23:16:01.6892080Z deleted: sha256:f6be52fa763108dcfc9ce85dd44c138089edbdcb9b652be117b4781b208cf2c6 2025-06-05T23:16:01.6892716Z deleted: sha256:6dfbdb77e2a0cfd714b59c80bc93ca2b0138add898553e057b46a9d0e8823650 2025-06-05T23:16:01.6893358Z deleted: sha256:9278c843dd9c43b32d041b98e1b8e674fab76343b4531d7d541cf68ba57f374c 2025-06-05T23:16:01.6893995Z deleted: sha256:bec404d37ab2ba1b98cee9fecdc2db19ea8a6e291b3e6e9189e60f6677e6ac46 2025-06-05T23:16:01.6894646Z deleted: sha256:3778a567120a70ff8c8c30c565d09aa723fb46d3bed95bfbcfb24bee93f14fb6 2025-06-05T23:16:01.6895270Z deleted: sha256:67d77322b02e97c6419e98a6e52918b8c37bc1ab5f847714d6917629d4c7b6a8 2025-06-05T23:16:01.6895873Z deleted: sha256:9ab974125f769755573cefcab7bd771813200d7663f277a3d7c06e3112d45e22 2025-06-05T23:16:01.6896496Z deleted: sha256:8be32f602d5d63bf1419a3325e4a5a51d3b717181d5d93229737eeb3906ae893 2025-06-05T23:16:01.6897119Z deleted: sha256:ec5a8824d736ee5ec8f21c6b6d3c494bcc84c6f07485b236cab0d33f397fce9f 2025-06-05T23:16:01.6897756Z deleted: sha256:a4a30b818a5b6594fb0a45e43dea8052d3d53213f020b6aa0c32d029a6e01538 2025-06-05T23:16:01.6898384Z deleted: sha256:322bfc9dbc1707ce92204603a2ff6efce6418f114f6fc4348258b902b8e4c948 2025-06-05T23:16:01.6899006Z deleted: sha256:633778dd93cbbecd26b37587b1fcd8121a4a488ad4a56d8d519b5494616dc99d 2025-06-05T23:16:01.6899642Z deleted: sha256:aee88ba3539022a8bd61bed51d45c899a91867b4b34bae578d6c74c0e0cdba40 2025-06-05T23:16:01.6900268Z deleted: sha256:1d39d1de3a3be067e52497e04d914bb76df7f9c941dbf1e15ac4d66b49db232e 2025-06-05T23:16:01.6900916Z deleted: sha256:c4f6f77def43fc48fffee1f2a242ee4a9dee46fbf4043e4415f245ddcac73951 2025-06-05T23:16:01.6901578Z deleted: sha256:34b336eed3f3f101af9cd008e02cf72f1ec379ae0ba2c5aed97f28fdb3e8212b 2025-06-05T23:16:01.6902485Z deleted: sha256:28ae3822547285ab6d4a26099ae65130ec1844fc8e893f337d9c12159437fec2 2025-06-05T23:16:01.6903113Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-05T23:16:01.6903735Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:16:01.6904127Z 2025-06-05T23:16:01.6904275Z Total reclaimed space: 13.86GB 2025-06-05T23:16:01.6942848Z ##[group]Run set +e 2025-06-05T23:16:01.6943119Z set +e 2025-06-05T23:16:01.6943351Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:16:01.6943744Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:16:01.6944085Z else 2025-06-05T23:16:01.6944351Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:16:01.6944668Z fi 2025-06-05T23:16:01.6944870Z set -e 2025-06-05T23:16:01.6950342Z shell: /usr/bin/bash -e {0} 2025-06-05T23:16:01.6950606Z env: 2025-06-05T23:16:01.6950847Z DOCKER_IMAGE: executorch-ubuntu-22.04-linter 2025-06-05T23:16:01.6951209Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:01.6951471Z PR_NUMBER: 2025-06-05T23:16:01.6954958Z SCRIPT: FILES_NEEDS_FORMAT=$(/opt/google-java-format -n \ extension/android/executorch_android/src/main/java/org/pytorch/executorch/*.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-06-05T23:16:01.6958560Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:01.6959245Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:01.6959781Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:01.6960148Z NO_SUDO: false 2025-06-05T23:16:01.6960367Z ##[endgroup] 2025-06-05T23:16:02.4524438Z Post job cleanup. 2025-06-05T23:16:02.5518049Z Post job cleanup. 2025-06-05T23:16:02.6445858Z [command]/usr/bin/git version 2025-06-05T23:16:02.6497686Z git version 2.47.1 2025-06-05T23:16:02.6540122Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0d7a2490-477a-4579-937a-18929bc4d49b' before making global git config changes 2025-06-05T23:16:02.6541823Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:16:02.6546442Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:16:02.6576922Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:16:02.6612057Z [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-06-05T23:16:02.6874867Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:16:02.6892506Z http.https://github.com/.extraheader 2025-06-05T23:16:02.6902953Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:16:02.6928522Z [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-06-05T23:16:02.7226160Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:16:02.7252790Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:16:02.7257846Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:02.7258226Z ##[endgroup] 2025-06-05T23:16:02.7331965Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-05T23:16:13.3223690Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-05T23:16:30.5435640Z Cleaning up orphan processes