2023-07-13T14:16:03.6299442Z Requested labels: linux.2xlarge 2023-07-13T14:16:03.6299590Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-07-13T14:16:03.6299788Z Reusable workflow chain: 2023-07-13T14:16:03.6299940Z pytorch/audio/.github/workflows/lint.yml@refs/pull/306/merge (7182816322bf05c53164d9767907a1dc4818bc40) 2023-07-13T14:16:03.6300079Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:03.6300223Z Waiting for a runner to pick up this job... 2023-07-13T14:16:04.9892947Z Job is about to start running on the runner: i-011db027efa6bca7d (organization) 2023-07-13T14:16:10.0408391Z Current runner version: '2.306.0' 2023-07-13T14:16:10.0413781Z Runner name: 'i-011db027efa6bca7d' 2023-07-13T14:16:10.0414309Z Runner group name: 'Default' 2023-07-13T14:16:10.0414976Z Machine name: 'ip-10-0-0-228' 2023-07-13T14:16:10.0416955Z ##[group]GITHUB_TOKEN Permissions 2023-07-13T14:16:10.0417697Z Actions: write 2023-07-13T14:16:10.0418051Z Checks: write 2023-07-13T14:16:10.0418370Z Contents: write 2023-07-13T14:16:10.0418651Z Deployments: write 2023-07-13T14:16:10.0418979Z Discussions: write 2023-07-13T14:16:10.0419321Z Issues: write 2023-07-13T14:16:10.0419589Z Metadata: read 2023-07-13T14:16:10.0419916Z Packages: write 2023-07-13T14:16:10.0420261Z Pages: write 2023-07-13T14:16:10.0420546Z PullRequests: write 2023-07-13T14:16:10.0420931Z RepositoryProjects: write 2023-07-13T14:16:10.0421299Z SecurityEvents: write 2023-07-13T14:16:10.0421589Z Statuses: write 2023-07-13T14:16:10.0421900Z ##[endgroup] 2023-07-13T14:16:10.0424952Z Secret source: Actions 2023-07-13T14:16:10.0425703Z Prepare workflow directory 2023-07-13T14:16:10.3122427Z Prepare all required actions 2023-07-13T14:16:10.3291139Z Getting action download info 2023-07-13T14:16:10.6107951Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-07-13T14:16:10.8703304Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-07-13T14:16:11.0290602Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-07-13T14:16:11.2783166Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-07-13T14:16:11.4617958Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-07-13T14:16:11.8696225Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:11.8697907Z ##[group] Inputs 2023-07-13T14:16:11.8698733Z script: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:11.8699874Z timeout: 30 2023-07-13T14:16:11.8700057Z runner: linux.2xlarge 2023-07-13T14:16:11.8700258Z upload-artifact: 2023-07-13T14:16:11.8700459Z download-artifact: 2023-07-13T14:16:11.8700651Z repository: pytorch/audio 2023-07-13T14:16:11.8700858Z fetch-depth: 1 2023-07-13T14:16:11.8701031Z ref: 2023-07-13T14:16:11.8701232Z test-infra-repository: pytorch/test-infra 2023-07-13T14:16:11.8701468Z test-infra-ref: 2023-07-13T14:16:11.8701693Z docker-image: pytorch/conda-builder 2023-07-13T14:16:11.8701912Z gpu-arch-type: cpu 2023-07-13T14:16:11.8702110Z gpu-arch-version: 2023-07-13T14:16:11.8702302Z job-name: linux-job 2023-07-13T14:16:11.8702790Z continue-on-error: false 2023-07-13T14:16:11.8702997Z binary-matrix: 2023-07-13T14:16:11.8703189Z run-with-docker: true 2023-07-13T14:16:11.8703367Z secrets-env: 2023-07-13T14:16:11.8703554Z no-sudo: false 2023-07-13T14:16:11.8703746Z ##[endgroup] 2023-07-13T14:16:11.8704161Z Complete job name: python-source-and-configs / linux-job 2023-07-13T14:16:11.9354015Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:11.9354411Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-13T14:16:11.9354664Z  echo "::group::Cleanup with-sudo debug output" 2023-07-13T14:16:11.9354929Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:11.9355152Z else 2023-07-13T14:16:11.9355396Z  echo "::group::Cleanup no-sudo debug output" 2023-07-13T14:16:11.9355797Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-07-13T14:16:11.9355995Z fi 2023-07-13T14:16:11.9356146Z  2023-07-13T14:16:11.9356349Z mkdir -p "${GITHUB_WORKSPACE}" 2023-07-13T14:16:11.9356671Z echo "::endgroup::" 2023-07-13T14:16:11.9370654Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:11.9370873Z env: 2023-07-13T14:16:11.9371077Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:11.9371318Z REPOSITORY: pytorch/audio 2023-07-13T14:16:11.9371520Z PR_NUMBER: 306 2023-07-13T14:16:11.9372275Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:11.9372979Z NO_SUDO: false 2023-07-13T14:16:11.9373148Z ##[endgroup] 2023-07-13T14:16:11.9565090Z ##[group]Cleanup with-sudo debug output 2023-07-13T14:16:11.9840707Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-07-13T14:16:11.9861007Z ##[endgroup] 2023-07-13T14:16:12.0068256Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:12.0068507Z with: 2023-07-13T14:16:12.0068704Z repository: pytorch/test-infra 2023-07-13T14:16:12.0068918Z path: test-infra 2023-07-13T14:16:12.0069109Z submodules: recursive 2023-07-13T14:16:12.0069468Z token: *** 2023-07-13T14:16:12.0069654Z ssh-strict: true 2023-07-13T14:16:12.0069863Z persist-credentials: true 2023-07-13T14:16:12.0070071Z clean: true 2023-07-13T14:16:12.0070274Z sparse-checkout-cone-mode: true 2023-07-13T14:16:12.0070499Z fetch-depth: 1 2023-07-13T14:16:12.0070684Z lfs: false 2023-07-13T14:16:12.0070863Z set-safe-directory: true 2023-07-13T14:16:12.0071071Z env: 2023-07-13T14:16:12.0071276Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:12.0071493Z REPOSITORY: pytorch/audio 2023-07-13T14:16:12.0071692Z PR_NUMBER: 306 2023-07-13T14:16:12.0072442Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:12.0073129Z ##[endgroup] 2023-07-13T14:16:12.1093181Z Syncing repository: pytorch/test-infra 2023-07-13T14:16:12.1094038Z ##[group]Getting Git version info 2023-07-13T14:16:12.1094752Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-07-13T14:16:12.1095553Z [command]/usr/bin/git version 2023-07-13T14:16:12.1095886Z git version 2.40.1 2023-07-13T14:16:12.1097330Z ##[endgroup] 2023-07-13T14:16:12.1112843Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9a943220-602e-4e05-bb6d-faa92edbd56c' before making global git config changes 2023-07-13T14:16:12.1113537Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:12.1114344Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:12.1141461Z ##[group]Initializing the repository 2023-07-13T14:16:12.1144774Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:16:12.1249658Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:12.1250287Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:12.1250874Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:12.1251123Z hint: 2023-07-13T14:16:12.1251429Z hint: git config --global init.defaultBranch 2023-07-13T14:16:12.1251782Z hint: 2023-07-13T14:16:12.1252353Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:12.1252953Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:12.1253422Z hint: 2023-07-13T14:16:12.1253801Z hint: git branch -m 2023-07-13T14:16:12.1254214Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-07-13T14:16:12.1259679Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-07-13T14:16:12.1285825Z ##[endgroup] 2023-07-13T14:16:12.1286225Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:12.1289236Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:12.1314808Z ##[endgroup] 2023-07-13T14:16:12.1315174Z ##[group]Setting up auth 2023-07-13T14:16:12.1320516Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:12.1347911Z [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' || :" 2023-07-13T14:16:12.1579478Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:12.1605237Z [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' || :" 2023-07-13T14:16:12.1835252Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:12.1874059Z ##[endgroup] 2023-07-13T14:16:12.1874588Z ##[group]Determining the default branch 2023-07-13T14:16:12.1877362Z Retrieving the default branch name 2023-07-13T14:16:12.4159270Z Default branch 'main' 2023-07-13T14:16:12.4160099Z ##[endgroup] 2023-07-13T14:16:12.4160722Z ##[group]Fetching the repository 2023-07-13T14:16:12.4165312Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2023-07-13T14:16:12.6666088Z remote: Enumerating objects: 1049, done. 2023-07-13T14:16:12.6666571Z remote: Counting objects: 0% (1/1049) 2023-07-13T14:16:12.6666982Z remote: Counting objects: 1% (11/1049) 2023-07-13T14:16:12.6667397Z remote: Counting objects: 2% (21/1049) 2023-07-13T14:16:12.6667813Z remote: Counting objects: 3% (32/1049) 2023-07-13T14:16:12.6668232Z remote: Counting objects: 4% (42/1049) 2023-07-13T14:16:12.6668619Z remote: Counting objects: 5% (53/1049) 2023-07-13T14:16:12.6668994Z remote: Counting objects: 6% (63/1049) 2023-07-13T14:16:12.6669263Z remote: Counting objects: 7% (74/1049) 2023-07-13T14:16:12.6669498Z remote: Counting objects: 8% (84/1049) 2023-07-13T14:16:12.6669720Z remote: Counting objects: 9% (95/1049) 2023-07-13T14:16:12.6669954Z remote: Counting objects: 10% (105/1049) 2023-07-13T14:16:12.6670203Z remote: Counting objects: 11% (116/1049) 2023-07-13T14:16:12.6670431Z remote: Counting objects: 12% (126/1049) 2023-07-13T14:16:12.6670685Z remote: Counting objects: 13% (137/1049) 2023-07-13T14:16:12.6670949Z remote: Counting objects: 14% (147/1049) 2023-07-13T14:16:12.6671180Z remote: Counting objects: 15% (158/1049) 2023-07-13T14:16:12.6671421Z remote: Counting objects: 16% (168/1049) 2023-07-13T14:16:12.6671733Z remote: Counting objects: 17% (179/1049) 2023-07-13T14:16:12.6672113Z remote: Counting objects: 18% (189/1049) 2023-07-13T14:16:12.6672469Z remote: Counting objects: 19% (200/1049) 2023-07-13T14:16:12.6673140Z remote: Counting objects: 20% (210/1049) 2023-07-13T14:16:12.6673577Z remote: Counting objects: 21% (221/1049) 2023-07-13T14:16:12.6673900Z remote: Counting objects: 22% (231/1049) 2023-07-13T14:16:12.6674136Z remote: Counting objects: 23% (242/1049) 2023-07-13T14:16:12.6674482Z remote: Counting objects: 24% (252/1049) 2023-07-13T14:16:12.6674838Z remote: Counting objects: 25% (263/1049) 2023-07-13T14:16:12.6675204Z remote: Counting objects: 26% (273/1049) 2023-07-13T14:16:12.6675587Z remote: Counting objects: 27% (284/1049) 2023-07-13T14:16:12.6675985Z remote: Counting objects: 28% (294/1049) 2023-07-13T14:16:12.6676402Z remote: Counting objects: 29% (305/1049) 2023-07-13T14:16:12.6676835Z remote: Counting objects: 30% (315/1049) 2023-07-13T14:16:12.6677183Z remote: Counting objects: 31% (326/1049) 2023-07-13T14:16:12.6677413Z remote: Counting objects: 32% (336/1049) 2023-07-13T14:16:12.6677646Z remote: Counting objects: 33% (347/1049) 2023-07-13T14:16:12.6677873Z remote: Counting objects: 34% (357/1049) 2023-07-13T14:16:12.6678098Z remote: Counting objects: 35% (368/1049) 2023-07-13T14:16:12.6678314Z remote: Counting objects: 36% (378/1049) 2023-07-13T14:16:12.6678690Z remote: Counting objects: 37% (389/1049) 2023-07-13T14:16:12.6678923Z remote: Counting objects: 38% (399/1049) 2023-07-13T14:16:12.6679144Z remote: Counting objects: 39% (410/1049) 2023-07-13T14:16:12.6679517Z remote: Counting objects: 40% (420/1049) 2023-07-13T14:16:12.6679911Z remote: Counting objects: 41% (431/1049) 2023-07-13T14:16:12.6680305Z remote: Counting objects: 42% (441/1049) 2023-07-13T14:16:12.6680725Z remote: Counting objects: 43% (452/1049) 2023-07-13T14:16:12.6681157Z remote: Counting objects: 44% (462/1049) 2023-07-13T14:16:12.6681558Z remote: Counting objects: 45% (473/1049) 2023-07-13T14:16:12.6681893Z remote: Counting objects: 46% (483/1049) 2023-07-13T14:16:12.6682260Z remote: Counting objects: 47% (494/1049) 2023-07-13T14:16:12.6682579Z remote: Counting objects: 48% (504/1049) 2023-07-13T14:16:12.6682847Z remote: Counting objects: 49% (515/1049) 2023-07-13T14:16:12.6683199Z remote: Counting objects: 50% (525/1049) 2023-07-13T14:16:12.6683435Z remote: Counting objects: 51% (535/1049) 2023-07-13T14:16:12.6683650Z remote: Counting objects: 52% (546/1049) 2023-07-13T14:16:12.6683877Z remote: Counting objects: 53% (556/1049) 2023-07-13T14:16:12.6684105Z remote: Counting objects: 54% (567/1049) 2023-07-13T14:16:12.6684333Z remote: Counting objects: 55% (577/1049) 2023-07-13T14:16:12.6684554Z remote: Counting objects: 56% (588/1049) 2023-07-13T14:16:12.6684780Z remote: Counting objects: 57% (598/1049) 2023-07-13T14:16:12.6685005Z remote: Counting objects: 58% (609/1049) 2023-07-13T14:16:12.6685232Z remote: Counting objects: 59% (619/1049) 2023-07-13T14:16:12.6685460Z remote: Counting objects: 60% (630/1049) 2023-07-13T14:16:12.6685688Z remote: Counting objects: 61% (640/1049) 2023-07-13T14:16:12.6685902Z remote: Counting objects: 62% (651/1049) 2023-07-13T14:16:12.6686138Z remote: Counting objects: 63% (661/1049) 2023-07-13T14:16:12.6686581Z remote: Counting objects: 64% (672/1049) 2023-07-13T14:16:12.6687005Z remote: Counting objects: 65% (682/1049) 2023-07-13T14:16:12.6687256Z remote: Counting objects: 66% (693/1049) 2023-07-13T14:16:12.6687642Z remote: Counting objects: 67% (703/1049) 2023-07-13T14:16:12.6687969Z remote: Counting objects: 68% (714/1049) 2023-07-13T14:16:12.6688200Z remote: Counting objects: 69% (724/1049) 2023-07-13T14:16:12.6688417Z remote: Counting objects: 70% (735/1049) 2023-07-13T14:16:12.6688643Z remote: Counting objects: 71% (745/1049) 2023-07-13T14:16:12.6689309Z remote: Counting objects: 72% (756/1049) 2023-07-13T14:16:12.6689611Z remote: Counting objects: 73% (766/1049) 2023-07-13T14:16:12.6689973Z remote: Counting objects: 74% (777/1049) 2023-07-13T14:16:12.6690310Z remote: Counting objects: 75% (787/1049) 2023-07-13T14:16:12.6690548Z remote: Counting objects: 76% (798/1049) 2023-07-13T14:16:12.6690762Z remote: Counting objects: 77% (808/1049) 2023-07-13T14:16:12.6690991Z remote: Counting objects: 78% (819/1049) 2023-07-13T14:16:12.6691217Z remote: Counting objects: 79% (829/1049) 2023-07-13T14:16:12.6691491Z remote: Counting objects: 80% (840/1049) 2023-07-13T14:16:12.6691809Z remote: Counting objects: 81% (850/1049) 2023-07-13T14:16:12.6692205Z remote: Counting objects: 82% (861/1049) 2023-07-13T14:16:12.6692623Z remote: Counting objects: 83% (871/1049) 2023-07-13T14:16:12.6693055Z remote: Counting objects: 84% (882/1049) 2023-07-13T14:16:12.6693496Z remote: Counting objects: 85% (892/1049) 2023-07-13T14:16:12.6693932Z remote: Counting objects: 86% (903/1049) 2023-07-13T14:16:12.6694266Z remote: Counting objects: 87% (913/1049) 2023-07-13T14:16:12.6694494Z remote: Counting objects: 88% (924/1049) 2023-07-13T14:16:12.6694831Z remote: Counting objects: 89% (934/1049) 2023-07-13T14:16:12.6695051Z remote: Counting objects: 90% (945/1049) 2023-07-13T14:16:12.6695279Z remote: Counting objects: 91% (955/1049) 2023-07-13T14:16:12.6695504Z remote: Counting objects: 92% (966/1049) 2023-07-13T14:16:12.6695721Z remote: Counting objects: 93% (976/1049) 2023-07-13T14:16:12.6695953Z remote: Counting objects: 94% (987/1049) 2023-07-13T14:16:12.6696182Z remote: Counting objects: 95% (997/1049) 2023-07-13T14:16:12.6696402Z remote: Counting objects: 96% (1008/1049) 2023-07-13T14:16:12.6696642Z remote: Counting objects: 97% (1018/1049) 2023-07-13T14:16:12.6696915Z remote: Counting objects: 98% (1029/1049) 2023-07-13T14:16:12.6697152Z remote: Counting objects: 99% (1039/1049) 2023-07-13T14:16:12.6697372Z remote: Counting objects: 100% (1049/1049) 2023-07-13T14:16:12.6697639Z remote: Counting objects: 100% (1049/1049), done. 2023-07-13T14:16:12.6697928Z remote: Compressing objects: 0% (1/848) 2023-07-13T14:16:12.6698160Z remote: Compressing objects: 1% (9/848) 2023-07-13T14:16:12.6698423Z remote: Compressing objects: 2% (17/848) 2023-07-13T14:16:12.6698673Z remote: Compressing objects: 3% (26/848) 2023-07-13T14:16:12.6698915Z remote: Compressing objects: 4% (34/848) 2023-07-13T14:16:12.6699144Z remote: Compressing objects: 5% (43/848) 2023-07-13T14:16:12.6699386Z remote: Compressing objects: 6% (51/848) 2023-07-13T14:16:12.6699629Z remote: Compressing objects: 7% (60/848) 2023-07-13T14:16:12.6699859Z remote: Compressing objects: 8% (68/848) 2023-07-13T14:16:12.6700105Z remote: Compressing objects: 9% (77/848) 2023-07-13T14:16:12.6700346Z remote: Compressing objects: 10% (85/848) 2023-07-13T14:16:12.6700574Z remote: Compressing objects: 11% (94/848) 2023-07-13T14:16:12.6700820Z remote: Compressing objects: 12% (102/848) 2023-07-13T14:16:12.6701074Z remote: Compressing objects: 13% (111/848) 2023-07-13T14:16:12.6701307Z remote: Compressing objects: 14% (119/848) 2023-07-13T14:16:12.6701550Z remote: Compressing objects: 15% (128/848) 2023-07-13T14:16:12.6701793Z remote: Compressing objects: 16% (136/848) 2023-07-13T14:16:12.6702037Z remote: Compressing objects: 17% (145/848) 2023-07-13T14:16:12.6702291Z remote: Compressing objects: 18% (153/848) 2023-07-13T14:16:12.6702537Z remote: Compressing objects: 19% (162/848) 2023-07-13T14:16:12.6702777Z remote: Compressing objects: 20% (170/848) 2023-07-13T14:16:12.6703032Z remote: Compressing objects: 21% (179/848) 2023-07-13T14:16:12.6703360Z remote: Compressing objects: 22% (187/848) 2023-07-13T14:16:12.6703663Z remote: Compressing objects: 23% (196/848) 2023-07-13T14:16:12.6703892Z remote: Compressing objects: 24% (204/848) 2023-07-13T14:16:12.6704138Z remote: Compressing objects: 25% (212/848) 2023-07-13T14:16:12.6732561Z remote: Compressing objects: 26% (221/848) 2023-07-13T14:16:12.6732999Z remote: Compressing objects: 27% (229/848) 2023-07-13T14:16:12.6734824Z remote: Compressing objects: 28% (238/848) 2023-07-13T14:16:12.6735281Z remote: Compressing objects: 29% (246/848) 2023-07-13T14:16:12.6735760Z remote: Compressing objects: 30% (255/848) 2023-07-13T14:16:12.6736159Z remote: Compressing objects: 31% (263/848) 2023-07-13T14:16:12.6736405Z remote: Compressing objects: 32% (272/848) 2023-07-13T14:16:12.6736649Z remote: Compressing objects: 33% (280/848) 2023-07-13T14:16:12.6737047Z remote: Compressing objects: 34% (289/848) 2023-07-13T14:16:12.6737471Z remote: Compressing objects: 35% (297/848) 2023-07-13T14:16:12.6737934Z remote: Compressing objects: 36% (306/848) 2023-07-13T14:16:12.6738375Z remote: Compressing objects: 37% (314/848) 2023-07-13T14:16:12.6739014Z remote: Compressing objects: 38% (323/848) 2023-07-13T14:16:12.6739491Z remote: Compressing objects: 39% (331/848) 2023-07-13T14:16:12.6739953Z remote: Compressing objects: 40% (340/848) 2023-07-13T14:16:12.6740338Z remote: Compressing objects: 41% (348/848) 2023-07-13T14:16:12.6740808Z remote: Compressing objects: 42% (357/848) 2023-07-13T14:16:12.6741195Z remote: Compressing objects: 43% (365/848) 2023-07-13T14:16:12.6741424Z remote: Compressing objects: 44% (374/848) 2023-07-13T14:16:12.6741664Z remote: Compressing objects: 45% (382/848) 2023-07-13T14:16:12.6741907Z remote: Compressing objects: 46% (391/848) 2023-07-13T14:16:12.6742142Z remote: Compressing objects: 47% (399/848) 2023-07-13T14:16:12.6742384Z remote: Compressing objects: 48% (408/848) 2023-07-13T14:16:12.6742621Z remote: Compressing objects: 49% (416/848) 2023-07-13T14:16:12.6742848Z remote: Compressing objects: 50% (424/848) 2023-07-13T14:16:12.6743094Z remote: Compressing objects: 51% (433/848) 2023-07-13T14:16:12.6743334Z remote: Compressing objects: 52% (441/848) 2023-07-13T14:16:12.6743573Z remote: Compressing objects: 53% (450/848) 2023-07-13T14:16:12.6743799Z remote: Compressing objects: 54% (458/848) 2023-07-13T14:16:12.6744037Z remote: Compressing objects: 55% (467/848) 2023-07-13T14:16:12.6744276Z remote: Compressing objects: 56% (475/848) 2023-07-13T14:16:12.6744503Z remote: Compressing objects: 57% (484/848) 2023-07-13T14:16:12.6744746Z remote: Compressing objects: 58% (492/848) 2023-07-13T14:16:12.6744991Z remote: Compressing objects: 59% (501/848) 2023-07-13T14:16:12.6745220Z remote: Compressing objects: 60% (509/848) 2023-07-13T14:16:12.6745459Z remote: Compressing objects: 61% (518/848) 2023-07-13T14:16:12.6745698Z remote: Compressing objects: 62% (526/848) 2023-07-13T14:16:12.6745942Z remote: Compressing objects: 63% (535/848) 2023-07-13T14:16:12.6746168Z remote: Compressing objects: 64% (543/848) 2023-07-13T14:16:12.6746407Z remote: Compressing objects: 65% (552/848) 2023-07-13T14:16:12.6746648Z remote: Compressing objects: 66% (560/848) 2023-07-13T14:16:12.6746875Z remote: Compressing objects: 67% (569/848) 2023-07-13T14:16:12.6747112Z remote: Compressing objects: 68% (577/848) 2023-07-13T14:16:12.6747351Z remote: Compressing objects: 69% (586/848) 2023-07-13T14:16:12.6747578Z remote: Compressing objects: 70% (594/848) 2023-07-13T14:16:12.6747819Z remote: Compressing objects: 71% (603/848) 2023-07-13T14:16:12.6748202Z remote: Compressing objects: 72% (611/848) 2023-07-13T14:16:12.6748428Z remote: Compressing objects: 73% (620/848) 2023-07-13T14:16:12.6748668Z remote: Compressing objects: 74% (628/848) 2023-07-13T14:16:12.6748907Z remote: Compressing objects: 75% (636/848) 2023-07-13T14:16:12.6749153Z remote: Compressing objects: 76% (645/848) 2023-07-13T14:16:12.6749379Z remote: Compressing objects: 77% (653/848) 2023-07-13T14:16:12.6749621Z remote: Compressing objects: 78% (662/848) 2023-07-13T14:16:12.6749860Z remote: Compressing objects: 79% (670/848) 2023-07-13T14:16:12.6750086Z remote: Compressing objects: 80% (679/848) 2023-07-13T14:16:12.6750324Z remote: Compressing objects: 81% (687/848) 2023-07-13T14:16:12.6750563Z remote: Compressing objects: 82% (696/848) 2023-07-13T14:16:12.6750790Z remote: Compressing objects: 83% (704/848) 2023-07-13T14:16:12.6751029Z remote: Compressing objects: 84% (713/848) 2023-07-13T14:16:12.6751274Z remote: Compressing objects: 85% (721/848) 2023-07-13T14:16:12.6751513Z remote: Compressing objects: 86% (730/848) 2023-07-13T14:16:12.6751740Z remote: Compressing objects: 87% (738/848) 2023-07-13T14:16:12.6751978Z remote: Compressing objects: 88% (747/848) 2023-07-13T14:16:12.6752293Z remote: Compressing objects: 89% (755/848) 2023-07-13T14:16:12.6752546Z remote: Compressing objects: 90% (764/848) 2023-07-13T14:16:12.6752786Z remote: Compressing objects: 91% (772/848) 2023-07-13T14:16:12.6753014Z remote: Compressing objects: 92% (781/848) 2023-07-13T14:16:12.6753253Z remote: Compressing objects: 93% (789/848) 2023-07-13T14:16:12.6753497Z remote: Compressing objects: 94% (798/848) 2023-07-13T14:16:12.6753725Z remote: Compressing objects: 95% (806/848) 2023-07-13T14:16:12.6753964Z remote: Compressing objects: 96% (815/848) 2023-07-13T14:16:12.6754207Z remote: Compressing objects: 97% (823/848) 2023-07-13T14:16:12.6754433Z remote: Compressing objects: 98% (832/848) 2023-07-13T14:16:12.6754671Z remote: Compressing objects: 99% (840/848) 2023-07-13T14:16:12.6754916Z remote: Compressing objects: 100% (848/848) 2023-07-13T14:16:12.6755175Z remote: Compressing objects: 100% (848/848), done. 2023-07-13T14:16:12.6755400Z Receiving objects: 0% (1/1049) 2023-07-13T14:16:12.6755611Z Receiving objects: 1% (11/1049) 2023-07-13T14:16:12.6755820Z Receiving objects: 2% (21/1049) 2023-07-13T14:16:12.6804886Z Receiving objects: 3% (32/1049) 2023-07-13T14:16:12.6805899Z Receiving objects: 4% (42/1049) 2023-07-13T14:16:12.6817195Z Receiving objects: 5% (53/1049) 2023-07-13T14:16:12.6819426Z Receiving objects: 6% (63/1049) 2023-07-13T14:16:12.6821075Z Receiving objects: 7% (74/1049) 2023-07-13T14:16:12.6823573Z Receiving objects: 8% (84/1049) 2023-07-13T14:16:12.6824910Z Receiving objects: 9% (95/1049) 2023-07-13T14:16:12.6825632Z Receiving objects: 10% (105/1049) 2023-07-13T14:16:12.6833485Z Receiving objects: 11% (116/1049) 2023-07-13T14:16:12.6835907Z Receiving objects: 12% (126/1049) 2023-07-13T14:16:12.6837281Z Receiving objects: 13% (137/1049) 2023-07-13T14:16:12.6839154Z Receiving objects: 14% (147/1049) 2023-07-13T14:16:12.6840908Z Receiving objects: 15% (158/1049) 2023-07-13T14:16:12.6849800Z Receiving objects: 16% (168/1049) 2023-07-13T14:16:12.6856171Z Receiving objects: 17% (179/1049) 2023-07-13T14:16:12.6867173Z Receiving objects: 18% (189/1049) 2023-07-13T14:16:12.6869915Z Receiving objects: 19% (200/1049) 2023-07-13T14:16:12.6870849Z Receiving objects: 20% (210/1049) 2023-07-13T14:16:12.6871810Z Receiving objects: 21% (221/1049) 2023-07-13T14:16:12.6918907Z Receiving objects: 22% (231/1049) 2023-07-13T14:16:12.6920502Z Receiving objects: 23% (242/1049) 2023-07-13T14:16:12.6921727Z Receiving objects: 24% (252/1049) 2023-07-13T14:16:12.6922442Z Receiving objects: 25% (263/1049) 2023-07-13T14:16:12.6934722Z Receiving objects: 26% (273/1049) 2023-07-13T14:16:12.6936135Z Receiving objects: 27% (284/1049) 2023-07-13T14:16:12.6938146Z Receiving objects: 28% (294/1049) 2023-07-13T14:16:12.6939209Z Receiving objects: 29% (305/1049) 2023-07-13T14:16:12.6940470Z Receiving objects: 30% (315/1049) 2023-07-13T14:16:12.6949314Z Receiving objects: 31% (326/1049) 2023-07-13T14:16:12.6958886Z Receiving objects: 32% (336/1049) 2023-07-13T14:16:12.6966082Z Receiving objects: 33% (347/1049) 2023-07-13T14:16:12.6967450Z Receiving objects: 34% (357/1049) 2023-07-13T14:16:12.6968619Z Receiving objects: 35% (368/1049) 2023-07-13T14:16:12.6969236Z Receiving objects: 36% (378/1049) 2023-07-13T14:16:12.6972753Z Receiving objects: 37% (389/1049) 2023-07-13T14:16:12.6973548Z Receiving objects: 38% (399/1049) 2023-07-13T14:16:12.6975390Z Receiving objects: 39% (410/1049) 2023-07-13T14:16:12.6983545Z Receiving objects: 40% (420/1049) 2023-07-13T14:16:12.6986702Z Receiving objects: 41% (431/1049) 2023-07-13T14:16:12.6989674Z Receiving objects: 42% (441/1049) 2023-07-13T14:16:12.6993986Z Receiving objects: 43% (452/1049) 2023-07-13T14:16:12.6997663Z Receiving objects: 44% (462/1049) 2023-07-13T14:16:12.7002162Z Receiving objects: 45% (473/1049) 2023-07-13T14:16:12.7003369Z Receiving objects: 46% (483/1049) 2023-07-13T14:16:12.7004538Z Receiving objects: 47% (494/1049) 2023-07-13T14:16:12.7007429Z Receiving objects: 48% (504/1049) 2023-07-13T14:16:12.7009280Z Receiving objects: 49% (515/1049) 2023-07-13T14:16:12.7010833Z Receiving objects: 50% (525/1049) 2023-07-13T14:16:12.7011328Z Receiving objects: 51% (535/1049) 2023-07-13T14:16:12.7012222Z Receiving objects: 52% (546/1049) 2023-07-13T14:16:12.7012887Z Receiving objects: 53% (556/1049) 2023-07-13T14:16:12.7014548Z Receiving objects: 54% (567/1049) 2023-07-13T14:16:12.7016302Z Receiving objects: 55% (577/1049) 2023-07-13T14:16:12.7017984Z Receiving objects: 56% (588/1049) 2023-07-13T14:16:12.7020102Z Receiving objects: 57% (598/1049) 2023-07-13T14:16:12.7022696Z Receiving objects: 58% (609/1049) 2023-07-13T14:16:12.7024820Z Receiving objects: 59% (619/1049) 2023-07-13T14:16:12.7027137Z Receiving objects: 60% (630/1049) 2023-07-13T14:16:12.7033575Z Receiving objects: 61% (640/1049) 2023-07-13T14:16:12.7037790Z Receiving objects: 62% (651/1049) 2023-07-13T14:16:12.7072446Z Receiving objects: 63% (661/1049) 2023-07-13T14:16:12.7074720Z Receiving objects: 64% (672/1049) 2023-07-13T14:16:12.7076804Z Receiving objects: 65% (682/1049) 2023-07-13T14:16:12.7155092Z Receiving objects: 66% (693/1049) 2023-07-13T14:16:12.7157256Z Receiving objects: 67% (703/1049) 2023-07-13T14:16:12.7158889Z Receiving objects: 68% (714/1049) 2023-07-13T14:16:12.7160843Z Receiving objects: 69% (724/1049) 2023-07-13T14:16:12.7161449Z Receiving objects: 70% (735/1049) 2023-07-13T14:16:12.7162144Z Receiving objects: 71% (745/1049) 2023-07-13T14:16:12.7168087Z Receiving objects: 72% (756/1049) 2023-07-13T14:16:12.7171000Z Receiving objects: 73% (766/1049) 2023-07-13T14:16:12.7175237Z Receiving objects: 74% (777/1049) 2023-07-13T14:16:12.7177472Z Receiving objects: 75% (787/1049) 2023-07-13T14:16:12.7178795Z Receiving objects: 76% (798/1049) 2023-07-13T14:16:12.7180599Z Receiving objects: 77% (808/1049) 2023-07-13T14:16:12.7182138Z Receiving objects: 78% (819/1049) 2023-07-13T14:16:12.7183324Z Receiving objects: 79% (829/1049) 2023-07-13T14:16:12.7183633Z Receiving objects: 80% (840/1049) 2023-07-13T14:16:12.7183982Z Receiving objects: 81% (850/1049) 2023-07-13T14:16:12.7184278Z Receiving objects: 82% (861/1049) 2023-07-13T14:16:12.7185448Z Receiving objects: 83% (871/1049) 2023-07-13T14:16:12.7186863Z Receiving objects: 84% (882/1049) 2023-07-13T14:16:12.7187964Z Receiving objects: 85% (892/1049) 2023-07-13T14:16:12.7189249Z Receiving objects: 86% (903/1049) 2023-07-13T14:16:12.7189903Z Receiving objects: 87% (913/1049) 2023-07-13T14:16:12.7190251Z Receiving objects: 88% (924/1049) 2023-07-13T14:16:12.7190513Z Receiving objects: 89% (934/1049) 2023-07-13T14:16:12.7191463Z Receiving objects: 90% (945/1049) 2023-07-13T14:16:12.7193339Z Receiving objects: 91% (955/1049) 2023-07-13T14:16:12.7193966Z Receiving objects: 92% (966/1049) 2023-07-13T14:16:12.7194524Z Receiving objects: 93% (976/1049) 2023-07-13T14:16:12.7201550Z Receiving objects: 94% (987/1049) 2023-07-13T14:16:12.7205563Z Receiving objects: 95% (997/1049) 2023-07-13T14:16:12.7212327Z Receiving objects: 96% (1008/1049) 2023-07-13T14:16:12.7221442Z Receiving objects: 97% (1018/1049) 2023-07-13T14:16:12.7225901Z Receiving objects: 98% (1029/1049) 2023-07-13T14:16:12.7248883Z Receiving objects: 99% (1039/1049) 2023-07-13T14:16:12.7249640Z remote: Total 1049 (delta 176), reused 604 (delta 91), pack-reused 0 2023-07-13T14:16:12.7264494Z Receiving objects: 100% (1049/1049) 2023-07-13T14:16:12.7264893Z Receiving objects: 100% (1049/1049), 1.42 MiB | 25.90 MiB/s, done. 2023-07-13T14:16:12.7267075Z Resolving deltas: 0% (0/176) 2023-07-13T14:16:12.7268038Z Resolving deltas: 1% (2/176) 2023-07-13T14:16:12.7268659Z Resolving deltas: 2% (4/176) 2023-07-13T14:16:12.7269314Z Resolving deltas: 3% (6/176) 2023-07-13T14:16:12.7269711Z Resolving deltas: 4% (8/176) 2023-07-13T14:16:12.7270082Z Resolving deltas: 5% (9/176) 2023-07-13T14:16:12.7270384Z Resolving deltas: 6% (11/176) 2023-07-13T14:16:12.7270937Z Resolving deltas: 7% (13/176) 2023-07-13T14:16:12.7271321Z Resolving deltas: 9% (16/176) 2023-07-13T14:16:12.7271669Z Resolving deltas: 10% (18/176) 2023-07-13T14:16:12.7272032Z Resolving deltas: 11% (20/176) 2023-07-13T14:16:12.7272249Z Resolving deltas: 12% (22/176) 2023-07-13T14:16:12.7272533Z Resolving deltas: 13% (23/176) 2023-07-13T14:16:12.7273876Z Resolving deltas: 14% (25/176) 2023-07-13T14:16:12.7274276Z Resolving deltas: 15% (27/176) 2023-07-13T14:16:12.7274656Z Resolving deltas: 16% (29/176) 2023-07-13T14:16:12.7275044Z Resolving deltas: 17% (30/176) 2023-07-13T14:16:12.7275283Z Resolving deltas: 18% (32/176) 2023-07-13T14:16:12.7276152Z Resolving deltas: 19% (34/176) 2023-07-13T14:16:12.7276553Z Resolving deltas: 20% (36/176) 2023-07-13T14:16:12.7277303Z Resolving deltas: 21% (37/176) 2023-07-13T14:16:12.7279042Z Resolving deltas: 22% (39/176) 2023-07-13T14:16:12.7279313Z Resolving deltas: 23% (41/176) 2023-07-13T14:16:12.7279522Z Resolving deltas: 24% (43/176) 2023-07-13T14:16:12.7280615Z Resolving deltas: 25% (44/176) 2023-07-13T14:16:12.7281627Z Resolving deltas: 26% (46/176) 2023-07-13T14:16:12.7294318Z Resolving deltas: 27% (48/176) 2023-07-13T14:16:12.7295331Z Resolving deltas: 28% (50/176) 2023-07-13T14:16:12.7295959Z Resolving deltas: 29% (52/176) 2023-07-13T14:16:12.7297053Z Resolving deltas: 30% (53/176) 2023-07-13T14:16:12.7297509Z Resolving deltas: 31% (55/176) 2023-07-13T14:16:12.7301719Z Resolving deltas: 32% (57/176) 2023-07-13T14:16:12.7302228Z Resolving deltas: 33% (59/176) 2023-07-13T14:16:12.7305054Z Resolving deltas: 34% (60/176) 2023-07-13T14:16:12.7305551Z Resolving deltas: 35% (62/176) 2023-07-13T14:16:12.7306102Z Resolving deltas: 36% (65/176) 2023-07-13T14:16:12.7306320Z Resolving deltas: 37% (66/176) 2023-07-13T14:16:12.7307015Z Resolving deltas: 38% (67/176) 2023-07-13T14:16:12.7307381Z Resolving deltas: 39% (69/176) 2023-07-13T14:16:12.7307955Z Resolving deltas: 40% (71/176) 2023-07-13T14:16:12.7309094Z Resolving deltas: 42% (75/176) 2023-07-13T14:16:12.7309573Z Resolving deltas: 43% (76/176) 2023-07-13T14:16:12.7309966Z Resolving deltas: 44% (78/176) 2023-07-13T14:16:12.7310350Z Resolving deltas: 46% (81/176) 2023-07-13T14:16:12.7310727Z Resolving deltas: 47% (83/176) 2023-07-13T14:16:12.7311112Z Resolving deltas: 48% (85/176) 2023-07-13T14:16:12.7311481Z Resolving deltas: 49% (87/176) 2023-07-13T14:16:12.7311843Z Resolving deltas: 50% (89/176) 2023-07-13T14:16:12.7312236Z Resolving deltas: 51% (90/176) 2023-07-13T14:16:12.7312579Z Resolving deltas: 52% (92/176) 2023-07-13T14:16:12.7312901Z Resolving deltas: 53% (94/176) 2023-07-13T14:16:12.7313259Z Resolving deltas: 54% (96/176) 2023-07-13T14:16:12.7313799Z Resolving deltas: 55% (97/176) 2023-07-13T14:16:12.7314159Z Resolving deltas: 56% (99/176) 2023-07-13T14:16:12.7314521Z Resolving deltas: 57% (102/176) 2023-07-13T14:16:12.7314868Z Resolving deltas: 58% (103/176) 2023-07-13T14:16:12.7315200Z Resolving deltas: 59% (104/176) 2023-07-13T14:16:12.7315538Z Resolving deltas: 60% (106/176) 2023-07-13T14:16:12.7315923Z Resolving deltas: 61% (108/176) 2023-07-13T14:16:12.7316209Z Resolving deltas: 62% (110/176) 2023-07-13T14:16:12.7316528Z Resolving deltas: 63% (111/176) 2023-07-13T14:16:12.7316892Z Resolving deltas: 64% (113/176) 2023-07-13T14:16:12.7317285Z Resolving deltas: 65% (115/176) 2023-07-13T14:16:12.7317648Z Resolving deltas: 66% (117/176) 2023-07-13T14:16:12.7317963Z Resolving deltas: 67% (118/176) 2023-07-13T14:16:12.7318168Z Resolving deltas: 68% (121/176) 2023-07-13T14:16:12.7318434Z Resolving deltas: 69% (122/176) 2023-07-13T14:16:12.7318687Z Resolving deltas: 70% (124/176) 2023-07-13T14:16:12.7319036Z Resolving deltas: 71% (125/176) 2023-07-13T14:16:12.7319424Z Resolving deltas: 72% (127/176) 2023-07-13T14:16:12.7319774Z Resolving deltas: 73% (129/176) 2023-07-13T14:16:12.7320137Z Resolving deltas: 74% (131/176) 2023-07-13T14:16:12.7320522Z Resolving deltas: 75% (132/176) 2023-07-13T14:16:12.7320896Z Resolving deltas: 76% (134/176) 2023-07-13T14:16:12.7321425Z Resolving deltas: 77% (136/176) 2023-07-13T14:16:12.7321812Z Resolving deltas: 78% (138/176) 2023-07-13T14:16:12.7322188Z Resolving deltas: 79% (140/176) 2023-07-13T14:16:12.7322569Z Resolving deltas: 80% (141/176) 2023-07-13T14:16:12.7322929Z Resolving deltas: 81% (143/176) 2023-07-13T14:16:12.7323393Z Resolving deltas: 82% (145/176) 2023-07-13T14:16:12.7323754Z Resolving deltas: 83% (147/176) 2023-07-13T14:16:12.7324132Z Resolving deltas: 84% (148/176) 2023-07-13T14:16:12.7324499Z Resolving deltas: 85% (150/176) 2023-07-13T14:16:12.7324846Z Resolving deltas: 86% (152/176) 2023-07-13T14:16:12.7325224Z Resolving deltas: 87% (154/176) 2023-07-13T14:16:12.7325620Z Resolving deltas: 88% (155/176) 2023-07-13T14:16:12.7325993Z Resolving deltas: 89% (157/176) 2023-07-13T14:16:12.7326379Z Resolving deltas: 90% (159/176) 2023-07-13T14:16:12.7326758Z Resolving deltas: 91% (161/176) 2023-07-13T14:16:12.7327116Z Resolving deltas: 92% (162/176) 2023-07-13T14:16:12.7327493Z Resolving deltas: 93% (164/176) 2023-07-13T14:16:12.7327871Z Resolving deltas: 94% (166/176) 2023-07-13T14:16:12.7328234Z Resolving deltas: 95% (168/176) 2023-07-13T14:16:12.7328618Z Resolving deltas: 96% (169/176) 2023-07-13T14:16:12.7329175Z Resolving deltas: 97% (171/176) 2023-07-13T14:16:12.7329538Z Resolving deltas: 98% (173/176) 2023-07-13T14:16:12.7330058Z Resolving deltas: 99% (175/176) 2023-07-13T14:16:12.7330537Z Resolving deltas: 100% (176/176) 2023-07-13T14:16:12.7330738Z Resolving deltas: 100% (176/176), done. 2023-07-13T14:16:12.7468716Z From https://github.com/pytorch/test-infra 2023-07-13T14:16:12.7469055Z * [new branch] main -> origin/main 2023-07-13T14:16:12.7485035Z ##[endgroup] 2023-07-13T14:16:12.7485395Z ##[group]Determining the checkout info 2023-07-13T14:16:12.7487643Z ##[endgroup] 2023-07-13T14:16:12.7487971Z ##[group]Checking out the ref 2023-07-13T14:16:12.7491450Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-07-13T14:16:12.8054161Z Switched to a new branch 'main' 2023-07-13T14:16:12.8054764Z branch 'main' set up to track 'origin/main'. 2023-07-13T14:16:12.8059238Z ##[endgroup] 2023-07-13T14:16:12.8059902Z ##[group]Setting up auth for fetching submodules 2023-07-13T14:16:12.8065237Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:12.8107084Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-07-13T14:16:12.8133375Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-07-13T14:16:12.8158971Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-07-13T14:16:12.8184552Z ##[endgroup] 2023-07-13T14:16:12.8185161Z ##[group]Fetching submodules 2023-07-13T14:16:12.8188026Z [command]/usr/bin/git submodule sync --recursive 2023-07-13T14:16:12.8432695Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-07-13T14:16:12.8672030Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-07-13T14:16:12.8901008Z ##[endgroup] 2023-07-13T14:16:12.8901485Z ##[group]Persisting credentials for submodules 2023-07-13T14:16:12.8905483Z [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' || :" 2023-07-13T14:16:12.9135521Z [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" 2023-07-13T14:16:12.9367773Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-07-13T14:16:12.9596448Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-07-13T14:16:12.9824442Z ##[endgroup] 2023-07-13T14:16:12.9855924Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:12.9878414Z 'f1766167e55a3952a5eef0755a94cc78aaabbdc2' 2023-07-13T14:16:13.0154190Z Prepare all required actions 2023-07-13T14:16:13.0154508Z Getting action download info 2023-07-13T14:16:13.1750000Z Download action repository 'pytorch/test-infra@main' (SHA:f1766167e55a3952a5eef0755a94cc78aaabbdc2) 2023-07-13T14:16:13.4964808Z Getting action download info 2023-07-13T14:16:13.6519683Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-07-13T14:16:13.8170726Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-07-13T14:16:13.8170961Z env: 2023-07-13T14:16:13.8171154Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:13.8171385Z REPOSITORY: pytorch/audio 2023-07-13T14:16:13.8171583Z PR_NUMBER: 306 2023-07-13T14:16:13.8172580Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:13.8173281Z ##[endgroup] 2023-07-13T14:16:13.8358309Z ##[group]Run set -euo pipefail 2023-07-13T14:16:13.8358553Z set -euo pipefail 2023-07-13T14:16:13.8358793Z function get_ec2_metadata() { 2023-07-13T14:16:13.8359049Z  # Pulled from instance metadata endpoint for EC2 2023-07-13T14:16:13.8359416Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-07-13T14:16:13.8359732Z  category=$1 2023-07-13T14:16:13.8359984Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-07-13T14:16:13.8360215Z } 2023-07-13T14:16:13.8360426Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-07-13T14:16:13.8360696Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-07-13T14:16:13.8360986Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-07-13T14:16:13.8361233Z echo "system info $(uname -a)" 2023-07-13T14:16:13.8374519Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:13.8374751Z env: 2023-07-13T14:16:13.8374939Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:13.8375291Z REPOSITORY: pytorch/audio 2023-07-13T14:16:13.8375487Z PR_NUMBER: 306 2023-07-13T14:16:13.8376191Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:13.8376876Z ##[endgroup] 2023-07-13T14:16:13.8454969Z ami-id: ami-096198a0bccc6bad4 2023-07-13T14:16:13.8502239Z instance-id: i-011db027efa6bca7d 2023-07-13T14:16:13.8548103Z instance-type: c5.2xlarge 2023-07-13T14:16:13.8554707Z system info Linux ip-10-0-0-228.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2023-07-13T14:16:13.8576679Z ##[group]Run if systemctl is-active --quiet docker; then 2023-07-13T14:16:13.8576970Z if systemctl is-active --quiet docker; then 2023-07-13T14:16:13.8577226Z  echo "Docker daemon is running..."; 2023-07-13T14:16:13.8577432Z else 2023-07-13T14:16:13.8577661Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-07-13T14:16:13.8577897Z fi 2023-07-13T14:16:13.8588496Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:13.8588711Z env: 2023-07-13T14:16:13.8588913Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:13.8589142Z REPOSITORY: pytorch/audio 2023-07-13T14:16:13.8589324Z PR_NUMBER: 306 2023-07-13T14:16:13.8590017Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:13.8590700Z ##[endgroup] 2023-07-13T14:16:13.8682425Z Docker daemon is running... 2023-07-13T14:16:13.8698837Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:13.8699213Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-13T14:16:13.8699509Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:13.8699911Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-07-13T14:16:13.8700274Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-07-13T14:16:13.8710065Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:13.8710297Z env: 2023-07-13T14:16:13.8710499Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:13.8710717Z REPOSITORY: pytorch/audio 2023-07-13T14:16:13.8710917Z PR_NUMBER: 306 2023-07-13T14:16:13.8711613Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:13.8712308Z AWS_RETRY_MODE: standard 2023-07-13T14:16:13.8712503Z AWS_MAX_ATTEMPTS: 5 2023-07-13T14:16:13.8712704Z AWS_DEFAULT_REGION: us-east-1 2023-07-13T14:16:13.8712886Z ##[endgroup] 2023-07-13T14:16:14.9453001Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-07-13T14:16:14.9453425Z Configure a credential helper to remove this warning. See 2023-07-13T14:16:14.9454031Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-07-13T14:16:14.9454280Z 2023-07-13T14:16:14.9454365Z Login Succeeded 2023-07-13T14:16:14.9481668Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:14.9482020Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:14.9482317Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-13T14:16:14.9493479Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.9493693Z env: 2023-07-13T14:16:14.9493895Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.9494125Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.9494311Z PR_NUMBER: 306 2023-07-13T14:16:14.9495010Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:14.9495831Z ##[endgroup] 2023-07-13T14:16:14.9554921Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:14.9555227Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-13T14:16:14.9555485Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-07-13T14:16:14.9555763Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:14.9555989Z  2023-07-13T14:16:14.9556214Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-07-13T14:16:14.9556492Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-07-13T14:16:14.9556774Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:14.9557003Z  2023-07-13T14:16:14.9557202Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-07-13T14:16:14.9557432Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-07-13T14:16:14.9557675Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-07-13T14:16:14.9567731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.9567960Z env: 2023-07-13T14:16:14.9568150Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.9568382Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.9568579Z PR_NUMBER: 306 2023-07-13T14:16:14.9569431Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:14.9570125Z ##[endgroup] 2023-07-13T14:16:14.9635120Z ##[group]Run needs=0 2023-07-13T14:16:14.9635376Z needs=0 2023-07-13T14:16:14.9635664Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-07-13T14:16:14.9635973Z  needs=1 2023-07-13T14:16:14.9636220Z fi 2023-07-13T14:16:14.9636437Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-07-13T14:16:14.9646043Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.9646390Z env: 2023-07-13T14:16:14.9646611Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.9646908Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.9647291Z PR_NUMBER: 306 2023-07-13T14:16:14.9648049Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:14.9649159Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:14.9649511Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:14.9649883Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:14.9650196Z ##[endgroup] 2023-07-13T14:16:14.9899121Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:14.9899466Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:16:14.9899730Z # shellcheck disable=SC2046 2023-07-13T14:16:14.9899957Z docker stop $(docker ps -q) || true 2023-07-13T14:16:14.9900180Z # Prune all of the docker images 2023-07-13T14:16:14.9900404Z docker system prune -af 2023-07-13T14:16:14.9909814Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:14.9910042Z env: 2023-07-13T14:16:14.9910362Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:14.9910596Z REPOSITORY: pytorch/audio 2023-07-13T14:16:14.9910798Z PR_NUMBER: 306 2023-07-13T14:16:14.9911486Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:14.9912254Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:14.9912586Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:14.9912907Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:14.9913139Z ##[endgroup] 2023-07-13T14:16:15.0218857Z "docker stop" requires at least 1 argument. 2023-07-13T14:16:15.0219493Z See 'docker stop --help'. 2023-07-13T14:16:15.0219711Z 2023-07-13T14:16:15.0219846Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-07-13T14:16:15.0220012Z 2023-07-13T14:16:15.0220111Z Stop one or more running containers 2023-07-13T14:16:15.0391962Z Total reclaimed space: 0B 2023-07-13T14:16:15.0445658Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-07-13T14:16:15.0445874Z with: 2023-07-13T14:16:15.0446196Z github-secret: *** 2023-07-13T14:16:15.0446410Z activate-with-label: false 2023-07-13T14:16:15.0446615Z label: with-ssh 2023-07-13T14:16:15.0446805Z remove-existing-keys: true 2023-07-13T14:16:15.0446998Z env: 2023-07-13T14:16:15.0447201Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.0447419Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.0447620Z PR_NUMBER: 306 2023-07-13T14:16:15.0448363Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:15.0449435Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:15.0449830Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:15.0450160Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:15.0450397Z ##[endgroup] 2023-07-13T14:16:15.1072176Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-07-13T14:16:15.7418214Z Grabbing public ssh keys from https://github.com/pytorchbot.keys 2023-07-13T14:16:15.8258336Z No SSH keys found for user pytorchbot 2023-07-13T14:16:15.8258713Z Grabbing public ssh keys from https://github.com/ezyang.keys 2023-07-13T14:16:15.9431853Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2023-07-13T14:16:15.9444952Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2023-07-13T14:16:15.9469124Z Login using: ssh ec2-user@ec2-52-91-110-87.compute-1.amazonaws.com 2023-07-13T14:16:15.9528352Z Prepare all required actions 2023-07-13T14:16:15.9560416Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-07-13T14:16:15.9560650Z with: 2023-07-13T14:16:15.9560856Z docker-image: pytorch/conda-builder:cpu 2023-07-13T14:16:15.9561048Z env: 2023-07-13T14:16:15.9561243Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.9561472Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.9561656Z PR_NUMBER: 306 2023-07-13T14:16:15.9562352Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:15.9563224Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:15.9563543Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:15.9563857Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:15.9564092Z ##[endgroup] 2023-07-13T14:16:15.9578155Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:15.9578437Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-13T14:16:15.9578716Z # ignore output since only exit code is used for conditional 2023-07-13T14:16:15.9579015Z # only pull docker image if it's not available locally 2023-07-13T14:16:15.9579311Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-07-13T14:16:15.9579593Z  retry docker pull "${DOCKER_IMAGE}" 2023-07-13T14:16:15.9579806Z fi 2023-07-13T14:16:15.9590422Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:16:15.9590635Z env: 2023-07-13T14:16:15.9590840Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:15.9591067Z REPOSITORY: pytorch/audio 2023-07-13T14:16:15.9591251Z PR_NUMBER: 306 2023-07-13T14:16:15.9591943Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:15.9592702Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:15.9593175Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:15.9593490Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:15.9593712Z ##[endgroup] 2023-07-13T14:16:16.1376360Z cpu: Pulling from pytorch/conda-builder 2023-07-13T14:16:16.1383239Z 2d473b07cdd5: Pulling fs layer 2023-07-13T14:16:16.1383950Z a8b26fd4c094: Pulling fs layer 2023-07-13T14:16:16.1384422Z 84c6cf1d6f59: Pulling fs layer 2023-07-13T14:16:16.1384842Z 61262e1bf819: Pulling fs layer 2023-07-13T14:16:16.1385282Z 4efc3c05171d: Pulling fs layer 2023-07-13T14:16:16.1385757Z ea9360dffc62: Pulling fs layer 2023-07-13T14:16:16.1386129Z 010e93ddf672: Pulling fs layer 2023-07-13T14:16:16.1386516Z 3fd52e1a53de: Pulling fs layer 2023-07-13T14:16:16.1386798Z 8ff5e07ece19: Pulling fs layer 2023-07-13T14:16:16.1387039Z 4f4fb700ef54: Pulling fs layer 2023-07-13T14:16:16.1387265Z 61262e1bf819: Waiting 2023-07-13T14:16:16.1387479Z 7b5bec086082: Pulling fs layer 2023-07-13T14:16:16.1387731Z d69607978f53: Pulling fs layer 2023-07-13T14:16:16.1388138Z 4efc3c05171d: Waiting 2023-07-13T14:16:16.1388355Z c2194ff41419: Pulling fs layer 2023-07-13T14:16:16.1388580Z 010e93ddf672: Waiting 2023-07-13T14:16:16.1388794Z ea9360dffc62: Waiting 2023-07-13T14:16:16.1389012Z a6179e01f02a: Pulling fs layer 2023-07-13T14:16:16.1389239Z 3fd52e1a53de: Waiting 2023-07-13T14:16:16.1389465Z 9537185b9a27: Pulling fs layer 2023-07-13T14:16:16.1389679Z 8ff5e07ece19: Waiting 2023-07-13T14:16:16.1389910Z bab1df3a3158: Pulling fs layer 2023-07-13T14:16:16.1390136Z d69607978f53: Waiting 2023-07-13T14:16:16.1390348Z 5876cd757b6e: Pulling fs layer 2023-07-13T14:16:16.1390575Z c2194ff41419: Waiting 2023-07-13T14:16:16.1390793Z 4f4fb700ef54: Waiting 2023-07-13T14:16:16.1390993Z a6179e01f02a: Waiting 2023-07-13T14:16:16.1391210Z bab1df3a3158: Waiting 2023-07-13T14:16:16.1391423Z 9537185b9a27: Waiting 2023-07-13T14:16:16.1391619Z 5876cd757b6e: Waiting 2023-07-13T14:16:16.1391831Z 7b5bec086082: Waiting 2023-07-13T14:16:16.1799822Z 84c6cf1d6f59: Verifying Checksum 2023-07-13T14:16:16.1800267Z 84c6cf1d6f59: Download complete 2023-07-13T14:16:16.3695433Z 61262e1bf819: Verifying Checksum 2023-07-13T14:16:16.3696217Z 61262e1bf819: Download complete 2023-07-13T14:16:16.4145998Z 4efc3c05171d: Verifying Checksum 2023-07-13T14:16:16.4146406Z 4efc3c05171d: Download complete 2023-07-13T14:16:16.9253239Z 2d473b07cdd5: Verifying Checksum 2023-07-13T14:16:16.9253621Z 2d473b07cdd5: Download complete 2023-07-13T14:16:17.0769168Z 010e93ddf672: Verifying Checksum 2023-07-13T14:16:17.0769443Z 010e93ddf672: Download complete 2023-07-13T14:16:17.1349408Z a8b26fd4c094: Verifying Checksum 2023-07-13T14:16:17.1349861Z a8b26fd4c094: Download complete 2023-07-13T14:16:17.2561058Z 8ff5e07ece19: Verifying Checksum 2023-07-13T14:16:17.2561348Z 8ff5e07ece19: Download complete 2023-07-13T14:16:17.2902497Z 4f4fb700ef54: Verifying Checksum 2023-07-13T14:16:17.2902848Z 4f4fb700ef54: Download complete 2023-07-13T14:16:17.4173019Z 7b5bec086082: Verifying Checksum 2023-07-13T14:16:17.4173459Z 7b5bec086082: Download complete 2023-07-13T14:16:17.4614125Z ea9360dffc62: Verifying Checksum 2023-07-13T14:16:17.4771459Z ea9360dffc62: Download complete 2023-07-13T14:16:17.4771870Z d69607978f53: Download complete 2023-07-13T14:16:17.5313939Z a6179e01f02a: Download complete 2023-07-13T14:16:17.6300260Z 3fd52e1a53de: Verifying Checksum 2023-07-13T14:16:17.6300754Z 3fd52e1a53de: Download complete 2023-07-13T14:16:17.6683937Z 9537185b9a27: Verifying Checksum 2023-07-13T14:16:17.6684317Z 9537185b9a27: Download complete 2023-07-13T14:16:17.6715759Z bab1df3a3158: Verifying Checksum 2023-07-13T14:16:17.6716240Z bab1df3a3158: Download complete 2023-07-13T14:16:18.6607584Z 2d473b07cdd5: Pull complete 2023-07-13T14:16:20.2929467Z a8b26fd4c094: Pull complete 2023-07-13T14:16:20.3897639Z 84c6cf1d6f59: Pull complete 2023-07-13T14:16:20.6208497Z 61262e1bf819: Pull complete 2023-07-13T14:16:20.7426288Z 4efc3c05171d: Pull complete 2023-07-13T14:16:21.2739563Z c2194ff41419: Verifying Checksum 2023-07-13T14:16:21.2740186Z c2194ff41419: Download complete 2023-07-13T14:16:22.6245710Z ea9360dffc62: Pull complete 2023-07-13T14:16:22.9461404Z 5876cd757b6e: Download complete 2023-07-13T14:16:22.9806922Z 010e93ddf672: Pull complete 2023-07-13T14:16:24.3702012Z 3fd52e1a53de: Pull complete 2023-07-13T14:16:24.7445965Z 8ff5e07ece19: Pull complete 2023-07-13T14:16:24.8920139Z 4f4fb700ef54: Pull complete 2023-07-13T14:16:25.2654346Z 7b5bec086082: Pull complete 2023-07-13T14:16:25.4433204Z d69607978f53: Pull complete 2023-07-13T14:16:32.2674764Z c2194ff41419: Pull complete 2023-07-13T14:16:32.4197462Z a6179e01f02a: Pull complete 2023-07-13T14:16:32.8772104Z 9537185b9a27: Pull complete 2023-07-13T14:16:33.3164190Z bab1df3a3158: Pull complete 2023-07-13T14:16:42.5350524Z 5876cd757b6e: Pull complete 2023-07-13T14:16:42.5894457Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:16:42.5948206Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-07-13T14:16:42.6147881Z docker.io/pytorch/conda-builder:cpu 2023-07-13T14:16:42.6261582Z ##[group]Run actions/checkout@v3 2023-07-13T14:16:42.6261792Z with: 2023-07-13T14:16:42.6261965Z repository: pytorch/audio 2023-07-13T14:16:42.6262175Z ref: refs/pull/306/merge 2023-07-13T14:16:42.6262374Z path: pytorch/audio 2023-07-13T14:16:42.6262553Z fetch-depth: 1 2023-07-13T14:16:42.6262839Z token: *** 2023-07-13T14:16:42.6263016Z ssh-strict: true 2023-07-13T14:16:42.6263217Z persist-credentials: true 2023-07-13T14:16:42.6263399Z clean: true 2023-07-13T14:16:42.6263611Z sparse-checkout-cone-mode: true 2023-07-13T14:16:42.6263820Z lfs: false 2023-07-13T14:16:42.6263984Z submodules: false 2023-07-13T14:16:42.6264184Z set-safe-directory: true 2023-07-13T14:16:42.6264374Z env: 2023-07-13T14:16:42.6264915Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:42.6265150Z REPOSITORY: pytorch/audio 2023-07-13T14:16:42.6265356Z PR_NUMBER: 306 2023-07-13T14:16:42.6266093Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:42.6266870Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:42.6267200Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:42.6267501Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:42.6267737Z ##[endgroup] 2023-07-13T14:16:42.7089353Z Syncing repository: pytorch/audio 2023-07-13T14:16:42.7098415Z ##[group]Getting Git version info 2023-07-13T14:16:42.7099249Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-07-13T14:16:42.7120287Z [command]/usr/bin/git version 2023-07-13T14:16:42.7158580Z git version 2.40.1 2023-07-13T14:16:42.7180273Z ##[endgroup] 2023-07-13T14:16:42.7192208Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/af5db308-7a1e-4cd0-95f0-dd8409566de3' before making global git config changes 2023-07-13T14:16:42.7192869Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:16:42.7197301Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:42.7229244Z ##[group]Initializing the repository 2023-07-13T14:16:42.7232027Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:16:42.7258017Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-13T14:16:42.7258602Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-13T14:16:42.7259274Z hint: of your new repositories, which will suppress this warning, call: 2023-07-13T14:16:42.7259741Z hint: 2023-07-13T14:16:42.7260131Z hint: git config --global init.defaultBranch 2023-07-13T14:16:42.7260355Z hint: 2023-07-13T14:16:42.7260657Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-13T14:16:42.7261052Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-13T14:16:42.7261286Z hint: 2023-07-13T14:16:42.7261500Z hint: git branch -m 2023-07-13T14:16:42.7261905Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-07-13T14:16:42.7268252Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-07-13T14:16:42.7295075Z ##[endgroup] 2023-07-13T14:16:42.7295709Z ##[group]Disabling automatic garbage collection 2023-07-13T14:16:42.7299204Z [command]/usr/bin/git config --local gc.auto 0 2023-07-13T14:16:42.7323175Z ##[endgroup] 2023-07-13T14:16:42.7323986Z ##[group]Setting up auth 2023-07-13T14:16:42.7329747Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:16:42.7357324Z [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' || :" 2023-07-13T14:16:42.7593687Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:16:42.7619578Z [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' || :" 2023-07-13T14:16:42.7855184Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-13T14:16:42.7900738Z ##[endgroup] 2023-07-13T14:16:42.7901341Z ##[group]Fetching the repository 2023-07-13T14:16:42.7908226Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/306/merge:refs/remotes/pull/306/merge 2023-07-13T14:16:43.1040113Z remote: Enumerating objects: 985, done. 2023-07-13T14:16:43.1044596Z remote: Counting objects: 0% (1/985) 2023-07-13T14:16:43.1065348Z remote: Counting objects: 1% (10/985) 2023-07-13T14:16:43.1065812Z remote: Counting objects: 2% (20/985) 2023-07-13T14:16:43.1066215Z remote: Counting objects: 3% (30/985) 2023-07-13T14:16:43.1067425Z remote: Counting objects: 4% (40/985) 2023-07-13T14:16:43.1067799Z remote: Counting objects: 5% (50/985) 2023-07-13T14:16:43.1068244Z remote: Counting objects: 6% (60/985) 2023-07-13T14:16:43.1068665Z remote: Counting objects: 7% (69/985) 2023-07-13T14:16:43.1068932Z remote: Counting objects: 8% (79/985) 2023-07-13T14:16:43.1069297Z remote: Counting objects: 9% (89/985) 2023-07-13T14:16:43.1069643Z remote: Counting objects: 10% (99/985) 2023-07-13T14:16:43.1069983Z remote: Counting objects: 11% (109/985) 2023-07-13T14:16:43.1070325Z remote: Counting objects: 12% (119/985) 2023-07-13T14:16:43.1070567Z remote: Counting objects: 13% (129/985) 2023-07-13T14:16:43.1070797Z remote: Counting objects: 14% (138/985) 2023-07-13T14:16:43.1071139Z remote: Counting objects: 15% (148/985) 2023-07-13T14:16:43.1071561Z remote: Counting objects: 16% (158/985) 2023-07-13T14:16:43.1071890Z remote: Counting objects: 17% (168/985) 2023-07-13T14:16:43.1072153Z remote: Counting objects: 18% (178/985) 2023-07-13T14:16:43.1072383Z remote: Counting objects: 19% (188/985) 2023-07-13T14:16:43.1072601Z remote: Counting objects: 20% (197/985) 2023-07-13T14:16:43.1072827Z remote: Counting objects: 21% (207/985) 2023-07-13T14:16:43.1073070Z remote: Counting objects: 22% (217/985) 2023-07-13T14:16:43.1073538Z remote: Counting objects: 23% (227/985) 2023-07-13T14:16:43.1073758Z remote: Counting objects: 24% (237/985) 2023-07-13T14:16:43.1073989Z remote: Counting objects: 25% (247/985) 2023-07-13T14:16:43.1074267Z remote: Counting objects: 26% (257/985) 2023-07-13T14:16:43.1074711Z remote: Counting objects: 27% (266/985) 2023-07-13T14:16:43.1075215Z remote: Counting objects: 28% (276/985) 2023-07-13T14:16:43.1075620Z remote: Counting objects: 29% (286/985) 2023-07-13T14:16:43.1075971Z remote: Counting objects: 30% (296/985) 2023-07-13T14:16:43.1076411Z remote: Counting objects: 31% (306/985) 2023-07-13T14:16:43.1076830Z remote: Counting objects: 32% (316/985) 2023-07-13T14:16:43.1077049Z remote: Counting objects: 33% (326/985) 2023-07-13T14:16:43.1078820Z remote: Counting objects: 34% (335/985) 2023-07-13T14:16:43.1079232Z remote: Counting objects: 35% (345/985) 2023-07-13T14:16:43.1079821Z remote: Counting objects: 36% (355/985) 2023-07-13T14:16:43.1080075Z remote: Counting objects: 37% (365/985) 2023-07-13T14:16:43.1080357Z remote: Counting objects: 38% (375/985) 2023-07-13T14:16:43.1080588Z remote: Counting objects: 39% (385/985) 2023-07-13T14:16:43.1080822Z remote: Counting objects: 40% (394/985) 2023-07-13T14:16:43.1081036Z remote: Counting objects: 41% (404/985) 2023-07-13T14:16:43.1081262Z remote: Counting objects: 42% (414/985) 2023-07-13T14:16:43.1081490Z remote: Counting objects: 43% (424/985) 2023-07-13T14:16:43.1081703Z remote: Counting objects: 44% (434/985) 2023-07-13T14:16:43.1083429Z remote: Counting objects: 45% (444/985) 2023-07-13T14:16:43.1083855Z remote: Counting objects: 46% (454/985) 2023-07-13T14:16:43.1084330Z remote: Counting objects: 47% (463/985) 2023-07-13T14:16:43.1084756Z remote: Counting objects: 48% (473/985) 2023-07-13T14:16:43.1085240Z remote: Counting objects: 49% (483/985) 2023-07-13T14:16:43.1085674Z remote: Counting objects: 50% (493/985) 2023-07-13T14:16:43.1086078Z remote: Counting objects: 51% (503/985) 2023-07-13T14:16:43.1086337Z remote: Counting objects: 52% (513/985) 2023-07-13T14:16:43.1086568Z remote: Counting objects: 53% (523/985) 2023-07-13T14:16:43.1086791Z remote: Counting objects: 54% (532/985) 2023-07-13T14:16:43.1087022Z remote: Counting objects: 55% (542/985) 2023-07-13T14:16:43.1087250Z remote: Counting objects: 56% (552/985) 2023-07-13T14:16:43.1087549Z remote: Counting objects: 57% (562/985) 2023-07-13T14:16:43.1087771Z remote: Counting objects: 58% (572/985) 2023-07-13T14:16:43.1088008Z remote: Counting objects: 59% (582/985) 2023-07-13T14:16:43.1088238Z remote: Counting objects: 60% (591/985) 2023-07-13T14:16:43.1088455Z remote: Counting objects: 61% (601/985) 2023-07-13T14:16:43.1088698Z remote: Counting objects: 62% (611/985) 2023-07-13T14:16:43.1089247Z remote: Counting objects: 63% (621/985) 2023-07-13T14:16:43.1089531Z remote: Counting objects: 64% (631/985) 2023-07-13T14:16:43.1089948Z remote: Counting objects: 65% (641/985) 2023-07-13T14:16:43.1090401Z remote: Counting objects: 66% (651/985) 2023-07-13T14:16:43.1090632Z remote: Counting objects: 67% (660/985) 2023-07-13T14:16:43.1090865Z remote: Counting objects: 68% (670/985) 2023-07-13T14:16:43.1109810Z remote: Counting objects: 69% (680/985) 2023-07-13T14:16:43.1110232Z remote: Counting objects: 70% (690/985) 2023-07-13T14:16:43.1110684Z remote: Counting objects: 71% (700/985) 2023-07-13T14:16:43.1111121Z remote: Counting objects: 72% (710/985) 2023-07-13T14:16:43.1111484Z remote: Counting objects: 73% (720/985) 2023-07-13T14:16:43.1111904Z remote: Counting objects: 74% (729/985) 2023-07-13T14:16:43.1112632Z remote: Counting objects: 75% (739/985) 2023-07-13T14:16:43.1113056Z remote: Counting objects: 76% (749/985) 2023-07-13T14:16:43.1113344Z remote: Counting objects: 77% (759/985) 2023-07-13T14:16:43.1114718Z remote: Counting objects: 78% (769/985) 2023-07-13T14:16:43.1115146Z remote: Counting objects: 79% (779/985) 2023-07-13T14:16:43.1115612Z remote: Counting objects: 80% (788/985) 2023-07-13T14:16:43.1116050Z remote: Counting objects: 81% (798/985) 2023-07-13T14:16:43.1116286Z remote: Counting objects: 82% (808/985) 2023-07-13T14:16:43.1116520Z remote: Counting objects: 83% (818/985) 2023-07-13T14:16:43.1116750Z remote: Counting objects: 84% (828/985) 2023-07-13T14:16:43.1116967Z remote: Counting objects: 85% (838/985) 2023-07-13T14:16:43.1117198Z remote: Counting objects: 86% (848/985) 2023-07-13T14:16:43.1117498Z remote: Counting objects: 87% (857/985) 2023-07-13T14:16:43.1117732Z remote: Counting objects: 88% (867/985) 2023-07-13T14:16:43.1118129Z remote: Counting objects: 89% (877/985) 2023-07-13T14:16:43.1118366Z remote: Counting objects: 90% (887/985) 2023-07-13T14:16:43.1118585Z remote: Counting objects: 91% (897/985) 2023-07-13T14:16:43.1118826Z remote: Counting objects: 92% (907/985) 2023-07-13T14:16:43.1119059Z remote: Counting objects: 93% (917/985) 2023-07-13T14:16:43.1119291Z remote: Counting objects: 94% (926/985) 2023-07-13T14:16:43.1119505Z remote: Counting objects: 95% (936/985) 2023-07-13T14:16:43.1119732Z remote: Counting objects: 96% (946/985) 2023-07-13T14:16:43.1119961Z remote: Counting objects: 97% (956/985) 2023-07-13T14:16:43.1120181Z remote: Counting objects: 98% (966/985) 2023-07-13T14:16:43.1120408Z remote: Counting objects: 99% (976/985) 2023-07-13T14:16:43.1120639Z remote: Counting objects: 100% (985/985) 2023-07-13T14:16:43.1120867Z remote: Counting objects: 100% (985/985), done. 2023-07-13T14:16:43.1121135Z remote: Compressing objects: 0% (1/855) 2023-07-13T14:16:43.1121382Z remote: Compressing objects: 1% (9/855) 2023-07-13T14:16:43.1121617Z remote: Compressing objects: 2% (18/855) 2023-07-13T14:16:43.1121871Z remote: Compressing objects: 3% (26/855) 2023-07-13T14:16:43.1123939Z remote: Compressing objects: 4% (35/855) 2023-07-13T14:16:43.1126101Z remote: Compressing objects: 5% (43/855) 2023-07-13T14:16:43.1127496Z remote: Compressing objects: 6% (52/855) 2023-07-13T14:16:43.1137972Z remote: Compressing objects: 7% (60/855) 2023-07-13T14:16:43.1175478Z remote: Compressing objects: 8% (69/855) 2023-07-13T14:16:43.1202867Z remote: Compressing objects: 9% (77/855) 2023-07-13T14:16:43.1225233Z remote: Compressing objects: 10% (86/855) 2023-07-13T14:16:43.1247889Z remote: Compressing objects: 11% (95/855) 2023-07-13T14:16:43.1266923Z remote: Compressing objects: 12% (103/855) 2023-07-13T14:16:43.1276213Z remote: Compressing objects: 13% (112/855) 2023-07-13T14:16:43.1281103Z remote: Compressing objects: 14% (120/855) 2023-07-13T14:16:43.1284356Z remote: Compressing objects: 15% (129/855) 2023-07-13T14:16:43.1309313Z remote: Compressing objects: 16% (137/855) 2023-07-13T14:16:43.1323247Z remote: Compressing objects: 17% (146/855) 2023-07-13T14:16:43.1361659Z remote: Compressing objects: 18% (154/855) 2023-07-13T14:16:43.1389315Z remote: Compressing objects: 19% (163/855) 2023-07-13T14:16:43.1409699Z remote: Compressing objects: 20% (171/855) 2023-07-13T14:16:43.1421715Z remote: Compressing objects: 21% (180/855) 2023-07-13T14:16:43.1433758Z remote: Compressing objects: 22% (189/855) 2023-07-13T14:16:43.1457414Z remote: Compressing objects: 23% (197/855) 2023-07-13T14:16:43.1481796Z remote: Compressing objects: 24% (206/855) 2023-07-13T14:16:43.1518345Z remote: Compressing objects: 25% (214/855) 2023-07-13T14:16:43.1558831Z remote: Compressing objects: 26% (223/855) 2023-07-13T14:16:43.1615802Z remote: Compressing objects: 27% (231/855) 2023-07-13T14:16:43.1660712Z remote: Compressing objects: 28% (240/855) 2023-07-13T14:16:43.1673562Z remote: Compressing objects: 29% (248/855) 2023-07-13T14:16:43.1745662Z remote: Compressing objects: 30% (257/855) 2023-07-13T14:16:43.1746115Z remote: Compressing objects: 31% (266/855) 2023-07-13T14:16:43.1746568Z remote: Compressing objects: 32% (274/855) 2023-07-13T14:16:43.1785697Z remote: Compressing objects: 33% (283/855) 2023-07-13T14:16:43.1845439Z remote: Compressing objects: 34% (291/855) 2023-07-13T14:16:43.1888318Z remote: Compressing objects: 35% (300/855) 2023-07-13T14:16:43.1933751Z remote: Compressing objects: 36% (308/855) 2023-07-13T14:16:43.2025170Z remote: Compressing objects: 37% (317/855) 2023-07-13T14:16:43.2123436Z remote: Compressing objects: 38% (325/855) 2023-07-13T14:16:43.2232709Z remote: Compressing objects: 39% (334/855) 2023-07-13T14:16:43.2284685Z remote: Compressing objects: 40% (342/855) 2023-07-13T14:16:43.2341797Z remote: Compressing objects: 41% (351/855) 2023-07-13T14:16:43.2356556Z remote: Compressing objects: 42% (360/855) 2023-07-13T14:16:43.2376305Z remote: Compressing objects: 43% (368/855) 2023-07-13T14:16:43.2394516Z remote: Compressing objects: 44% (377/855) 2023-07-13T14:16:43.2440680Z remote: Compressing objects: 45% (385/855) 2023-07-13T14:16:43.2450999Z remote: Compressing objects: 46% (394/855) 2023-07-13T14:16:43.2451340Z remote: Compressing objects: 47% (402/855) 2023-07-13T14:16:43.2451579Z remote: Compressing objects: 48% (411/855) 2023-07-13T14:16:43.2475891Z remote: Compressing objects: 49% (419/855) 2023-07-13T14:16:43.2476170Z remote: Compressing objects: 50% (428/855) 2023-07-13T14:16:43.2482162Z remote: Compressing objects: 51% (437/855) 2023-07-13T14:16:43.2482498Z remote: Compressing objects: 52% (445/855) 2023-07-13T14:16:43.2482746Z remote: Compressing objects: 53% (454/855) 2023-07-13T14:16:43.2489659Z remote: Compressing objects: 54% (462/855) 2023-07-13T14:16:43.2489903Z remote: Compressing objects: 55% (471/855) 2023-07-13T14:16:43.2503355Z remote: Compressing objects: 56% (479/855) 2023-07-13T14:16:43.2524269Z remote: Compressing objects: 57% (488/855) 2023-07-13T14:16:43.2540582Z remote: Compressing objects: 58% (496/855) 2023-07-13T14:16:43.2548135Z remote: Compressing objects: 59% (505/855) 2023-07-13T14:16:43.2565749Z remote: Compressing objects: 60% (513/855) 2023-07-13T14:16:43.2580361Z remote: Compressing objects: 61% (522/855) 2023-07-13T14:16:43.2629443Z remote: Compressing objects: 62% (531/855) 2023-07-13T14:16:43.2639969Z remote: Compressing objects: 63% (539/855) 2023-07-13T14:16:43.2640228Z remote: Compressing objects: 64% (548/855) 2023-07-13T14:16:43.2650831Z remote: Compressing objects: 65% (556/855) 2023-07-13T14:16:43.2685372Z remote: Compressing objects: 66% (565/855) 2023-07-13T14:16:43.2688491Z remote: Compressing objects: 67% (573/855) 2023-07-13T14:16:43.2689111Z remote: Compressing objects: 68% (582/855) 2023-07-13T14:16:43.2689439Z remote: Compressing objects: 69% (590/855) 2023-07-13T14:16:43.2689673Z remote: Compressing objects: 70% (599/855) 2023-07-13T14:16:43.2692887Z remote: Compressing objects: 71% (608/855) 2023-07-13T14:16:43.2695100Z remote: Compressing objects: 72% (616/855) 2023-07-13T14:16:43.2819174Z remote: Compressing objects: 73% (625/855) 2023-07-13T14:16:43.2824259Z remote: Compressing objects: 74% (633/855) 2023-07-13T14:16:43.2828503Z remote: Compressing objects: 75% (642/855) 2023-07-13T14:16:43.2837344Z remote: Compressing objects: 76% (650/855) 2023-07-13T14:16:43.2847213Z remote: Compressing objects: 77% (659/855) 2023-07-13T14:16:43.2852381Z remote: Compressing objects: 78% (667/855) 2023-07-13T14:16:43.2867454Z remote: Compressing objects: 79% (676/855) 2023-07-13T14:16:43.2874724Z remote: Compressing objects: 80% (684/855) 2023-07-13T14:16:43.2877727Z remote: Compressing objects: 81% (693/855) 2023-07-13T14:16:43.2877987Z remote: Compressing objects: 82% (702/855) 2023-07-13T14:16:43.2880099Z remote: Compressing objects: 83% (710/855) 2023-07-13T14:16:43.2880349Z remote: Compressing objects: 84% (719/855) 2023-07-13T14:16:43.2882904Z remote: Compressing objects: 85% (727/855) 2023-07-13T14:16:43.2883249Z remote: Compressing objects: 86% (736/855) 2023-07-13T14:16:43.2883497Z remote: Compressing objects: 87% (744/855) 2023-07-13T14:16:43.2885323Z remote: Compressing objects: 88% (753/855) 2023-07-13T14:16:43.2885678Z remote: Compressing objects: 89% (761/855) 2023-07-13T14:16:43.2886250Z remote: Compressing objects: 90% (770/855) 2023-07-13T14:16:43.2886520Z remote: Compressing objects: 91% (779/855) 2023-07-13T14:16:43.2890036Z remote: Compressing objects: 92% (787/855) 2023-07-13T14:16:43.2892453Z remote: Compressing objects: 93% (796/855) 2023-07-13T14:16:43.2892790Z remote: Compressing objects: 94% (804/855) 2023-07-13T14:16:43.2893045Z remote: Compressing objects: 95% (813/855) 2023-07-13T14:16:43.2893315Z remote: Compressing objects: 96% (821/855) 2023-07-13T14:16:43.2893668Z remote: Compressing objects: 97% (830/855) 2023-07-13T14:16:43.2893912Z remote: Compressing objects: 98% (838/855) 2023-07-13T14:16:43.2894491Z remote: Compressing objects: 99% (847/855) 2023-07-13T14:16:43.2894949Z remote: Compressing objects: 100% (855/855) 2023-07-13T14:16:43.2895238Z remote: Compressing objects: 100% (855/855), done. 2023-07-13T14:16:43.2923186Z Receiving objects: 0% (1/985) 2023-07-13T14:16:43.2925266Z Receiving objects: 1% (10/985) 2023-07-13T14:16:43.2926665Z Receiving objects: 2% (20/985) 2023-07-13T14:16:43.2928004Z Receiving objects: 3% (30/985) 2023-07-13T14:16:43.2930169Z Receiving objects: 4% (40/985) 2023-07-13T14:16:43.2942104Z Receiving objects: 5% (50/985) 2023-07-13T14:16:43.2966487Z Receiving objects: 6% (60/985) 2023-07-13T14:16:43.2982014Z Receiving objects: 7% (69/985) 2023-07-13T14:16:43.2984056Z Receiving objects: 8% (79/985) 2023-07-13T14:16:43.3339297Z Receiving objects: 9% (89/985) 2023-07-13T14:16:43.3597452Z Receiving objects: 10% (99/985) 2023-07-13T14:16:43.3598463Z Receiving objects: 11% (109/985) 2023-07-13T14:16:43.3602889Z Receiving objects: 12% (119/985) 2023-07-13T14:16:43.3604034Z Receiving objects: 13% (129/985) 2023-07-13T14:16:43.3606271Z Receiving objects: 14% (138/985) 2023-07-13T14:16:43.3613086Z Receiving objects: 15% (148/985) 2023-07-13T14:16:43.3616147Z Receiving objects: 16% (158/985) 2023-07-13T14:16:43.3618283Z Receiving objects: 17% (168/985) 2023-07-13T14:16:43.3621293Z Receiving objects: 18% (178/985) 2023-07-13T14:16:43.3622773Z Receiving objects: 19% (188/985) 2023-07-13T14:16:43.3625469Z Receiving objects: 20% (197/985) 2023-07-13T14:16:43.3636678Z Receiving objects: 21% (207/985) 2023-07-13T14:16:43.3642622Z Receiving objects: 22% (217/985) 2023-07-13T14:16:43.3645722Z Receiving objects: 23% (227/985) 2023-07-13T14:16:43.3646282Z Receiving objects: 24% (237/985) 2023-07-13T14:16:43.3674209Z Receiving objects: 25% (247/985) 2023-07-13T14:16:43.3677284Z Receiving objects: 26% (257/985) 2023-07-13T14:16:43.3682746Z Receiving objects: 27% (266/985) 2023-07-13T14:16:43.3798459Z Receiving objects: 28% (276/985) 2023-07-13T14:16:43.3800572Z Receiving objects: 29% (286/985) 2023-07-13T14:16:43.3802054Z Receiving objects: 30% (296/985) 2023-07-13T14:16:43.3805926Z Receiving objects: 31% (306/985) 2023-07-13T14:16:43.3811563Z Receiving objects: 32% (316/985) 2023-07-13T14:16:43.3822657Z Receiving objects: 33% (326/985) 2023-07-13T14:16:43.3833171Z Receiving objects: 34% (335/985) 2023-07-13T14:16:43.3837789Z Receiving objects: 35% (345/985) 2023-07-13T14:16:43.3840252Z Receiving objects: 36% (355/985) 2023-07-13T14:16:43.3841988Z Receiving objects: 37% (365/985) 2023-07-13T14:16:43.3843836Z Receiving objects: 38% (375/985) 2023-07-13T14:16:43.3894047Z Receiving objects: 39% (385/985) 2023-07-13T14:16:43.3894508Z Receiving objects: 40% (394/985) 2023-07-13T14:16:43.3910670Z Receiving objects: 41% (404/985) 2023-07-13T14:16:43.4328125Z Receiving objects: 42% (414/985) 2023-07-13T14:16:43.4591385Z Receiving objects: 43% (424/985) 2023-07-13T14:16:43.4592878Z Receiving objects: 44% (434/985) 2023-07-13T14:16:43.4593490Z Receiving objects: 45% (444/985) 2023-07-13T14:16:43.4593967Z Receiving objects: 46% (454/985) 2023-07-13T14:16:43.4595699Z Receiving objects: 47% (463/985) 2023-07-13T14:16:43.4600541Z Receiving objects: 48% (473/985) 2023-07-13T14:16:43.4603441Z Receiving objects: 49% (483/985) 2023-07-13T14:16:43.4605981Z Receiving objects: 50% (493/985) 2023-07-13T14:16:43.4610056Z Receiving objects: 51% (503/985) 2023-07-13T14:16:43.4613045Z Receiving objects: 52% (513/985) 2023-07-13T14:16:43.4616962Z Receiving objects: 53% (523/985) 2023-07-13T14:16:43.4620451Z Receiving objects: 54% (532/985) 2023-07-13T14:16:43.4622315Z Receiving objects: 55% (542/985) 2023-07-13T14:16:43.4624003Z Receiving objects: 56% (552/985) 2023-07-13T14:16:43.4627848Z Receiving objects: 57% (562/985) 2023-07-13T14:16:43.4633524Z Receiving objects: 58% (572/985) 2023-07-13T14:16:43.4641654Z Receiving objects: 59% (582/985) 2023-07-13T14:16:43.4643301Z Receiving objects: 60% (591/985) 2023-07-13T14:16:43.4644887Z Receiving objects: 61% (601/985) 2023-07-13T14:16:43.4646988Z Receiving objects: 62% (611/985) 2023-07-13T14:16:43.4650734Z Receiving objects: 63% (621/985) 2023-07-13T14:16:43.4652353Z Receiving objects: 64% (631/985) 2023-07-13T14:16:43.4654448Z Receiving objects: 65% (641/985) 2023-07-13T14:16:43.4657444Z Receiving objects: 66% (651/985) 2023-07-13T14:16:43.4659904Z Receiving objects: 67% (660/985) 2023-07-13T14:16:43.4663034Z Receiving objects: 68% (670/985) 2023-07-13T14:16:43.4664833Z Receiving objects: 69% (680/985) 2023-07-13T14:16:43.4667380Z Receiving objects: 70% (690/985) 2023-07-13T14:16:43.4676641Z Receiving objects: 71% (700/985) 2023-07-13T14:16:43.4679231Z Receiving objects: 72% (710/985) 2023-07-13T14:16:43.4682928Z Receiving objects: 73% (720/985) 2023-07-13T14:16:43.4689114Z Receiving objects: 74% (729/985) 2023-07-13T14:16:43.4690596Z Receiving objects: 75% (739/985) 2023-07-13T14:16:43.4699618Z Receiving objects: 76% (749/985) 2023-07-13T14:16:43.4703215Z Receiving objects: 77% (759/985) 2023-07-13T14:16:43.4707162Z Receiving objects: 78% (769/985) 2023-07-13T14:16:43.4713525Z Receiving objects: 79% (779/985) 2023-07-13T14:16:43.4719964Z Receiving objects: 80% (788/985) 2023-07-13T14:16:43.4722712Z Receiving objects: 81% (798/985) 2023-07-13T14:16:43.4725301Z Receiving objects: 82% (808/985) 2023-07-13T14:16:43.4728402Z Receiving objects: 83% (818/985) 2023-07-13T14:16:43.4730616Z Receiving objects: 84% (828/985) 2023-07-13T14:16:43.4732467Z Receiving objects: 85% (838/985) 2023-07-13T14:16:43.4735255Z Receiving objects: 86% (848/985) 2023-07-13T14:16:43.4738669Z Receiving objects: 87% (857/985) 2023-07-13T14:16:43.4743324Z Receiving objects: 88% (867/985) 2023-07-13T14:16:43.4747882Z Receiving objects: 89% (877/985) 2023-07-13T14:16:43.4763539Z Receiving objects: 90% (887/985) 2023-07-13T14:16:43.4771017Z Receiving objects: 91% (897/985) 2023-07-13T14:16:43.4780671Z Receiving objects: 92% (907/985) 2023-07-13T14:16:43.4793520Z Receiving objects: 93% (917/985) 2023-07-13T14:16:43.4804520Z Receiving objects: 94% (926/985) 2023-07-13T14:16:43.4812746Z Receiving objects: 95% (936/985) 2023-07-13T14:16:43.4813778Z Receiving objects: 96% (946/985) 2023-07-13T14:16:43.4814231Z remote: Total 985 (delta 164), reused 463 (delta 95), pack-reused 0 2023-07-13T14:16:43.4824156Z Receiving objects: 97% (956/985) 2023-07-13T14:16:43.4833189Z Receiving objects: 98% (966/985) 2023-07-13T14:16:43.4836528Z Receiving objects: 99% (976/985) 2023-07-13T14:16:43.4836737Z Receiving objects: 100% (985/985) 2023-07-13T14:16:43.4837037Z Receiving objects: 100% (985/985), 4.96 MiB | 25.91 MiB/s, done. 2023-07-13T14:16:43.4840304Z Resolving deltas: 0% (0/164) 2023-07-13T14:16:43.4840715Z Resolving deltas: 1% (2/164) 2023-07-13T14:16:43.4841038Z Resolving deltas: 2% (4/164) 2023-07-13T14:16:43.4841294Z Resolving deltas: 3% (6/164) 2023-07-13T14:16:43.4841487Z Resolving deltas: 4% (7/164) 2023-07-13T14:16:43.4842024Z Resolving deltas: 6% (10/164) 2023-07-13T14:16:43.4842824Z Resolving deltas: 7% (12/164) 2023-07-13T14:16:43.4843123Z Resolving deltas: 8% (14/164) 2023-07-13T14:16:43.4844931Z Resolving deltas: 9% (15/164) 2023-07-13T14:16:43.4845520Z Resolving deltas: 10% (18/164) 2023-07-13T14:16:43.4845914Z Resolving deltas: 11% (19/164) 2023-07-13T14:16:43.4846274Z Resolving deltas: 12% (20/164) 2023-07-13T14:16:43.4846661Z Resolving deltas: 13% (22/164) 2023-07-13T14:16:43.4846933Z Resolving deltas: 14% (23/164) 2023-07-13T14:16:43.4847199Z Resolving deltas: 15% (25/164) 2023-07-13T14:16:43.4847575Z Resolving deltas: 16% (27/164) 2023-07-13T14:16:43.4847887Z Resolving deltas: 17% (28/164) 2023-07-13T14:16:43.4848121Z Resolving deltas: 18% (30/164) 2023-07-13T14:16:43.4849400Z Resolving deltas: 19% (32/164) 2023-07-13T14:16:43.4851133Z Resolving deltas: 20% (33/164) 2023-07-13T14:16:43.4852015Z Resolving deltas: 21% (35/164) 2023-07-13T14:16:43.4852730Z Resolving deltas: 22% (37/164) 2023-07-13T14:16:43.4853100Z Resolving deltas: 23% (39/164) 2023-07-13T14:16:43.4853512Z Resolving deltas: 24% (40/164) 2023-07-13T14:16:43.4856765Z Resolving deltas: 25% (41/164) 2023-07-13T14:16:43.4857196Z Resolving deltas: 26% (43/164) 2023-07-13T14:16:43.4857652Z Resolving deltas: 27% (45/164) 2023-07-13T14:16:43.4858028Z Resolving deltas: 28% (46/164) 2023-07-13T14:16:43.4859468Z Resolving deltas: 29% (48/164) 2023-07-13T14:16:43.4860009Z Resolving deltas: 30% (50/164) 2023-07-13T14:16:43.4860370Z Resolving deltas: 31% (51/164) 2023-07-13T14:16:43.4860736Z Resolving deltas: 32% (53/164) 2023-07-13T14:16:43.4861044Z Resolving deltas: 33% (55/164) 2023-07-13T14:16:43.4861387Z Resolving deltas: 34% (56/164) 2023-07-13T14:16:43.4861738Z Resolving deltas: 35% (58/164) 2023-07-13T14:16:43.4862122Z Resolving deltas: 36% (60/164) 2023-07-13T14:16:43.4862428Z Resolving deltas: 37% (61/164) 2023-07-13T14:16:43.4862632Z Resolving deltas: 38% (63/164) 2023-07-13T14:16:43.4862880Z Resolving deltas: 39% (64/164) 2023-07-13T14:16:43.4863084Z Resolving deltas: 40% (66/164) 2023-07-13T14:16:43.4863284Z Resolving deltas: 41% (68/164) 2023-07-13T14:16:43.4864195Z Resolving deltas: 42% (69/164) 2023-07-13T14:16:43.4864504Z Resolving deltas: 43% (71/164) 2023-07-13T14:16:43.4864897Z Resolving deltas: 44% (73/164) 2023-07-13T14:16:43.4865427Z Resolving deltas: 45% (75/164) 2023-07-13T14:16:43.4865748Z Resolving deltas: 46% (76/164) 2023-07-13T14:16:43.4866118Z Resolving deltas: 47% (78/164) 2023-07-13T14:16:43.4867328Z Resolving deltas: 48% (79/164) 2023-07-13T14:16:43.4867694Z Resolving deltas: 49% (81/164) 2023-07-13T14:16:43.4868504Z Resolving deltas: 50% (82/164) 2023-07-13T14:16:43.4869105Z Resolving deltas: 51% (85/164) 2023-07-13T14:16:43.4869469Z Resolving deltas: 53% (87/164) 2023-07-13T14:16:43.4869693Z Resolving deltas: 54% (89/164) 2023-07-13T14:16:43.4870031Z Resolving deltas: 55% (91/164) 2023-07-13T14:16:43.4870716Z Resolving deltas: 56% (92/164) 2023-07-13T14:16:43.4871086Z Resolving deltas: 57% (95/164) 2023-07-13T14:16:43.4871363Z Resolving deltas: 58% (96/164) 2023-07-13T14:16:43.4871559Z Resolving deltas: 59% (97/164) 2023-07-13T14:16:43.4872621Z Resolving deltas: 60% (100/164) 2023-07-13T14:16:43.4873215Z Resolving deltas: 62% (102/164) 2023-07-13T14:16:43.4873439Z Resolving deltas: 63% (104/164) 2023-07-13T14:16:43.4873661Z Resolving deltas: 64% (105/164) 2023-07-13T14:16:43.4873866Z Resolving deltas: 65% (107/164) 2023-07-13T14:16:43.4875027Z Resolving deltas: 66% (109/164) 2023-07-13T14:16:43.4876123Z Resolving deltas: 67% (110/164) 2023-07-13T14:16:43.4876466Z Resolving deltas: 69% (114/164) 2023-07-13T14:16:43.4876766Z Resolving deltas: 70% (115/164) 2023-07-13T14:16:43.4877119Z Resolving deltas: 71% (117/164) 2023-07-13T14:16:43.4877463Z Resolving deltas: 72% (119/164) 2023-07-13T14:16:43.4877836Z Resolving deltas: 73% (121/164) 2023-07-13T14:16:43.4878205Z Resolving deltas: 74% (122/164) 2023-07-13T14:16:43.4878537Z Resolving deltas: 75% (123/164) 2023-07-13T14:16:43.4878742Z Resolving deltas: 76% (126/164) 2023-07-13T14:16:43.4878992Z Resolving deltas: 77% (127/164) 2023-07-13T14:16:43.4879182Z Resolving deltas: 78% (128/164) 2023-07-13T14:16:43.4879453Z Resolving deltas: 79% (131/164) 2023-07-13T14:16:43.4880131Z Resolving deltas: 80% (132/164) 2023-07-13T14:16:43.4880576Z Resolving deltas: 81% (133/164) 2023-07-13T14:16:43.4880909Z Resolving deltas: 82% (135/164) 2023-07-13T14:16:43.4881228Z Resolving deltas: 83% (137/164) 2023-07-13T14:16:43.4881618Z Resolving deltas: 84% (138/164) 2023-07-13T14:16:43.4883654Z Resolving deltas: 85% (140/164) 2023-07-13T14:16:43.4884013Z Resolving deltas: 86% (142/164) 2023-07-13T14:16:43.4885088Z Resolving deltas: 87% (143/164) 2023-07-13T14:16:43.4885634Z Resolving deltas: 88% (145/164) 2023-07-13T14:16:43.4886027Z Resolving deltas: 89% (147/164) 2023-07-13T14:16:43.4886418Z Resolving deltas: 90% (148/164) 2023-07-13T14:16:43.4887450Z Resolving deltas: 91% (150/164) 2023-07-13T14:16:43.4887834Z Resolving deltas: 92% (152/164) 2023-07-13T14:16:43.4888226Z Resolving deltas: 93% (153/164) 2023-07-13T14:16:43.4888721Z Resolving deltas: 94% (155/164) 2023-07-13T14:16:43.4890258Z Resolving deltas: 95% (156/164) 2023-07-13T14:16:43.4891201Z Resolving deltas: 96% (159/164) 2023-07-13T14:16:43.4891916Z Resolving deltas: 97% (160/164) 2023-07-13T14:16:43.4892979Z Resolving deltas: 98% (161/164) 2023-07-13T14:16:43.4897517Z Resolving deltas: 99% (163/164) 2023-07-13T14:16:43.4897781Z Resolving deltas: 100% (164/164) 2023-07-13T14:16:43.4898077Z Resolving deltas: 100% (164/164), done. 2023-07-13T14:16:43.5915376Z From https://github.com/pytorch/audio 2023-07-13T14:16:43.5916034Z * [new ref] refs/pull/306/merge -> pull/306/merge 2023-07-13T14:16:43.5934286Z ##[endgroup] 2023-07-13T14:16:43.5934864Z ##[group]Determining the checkout info 2023-07-13T14:16:43.5936691Z ##[endgroup] 2023-07-13T14:16:43.5937306Z ##[group]Checking out the ref 2023-07-13T14:16:43.5940542Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/306/merge 2023-07-13T14:16:43.6589427Z Note: switching to 'refs/remotes/pull/306/merge'. 2023-07-13T14:16:43.6589840Z 2023-07-13T14:16:43.6590230Z You are in 'detached HEAD' state. You can look around, make experimental 2023-07-13T14:16:43.6590605Z changes and commit them, and you can discard any commits you make in this 2023-07-13T14:16:43.6590988Z state without impacting any branches by switching back to a branch. 2023-07-13T14:16:43.6591284Z 2023-07-13T14:16:43.6591460Z If you want to create a new branch to retain commits you create, you may 2023-07-13T14:16:43.6591851Z do so (now or later) by using -c with the switch command. Example: 2023-07-13T14:16:43.6592061Z 2023-07-13T14:16:43.6592235Z git switch -c 2023-07-13T14:16:43.6592422Z 2023-07-13T14:16:43.6592537Z Or undo this operation with: 2023-07-13T14:16:43.6592689Z 2023-07-13T14:16:43.6592806Z git switch - 2023-07-13T14:16:43.6592936Z 2023-07-13T14:16:43.6593087Z Turn off this advice by setting config variable advice.detachedHead to false 2023-07-13T14:16:43.6593305Z 2023-07-13T14:16:43.6593530Z HEAD is now at 7182816 Merge 83d75edafc2f9246e62b01722f52eb5484fbe13e into 155d1baeb22ecbcd8f15c86a76918c35dc1b754b 2023-07-13T14:16:43.6595930Z ##[endgroup] 2023-07-13T14:16:43.6632165Z [command]/usr/bin/git log -1 --format='%H' 2023-07-13T14:16:43.6656855Z '7182816322bf05c53164d9767907a1dc4818bc40' 2023-07-13T14:16:43.6862934Z ##[group]Run set -ex 2023-07-13T14:16:43.6863150Z set -ex 2023-07-13T14:16:43.6863313Z { 2023-07-13T14:16:43.6863503Z  echo "#!/usr/bin/env bash"; 2023-07-13T14:16:43.6863728Z  echo "set -eou pipefail"; 2023-07-13T14:16:43.6863943Z  # shellcheck disable=SC2016 2023-07-13T14:16:43.6864183Z  echo 'eval "$(conda shell.bash hook)"'; 2023-07-13T14:16:43.6864403Z  echo "set -x"; 2023-07-13T14:16:43.6864603Z  echo "${SCRIPT}"; 2023-07-13T14:16:43.6864805Z } > "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:43.6865040Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-07-13T14:16:43.6865400Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-07-13T14:16:43.6876568Z shell: /usr/bin/bash -e {0} 2023-07-13T14:16:43.6876760Z env: 2023-07-13T14:16:43.6876963Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:16:43.6877226Z REPOSITORY: pytorch/audio 2023-07-13T14:16:43.6877415Z PR_NUMBER: 306 2023-07-13T14:16:43.6878099Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:16:43.6878896Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:16:43.6879274Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:16:43.6879604Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:16:43.6880010Z ALL_SECRETS: { "github_token": "***" } 2023-07-13T14:16:43.6880202Z ##[endgroup] 2023-07-13T14:16:43.6905408Z + echo '#!/usr/bin/env bash' 2023-07-13T14:16:43.6905850Z + echo 'set -eou pipefail' 2023-07-13T14:16:43.6906358Z + echo 'eval "$(conda shell.bash hook)"' 2023-07-13T14:16:43.6906777Z + echo 'set -x' 2023-07-13T14:16:43.6907081Z + echo 'set -euo pipefail 2023-07-13T14:16:43.6907203Z 2023-07-13T14:16:43.6917156Z echo '\''::group::Setup environment'\'' 2023-07-13T14:16:43.6917421Z eval "$("$(which conda)" shell.bash hook)" 2023-07-13T14:16:43.6917711Z pip install --progress-bar=off pre-commit 2023-07-13T14:16:43.6918009Z echo '\''::endgroup::'\'' 2023-07-13T14:16:43.6918134Z 2023-07-13T14:16:43.6918197Z set +e 2023-07-13T14:16:43.6918451Z pre-commit run --all-files --show-diff-on-failure 2023-07-13T14:16:43.6918691Z status=$? 2023-07-13T14:16:43.6918794Z 2023-07-13T14:16:43.6918939Z echo '\''::group::Add Summry'\'' 2023-07-13T14:16:43.6919170Z if [ $status -ne 0 ]; then 2023-07-13T14:16:43.6919464Z echo '\''### Lint failure'\'' >> $GITHUB_STEP_SUMMARY 2023-07-13T14:16:43.6919775Z echo '\''```diff'\'' >> $GITHUB_STEP_SUMMARY 2023-07-13T14:16:43.6920062Z git --no-pager diff >> $GITHUB_STEP_SUMMARY 2023-07-13T14:16:43.6920360Z echo '\''```'\'' >> $GITHUB_STEP_SUMMARY 2023-07-13T14:16:43.6920556Z fi 2023-07-13T14:16:43.6920761Z echo '\''::endgroup::'\'' 2023-07-13T14:16:43.6920941Z exit $status 2023-07-13T14:16:43.6921117Z ' 2023-07-13T14:16:43.6921395Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-07-13T14:16:43.6921931Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-07-13T14:17:04.0406218Z Running command: 2023-07-13T14:17:04.0410207Z 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_5544197641" `# 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 -v "/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio:/work" -v "/home/ec2-user/actions-runner/_work/audio/audio/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_afb8972a-4e50-4cf1-bf39-add82a654cb7":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_afb8972a-4e50-4cf1-bf39-add82a654cb7" -w /work "pytorch/conda-builder:cpu" 2023-07-13T14:17:04.0411924Z 2023-07-13T14:17:04.0412165Z 802330ca395c93ba94544c217c0d91cbc76d9a470491e9e20a4fc1c6c789153d 2023-07-13T14:17:04.0412708Z Running command: docker exec -t 802330ca395c93ba94544c217c0d91cbc76d9a470491e9e20a4fc1c6c789153d /exec 2023-07-13T14:17:04.0413030Z + set -euo pipefail 2023-07-13T14:17:04.0413337Z + echo '::group::Setup environment' 2023-07-13T14:17:04.0413805Z ##[group]Setup environment 2023-07-13T14:17:04.0413999Z +++ which conda 2023-07-13T14:17:04.0414205Z ++ /opt/conda/bin/conda shell.bash hook 2023-07-13T14:17:04.0414497Z + eval 'export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2023-07-13T14:17:04.0414754Z export _CE_M='\'''\'' 2023-07-13T14:17:04.0414981Z export _CE_CONDA='\'''\'' 2023-07-13T14:17:04.0415254Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'' 2023-07-13T14:17:04.0415422Z 2023-07-13T14:17:04.0415517Z # Copyright (C) 2012 Anaconda, Inc 2023-07-13T14:17:04.0415816Z # SPDX-License-Identifier: BSD-3-Clause 2023-07-13T14:17:04.0416040Z __conda_exe() ( 2023-07-13T14:17:04.0416226Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2023-07-13T14:17:04.0416414Z ) 2023-07-13T14:17:04.0416510Z 2023-07-13T14:17:04.0416583Z __conda_hashr() { 2023-07-13T14:17:04.0416810Z if [ -n "${ZSH_VERSION:+x}" ]; then 2023-07-13T14:17:04.0417001Z \rehash 2023-07-13T14:17:04.0417245Z elif [ -n "${POSH_VERSION:+x}" ]; then 2023-07-13T14:17:04.0417434Z : # pass 2023-07-13T14:17:04.0417604Z else 2023-07-13T14:17:04.0417780Z \hash -r 2023-07-13T14:17:04.0417933Z fi 2023-07-13T14:17:04.0418088Z } 2023-07-13T14:17:04.0418180Z 2023-07-13T14:17:04.0418259Z __conda_activate() { 2023-07-13T14:17:04.0418506Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2023-07-13T14:17:04.0418806Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2023-07-13T14:17:04.0419118Z # after conda updated to >= 4.4. See issue #6173. 2023-07-13T14:17:04.0419342Z PS1="$CONDA_PS1_BACKUP" 2023-07-13T14:17:04.0419552Z \unset CONDA_PS1_BACKUP 2023-07-13T14:17:04.0419738Z fi 2023-07-13T14:17:04.0419896Z \local ask_conda 2023-07-13T14:17:04.0420202Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2023-07-13T14:17:04.0420444Z \eval "$ask_conda" 2023-07-13T14:17:04.0420610Z __conda_hashr 2023-07-13T14:17:04.0420773Z } 2023-07-13T14:17:04.0420866Z 2023-07-13T14:17:04.0420945Z __conda_reactivate() { 2023-07-13T14:17:04.0421119Z \local ask_conda 2023-07-13T14:17:04.0421433Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix reactivate)" || \return 2023-07-13T14:17:04.0421681Z \eval "$ask_conda" 2023-07-13T14:17:04.0421855Z __conda_hashr 2023-07-13T14:17:04.0422006Z } 2023-07-13T14:17:04.0422096Z 2023-07-13T14:17:04.0422244Z conda() { 2023-07-13T14:17:04.0422465Z \local cmd="${1-__missing__}" 2023-07-13T14:17:04.0422643Z case "$cmd" in 2023-07-13T14:17:04.0422834Z activate|deactivate) 2023-07-13T14:17:04.0423117Z __conda_activate "$@" 2023-07-13T14:17:04.0423288Z ;; 2023-07-13T14:17:04.0423497Z install|update|upgrade|remove|uninstall) 2023-07-13T14:17:04.0423725Z __conda_exe "$@" || \return 2023-07-13T14:17:04.0423909Z __conda_reactivate 2023-07-13T14:17:04.0424086Z ;; 2023-07-13T14:17:04.0424249Z *) 2023-07-13T14:17:04.0424408Z __conda_exe "$@" 2023-07-13T14:17:04.0424585Z ;; 2023-07-13T14:17:04.0424747Z esac 2023-07-13T14:17:04.0424886Z } 2023-07-13T14:17:04.0424977Z 2023-07-13T14:17:04.0425104Z if [ -z "${CONDA_SHLVL+x}" ]; then 2023-07-13T14:17:04.0425308Z \export CONDA_SHLVL=0 2023-07-13T14:17:04.0425583Z # In dev-mode CONDA_EXE is python.exe and on Windows 2023-07-13T14:17:04.0425852Z # it is in a different relative location to condabin. 2023-07-13T14:17:04.0426173Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2023-07-13T14:17:04.0426444Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2023-07-13T14:17:04.0426667Z else 2023-07-13T14:17:04.0426910Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2023-07-13T14:17:04.0427142Z fi 2023-07-13T14:17:04.0427294Z \export PATH 2023-07-13T14:17:04.0427404Z 2023-07-13T14:17:04.0427607Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2023-07-13T14:17:04.0428022Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2023-07-13T14:17:04.0428325Z # via a first shell (i.e. starting zsh from bash). 2023-07-13T14:17:04.0428584Z if [ -z "${PS1+x}" ]; then 2023-07-13T14:17:04.0428768Z PS1= 2023-07-13T14:17:04.0428916Z fi 2023-07-13T14:17:04.0429065Z fi 2023-07-13T14:17:04.0429158Z 2023-07-13T14:17:04.0429239Z conda activate base' 2023-07-13T14:17:04.0429437Z ++ export CONDA_EXE=/opt/conda/bin/conda 2023-07-13T14:17:04.0429659Z ++ CONDA_EXE=/opt/conda/bin/conda 2023-07-13T14:17:04.0429858Z ++ export _CE_M= 2023-07-13T14:17:04.0430016Z ++ _CE_M= 2023-07-13T14:17:04.0430184Z ++ export _CE_CONDA= 2023-07-13T14:17:04.0430358Z ++ _CE_CONDA= 2023-07-13T14:17:04.0430563Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2023-07-13T14:17:04.0430807Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2023-07-13T14:17:04.0431032Z ++ '[' -z x ']' 2023-07-13T14:17:04.0431197Z ++ conda activate base 2023-07-13T14:17:04.0431383Z ++ local cmd=activate 2023-07-13T14:17:04.0431561Z ++ case "$cmd" in 2023-07-13T14:17:04.0431740Z ++ __conda_activate activate base 2023-07-13T14:17:04.0431954Z ++ '[' -n '' ']' 2023-07-13T14:17:04.0432123Z ++ local ask_conda 2023-07-13T14:17:04.0432323Z +++ PS1='(base) ' 2023-07-13T14:17:04.0432517Z +++ __conda_exe shell.posix activate base 2023-07-13T14:17:04.0432768Z +++ /opt/conda/bin/conda shell.posix activate base 2023-07-13T14:17:04.0433042Z ++ ask_conda='PS1='\''(base) '\'' 2023-07-13T14:17:04.0433512Z export PATH='\''/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2023-07-13T14:17:04.0433892Z export CONDA_SHLVL='\''1'\'' 2023-07-13T14:17:04.0434164Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2023-07-13T14:17:04.0434403Z ++ eval 'PS1='\''(base) '\'' 2023-07-13T14:17:04.0434870Z export PATH='\''/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2023-07-13T14:17:04.0435245Z export CONDA_SHLVL='\''1'\'' 2023-07-13T14:17:04.0435516Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2023-07-13T14:17:04.0435738Z +++ PS1='(base) ' 2023-07-13T14:17:04.0436190Z +++ export PATH=/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-07-13T14:17:04.0436852Z +++ PATH=/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2023-07-13T14:17:04.0437230Z +++ export CONDA_SHLVL=1 2023-07-13T14:17:04.0437422Z +++ CONDA_SHLVL=1 2023-07-13T14:17:04.0437676Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2023-07-13T14:17:04.0437932Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2023-07-13T14:17:04.0438128Z ++ __conda_hashr 2023-07-13T14:17:04.0438322Z ++ '[' -n '' ']' 2023-07-13T14:17:04.0438498Z ++ '[' -n '' ']' 2023-07-13T14:17:04.0438667Z ++ hash -r 2023-07-13T14:17:04.0438922Z + pip install --progress-bar=off pre-commit 2023-07-13T14:17:04.0439167Z Collecting pre-commit 2023-07-13T14:17:04.0439489Z Downloading pre_commit-3.3.3-py2.py3-none-any.whl (202 kB) 2023-07-13T14:17:04.0439946Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.10/site-packages (from pre-commit) (6.0) 2023-07-13T14:17:04.0440258Z Collecting virtualenv>=20.10.0 2023-07-13T14:17:04.0440574Z Downloading virtualenv-20.23.1-py3-none-any.whl (3.3 MB) 2023-07-13T14:17:04.0440824Z Collecting cfgv>=2.0.0 2023-07-13T14:17:04.0441125Z Downloading cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB) 2023-07-13T14:17:04.0441359Z Collecting identify>=1.0.0 2023-07-13T14:17:04.0441677Z Downloading identify-2.5.24-py2.py3-none-any.whl (98 kB) 2023-07-13T14:17:04.0441934Z Collecting nodeenv>=0.11.1 2023-07-13T14:17:04.0442234Z Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB) 2023-07-13T14:17:04.0442716Z Requirement already satisfied: setuptools in /opt/conda/lib/python3.10/site-packages (from nodeenv>=0.11.1->pre-commit) (65.6.3) 2023-07-13T14:17:04.0443064Z Collecting platformdirs<4,>=3.5.1 2023-07-13T14:17:04.0443489Z Downloading platformdirs-3.8.1-py3-none-any.whl (16 kB) 2023-07-13T14:17:04.0443757Z Collecting filelock<4,>=3.12 2023-07-13T14:17:04.0444068Z Downloading filelock-3.12.2-py3-none-any.whl (10 kB) 2023-07-13T14:17:04.0444322Z Collecting distlib<1,>=0.3.6 2023-07-13T14:17:04.0444628Z Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2023-07-13T14:17:04.0445098Z Installing collected packages: distlib, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit 2023-07-13T14:17:04.0445432Z Attempting uninstall: platformdirs 2023-07-13T14:17:04.0445680Z Found existing installation: platformdirs 2.5.2 2023-07-13T14:17:04.0445977Z Uninstalling platformdirs-2.5.2: 2023-07-13T14:17:04.0446287Z Successfully uninstalled platformdirs-2.5.2 2023-07-13T14:17:04.0446521Z Attempting uninstall: filelock 2023-07-13T14:17:04.0446760Z Found existing installation: filelock 3.9.0 2023-07-13T14:17:04.0447034Z Uninstalling filelock-3.9.0: 2023-07-13T14:17:04.0447306Z Successfully uninstalled filelock-3.9.0 2023-07-13T14:17:04.0447810Z Successfully installed cfgv-3.3.1 distlib-0.3.6 filelock-3.12.2 identify-2.5.24 nodeenv-1.8.0 platformdirs-3.8.1 pre-commit-3.3.3 virtualenv-20.23.1 2023-07-13T14:17:04.0448581Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2023-07-13T14:17:04.0449425Z + echo ::endgroup:: 2023-07-13T14:17:04.0449800Z ##[endgroup] 2023-07-13T14:17:04.0449970Z + set +e 2023-07-13T14:17:04.0450243Z + pre-commit run --all-files --show-diff-on-failure 2023-07-13T14:17:04.0450640Z [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 2023-07-13T14:17:04.0451060Z [INFO] Initializing environment for https://github.com/omnilib/ufmt. 2023-07-13T14:17:04.0451526Z [INFO] Initializing environment for https://github.com/omnilib/ufmt:black == 22.3,usort == 1.0.2,libcst == 0.4.1. 2023-07-13T14:17:04.0451982Z [INFO] Initializing environment for https://github.com/pre-commit/mirrors-clang-format. 2023-07-13T14:17:04.0452405Z [INFO] Initializing environment for https://github.com/pycqa/flake8. 2023-07-13T14:17:04.0453273Z [INFO] Initializing environment for https://github.com/pycqa/flake8:flake8-breakpoint == 1.1.0,flake8-bugbear == 22.6.22,flake8-comprehensions == 3.10.0,flake8-pyi == 22.5.1,mccabe == 0.6.0,pycodestyle == 2.8.0. 2023-07-13T14:17:04.0454084Z [INFO] Initializing environment for https://github.com/pycqa/pydocstyle. 2023-07-13T14:17:04.0454523Z [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 2023-07-13T14:17:04.0454900Z [INFO] Once installed this environment will be reused. 2023-07-13T14:17:04.0455193Z [INFO] This may take a few minutes... 2023-07-13T14:17:04.0455517Z [INFO] Installing environment for https://github.com/omnilib/ufmt. 2023-07-13T14:17:38.5093468Z [INFO] Once installed this environment will be reused. 2023-07-13T14:17:38.5094100Z [INFO] This may take a few minutes... 2023-07-13T14:17:38.5094857Z [INFO] Installing environment for https://github.com/pre-commit/mirrors-clang-format. 2023-07-13T14:17:38.5095563Z [INFO] Once installed this environment will be reused. 2023-07-13T14:17:38.5096187Z [INFO] This may take a few minutes... 2023-07-13T14:17:38.5096835Z [INFO] Installing environment for https://github.com/pycqa/flake8. 2023-07-13T14:17:38.5097503Z [INFO] Once installed this environment will be reused. 2023-07-13T14:17:38.5098203Z [INFO] This may take a few minutes... 2023-07-13T14:17:38.5098852Z [INFO] Installing environment for https://github.com/pycqa/pydocstyle. 2023-07-13T14:17:38.5099517Z [INFO] Once installed this environment will be reused. 2023-07-13T14:17:38.5099957Z [INFO] This may take a few minutes... 2023-07-13T14:17:38.5100496Z Check docstring is first.................................................Passed 2023-07-13T14:17:38.5101053Z Check Toml...............................................................Passed 2023-07-13T14:17:38.5101609Z Check Yaml...............................................................Passed 2023-07-13T14:17:38.5102167Z Fix End of Files.........................................................Passed 2023-07-13T14:17:38.5102752Z Format files with µfmt...................................................Passed 2023-07-13T14:17:38.5103373Z clang-format.............................................................Passed 2023-07-13T14:17:38.5103951Z flake8...................................................................Passed 2023-07-13T14:17:38.5104517Z pydocstyle...............................................................Passed 2023-07-13T14:17:38.5104876Z + status=0 2023-07-13T14:17:38.5105287Z + echo '::group::Add Summry' 2023-07-13T14:17:38.5107662Z ##[group]Add Summry 2023-07-13T14:17:38.5108018Z + '[' 0 -ne 0 ']' 2023-07-13T14:17:38.5108315Z + echo ::endgroup:: 2023-07-13T14:17:38.5108816Z ##[endgroup] 2023-07-13T14:17:38.5109064Z + exit 0 2023-07-13T14:17:38.5182569Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-07-13T14:17:38.5182837Z with: 2023-07-13T14:17:38.5183105Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:38.5183393Z fail-on-empty: false 2023-07-13T14:17:38.5183604Z env: 2023-07-13T14:17:38.5183833Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:38.5184080Z REPOSITORY: pytorch/audio 2023-07-13T14:17:38.5184317Z PR_NUMBER: 306 2023-07-13T14:17:38.5185102Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:38.5185894Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:38.5186247Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:38.5186718Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:38.5186991Z ##[endgroup] 2023-07-13T14:17:38.5829248Z Prepare all required actions 2023-07-13T14:17:38.5850964Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:17:38.5851192Z with: 2023-07-13T14:17:38.5851411Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:17:38.5851725Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:17:38.5851966Z env: 2023-07-13T14:17:38.5852153Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:38.5852383Z REPOSITORY: pytorch/audio 2023-07-13T14:17:38.5852582Z PR_NUMBER: 306 2023-07-13T14:17:38.5853305Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:38.5854077Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:38.5854394Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:38.5854711Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:38.5854942Z ##[endgroup] 2023-07-13T14:17:38.5868814Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:17:38.5869189Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:17:38.5880011Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:17:38.5880251Z env: 2023-07-13T14:17:38.5880454Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:38.5880671Z REPOSITORY: pytorch/audio 2023-07-13T14:17:38.5880875Z PR_NUMBER: 306 2023-07-13T14:17:38.5881571Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:38.5882325Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:38.5882657Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:38.5882961Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:38.5883362Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:17:38.5883679Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-13T14:17:38.5883911Z ##[endgroup] 2023-07-13T14:17:38.6082678Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-07-13T14:17:38.8405021Z latest: Pulling from tool/alpine 2023-07-13T14:17:38.8409575Z 540db60ca938: Pulling fs layer 2023-07-13T14:17:38.9381245Z 540db60ca938: Download complete 2023-07-13T14:17:39.0717638Z 540db60ca938: Pull complete 2023-07-13T14:17:39.0809579Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:17:39.0836618Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:17:40.1376855Z Prepare all required actions 2023-07-13T14:17:40.1397740Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-13T14:17:40.1398102Z with: 2023-07-13T14:17:40.1398350Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:17:40.1398590Z env: 2023-07-13T14:17:40.1398777Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:40.1399011Z REPOSITORY: pytorch/audio 2023-07-13T14:17:40.1399207Z PR_NUMBER: 306 2023-07-13T14:17:40.1399963Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:40.1400721Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:40.1401042Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:40.1401357Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:40.1401592Z ##[endgroup] 2023-07-13T14:17:40.1416043Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:17:40.1416415Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-13T14:17:40.1427204Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:17:40.1427430Z env: 2023-07-13T14:17:40.1427621Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:40.1427851Z REPOSITORY: pytorch/audio 2023-07-13T14:17:40.1428047Z PR_NUMBER: 306 2023-07-13T14:17:40.1428753Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:40.1429513Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:40.1429827Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:40.1430141Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:40.1430452Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-13T14:17:40.1430687Z DIRECTORY: 2023-07-13T14:17:40.1430865Z ##[endgroup] 2023-07-13T14:17:40.9562044Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2023-07-13T14:17:40.9562439Z # Only do these steps if we actually want to upload an artifact 2023-07-13T14:17:40.9562741Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2023-07-13T14:17:40.9563350Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2023-07-13T14:17:40.9563698Z  # attempt to just grab whatever is in there and scoop it all up 2023-07-13T14:17:40.9563984Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2023-07-13T14:17:40.9564255Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2023-07-13T14:17:40.9564467Z  fi 2023-07-13T14:17:40.9564726Z  # Set to fail upload step if there are no files for upload and expected files for upload 2023-07-13T14:17:40.9565059Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2023-07-13T14:17:40.9565335Z fi 2023-07-13T14:17:40.9565491Z  2023-07-13T14:17:40.9565666Z upload_docs=0 2023-07-13T14:17:40.9565927Z # Check if there are things in the documentation folder to uplaod 2023-07-13T14:17:40.9566358Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 | read -r; then 2023-07-13T14:17:40.9566678Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2023-07-13T14:17:40.9566975Z  # upload will probably not work correctly 2023-07-13T14:17:40.9567204Z  upload_docs=1 2023-07-13T14:17:40.9567372Z fi 2023-07-13T14:17:40.9567601Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2023-07-13T14:17:40.9578887Z shell: /usr/bin/bash -e {0} 2023-07-13T14:17:40.9579082Z env: 2023-07-13T14:17:40.9579294Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:40.9579512Z REPOSITORY: pytorch/audio 2023-07-13T14:17:40.9579710Z PR_NUMBER: 306 2023-07-13T14:17:40.9580422Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:40.9581199Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:40.9581527Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:40.9581838Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:40.9582075Z UPLOAD_ARTIFACT_NAME: 2023-07-13T14:17:40.9582264Z ##[endgroup] 2023-07-13T14:17:40.9643401Z Prepare all required actions 2023-07-13T14:17:40.9664067Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-07-13T14:17:40.9664296Z with: 2023-07-13T14:17:40.9664439Z env: 2023-07-13T14:17:40.9664640Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:40.9664886Z REPOSITORY: pytorch/audio 2023-07-13T14:17:40.9665087Z PR_NUMBER: 306 2023-07-13T14:17:40.9665770Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:40.9666560Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:40.9666876Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:40.9667189Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:40.9667423Z ##[endgroup] 2023-07-13T14:17:40.9707367Z ##[group]Run set -eou pipefail 2023-07-13T14:17:40.9707588Z set -eou pipefail 2023-07-13T14:17:40.9707776Z  2023-07-13T14:17:40.9708023Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-07-13T14:17:40.9708270Z for _ in $(seq 1440); do 2023-07-13T14:17:40.9708501Z  # Break if no ssh session exists anymore 2023-07-13T14:17:40.9708728Z  if [ "$(who)" = "" ]; then 2023-07-13T14:17:40.9708916Z  break 2023-07-13T14:17:40.9709072Z  fi 2023-07-13T14:17:40.9709244Z  echo "." 2023-07-13T14:17:40.9709419Z  sleep 5 2023-07-13T14:17:40.9709578Z done 2023-07-13T14:17:40.9720092Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:17:40.9720320Z env: 2023-07-13T14:17:40.9720513Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:40.9720742Z REPOSITORY: pytorch/audio 2023-07-13T14:17:40.9720939Z PR_NUMBER: 306 2023-07-13T14:17:40.9721784Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:40.9722540Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:40.9722862Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:40.9723292Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:40.9723532Z ##[endgroup] 2023-07-13T14:17:40.9747506Z Holding runner for 2 hours until all ssh sessions have logged out 2023-07-13T14:17:40.9787596Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:17:40.9787930Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-13T14:17:40.9788197Z # shellcheck disable=SC2046 2023-07-13T14:17:40.9788438Z docker stop $(docker ps -q) || true 2023-07-13T14:17:40.9788664Z # Prune all of the docker images 2023-07-13T14:17:40.9788897Z docker system prune -af 2023-07-13T14:17:40.9799012Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-13T14:17:40.9799227Z env: 2023-07-13T14:17:40.9799432Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-13T14:17:40.9799665Z REPOSITORY: pytorch/audio 2023-07-13T14:17:40.9799971Z PR_NUMBER: 306 2023-07-13T14:17:40.9800677Z SCRIPT: set -euo pipefail echo '::group::Setup environment' eval "$("$(which conda)" shell.bash hook)" pip install --progress-bar=off pre-commit echo '::endgroup::' set +e pre-commit run --all-files --show-diff-on-failure status=$? echo '::group::Add Summry' if [ $status -ne 0 ]; then echo '### Lint failure' >> $GITHUB_STEP_SUMMARY echo '```diff' >> $GITHUB_STEP_SUMMARY git --no-pager diff >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY fi echo '::endgroup::' exit $status 2023-07-13T14:17:40.9801427Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-13T14:17:40.9801761Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-13T14:17:40.9802078Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-13T14:17:40.9802303Z ##[endgroup] 2023-07-13T14:17:51.3125741Z 802330ca395c 2023-07-13T14:17:51.5797475Z Deleted Containers: 2023-07-13T14:17:51.5797792Z 802330ca395c93ba94544c217c0d91cbc76d9a470491e9e20a4fc1c6c789153d 2023-07-13T14:17:51.5797994Z 2023-07-13T14:17:53.5236851Z Deleted Images: 2023-07-13T14:17:53.5237327Z untagged: pytorch/conda-builder:cpu 2023-07-13T14:17:53.5237773Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-13T14:17:53.5238335Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-07-13T14:17:53.5239314Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-07-13T14:17:53.5239921Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-07-13T14:17:53.5240460Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-07-13T14:17:53.5241121Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-07-13T14:17:53.5241559Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-07-13T14:17:53.5242120Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-07-13T14:17:53.5242564Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-07-13T14:17:53.5243392Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-07-13T14:17:53.5244183Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-07-13T14:17:53.5244510Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-07-13T14:17:53.5244851Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-07-13T14:17:53.5245234Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-07-13T14:17:53.5245761Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-07-13T14:17:53.5246290Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-07-13T14:17:53.5246927Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-07-13T14:17:53.5247274Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-07-13T14:17:53.5247593Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-07-13T14:17:53.5247915Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-07-13T14:17:53.5248343Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-13T14:17:53.5249075Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-13T14:17:53.5249506Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-07-13T14:17:53.5249877Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-07-13T14:17:53.5250084Z 2023-07-13T14:17:53.5260136Z Total reclaimed space: 3.437GB 2023-07-13T14:17:53.5326489Z Post job cleanup. 2023-07-13T14:17:53.6153879Z [command]/usr/bin/git version 2023-07-13T14:17:53.6192735Z git version 2.40.1 2023-07-13T14:17:53.6232413Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4890d74d-e783-4b28-a573-05b3efa2ff4b' before making global git config changes 2023-07-13T14:17:53.6233468Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:17:53.6238031Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-13T14:17:53.6270500Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:17:53.6300160Z [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' || :" 2023-07-13T14:17:53.6540291Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:17:53.6560463Z http.https://github.com/.extraheader 2023-07-13T14:17:53.6569713Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:17:53.6597060Z [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' || :" 2023-07-13T14:17:53.6907991Z Post job cleanup. 2023-07-13T14:17:53.7706091Z [command]/usr/bin/git version 2023-07-13T14:17:53.7747309Z git version 2.40.1 2023-07-13T14:17:53.7786560Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/52efbb1e-674d-4d31-8c62-aed1a29eca5b' before making global git config changes 2023-07-13T14:17:53.7787488Z Adding repository directory to the temporary git global config as a safe directory 2023-07-13T14:17:53.7792886Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-13T14:17:53.7827003Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-13T14:17:53.7857355Z [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' || :" 2023-07-13T14:17:53.8094154Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-13T14:17:53.8115708Z http.https://github.com/.extraheader 2023-07-13T14:17:53.8123670Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-13T14:17:53.8153786Z [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' || :" 2023-07-13T14:17:53.8545980Z Cleaning up orphan processes