2023-07-20T11:34:26.3837653Z Requested labels: linux.2xlarge 2023-07-20T11:34:26.3837883Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-07-20T11:34:26.3838155Z Reusable workflow chain: 2023-07-20T11:34:26.3838309Z pytorch/audio/.github/workflows/lint.yml@refs/heads/nightly (6a67f8ba5a61a7068729fcd436b7009d56649e2b) 2023-07-20T11:34:26.3838464Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6c2fe3a9774fd7c2b04cd2b74986beee36263321) 2023-07-20T11:34:26.3838723Z Waiting for a runner to pick up this job... 2023-07-20T11:36:20.9931934Z Job is about to start running on the runner: i-04537f30ec1f8fe20 (organization) 2023-07-20T11:36:37.7643455Z Current runner version: '2.306.0' 2023-07-20T11:36:37.7649014Z Runner name: 'i-04537f30ec1f8fe20' 2023-07-20T11:36:37.7649474Z Runner group name: 'Default' 2023-07-20T11:36:37.7650129Z Machine name: 'ip-10-0-3-83' 2023-07-20T11:36:37.7652200Z ##[group]GITHUB_TOKEN Permissions 2023-07-20T11:36:37.7652901Z Actions: write 2023-07-20T11:36:37.7653217Z Checks: write 2023-07-20T11:36:37.7653537Z Contents: write 2023-07-20T11:36:37.7653858Z Deployments: write 2023-07-20T11:36:37.7654148Z Discussions: write 2023-07-20T11:36:37.7654467Z Issues: write 2023-07-20T11:36:37.7654807Z Metadata: read 2023-07-20T11:36:37.7655100Z Packages: write 2023-07-20T11:36:37.7655413Z Pages: write 2023-07-20T11:36:37.7655739Z PullRequests: write 2023-07-20T11:36:37.7656062Z RepositoryProjects: write 2023-07-20T11:36:37.7656449Z SecurityEvents: write 2023-07-20T11:36:37.7656777Z Statuses: write 2023-07-20T11:36:37.7657051Z ##[endgroup] 2023-07-20T11:36:37.7660132Z Secret source: Actions 2023-07-20T11:36:37.7660852Z Prepare workflow directory 2023-07-20T11:36:37.8744633Z Prepare all required actions 2023-07-20T11:36:37.8909042Z Getting action download info 2023-07-20T11:36:38.1780514Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-07-20T11:36:38.4033697Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-07-20T11:36:38.6873460Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-07-20T11:36:38.9436940Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-07-20T11:36:39.0593676Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-07-20T11:36:39.3221148Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6c2fe3a9774fd7c2b04cd2b74986beee36263321) 2023-07-20T11:36:39.3222763Z ##[group] Inputs 2023-07-20T11:36:39.3223599Z 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-20T11:36:39.3224774Z timeout: 30 2023-07-20T11:36:39.3224991Z runner: linux.2xlarge 2023-07-20T11:36:39.3225225Z upload-artifact: 2023-07-20T11:36:39.3225462Z download-artifact: 2023-07-20T11:36:39.3225705Z repository: pytorch/audio 2023-07-20T11:36:39.3225950Z fetch-depth: 1 2023-07-20T11:36:39.3226160Z ref: 2023-07-20T11:36:39.3226403Z test-infra-repository: pytorch/test-infra 2023-07-20T11:36:39.3226668Z test-infra-ref: 2023-07-20T11:36:39.3226926Z docker-image: pytorch/conda-builder 2023-07-20T11:36:39.3227184Z gpu-arch-type: cpu 2023-07-20T11:36:39.3227401Z gpu-arch-version: 2023-07-20T11:36:39.3227630Z job-name: linux-job 2023-07-20T11:36:39.3228160Z continue-on-error: false 2023-07-20T11:36:39.3228388Z binary-matrix: 2023-07-20T11:36:39.3228615Z run-with-docker: true 2023-07-20T11:36:39.3228839Z secrets-env: 2023-07-20T11:36:39.3229055Z no-sudo: false 2023-07-20T11:36:39.3229279Z ##[endgroup] 2023-07-20T11:36:39.3229745Z Complete job name: python-source-and-configs / linux-job 2023-07-20T11:36:39.3929177Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-20T11:36:39.3929625Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-07-20T11:36:39.3929957Z  echo "::group::Cleanup with-sudo debug output" 2023-07-20T11:36:39.3930254Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-07-20T11:36:39.3930481Z else 2023-07-20T11:36:39.3930735Z  echo "::group::Cleanup no-sudo debug output" 2023-07-20T11:36:39.3931160Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-07-20T11:36:39.3931396Z fi 2023-07-20T11:36:39.3931577Z  2023-07-20T11:36:39.3931807Z mkdir -p "${GITHUB_WORKSPACE}" 2023-07-20T11:36:39.3932178Z echo "::endgroup::" 2023-07-20T11:36:39.3946637Z shell: /usr/bin/bash -e {0} 2023-07-20T11:36:39.3946877Z env: 2023-07-20T11:36:39.3947123Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:39.3947393Z REPOSITORY: pytorch/audio 2023-07-20T11:36:39.3947608Z PR_NUMBER: 2023-07-20T11:36:39.3948403Z 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-20T11:36:39.3949131Z NO_SUDO: false 2023-07-20T11:36:39.3949335Z ##[endgroup] 2023-07-20T11:36:39.4144519Z ##[group]Cleanup with-sudo debug output 2023-07-20T11:36:39.4949156Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-07-20T11:36:39.4972378Z ##[endgroup] 2023-07-20T11:36:39.5195197Z ##[group]Run actions/checkout@v3 2023-07-20T11:36:39.5195460Z with: 2023-07-20T11:36:39.5195654Z repository: pytorch/test-infra 2023-07-20T11:36:39.5195870Z path: test-infra 2023-07-20T11:36:39.5196064Z submodules: recursive 2023-07-20T11:36:39.5196425Z token: *** 2023-07-20T11:36:39.5196611Z ssh-strict: true 2023-07-20T11:36:39.5196817Z persist-credentials: true 2023-07-20T11:36:39.5197007Z clean: true 2023-07-20T11:36:39.5197515Z sparse-checkout-cone-mode: true 2023-07-20T11:36:39.5197830Z fetch-depth: 1 2023-07-20T11:36:39.5198087Z lfs: false 2023-07-20T11:36:39.5198411Z set-safe-directory: true 2023-07-20T11:36:39.5198715Z env: 2023-07-20T11:36:39.5198960Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:39.5199181Z REPOSITORY: pytorch/audio 2023-07-20T11:36:39.5199378Z PR_NUMBER: 2023-07-20T11:36:39.5200125Z 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-20T11:36:39.5200804Z ##[endgroup] 2023-07-20T11:36:39.6181200Z Syncing repository: pytorch/test-infra 2023-07-20T11:36:39.6181832Z ##[group]Getting Git version info 2023-07-20T11:36:39.6182278Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-07-20T11:36:39.6182792Z [command]/usr/bin/git version 2023-07-20T11:36:39.6183028Z git version 2.40.1 2023-07-20T11:36:39.6183962Z ##[endgroup] 2023-07-20T11:36:39.6196960Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bd1b6617-cc24-4b4c-ba12-e94b94b65d0e' before making global git config changes 2023-07-20T11:36:39.6197958Z Adding repository directory to the temporary git global config as a safe directory 2023-07-20T11:36:39.6198917Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-20T11:36:39.6214848Z ##[group]Initializing the repository 2023-07-20T11:36:39.6217734Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-20T11:36:39.6241806Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-20T11:36:39.6242322Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-20T11:36:39.6242876Z hint: of your new repositories, which will suppress this warning, call: 2023-07-20T11:36:39.6243149Z hint: 2023-07-20T11:36:39.6243475Z hint: git config --global init.defaultBranch 2023-07-20T11:36:39.6243731Z hint: 2023-07-20T11:36:39.6244053Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-20T11:36:39.6244536Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-20T11:36:39.6244837Z hint: 2023-07-20T11:36:39.6245072Z hint: git branch -m 2023-07-20T11:36:39.6252800Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-07-20T11:36:39.6259374Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-07-20T11:36:39.6284946Z ##[endgroup] 2023-07-20T11:36:39.6285379Z ##[group]Disabling automatic garbage collection 2023-07-20T11:36:39.6288296Z [command]/usr/bin/git config --local gc.auto 0 2023-07-20T11:36:39.6311126Z ##[endgroup] 2023-07-20T11:36:39.6311487Z ##[group]Setting up auth 2023-07-20T11:36:39.6316812Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-20T11:36:39.6341929Z [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-20T11:36:39.6686221Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-20T11:36:39.6713886Z [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-20T11:36:39.6946158Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-20T11:36:39.7068016Z ##[endgroup] 2023-07-20T11:36:39.7068410Z ##[group]Determining the default branch 2023-07-20T11:36:39.7071619Z Retrieving the default branch name 2023-07-20T11:36:39.9566787Z Default branch 'main' 2023-07-20T11:36:39.9567347Z ##[endgroup] 2023-07-20T11:36:39.9567744Z ##[group]Fetching the repository 2023-07-20T11:36:39.9572190Z [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-20T11:36:40.1736832Z remote: Enumerating objects: 1061, done. 2023-07-20T11:36:40.1737325Z remote: Counting objects: 0% (1/1061) 2023-07-20T11:36:40.1737809Z remote: Counting objects: 1% (11/1061) 2023-07-20T11:36:40.1758498Z remote: Counting objects: 2% (22/1061) 2023-07-20T11:36:40.1758948Z remote: Counting objects: 3% (32/1061) 2023-07-20T11:36:40.1759292Z remote: Counting objects: 4% (43/1061) 2023-07-20T11:36:40.1759524Z remote: Counting objects: 5% (54/1061) 2023-07-20T11:36:40.1759760Z remote: Counting objects: 6% (64/1061) 2023-07-20T11:36:40.1760018Z remote: Counting objects: 7% (75/1061) 2023-07-20T11:36:40.1760240Z remote: Counting objects: 8% (85/1061) 2023-07-20T11:36:40.1763687Z remote: Counting objects: 9% (96/1061) 2023-07-20T11:36:40.1764158Z remote: Counting objects: 10% (107/1061) 2023-07-20T11:36:40.1764681Z remote: Counting objects: 11% (117/1061) 2023-07-20T11:36:40.1765131Z remote: Counting objects: 12% (128/1061) 2023-07-20T11:36:40.1765560Z remote: Counting objects: 13% (138/1061) 2023-07-20T11:36:40.1765997Z remote: Counting objects: 14% (149/1061) 2023-07-20T11:36:40.1766401Z remote: Counting objects: 15% (160/1061) 2023-07-20T11:36:40.1766705Z remote: Counting objects: 16% (170/1061) 2023-07-20T11:36:40.1767082Z remote: Counting objects: 17% (181/1061) 2023-07-20T11:36:40.1767466Z remote: Counting objects: 18% (191/1061) 2023-07-20T11:36:40.1767852Z remote: Counting objects: 19% (202/1061) 2023-07-20T11:36:40.1768655Z remote: Counting objects: 20% (213/1061) 2023-07-20T11:36:40.1769085Z remote: Counting objects: 21% (223/1061) 2023-07-20T11:36:40.1769548Z remote: Counting objects: 22% (234/1061) 2023-07-20T11:36:40.1769792Z remote: Counting objects: 23% (245/1061) 2023-07-20T11:36:40.1770035Z remote: Counting objects: 24% (255/1061) 2023-07-20T11:36:40.1770271Z remote: Counting objects: 25% (266/1061) 2023-07-20T11:36:40.1770490Z remote: Counting objects: 26% (276/1061) 2023-07-20T11:36:40.1770721Z remote: Counting objects: 27% (287/1061) 2023-07-20T11:36:40.1770978Z remote: Counting objects: 28% (298/1061) 2023-07-20T11:36:40.1771211Z remote: Counting objects: 29% (308/1061) 2023-07-20T11:36:40.1771431Z remote: Counting objects: 30% (319/1061) 2023-07-20T11:36:40.1771663Z remote: Counting objects: 31% (329/1061) 2023-07-20T11:36:40.1771896Z remote: Counting objects: 32% (340/1061) 2023-07-20T11:36:40.1772117Z remote: Counting objects: 33% (351/1061) 2023-07-20T11:36:40.1772351Z remote: Counting objects: 34% (361/1061) 2023-07-20T11:36:40.1804845Z remote: Counting objects: 35% (372/1061) 2023-07-20T11:36:40.1805319Z remote: Counting objects: 36% (382/1061) 2023-07-20T11:36:40.1805717Z remote: Counting objects: 37% (393/1061) 2023-07-20T11:36:40.1806019Z remote: Counting objects: 38% (404/1061) 2023-07-20T11:36:40.1806255Z remote: Counting objects: 39% (414/1061) 2023-07-20T11:36:40.1806488Z remote: Counting objects: 40% (425/1061) 2023-07-20T11:36:40.1806711Z remote: Counting objects: 41% (436/1061) 2023-07-20T11:36:40.1806941Z remote: Counting objects: 42% (446/1061) 2023-07-20T11:36:40.1807170Z remote: Counting objects: 43% (457/1061) 2023-07-20T11:36:40.1807388Z remote: Counting objects: 44% (467/1061) 2023-07-20T11:36:40.1807616Z remote: Counting objects: 45% (478/1061) 2023-07-20T11:36:40.1807852Z remote: Counting objects: 46% (489/1061) 2023-07-20T11:36:40.1808242Z remote: Counting objects: 47% (499/1061) 2023-07-20T11:36:40.1808475Z remote: Counting objects: 48% (510/1061) 2023-07-20T11:36:40.1808707Z remote: Counting objects: 49% (520/1061) 2023-07-20T11:36:40.1808931Z remote: Counting objects: 50% (531/1061) 2023-07-20T11:36:40.1809168Z remote: Counting objects: 51% (542/1061) 2023-07-20T11:36:40.1809404Z remote: Counting objects: 52% (552/1061) 2023-07-20T11:36:40.1809637Z remote: Counting objects: 53% (563/1061) 2023-07-20T11:36:40.1809860Z remote: Counting objects: 54% (573/1061) 2023-07-20T11:36:40.1810091Z remote: Counting objects: 55% (584/1061) 2023-07-20T11:36:40.1810322Z remote: Counting objects: 56% (595/1061) 2023-07-20T11:36:40.1810536Z remote: Counting objects: 57% (605/1061) 2023-07-20T11:36:40.1810764Z remote: Counting objects: 58% (616/1061) 2023-07-20T11:36:40.1810998Z remote: Counting objects: 59% (626/1061) 2023-07-20T11:36:40.1811215Z remote: Counting objects: 60% (637/1061) 2023-07-20T11:36:40.1811452Z remote: Counting objects: 61% (648/1061) 2023-07-20T11:36:40.1811681Z remote: Counting objects: 62% (658/1061) 2023-07-20T11:36:40.1811915Z remote: Counting objects: 63% (669/1061) 2023-07-20T11:36:40.1812240Z remote: Counting objects: 64% (680/1061) 2023-07-20T11:36:40.1812470Z remote: Counting objects: 65% (690/1061) 2023-07-20T11:36:40.1812702Z remote: Counting objects: 66% (701/1061) 2023-07-20T11:36:40.1812935Z remote: Counting objects: 67% (711/1061) 2023-07-20T11:36:40.1813151Z remote: Counting objects: 68% (722/1061) 2023-07-20T11:36:40.1813381Z remote: Counting objects: 69% (733/1061) 2023-07-20T11:36:40.1813614Z remote: Counting objects: 70% (743/1061) 2023-07-20T11:36:40.1813830Z remote: Counting objects: 71% (754/1061) 2023-07-20T11:36:40.1814165Z remote: Counting objects: 72% (764/1061) 2023-07-20T11:36:40.1814396Z remote: Counting objects: 73% (775/1061) 2023-07-20T11:36:40.1814612Z remote: Counting objects: 74% (786/1061) 2023-07-20T11:36:40.1814844Z remote: Counting objects: 75% (796/1061) 2023-07-20T11:36:40.1815090Z remote: Counting objects: 76% (807/1061) 2023-07-20T11:36:40.1815322Z remote: Counting objects: 77% (817/1061) 2023-07-20T11:36:40.1815541Z remote: Counting objects: 78% (828/1061) 2023-07-20T11:36:40.1815772Z remote: Counting objects: 79% (839/1061) 2023-07-20T11:36:40.1816002Z remote: Counting objects: 80% (849/1061) 2023-07-20T11:36:40.1816222Z remote: Counting objects: 81% (860/1061) 2023-07-20T11:36:40.1816453Z remote: Counting objects: 82% (871/1061) 2023-07-20T11:36:40.1816680Z remote: Counting objects: 83% (881/1061) 2023-07-20T11:36:40.1816897Z remote: Counting objects: 84% (892/1061) 2023-07-20T11:36:40.1817130Z remote: Counting objects: 85% (902/1061) 2023-07-20T11:36:40.1817357Z remote: Counting objects: 86% (913/1061) 2023-07-20T11:36:40.1817572Z remote: Counting objects: 87% (924/1061) 2023-07-20T11:36:40.1817800Z remote: Counting objects: 88% (934/1061) 2023-07-20T11:36:40.1818102Z remote: Counting objects: 89% (945/1061) 2023-07-20T11:36:40.1818333Z remote: Counting objects: 90% (955/1061) 2023-07-20T11:36:40.1818548Z remote: Counting objects: 91% (966/1061) 2023-07-20T11:36:40.1818774Z remote: Counting objects: 92% (977/1061) 2023-07-20T11:36:40.1819001Z remote: Counting objects: 93% (987/1061) 2023-07-20T11:36:40.1819380Z remote: Counting objects: 94% (998/1061) 2023-07-20T11:36:40.1819677Z remote: Counting objects: 95% (1008/1061) 2023-07-20T11:36:40.1819939Z remote: Counting objects: 96% (1019/1061) 2023-07-20T11:36:40.1820238Z remote: Counting objects: 97% (1030/1061) 2023-07-20T11:36:40.1820570Z remote: Counting objects: 98% (1040/1061) 2023-07-20T11:36:40.1820826Z remote: Counting objects: 99% (1051/1061) 2023-07-20T11:36:40.1821120Z remote: Counting objects: 100% (1061/1061) 2023-07-20T11:36:40.1821424Z remote: Counting objects: 100% (1061/1061), done. 2023-07-20T11:36:40.1821701Z remote: Compressing objects: 0% (1/848) 2023-07-20T11:36:40.1822052Z remote: Compressing objects: 1% (9/848) 2023-07-20T11:36:40.1822354Z remote: Compressing objects: 2% (17/848) 2023-07-20T11:36:40.1822656Z remote: Compressing objects: 3% (26/848) 2023-07-20T11:36:40.1822916Z remote: Compressing objects: 4% (34/848) 2023-07-20T11:36:40.1823228Z remote: Compressing objects: 5% (43/848) 2023-07-20T11:36:40.1823682Z remote: Compressing objects: 6% (51/848) 2023-07-20T11:36:40.1823966Z remote: Compressing objects: 7% (60/848) 2023-07-20T11:36:40.1824295Z remote: Compressing objects: 8% (68/848) 2023-07-20T11:36:40.1824619Z remote: Compressing objects: 9% (77/848) 2023-07-20T11:36:40.1824881Z remote: Compressing objects: 10% (85/848) 2023-07-20T11:36:40.1825202Z remote: Compressing objects: 11% (94/848) 2023-07-20T11:36:40.1825506Z remote: Compressing objects: 12% (102/848) 2023-07-20T11:36:40.1825787Z remote: Compressing objects: 13% (111/848) 2023-07-20T11:36:40.1826090Z remote: Compressing objects: 14% (119/848) 2023-07-20T11:36:40.1826414Z remote: Compressing objects: 15% (128/848) 2023-07-20T11:36:40.1826717Z remote: Compressing objects: 16% (136/848) 2023-07-20T11:36:40.1826986Z remote: Compressing objects: 17% (145/848) 2023-07-20T11:36:40.1827287Z remote: Compressing objects: 18% (153/848) 2023-07-20T11:36:40.1827673Z remote: Compressing objects: 19% (162/848) 2023-07-20T11:36:40.1827954Z remote: Compressing objects: 20% (170/848) 2023-07-20T11:36:40.1828263Z remote: Compressing objects: 21% (179/848) 2023-07-20T11:36:40.1828636Z remote: Compressing objects: 22% (187/848) 2023-07-20T11:36:40.1828895Z remote: Compressing objects: 23% (196/848) 2023-07-20T11:36:40.1829193Z remote: Compressing objects: 24% (204/848) 2023-07-20T11:36:40.1829593Z remote: Compressing objects: 25% (212/848) 2023-07-20T11:36:40.1829893Z remote: Compressing objects: 26% (221/848) 2023-07-20T11:36:40.1830158Z remote: Compressing objects: 27% (229/848) 2023-07-20T11:36:40.1830453Z remote: Compressing objects: 28% (238/848) 2023-07-20T11:36:40.1830775Z remote: Compressing objects: 29% (246/848) 2023-07-20T11:36:40.1831033Z remote: Compressing objects: 30% (255/848) 2023-07-20T11:36:40.1831334Z remote: Compressing objects: 31% (263/848) 2023-07-20T11:36:40.1831630Z remote: Compressing objects: 32% (272/848) 2023-07-20T11:36:40.1831892Z remote: Compressing objects: 33% (280/848) 2023-07-20T11:36:40.1832210Z remote: Compressing objects: 34% (289/848) 2023-07-20T11:36:40.1832506Z remote: Compressing objects: 35% (297/848) 2023-07-20T11:36:40.1832809Z remote: Compressing objects: 36% (306/848) 2023-07-20T11:36:40.1833065Z remote: Compressing objects: 37% (314/848) 2023-07-20T11:36:40.1833415Z remote: Compressing objects: 38% (323/848) 2023-07-20T11:36:40.1833738Z remote: Compressing objects: 39% (331/848) 2023-07-20T11:36:40.1834140Z remote: Compressing objects: 40% (340/848) 2023-07-20T11:36:40.1834531Z remote: Compressing objects: 41% (348/848) 2023-07-20T11:36:40.1834829Z remote: Compressing objects: 42% (357/848) 2023-07-20T11:36:40.1835086Z remote: Compressing objects: 43% (365/848) 2023-07-20T11:36:40.1835472Z remote: Compressing objects: 44% (374/848) 2023-07-20T11:36:40.1835797Z remote: Compressing objects: 45% (382/848) 2023-07-20T11:36:40.1836054Z remote: Compressing objects: 46% (391/848) 2023-07-20T11:36:40.1836362Z remote: Compressing objects: 47% (399/848) 2023-07-20T11:36:40.1836685Z remote: Compressing objects: 48% (408/848) 2023-07-20T11:36:40.1836993Z remote: Compressing objects: 49% (416/848) 2023-07-20T11:36:40.1837413Z remote: Compressing objects: 50% (424/848) 2023-07-20T11:36:40.1837793Z remote: Compressing objects: 51% (433/848) 2023-07-20T11:36:40.1838095Z remote: Compressing objects: 52% (441/848) 2023-07-20T11:36:40.1838382Z remote: Compressing objects: 53% (450/848) 2023-07-20T11:36:40.1838696Z remote: Compressing objects: 54% (458/848) 2023-07-20T11:36:40.1839216Z remote: Compressing objects: 55% (467/848) 2023-07-20T11:36:40.1839476Z remote: Compressing objects: 56% (475/848) 2023-07-20T11:36:40.1839778Z remote: Compressing objects: 57% (484/848) 2023-07-20T11:36:40.1840099Z remote: Compressing objects: 58% (492/848) 2023-07-20T11:36:40.1840402Z remote: Compressing objects: 59% (501/848) 2023-07-20T11:36:40.1840667Z remote: Compressing objects: 60% (509/848) 2023-07-20T11:36:40.1840970Z remote: Compressing objects: 61% (518/848) 2023-07-20T11:36:40.1841333Z remote: Compressing objects: 62% (526/848) 2023-07-20T11:36:40.1841621Z remote: Compressing objects: 63% (535/848) 2023-07-20T11:36:40.1841920Z remote: Compressing objects: 64% (543/848) 2023-07-20T11:36:40.1842221Z remote: Compressing objects: 65% (552/848) 2023-07-20T11:36:40.1842476Z remote: Compressing objects: 66% (560/848) 2023-07-20T11:36:40.1842796Z remote: Compressing objects: 67% (569/848) 2023-07-20T11:36:40.1843093Z remote: Compressing objects: 68% (577/848) 2023-07-20T11:36:40.1843347Z remote: Compressing objects: 69% (586/848) 2023-07-20T11:36:40.1843645Z remote: Compressing objects: 70% (594/848) 2023-07-20T11:36:40.1843940Z remote: Compressing objects: 71% (603/848) 2023-07-20T11:36:40.1844392Z remote: Compressing objects: 72% (611/848) 2023-07-20T11:36:40.1844658Z remote: Compressing objects: 73% (620/848) 2023-07-20T11:36:40.1844978Z remote: Compressing objects: 74% (628/848) 2023-07-20T11:36:40.1845318Z remote: Compressing objects: 75% (636/848) 2023-07-20T11:36:40.1845598Z remote: Compressing objects: 76% (645/848) 2023-07-20T11:36:40.1845925Z remote: Compressing objects: 77% (653/848) 2023-07-20T11:36:40.1846221Z remote: Compressing objects: 78% (662/848) 2023-07-20T11:36:40.1846476Z remote: Compressing objects: 79% (670/848) 2023-07-20T11:36:40.1846781Z remote: Compressing objects: 80% (679/848) 2023-07-20T11:36:40.1847189Z remote: Compressing objects: 81% (687/848) 2023-07-20T11:36:40.1847487Z remote: Compressing objects: 82% (696/848) 2023-07-20T11:36:40.1847740Z remote: Compressing objects: 83% (704/848) 2023-07-20T11:36:40.1848122Z remote: Compressing objects: 84% (713/848) 2023-07-20T11:36:40.1848447Z remote: Compressing objects: 85% (721/848) 2023-07-20T11:36:40.1848731Z remote: Compressing objects: 86% (730/848) 2023-07-20T11:36:40.1849030Z remote: Compressing objects: 87% (738/848) 2023-07-20T11:36:40.1849331Z remote: Compressing objects: 88% (747/848) 2023-07-20T11:36:40.1849767Z remote: Compressing objects: 89% (755/848) 2023-07-20T11:36:40.1850193Z remote: Compressing objects: 90% (764/848) 2023-07-20T11:36:40.1850452Z remote: Compressing objects: 91% (772/848) 2023-07-20T11:36:40.1850750Z remote: Compressing objects: 92% (781/848) 2023-07-20T11:36:40.1851055Z remote: Compressing objects: 93% (789/848) 2023-07-20T11:36:40.1851312Z remote: Compressing objects: 94% (798/848) 2023-07-20T11:36:40.1851727Z remote: Compressing objects: 95% (806/848) 2023-07-20T11:36:40.1852044Z remote: Compressing objects: 96% (815/848) 2023-07-20T11:36:40.1852396Z remote: Compressing objects: 97% (823/848) 2023-07-20T11:36:40.1852663Z remote: Compressing objects: 98% (832/848) 2023-07-20T11:36:40.1852981Z remote: Compressing objects: 99% (840/848) 2023-07-20T11:36:40.1853279Z remote: Compressing objects: 100% (848/848) 2023-07-20T11:36:40.1853579Z remote: Compressing objects: 100% (848/848), done. 2023-07-20T11:36:40.1853910Z Receiving objects: 0% (1/1061) 2023-07-20T11:36:40.1854181Z Receiving objects: 1% (11/1061) 2023-07-20T11:36:40.1854431Z Receiving objects: 2% (22/1061) 2023-07-20T11:36:40.1854715Z Receiving objects: 3% (32/1061) 2023-07-20T11:36:40.1854975Z Receiving objects: 4% (43/1061) 2023-07-20T11:36:40.1855197Z Receiving objects: 5% (54/1061) 2023-07-20T11:36:40.1855469Z Receiving objects: 6% (64/1061) 2023-07-20T11:36:40.1855753Z Receiving objects: 7% (75/1061) 2023-07-20T11:36:40.1856012Z Receiving objects: 8% (85/1061) 2023-07-20T11:36:40.1856268Z Receiving objects: 9% (96/1061) 2023-07-20T11:36:40.1856616Z Receiving objects: 10% (107/1061) 2023-07-20T11:36:40.1856911Z Receiving objects: 11% (117/1061) 2023-07-20T11:36:40.1857146Z Receiving objects: 12% (128/1061) 2023-07-20T11:36:40.1858985Z Receiving objects: 13% (138/1061) 2023-07-20T11:36:40.1860958Z Receiving objects: 14% (149/1061) 2023-07-20T11:36:40.1862532Z Receiving objects: 15% (160/1061) 2023-07-20T11:36:40.1864770Z Receiving objects: 16% (170/1061) 2023-07-20T11:36:40.1872977Z Receiving objects: 17% (181/1061) 2023-07-20T11:36:40.1875991Z Receiving objects: 18% (191/1061) 2023-07-20T11:36:40.1879973Z Receiving objects: 19% (202/1061) 2023-07-20T11:36:40.1880770Z Receiving objects: 20% (213/1061) 2023-07-20T11:36:40.1881897Z Receiving objects: 21% (223/1061) 2023-07-20T11:36:40.1911828Z Receiving objects: 22% (234/1061) 2023-07-20T11:36:40.1914162Z Receiving objects: 23% (245/1061) 2023-07-20T11:36:40.1915097Z Receiving objects: 24% (255/1061) 2023-07-20T11:36:40.1915844Z Receiving objects: 25% (266/1061) 2023-07-20T11:36:40.1922576Z Receiving objects: 26% (276/1061) 2023-07-20T11:36:40.1924583Z Receiving objects: 27% (287/1061) 2023-07-20T11:36:40.1927017Z Receiving objects: 28% (298/1061) 2023-07-20T11:36:40.1927934Z Receiving objects: 29% (308/1061) 2023-07-20T11:36:40.1929831Z Receiving objects: 30% (319/1061) 2023-07-20T11:36:40.1935936Z Receiving objects: 31% (329/1061) 2023-07-20T11:36:40.1949379Z Receiving objects: 32% (340/1061) 2023-07-20T11:36:40.1954679Z Receiving objects: 33% (351/1061) 2023-07-20T11:36:40.1956001Z Receiving objects: 34% (361/1061) 2023-07-20T11:36:40.1957005Z Receiving objects: 35% (372/1061) 2023-07-20T11:36:40.1957686Z Receiving objects: 36% (382/1061) 2023-07-20T11:36:40.1962488Z Receiving objects: 37% (393/1061) 2023-07-20T11:36:40.1963289Z Receiving objects: 38% (404/1061) 2023-07-20T11:36:40.1965023Z Receiving objects: 39% (414/1061) 2023-07-20T11:36:40.1972865Z Receiving objects: 40% (425/1061) 2023-07-20T11:36:40.1976916Z Receiving objects: 41% (436/1061) 2023-07-20T11:36:40.1980173Z Receiving objects: 42% (446/1061) 2023-07-20T11:36:40.1985175Z Receiving objects: 43% (457/1061) 2023-07-20T11:36:40.1988668Z Receiving objects: 44% (467/1061) 2023-07-20T11:36:40.1993756Z Receiving objects: 45% (478/1061) 2023-07-20T11:36:40.1994861Z Receiving objects: 46% (489/1061) 2023-07-20T11:36:40.1998556Z Receiving objects: 47% (499/1061) 2023-07-20T11:36:40.2001013Z Receiving objects: 48% (510/1061) 2023-07-20T11:36:40.2002135Z Receiving objects: 49% (520/1061) 2023-07-20T11:36:40.2003786Z Receiving objects: 50% (531/1061) 2023-07-20T11:36:40.2004452Z Receiving objects: 51% (542/1061) 2023-07-20T11:36:40.2005250Z Receiving objects: 52% (552/1061) 2023-07-20T11:36:40.2005761Z Receiving objects: 53% (563/1061) 2023-07-20T11:36:40.2006217Z Receiving objects: 54% (573/1061) 2023-07-20T11:36:40.2008990Z Receiving objects: 55% (584/1061) 2023-07-20T11:36:40.2009942Z Receiving objects: 56% (595/1061) 2023-07-20T11:36:40.2012881Z Receiving objects: 57% (605/1061) 2023-07-20T11:36:40.2015820Z Receiving objects: 58% (616/1061) 2023-07-20T11:36:40.2017899Z Receiving objects: 59% (626/1061) 2023-07-20T11:36:40.2019836Z Receiving objects: 60% (637/1061) 2023-07-20T11:36:40.2026551Z Receiving objects: 61% (648/1061) 2023-07-20T11:36:40.2031119Z Receiving objects: 62% (658/1061) 2023-07-20T11:36:40.2036199Z Receiving objects: 63% (669/1061) 2023-07-20T11:36:40.2070378Z Receiving objects: 64% (680/1061) 2023-07-20T11:36:40.2072800Z Receiving objects: 65% (690/1061) 2023-07-20T11:36:40.2154622Z Receiving objects: 66% (701/1061) 2023-07-20T11:36:40.2157445Z Receiving objects: 67% (711/1061) 2023-07-20T11:36:40.2158238Z Receiving objects: 68% (722/1061) 2023-07-20T11:36:40.2161163Z Receiving objects: 69% (733/1061) 2023-07-20T11:36:40.2161910Z Receiving objects: 70% (743/1061) 2023-07-20T11:36:40.2162862Z Receiving objects: 71% (754/1061) 2023-07-20T11:36:40.2169967Z Receiving objects: 72% (764/1061) 2023-07-20T11:36:40.2173542Z Receiving objects: 73% (775/1061) 2023-07-20T11:36:40.2176550Z Receiving objects: 74% (786/1061) 2023-07-20T11:36:40.2179377Z Receiving objects: 75% (796/1061) 2023-07-20T11:36:40.2181155Z Receiving objects: 76% (807/1061) 2023-07-20T11:36:40.2183280Z Receiving objects: 77% (817/1061) 2023-07-20T11:36:40.2184782Z Receiving objects: 78% (828/1061) 2023-07-20T11:36:40.2186186Z Receiving objects: 79% (839/1061) 2023-07-20T11:36:40.2186945Z Receiving objects: 80% (849/1061) 2023-07-20T11:36:40.2187476Z Receiving objects: 81% (860/1061) 2023-07-20T11:36:40.2187735Z Receiving objects: 82% (871/1061) 2023-07-20T11:36:40.2188382Z Receiving objects: 83% (881/1061) 2023-07-20T11:36:40.2189974Z Receiving objects: 84% (892/1061) 2023-07-20T11:36:40.2191105Z Receiving objects: 85% (902/1061) 2023-07-20T11:36:40.2192483Z Receiving objects: 86% (913/1061) 2023-07-20T11:36:40.2192979Z Receiving objects: 87% (924/1061) 2023-07-20T11:36:40.2193415Z Receiving objects: 88% (934/1061) 2023-07-20T11:36:40.2193672Z Receiving objects: 89% (945/1061) 2023-07-20T11:36:40.2194405Z Receiving objects: 90% (955/1061) 2023-07-20T11:36:40.2196278Z Receiving objects: 91% (966/1061) 2023-07-20T11:36:40.2197736Z Receiving objects: 92% (977/1061) 2023-07-20T11:36:40.2198193Z Receiving objects: 93% (987/1061) 2023-07-20T11:36:40.2204712Z Receiving objects: 94% (998/1061) 2023-07-20T11:36:40.2208696Z Receiving objects: 95% (1008/1061) 2023-07-20T11:36:40.2215253Z Receiving objects: 96% (1019/1061) 2023-07-20T11:36:40.2223899Z Receiving objects: 97% (1030/1061) 2023-07-20T11:36:40.2228538Z Receiving objects: 98% (1040/1061) 2023-07-20T11:36:40.2251696Z Receiving objects: 99% (1051/1061) 2023-07-20T11:36:40.2252456Z remote: Total 1061 (delta 182), reused 612 (delta 102), pack-reused 0 2023-07-20T11:36:40.2267519Z Receiving objects: 100% (1061/1061) 2023-07-20T11:36:40.2267978Z Receiving objects: 100% (1061/1061), 1.43 MiB | 28.62 MiB/s, done. 2023-07-20T11:36:40.2271267Z Resolving deltas: 0% (0/182) 2023-07-20T11:36:40.2271688Z Resolving deltas: 1% (2/182) 2023-07-20T11:36:40.2273340Z Resolving deltas: 2% (4/182) 2023-07-20T11:36:40.2276659Z Resolving deltas: 3% (7/182) 2023-07-20T11:36:40.2277137Z Resolving deltas: 4% (8/182) 2023-07-20T11:36:40.2277733Z Resolving deltas: 5% (10/182) 2023-07-20T11:36:40.2278045Z Resolving deltas: 6% (12/182) 2023-07-20T11:36:40.2278701Z Resolving deltas: 7% (13/182) 2023-07-20T11:36:40.2279194Z Resolving deltas: 8% (15/182) 2023-07-20T11:36:40.2279562Z Resolving deltas: 9% (17/182) 2023-07-20T11:36:40.2279833Z Resolving deltas: 10% (19/182) 2023-07-20T11:36:40.2280090Z Resolving deltas: 11% (21/182) 2023-07-20T11:36:40.2280531Z Resolving deltas: 12% (22/182) 2023-07-20T11:36:40.2280939Z Resolving deltas: 13% (24/182) 2023-07-20T11:36:40.2281401Z Resolving deltas: 14% (26/182) 2023-07-20T11:36:40.2281864Z Resolving deltas: 15% (29/182) 2023-07-20T11:36:40.2282104Z Resolving deltas: 16% (30/182) 2023-07-20T11:36:40.2282463Z Resolving deltas: 17% (31/182) 2023-07-20T11:36:40.2282915Z Resolving deltas: 18% (33/182) 2023-07-20T11:36:40.2283329Z Resolving deltas: 19% (35/182) 2023-07-20T11:36:40.2284357Z Resolving deltas: 20% (37/182) 2023-07-20T11:36:40.2285289Z Resolving deltas: 21% (39/182) 2023-07-20T11:36:40.2285664Z Resolving deltas: 22% (41/182) 2023-07-20T11:36:40.2286228Z Resolving deltas: 23% (42/182) 2023-07-20T11:36:40.2297865Z Resolving deltas: 24% (44/182) 2023-07-20T11:36:40.2298359Z Resolving deltas: 25% (47/182) 2023-07-20T11:36:40.2300861Z Resolving deltas: 26% (48/182) 2023-07-20T11:36:40.2301609Z Resolving deltas: 27% (50/182) 2023-07-20T11:36:40.2304480Z Resolving deltas: 28% (51/182) 2023-07-20T11:36:40.2304931Z Resolving deltas: 29% (53/182) 2023-07-20T11:36:40.2305359Z Resolving deltas: 30% (55/182) 2023-07-20T11:36:40.2305886Z Resolving deltas: 31% (57/182) 2023-07-20T11:36:40.2306351Z Resolving deltas: 32% (59/182) 2023-07-20T11:36:40.2306794Z Resolving deltas: 33% (61/182) 2023-07-20T11:36:40.2307203Z Resolving deltas: 34% (62/182) 2023-07-20T11:36:40.2309519Z Resolving deltas: 35% (64/182) 2023-07-20T11:36:40.2310078Z Resolving deltas: 36% (67/182) 2023-07-20T11:36:40.2310474Z Resolving deltas: 37% (69/182) 2023-07-20T11:36:40.2311349Z Resolving deltas: 38% (70/182) 2023-07-20T11:36:40.2311608Z Resolving deltas: 39% (71/182) 2023-07-20T11:36:40.2313529Z Resolving deltas: 40% (73/182) 2023-07-20T11:36:40.2314130Z Resolving deltas: 41% (75/182) 2023-07-20T11:36:40.2315013Z Resolving deltas: 42% (77/182) 2023-07-20T11:36:40.2321126Z Resolving deltas: 43% (79/182) 2023-07-20T11:36:40.2321673Z Resolving deltas: 45% (82/182) 2023-07-20T11:36:40.2322034Z Resolving deltas: 46% (84/182) 2023-07-20T11:36:40.2322435Z Resolving deltas: 47% (86/182) 2023-07-20T11:36:40.2322860Z Resolving deltas: 48% (88/182) 2023-07-20T11:36:40.2323139Z Resolving deltas: 49% (90/182) 2023-07-20T11:36:40.2323527Z Resolving deltas: 50% (91/182) 2023-07-20T11:36:40.2323940Z Resolving deltas: 51% (93/182) 2023-07-20T11:36:40.2324332Z Resolving deltas: 52% (96/182) 2023-07-20T11:36:40.2324834Z Resolving deltas: 53% (98/182) 2023-07-20T11:36:40.2325131Z Resolving deltas: 54% (99/182) 2023-07-20T11:36:40.2325393Z Resolving deltas: 55% (101/182) 2023-07-20T11:36:40.2325632Z Resolving deltas: 56% (102/182) 2023-07-20T11:36:40.2325903Z Resolving deltas: 57% (105/182) 2023-07-20T11:36:40.2326172Z Resolving deltas: 58% (106/182) 2023-07-20T11:36:40.2326565Z Resolving deltas: 59% (108/182) 2023-07-20T11:36:40.2326917Z Resolving deltas: 60% (111/182) 2023-07-20T11:36:40.2327212Z Resolving deltas: 61% (112/182) 2023-07-20T11:36:40.2327433Z Resolving deltas: 62% (113/182) 2023-07-20T11:36:40.2327692Z Resolving deltas: 63% (115/182) 2023-07-20T11:36:40.2328121Z Resolving deltas: 64% (117/182) 2023-07-20T11:36:40.2328478Z Resolving deltas: 65% (119/182) 2023-07-20T11:36:40.2329780Z Resolving deltas: 66% (121/182) 2023-07-20T11:36:40.2330193Z Resolving deltas: 67% (122/182) 2023-07-20T11:36:40.2330541Z Resolving deltas: 68% (124/182) 2023-07-20T11:36:40.2330927Z Resolving deltas: 69% (126/182) 2023-07-20T11:36:40.2331318Z Resolving deltas: 70% (129/182) 2023-07-20T11:36:40.2331578Z Resolving deltas: 71% (130/182) 2023-07-20T11:36:40.2331798Z Resolving deltas: 72% (132/182) 2023-07-20T11:36:40.2332090Z Resolving deltas: 73% (133/182) 2023-07-20T11:36:40.2332428Z Resolving deltas: 74% (135/182) 2023-07-20T11:36:40.2332973Z Resolving deltas: 75% (137/182) 2023-07-20T11:36:40.2333282Z Resolving deltas: 76% (139/182) 2023-07-20T11:36:40.2333746Z Resolving deltas: 77% (141/182) 2023-07-20T11:36:40.2334068Z Resolving deltas: 78% (143/182) 2023-07-20T11:36:40.2439141Z Resolving deltas: 79% (144/182) 2023-07-20T11:36:40.2439779Z Resolving deltas: 80% (146/182) 2023-07-20T11:36:40.2440149Z Resolving deltas: 81% (148/182) 2023-07-20T11:36:40.2440435Z Resolving deltas: 82% (151/182) 2023-07-20T11:36:40.2440633Z Resolving deltas: 83% (152/182) 2023-07-20T11:36:40.2440848Z Resolving deltas: 84% (153/182) 2023-07-20T11:36:40.2441043Z Resolving deltas: 85% (155/182) 2023-07-20T11:36:40.2441243Z Resolving deltas: 86% (157/182) 2023-07-20T11:36:40.2441438Z Resolving deltas: 87% (159/182) 2023-07-20T11:36:40.2441642Z Resolving deltas: 88% (161/182) 2023-07-20T11:36:40.2441832Z Resolving deltas: 89% (162/182) 2023-07-20T11:36:40.2442021Z Resolving deltas: 90% (164/182) 2023-07-20T11:36:40.2442243Z Resolving deltas: 91% (166/182) 2023-07-20T11:36:40.2442451Z Resolving deltas: 92% (168/182) 2023-07-20T11:36:40.2442643Z Resolving deltas: 93% (170/182) 2023-07-20T11:36:40.2442844Z Resolving deltas: 94% (172/182) 2023-07-20T11:36:40.2443048Z Resolving deltas: 96% (175/182) 2023-07-20T11:36:40.2443237Z Resolving deltas: 97% (177/182) 2023-07-20T11:36:40.2443445Z Resolving deltas: 98% (179/182) 2023-07-20T11:36:40.2443650Z Resolving deltas: 99% (181/182) 2023-07-20T11:36:40.2443841Z Resolving deltas: 100% (182/182) 2023-07-20T11:36:40.2444059Z Resolving deltas: 100% (182/182), done. 2023-07-20T11:36:40.3075194Z From https://github.com/pytorch/test-infra 2023-07-20T11:36:40.3075542Z * [new branch] main -> origin/main 2023-07-20T11:36:40.3091144Z ##[endgroup] 2023-07-20T11:36:40.3091502Z ##[group]Determining the checkout info 2023-07-20T11:36:40.3093788Z ##[endgroup] 2023-07-20T11:36:40.3094365Z ##[group]Checking out the ref 2023-07-20T11:36:40.3097435Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-07-20T11:36:40.3563529Z Switched to a new branch 'main' 2023-07-20T11:36:40.3564151Z branch 'main' set up to track 'origin/main'. 2023-07-20T11:36:40.3568162Z ##[endgroup] 2023-07-20T11:36:40.3568803Z ##[group]Setting up auth for fetching submodules 2023-07-20T11:36:40.3574170Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-20T11:36:40.3619633Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-07-20T11:36:40.3645838Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-07-20T11:36:40.3672503Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-07-20T11:36:40.3695781Z ##[endgroup] 2023-07-20T11:36:40.3696367Z ##[group]Fetching submodules 2023-07-20T11:36:40.3698848Z [command]/usr/bin/git submodule sync --recursive 2023-07-20T11:36:40.3938840Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-07-20T11:36:40.4177613Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-07-20T11:36:40.4405661Z ##[endgroup] 2023-07-20T11:36:40.4406306Z ##[group]Persisting credentials for submodules 2023-07-20T11:36:40.4411582Z [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-20T11:36:40.4644713Z [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-20T11:36:40.4880229Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-07-20T11:36:40.5145440Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-07-20T11:36:40.5376289Z ##[endgroup] 2023-07-20T11:36:40.5409170Z [command]/usr/bin/git log -1 --format='%H' 2023-07-20T11:36:40.5430172Z '6c2fe3a9774fd7c2b04cd2b74986beee36263321' 2023-07-20T11:36:40.5665116Z Prepare all required actions 2023-07-20T11:36:40.5665436Z Getting action download info 2023-07-20T11:36:40.7291983Z Download action repository 'pytorch/test-infra@main' (SHA:6c2fe3a9774fd7c2b04cd2b74986beee36263321) 2023-07-20T11:36:40.9664336Z Getting action download info 2023-07-20T11:36:41.1002842Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-07-20T11:36:41.2256853Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-07-20T11:36:41.2257096Z env: 2023-07-20T11:36:41.2257310Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:41.2257532Z REPOSITORY: pytorch/audio 2023-07-20T11:36:41.2257727Z PR_NUMBER: 2023-07-20T11:36:41.2258472Z 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-20T11:36:41.2259145Z ##[endgroup] 2023-07-20T11:36:41.2441188Z ##[group]Run set -euo pipefail 2023-07-20T11:36:41.2441463Z set -euo pipefail 2023-07-20T11:36:41.2441682Z function get_ec2_metadata() { 2023-07-20T11:36:41.2441939Z  # Pulled from instance metadata endpoint for EC2 2023-07-20T11:36:41.2442309Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-07-20T11:36:41.2442630Z  category=$1 2023-07-20T11:36:41.2442883Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-07-20T11:36:41.2443117Z } 2023-07-20T11:36:41.2443325Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-07-20T11:36:41.2443593Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-07-20T11:36:41.2443884Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-07-20T11:36:41.2444131Z echo "system info $(uname -a)" 2023-07-20T11:36:41.2456455Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:41.2456687Z env: 2023-07-20T11:36:41.2457045Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:41.2457279Z REPOSITORY: pytorch/audio 2023-07-20T11:36:41.2457475Z PR_NUMBER: 2023-07-20T11:36:41.2458178Z 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-20T11:36:41.2458863Z ##[endgroup] 2023-07-20T11:36:41.2536836Z ami-id: ami-096198a0bccc6bad4 2023-07-20T11:36:41.2586738Z instance-id: i-04537f30ec1f8fe20 2023-07-20T11:36:41.2634885Z instance-type: c5.2xlarge 2023-07-20T11:36:41.2641729Z system info Linux ip-10-0-3-83.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-20T11:36:41.2662461Z ##[group]Run if systemctl is-active --quiet docker; then 2023-07-20T11:36:41.2662757Z if systemctl is-active --quiet docker; then 2023-07-20T11:36:41.2663015Z  echo "Docker daemon is running..."; 2023-07-20T11:36:41.2663225Z else 2023-07-20T11:36:41.2663456Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-07-20T11:36:41.2663750Z fi 2023-07-20T11:36:41.2674103Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:41.2674475Z env: 2023-07-20T11:36:41.2674685Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:41.2674916Z REPOSITORY: pytorch/audio 2023-07-20T11:36:41.2675101Z PR_NUMBER: 2023-07-20T11:36:41.2675859Z 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-20T11:36:41.2676565Z ##[endgroup] 2023-07-20T11:36:41.2717363Z Docker daemon is running... 2023-07-20T11:36:41.2731286Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-20T11:36:41.2731664Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-07-20T11:36:41.2731963Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-20T11:36:41.2732451Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-07-20T11:36:41.2732818Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-07-20T11:36:41.2742452Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:41.2742675Z env: 2023-07-20T11:36:41.2742878Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:41.2743096Z REPOSITORY: pytorch/audio 2023-07-20T11:36:41.2743288Z PR_NUMBER: 2023-07-20T11:36:41.2743990Z 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-20T11:36:41.2744685Z AWS_RETRY_MODE: standard 2023-07-20T11:36:41.2744881Z AWS_MAX_ATTEMPTS: 5 2023-07-20T11:36:41.2745072Z AWS_DEFAULT_REGION: us-east-1 2023-07-20T11:36:41.2745377Z ##[endgroup] 2023-07-20T11:36:42.0578024Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-07-20T11:36:42.0578500Z Configure a credential helper to remove this warning. See 2023-07-20T11:36:42.0578928Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-07-20T11:36:42.0579181Z 2023-07-20T11:36:42.0579756Z Login Succeeded 2023-07-20T11:36:42.0616579Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-20T11:36:42.0617171Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-20T11:36:42.0617688Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-07-20T11:36:42.0630245Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:42.0630609Z env: 2023-07-20T11:36:42.0630933Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.0631313Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.0631622Z PR_NUMBER: 2023-07-20T11:36:42.0632810Z 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-20T11:36:42.0634087Z ##[endgroup] 2023-07-20T11:36:42.0758133Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-20T11:36:42.0758441Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-07-20T11:36:42.0758705Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-07-20T11:36:42.0758984Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-07-20T11:36:42.0759208Z  2023-07-20T11:36:42.0759451Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-07-20T11:36:42.0759722Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-07-20T11:36:42.0760006Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-07-20T11:36:42.0760233Z  2023-07-20T11:36:42.0760433Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-07-20T11:36:42.0760666Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-07-20T11:36:42.0760908Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-07-20T11:36:42.0771676Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:42.0771909Z env: 2023-07-20T11:36:42.0772102Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.0772334Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.0772530Z PR_NUMBER: 2023-07-20T11:36:42.0773225Z 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-20T11:36:42.0773914Z ##[endgroup] 2023-07-20T11:36:42.0838274Z ##[group]Run needs=0 2023-07-20T11:36:42.0838482Z needs=0 2023-07-20T11:36:42.0838753Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-07-20T11:36:42.0838997Z  needs=1 2023-07-20T11:36:42.0839172Z fi 2023-07-20T11:36:42.0839374Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-07-20T11:36:42.0849890Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:42.0850110Z env: 2023-07-20T11:36:42.0850318Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.0850681Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.0850866Z PR_NUMBER: 2023-07-20T11:36:42.0851570Z 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-20T11:36:42.0852322Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:36:42.0852653Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:36:42.0852966Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:36:42.0853186Z ##[endgroup] 2023-07-20T11:36:42.1972373Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-20T11:36:42.1972714Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-20T11:36:42.1972980Z # shellcheck disable=SC2046 2023-07-20T11:36:42.1973219Z docker stop $(docker ps -q) || true 2023-07-20T11:36:42.1973443Z # Prune all of the docker images 2023-07-20T11:36:42.1973733Z docker system prune -af 2023-07-20T11:36:42.1984491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:42.1984708Z env: 2023-07-20T11:36:42.1985054Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.1985292Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.1985473Z PR_NUMBER: 2023-07-20T11:36:42.1986163Z 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-20T11:36:42.1986919Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:36:42.1987250Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:36:42.1987566Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:36:42.1987795Z ##[endgroup] 2023-07-20T11:36:42.2305570Z "docker stop" requires at least 1 argument. 2023-07-20T11:36:42.2306138Z See 'docker stop --help'. 2023-07-20T11:36:42.2306376Z 2023-07-20T11:36:42.2306621Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-07-20T11:36:42.2306917Z 2023-07-20T11:36:42.2307086Z Stop one or more running containers 2023-07-20T11:36:42.2491727Z Total reclaimed space: 0B 2023-07-20T11:36:42.2544964Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-07-20T11:36:42.2545184Z with: 2023-07-20T11:36:42.2545717Z github-secret: *** 2023-07-20T11:36:42.2545932Z activate-with-label: false 2023-07-20T11:36:42.2546133Z label: with-ssh 2023-07-20T11:36:42.2546320Z remove-existing-keys: true 2023-07-20T11:36:42.2546508Z env: 2023-07-20T11:36:42.2546708Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.2546924Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.2547118Z PR_NUMBER: 2023-07-20T11:36:42.2547853Z 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-20T11:36:42.2548720Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:36:42.2549041Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:36:42.2549357Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:36:42.2549590Z ##[endgroup] 2023-07-20T11:36:42.3175548Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-07-20T11:36:42.3179212Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-07-20T11:36:42.3234323Z Prepare all required actions 2023-07-20T11:36:42.3255532Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-07-20T11:36:42.3255777Z with: 2023-07-20T11:36:42.3255991Z docker-image: pytorch/conda-builder:cpu 2023-07-20T11:36:42.3256184Z env: 2023-07-20T11:36:42.3256384Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.3256626Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.3256806Z PR_NUMBER: 2023-07-20T11:36:42.3257491Z 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-20T11:36:42.3258283Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:36:42.3258602Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:36:42.3258919Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:36:42.3259157Z ##[endgroup] 2023-07-20T11:36:42.3270932Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-20T11:36:42.3271217Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-07-20T11:36:42.3271499Z # ignore output since only exit code is used for conditional 2023-07-20T11:36:42.3271796Z # only pull docker image if it's not available locally 2023-07-20T11:36:42.3272097Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-07-20T11:36:42.3272382Z  retry docker pull "${DOCKER_IMAGE}" 2023-07-20T11:36:42.3272622Z fi 2023-07-20T11:36:42.3283813Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:36:42.3284032Z env: 2023-07-20T11:36:42.3284236Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:36:42.3284467Z REPOSITORY: pytorch/audio 2023-07-20T11:36:42.3284649Z PR_NUMBER: 2023-07-20T11:36:42.3285335Z 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-20T11:36:42.3286109Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:36:42.3286446Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:36:42.3286761Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:36:42.3286983Z ##[endgroup] 2023-07-20T11:36:42.5037081Z cpu: Pulling from pytorch/conda-builder 2023-07-20T11:36:42.5037807Z 2d473b07cdd5: Pulling fs layer 2023-07-20T11:36:42.5038180Z a8b26fd4c094: Pulling fs layer 2023-07-20T11:36:42.5038845Z 84c6cf1d6f59: Pulling fs layer 2023-07-20T11:36:42.5039060Z 61262e1bf819: Pulling fs layer 2023-07-20T11:36:42.5039261Z 4efc3c05171d: Pulling fs layer 2023-07-20T11:36:42.5039453Z ea9360dffc62: Pulling fs layer 2023-07-20T11:36:42.5039655Z 010e93ddf672: Pulling fs layer 2023-07-20T11:36:42.5039853Z 3fd52e1a53de: Pulling fs layer 2023-07-20T11:36:42.5040055Z 8ff5e07ece19: Pulling fs layer 2023-07-20T11:36:42.5040244Z 4f4fb700ef54: Pulling fs layer 2023-07-20T11:36:42.5040429Z 61262e1bf819: Waiting 2023-07-20T11:36:42.5040619Z 7b5bec086082: Pulling fs layer 2023-07-20T11:36:42.5040797Z 4efc3c05171d: Waiting 2023-07-20T11:36:42.5041077Z ea9360dffc62: Waiting 2023-07-20T11:36:42.5041263Z d69607978f53: Pulling fs layer 2023-07-20T11:36:42.5041448Z c2194ff41419: Pulling fs layer 2023-07-20T11:36:42.5041644Z a6179e01f02a: Pulling fs layer 2023-07-20T11:36:42.5041857Z 9537185b9a27: Pulling fs layer 2023-07-20T11:36:42.5042045Z bab1df3a3158: Pulling fs layer 2023-07-20T11:36:42.5042248Z 5876cd757b6e: Pulling fs layer 2023-07-20T11:36:42.5042434Z 010e93ddf672: Waiting 2023-07-20T11:36:42.5042601Z 8ff5e07ece19: Waiting 2023-07-20T11:36:42.5042792Z 3fd52e1a53de: Waiting 2023-07-20T11:36:42.5042969Z bab1df3a3158: Waiting 2023-07-20T11:36:42.5043133Z 7b5bec086082: Waiting 2023-07-20T11:36:42.5043307Z d69607978f53: Waiting 2023-07-20T11:36:42.5043476Z 4f4fb700ef54: Waiting 2023-07-20T11:36:42.5043636Z c2194ff41419: Waiting 2023-07-20T11:36:42.5043809Z a6179e01f02a: Waiting 2023-07-20T11:36:42.5043979Z 9537185b9a27: Waiting 2023-07-20T11:36:42.5531844Z 84c6cf1d6f59: Verifying Checksum 2023-07-20T11:36:42.5532117Z 84c6cf1d6f59: Download complete 2023-07-20T11:36:42.6504020Z 61262e1bf819: Verifying Checksum 2023-07-20T11:36:42.6504389Z 61262e1bf819: Download complete 2023-07-20T11:36:42.7152601Z 4efc3c05171d: Verifying Checksum 2023-07-20T11:36:43.2930378Z 4efc3c05171d: Download complete 2023-07-20T11:36:43.2930850Z 2d473b07cdd5: Verifying Checksum 2023-07-20T11:36:43.2931068Z 2d473b07cdd5: Download complete 2023-07-20T11:36:43.3955583Z 010e93ddf672: Verifying Checksum 2023-07-20T11:36:43.3956005Z 010e93ddf672: Download complete 2023-07-20T11:36:43.4918246Z a8b26fd4c094: Verifying Checksum 2023-07-20T11:36:43.4918691Z a8b26fd4c094: Download complete 2023-07-20T11:36:43.6263446Z 8ff5e07ece19: Verifying Checksum 2023-07-20T11:36:43.6263730Z 8ff5e07ece19: Download complete 2023-07-20T11:36:43.6719291Z 4f4fb700ef54: Verifying Checksum 2023-07-20T11:36:43.6719841Z 4f4fb700ef54: Download complete 2023-07-20T11:36:43.7552953Z ea9360dffc62: Verifying Checksum 2023-07-20T11:36:43.7553717Z ea9360dffc62: Download complete 2023-07-20T11:36:43.8012032Z d69607978f53: Verifying Checksum 2023-07-20T11:36:43.8012680Z d69607978f53: Download complete 2023-07-20T11:36:43.8043356Z 7b5bec086082: Verifying Checksum 2023-07-20T11:36:43.8043736Z 7b5bec086082: Download complete 2023-07-20T11:36:43.8385663Z a6179e01f02a: Verifying Checksum 2023-07-20T11:36:43.8386106Z a6179e01f02a: Download complete 2023-07-20T11:36:43.9477140Z 3fd52e1a53de: Verifying Checksum 2023-07-20T11:36:43.9477748Z 3fd52e1a53de: Download complete 2023-07-20T11:36:43.9921642Z bab1df3a3158: Verifying Checksum 2023-07-20T11:36:43.9922062Z bab1df3a3158: Download complete 2023-07-20T11:36:44.0812845Z 9537185b9a27: Download complete 2023-07-20T11:36:45.0620900Z 2d473b07cdd5: Pull complete 2023-07-20T11:36:46.7792560Z a8b26fd4c094: Pull complete 2023-07-20T11:36:46.9060378Z 84c6cf1d6f59: Pull complete 2023-07-20T11:36:47.1389109Z 61262e1bf819: Pull complete 2023-07-20T11:36:47.2440683Z 4efc3c05171d: Pull complete 2023-07-20T11:36:47.6092440Z c2194ff41419: Verifying Checksum 2023-07-20T11:36:47.6092900Z c2194ff41419: Download complete 2023-07-20T11:36:49.1395560Z ea9360dffc62: Pull complete 2023-07-20T11:36:49.2754418Z 5876cd757b6e: Verifying Checksum 2023-07-20T11:36:49.2754793Z 5876cd757b6e: Download complete 2023-07-20T11:36:49.5115543Z 010e93ddf672: Pull complete 2023-07-20T11:36:50.8424167Z 3fd52e1a53de: Pull complete 2023-07-20T11:36:51.2181246Z 8ff5e07ece19: Pull complete 2023-07-20T11:36:51.4409192Z 4f4fb700ef54: Pull complete 2023-07-20T11:36:51.8027762Z 7b5bec086082: Pull complete 2023-07-20T11:36:51.9504847Z d69607978f53: Pull complete 2023-07-20T11:36:58.7033484Z c2194ff41419: Pull complete 2023-07-20T11:36:58.7997752Z a6179e01f02a: Pull complete 2023-07-20T11:36:59.1537968Z 9537185b9a27: Pull complete 2023-07-20T11:36:59.4459175Z bab1df3a3158: Pull complete 2023-07-20T11:37:08.6961832Z 5876cd757b6e: Pull complete 2023-07-20T11:37:08.7642972Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-20T11:37:08.8084926Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-07-20T11:37:08.8266292Z docker.io/pytorch/conda-builder:cpu 2023-07-20T11:37:08.8324372Z ##[group]Run actions/checkout@v3 2023-07-20T11:37:08.8324669Z with: 2023-07-20T11:37:08.8324912Z repository: pytorch/audio 2023-07-20T11:37:08.8325134Z ref: refs/heads/nightly 2023-07-20T11:37:08.8325399Z path: pytorch/audio 2023-07-20T11:37:08.8325706Z fetch-depth: 1 2023-07-20T11:37:08.8326067Z token: *** 2023-07-20T11:37:08.8326259Z ssh-strict: true 2023-07-20T11:37:08.8326525Z persist-credentials: true 2023-07-20T11:37:08.8326777Z clean: true 2023-07-20T11:37:08.8327022Z sparse-checkout-cone-mode: true 2023-07-20T11:37:08.8327285Z lfs: false 2023-07-20T11:37:08.8327520Z submodules: false 2023-07-20T11:37:08.8327735Z set-safe-directory: true 2023-07-20T11:37:08.8328347Z env: 2023-07-20T11:37:08.8328710Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:37:08.8328958Z REPOSITORY: pytorch/audio 2023-07-20T11:37:08.8329217Z PR_NUMBER: 2023-07-20T11:37:08.8330093Z 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-20T11:37:08.8330925Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:37:08.8331276Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:37:08.8331648Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:37:08.8331955Z ##[endgroup] 2023-07-20T11:37:08.9173178Z Syncing repository: pytorch/audio 2023-07-20T11:37:08.9181737Z ##[group]Getting Git version info 2023-07-20T11:37:08.9182526Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-07-20T11:37:08.9203222Z [command]/usr/bin/git version 2023-07-20T11:37:08.9239303Z git version 2.40.1 2023-07-20T11:37:08.9260249Z ##[endgroup] 2023-07-20T11:37:08.9271105Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7dde9b37-b6c9-4bd8-9847-a1e53eb93ec4' before making global git config changes 2023-07-20T11:37:08.9271767Z Adding repository directory to the temporary git global config as a safe directory 2023-07-20T11:37:08.9276048Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-20T11:37:08.9305385Z ##[group]Initializing the repository 2023-07-20T11:37:08.9308116Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-20T11:37:08.9333367Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-07-20T11:37:08.9334042Z hint: is subject to change. To configure the initial branch name to use in all 2023-07-20T11:37:08.9334552Z hint: of your new repositories, which will suppress this warning, call: 2023-07-20T11:37:08.9334786Z hint: 2023-07-20T11:37:08.9335076Z hint: git config --global init.defaultBranch 2023-07-20T11:37:08.9335443Z hint: 2023-07-20T11:37:08.9335915Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-07-20T11:37:08.9336929Z hint: 'development'. The just-created branch can be renamed via this command: 2023-07-20T11:37:08.9337328Z hint: 2023-07-20T11:37:08.9337758Z hint: git branch -m 2023-07-20T11:37:08.9338240Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-07-20T11:37:08.9343627Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-07-20T11:37:08.9370417Z ##[endgroup] 2023-07-20T11:37:08.9370860Z ##[group]Disabling automatic garbage collection 2023-07-20T11:37:08.9373836Z [command]/usr/bin/git config --local gc.auto 0 2023-07-20T11:37:08.9397698Z ##[endgroup] 2023-07-20T11:37:08.9398250Z ##[group]Setting up auth 2023-07-20T11:37:08.9403502Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-20T11:37:08.9428871Z [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-20T11:37:08.9659988Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-20T11:37:08.9687878Z [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-20T11:37:08.9955472Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-07-20T11:37:09.0000731Z ##[endgroup] 2023-07-20T11:37:09.0001614Z ##[group]Fetching the repository 2023-07-20T11:37:09.0008857Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/nightly:refs/remotes/origin/nightly 2023-07-20T11:37:09.2529541Z remote: Enumerating objects: 986, done. 2023-07-20T11:37:09.2530269Z remote: Counting objects: 0% (1/986) 2023-07-20T11:37:09.2532328Z remote: Counting objects: 1% (10/986) 2023-07-20T11:37:09.2532556Z remote: Counting objects: 2% (20/986) 2023-07-20T11:37:09.2534298Z remote: Counting objects: 3% (30/986) 2023-07-20T11:37:09.2534662Z remote: Counting objects: 4% (40/986) 2023-07-20T11:37:09.2534923Z remote: Counting objects: 5% (50/986) 2023-07-20T11:37:09.2535159Z remote: Counting objects: 6% (60/986) 2023-07-20T11:37:09.2535457Z remote: Counting objects: 7% (70/986) 2023-07-20T11:37:09.2535816Z remote: Counting objects: 8% (79/986) 2023-07-20T11:37:09.2536170Z remote: Counting objects: 9% (89/986) 2023-07-20T11:37:09.2536525Z remote: Counting objects: 10% (99/986) 2023-07-20T11:37:09.2538324Z remote: Counting objects: 11% (109/986) 2023-07-20T11:37:09.2538623Z remote: Counting objects: 12% (119/986) 2023-07-20T11:37:09.2539007Z remote: Counting objects: 13% (129/986) 2023-07-20T11:37:09.2539384Z remote: Counting objects: 14% (139/986) 2023-07-20T11:37:09.2539661Z remote: Counting objects: 15% (148/986) 2023-07-20T11:37:09.2539887Z remote: Counting objects: 16% (158/986) 2023-07-20T11:37:09.2540117Z remote: Counting objects: 17% (168/986) 2023-07-20T11:37:09.2540356Z remote: Counting objects: 18% (178/986) 2023-07-20T11:37:09.2540740Z remote: Counting objects: 19% (188/986) 2023-07-20T11:37:09.2540974Z remote: Counting objects: 20% (198/986) 2023-07-20T11:37:09.2541200Z remote: Counting objects: 21% (208/986) 2023-07-20T11:37:09.2541534Z remote: Counting objects: 22% (217/986) 2023-07-20T11:37:09.2541866Z remote: Counting objects: 23% (227/986) 2023-07-20T11:37:09.2542252Z remote: Counting objects: 24% (237/986) 2023-07-20T11:37:09.2542696Z remote: Counting objects: 25% (247/986) 2023-07-20T11:37:09.2543124Z remote: Counting objects: 26% (257/986) 2023-07-20T11:37:09.2543838Z remote: Counting objects: 27% (267/986) 2023-07-20T11:37:09.2544249Z remote: Counting objects: 28% (277/986) 2023-07-20T11:37:09.2544674Z remote: Counting objects: 29% (286/986) 2023-07-20T11:37:09.2545023Z remote: Counting objects: 30% (296/986) 2023-07-20T11:37:09.2545256Z remote: Counting objects: 31% (306/986) 2023-07-20T11:37:09.2545476Z remote: Counting objects: 32% (316/986) 2023-07-20T11:37:09.2545703Z remote: Counting objects: 33% (326/986) 2023-07-20T11:37:09.2545932Z remote: Counting objects: 34% (336/986) 2023-07-20T11:37:09.2546146Z remote: Counting objects: 35% (346/986) 2023-07-20T11:37:09.2546490Z remote: Counting objects: 36% (355/986) 2023-07-20T11:37:09.2546726Z remote: Counting objects: 37% (365/986) 2023-07-20T11:37:09.2546959Z remote: Counting objects: 38% (375/986) 2023-07-20T11:37:09.2549008Z remote: Counting objects: 39% (385/986) 2023-07-20T11:37:09.2549511Z remote: Counting objects: 40% (395/986) 2023-07-20T11:37:09.2549947Z remote: Counting objects: 41% (405/986) 2023-07-20T11:37:09.2550333Z remote: Counting objects: 42% (415/986) 2023-07-20T11:37:09.2550683Z remote: Counting objects: 43% (424/986) 2023-07-20T11:37:09.2551045Z remote: Counting objects: 44% (434/986) 2023-07-20T11:37:09.2551426Z remote: Counting objects: 45% (444/986) 2023-07-20T11:37:09.2551805Z remote: Counting objects: 46% (454/986) 2023-07-20T11:37:09.2552192Z remote: Counting objects: 47% (464/986) 2023-07-20T11:37:09.2552586Z remote: Counting objects: 48% (474/986) 2023-07-20T11:37:09.2552999Z remote: Counting objects: 49% (484/986) 2023-07-20T11:37:09.2553346Z remote: Counting objects: 50% (493/986) 2023-07-20T11:37:09.2553717Z remote: Counting objects: 51% (503/986) 2023-07-20T11:37:09.2554230Z remote: Counting objects: 52% (513/986) 2023-07-20T11:37:09.2554715Z remote: Counting objects: 53% (523/986) 2023-07-20T11:37:09.2555246Z remote: Counting objects: 54% (533/986) 2023-07-20T11:37:09.2555780Z remote: Counting objects: 55% (543/986) 2023-07-20T11:37:09.2556280Z remote: Counting objects: 56% (553/986) 2023-07-20T11:37:09.2556763Z remote: Counting objects: 57% (563/986) 2023-07-20T11:37:09.2557424Z remote: Counting objects: 58% (572/986) 2023-07-20T11:37:09.2557962Z remote: Counting objects: 59% (582/986) 2023-07-20T11:37:09.2558472Z remote: Counting objects: 60% (592/986) 2023-07-20T11:37:09.2558994Z remote: Counting objects: 61% (602/986) 2023-07-20T11:37:09.2559486Z remote: Counting objects: 62% (612/986) 2023-07-20T11:37:09.2559951Z remote: Counting objects: 63% (622/986) 2023-07-20T11:37:09.2560465Z remote: Counting objects: 64% (632/986) 2023-07-20T11:37:09.2560989Z remote: Counting objects: 65% (641/986) 2023-07-20T11:37:09.2561488Z remote: Counting objects: 66% (651/986) 2023-07-20T11:37:09.2562020Z remote: Counting objects: 67% (661/986) 2023-07-20T11:37:09.2562508Z remote: Counting objects: 68% (671/986) 2023-07-20T11:37:09.2563014Z remote: Counting objects: 69% (681/986) 2023-07-20T11:37:09.2563544Z remote: Counting objects: 70% (691/986) 2023-07-20T11:37:09.2564070Z remote: Counting objects: 71% (701/986) 2023-07-20T11:37:09.2564584Z remote: Counting objects: 72% (710/986) 2023-07-20T11:37:09.2565080Z remote: Counting objects: 73% (720/986) 2023-07-20T11:37:09.2565598Z remote: Counting objects: 74% (730/986) 2023-07-20T11:37:09.2566159Z remote: Counting objects: 75% (740/986) 2023-07-20T11:37:09.2566696Z remote: Counting objects: 76% (750/986) 2023-07-20T11:37:09.2567184Z remote: Counting objects: 77% (760/986) 2023-07-20T11:37:09.2567717Z remote: Counting objects: 78% (770/986) 2023-07-20T11:37:09.2568307Z remote: Counting objects: 79% (779/986) 2023-07-20T11:37:09.2569091Z remote: Counting objects: 80% (789/986) 2023-07-20T11:37:09.2569612Z remote: Counting objects: 81% (799/986) 2023-07-20T11:37:09.2570135Z remote: Counting objects: 82% (809/986) 2023-07-20T11:37:09.2570634Z remote: Counting objects: 83% (819/986) 2023-07-20T11:37:09.2571107Z remote: Counting objects: 84% (829/986) 2023-07-20T11:37:09.2571640Z remote: Counting objects: 85% (839/986) 2023-07-20T11:37:09.2572145Z remote: Counting objects: 86% (848/986) 2023-07-20T11:37:09.2572720Z remote: Counting objects: 87% (858/986) 2023-07-20T11:37:09.2573241Z remote: Counting objects: 88% (868/986) 2023-07-20T11:37:09.2573887Z remote: Counting objects: 89% (878/986) 2023-07-20T11:37:09.2574406Z remote: Counting objects: 90% (888/986) 2023-07-20T11:37:09.2574935Z remote: Counting objects: 91% (898/986) 2023-07-20T11:37:09.2575455Z remote: Counting objects: 92% (908/986) 2023-07-20T11:37:09.2575964Z remote: Counting objects: 93% (917/986) 2023-07-20T11:37:09.2576480Z remote: Counting objects: 94% (927/986) 2023-07-20T11:37:09.2577004Z remote: Counting objects: 95% (937/986) 2023-07-20T11:37:09.2577498Z remote: Counting objects: 96% (947/986) 2023-07-20T11:37:09.2578015Z remote: Counting objects: 97% (957/986) 2023-07-20T11:37:09.2578543Z remote: Counting objects: 98% (967/986) 2023-07-20T11:37:09.2579046Z remote: Counting objects: 99% (977/986) 2023-07-20T11:37:09.2579565Z remote: Counting objects: 100% (986/986) 2023-07-20T11:37:09.2580115Z remote: Counting objects: 100% (986/986), done. 2023-07-20T11:37:09.2580687Z remote: Compressing objects: 0% (1/855) 2023-07-20T11:37:09.2581250Z remote: Compressing objects: 1% (9/855) 2023-07-20T11:37:09.2591237Z remote: Compressing objects: 2% (18/855) 2023-07-20T11:37:09.2609635Z remote: Compressing objects: 3% (26/855) 2023-07-20T11:37:09.2610992Z remote: Compressing objects: 4% (35/855) 2023-07-20T11:37:09.2613059Z remote: Compressing objects: 5% (43/855) 2023-07-20T11:37:09.2615937Z remote: Compressing objects: 6% (52/855) 2023-07-20T11:37:09.2627207Z remote: Compressing objects: 7% (60/855) 2023-07-20T11:37:09.2662367Z remote: Compressing objects: 8% (69/855) 2023-07-20T11:37:09.2680043Z remote: Compressing objects: 9% (77/855) 2023-07-20T11:37:09.2707052Z remote: Compressing objects: 10% (86/855) 2023-07-20T11:37:09.2726897Z remote: Compressing objects: 11% (95/855) 2023-07-20T11:37:09.2745793Z remote: Compressing objects: 12% (103/855) 2023-07-20T11:37:09.2758807Z remote: Compressing objects: 13% (112/855) 2023-07-20T11:37:09.2761206Z remote: Compressing objects: 14% (120/855) 2023-07-20T11:37:09.2776666Z remote: Compressing objects: 15% (129/855) 2023-07-20T11:37:09.2781480Z remote: Compressing objects: 16% (137/855) 2023-07-20T11:37:09.2808043Z remote: Compressing objects: 17% (146/855) 2023-07-20T11:37:09.2837784Z remote: Compressing objects: 18% (154/855) 2023-07-20T11:37:09.2860820Z remote: Compressing objects: 19% (163/855) 2023-07-20T11:37:09.2880859Z remote: Compressing objects: 20% (171/855) 2023-07-20T11:37:09.2896974Z remote: Compressing objects: 21% (180/855) 2023-07-20T11:37:09.2905944Z remote: Compressing objects: 22% (189/855) 2023-07-20T11:37:09.2925271Z remote: Compressing objects: 23% (197/855) 2023-07-20T11:37:09.2949379Z remote: Compressing objects: 24% (206/855) 2023-07-20T11:37:09.2980830Z remote: Compressing objects: 25% (214/855) 2023-07-20T11:37:09.3026773Z remote: Compressing objects: 26% (223/855) 2023-07-20T11:37:09.3075985Z remote: Compressing objects: 27% (231/855) 2023-07-20T11:37:09.3119730Z remote: Compressing objects: 28% (240/855) 2023-07-20T11:37:09.3135402Z remote: Compressing objects: 29% (248/855) 2023-07-20T11:37:09.3161939Z remote: Compressing objects: 30% (257/855) 2023-07-20T11:37:09.3180646Z remote: Compressing objects: 31% (266/855) 2023-07-20T11:37:09.3221543Z remote: Compressing objects: 32% (274/855) 2023-07-20T11:37:09.3262147Z remote: Compressing objects: 33% (283/855) 2023-07-20T11:37:09.3312893Z remote: Compressing objects: 34% (291/855) 2023-07-20T11:37:09.3364731Z remote: Compressing objects: 35% (300/855) 2023-07-20T11:37:09.3416718Z remote: Compressing objects: 36% (308/855) 2023-07-20T11:37:09.3467798Z remote: Compressing objects: 37% (317/855) 2023-07-20T11:37:09.3588797Z remote: Compressing objects: 38% (325/855) 2023-07-20T11:37:09.3725988Z remote: Compressing objects: 39% (334/855) 2023-07-20T11:37:09.3773247Z remote: Compressing objects: 40% (342/855) 2023-07-20T11:37:09.3802576Z remote: Compressing objects: 41% (351/855) 2023-07-20T11:37:09.3817845Z remote: Compressing objects: 42% (360/855) 2023-07-20T11:37:09.3842340Z remote: Compressing objects: 43% (368/855) 2023-07-20T11:37:09.3869525Z remote: Compressing objects: 44% (377/855) 2023-07-20T11:37:09.3882593Z remote: Compressing objects: 45% (385/855) 2023-07-20T11:37:09.3884964Z remote: Compressing objects: 46% (394/855) 2023-07-20T11:37:09.3886647Z remote: Compressing objects: 47% (402/855) 2023-07-20T11:37:09.3889470Z remote: Compressing objects: 48% (411/855) 2023-07-20T11:37:09.3891393Z remote: Compressing objects: 49% (419/855) 2023-07-20T11:37:09.3911216Z remote: Compressing objects: 50% (428/855) 2023-07-20T11:37:09.3925988Z remote: Compressing objects: 51% (437/855) 2023-07-20T11:37:09.3931698Z remote: Compressing objects: 52% (445/855) 2023-07-20T11:37:09.3934757Z remote: Compressing objects: 53% (454/855) 2023-07-20T11:37:09.3944799Z remote: Compressing objects: 54% (462/855) 2023-07-20T11:37:09.3953779Z remote: Compressing objects: 55% (471/855) 2023-07-20T11:37:09.3956254Z remote: Compressing objects: 56% (479/855) 2023-07-20T11:37:09.3988520Z remote: Compressing objects: 57% (488/855) 2023-07-20T11:37:09.3992381Z remote: Compressing objects: 58% (496/855) 2023-07-20T11:37:09.4027576Z remote: Compressing objects: 59% (505/855) 2023-07-20T11:37:09.4039859Z remote: Compressing objects: 60% (513/855) 2023-07-20T11:37:09.4060432Z remote: Compressing objects: 61% (522/855) 2023-07-20T11:37:09.4083359Z remote: Compressing objects: 62% (531/855) 2023-07-20T11:37:09.4097936Z remote: Compressing objects: 63% (539/855) 2023-07-20T11:37:09.4101968Z remote: Compressing objects: 64% (548/855) 2023-07-20T11:37:09.4135215Z remote: Compressing objects: 65% (556/855) 2023-07-20T11:37:09.4145731Z remote: Compressing objects: 66% (565/855) 2023-07-20T11:37:09.4153228Z remote: Compressing objects: 67% (573/855) 2023-07-20T11:37:09.4156840Z remote: Compressing objects: 68% (582/855) 2023-07-20T11:37:09.4157437Z remote: Compressing objects: 69% (590/855) 2023-07-20T11:37:09.4163259Z remote: Compressing objects: 70% (599/855) 2023-07-20T11:37:09.4175067Z remote: Compressing objects: 71% (608/855) 2023-07-20T11:37:09.4175992Z remote: Compressing objects: 72% (616/855) 2023-07-20T11:37:09.4289081Z remote: Compressing objects: 73% (625/855) 2023-07-20T11:37:09.4297236Z remote: Compressing objects: 74% (633/855) 2023-07-20T11:37:09.4345064Z remote: Compressing objects: 75% (642/855) 2023-07-20T11:37:09.4345709Z remote: Compressing objects: 76% (650/855) 2023-07-20T11:37:09.4346076Z remote: Compressing objects: 77% (659/855) 2023-07-20T11:37:09.4346331Z remote: Compressing objects: 78% (667/855) 2023-07-20T11:37:09.4346586Z remote: Compressing objects: 79% (676/855) 2023-07-20T11:37:09.4347543Z remote: Compressing objects: 80% (684/855) 2023-07-20T11:37:09.4348849Z remote: Compressing objects: 81% (693/855) 2023-07-20T11:37:09.4350333Z remote: Compressing objects: 82% (702/855) 2023-07-20T11:37:09.4350587Z remote: Compressing objects: 83% (710/855) 2023-07-20T11:37:09.4351785Z remote: Compressing objects: 84% (719/855) 2023-07-20T11:37:09.4352657Z remote: Compressing objects: 85% (727/855) 2023-07-20T11:37:09.4353453Z remote: Compressing objects: 86% (736/855) 2023-07-20T11:37:09.4354546Z remote: Compressing objects: 87% (744/855) 2023-07-20T11:37:09.4355275Z remote: Compressing objects: 88% (753/855) 2023-07-20T11:37:09.4356558Z remote: Compressing objects: 89% (761/855) 2023-07-20T11:37:09.4357806Z remote: Compressing objects: 90% (770/855) 2023-07-20T11:37:09.4358062Z remote: Compressing objects: 91% (779/855) 2023-07-20T11:37:09.4358652Z remote: Compressing objects: 92% (787/855) 2023-07-20T11:37:09.4359800Z remote: Compressing objects: 93% (796/855) 2023-07-20T11:37:09.4361729Z remote: Compressing objects: 94% (804/855) 2023-07-20T11:37:09.4362731Z remote: Compressing objects: 95% (813/855) 2023-07-20T11:37:09.4363086Z remote: Compressing objects: 96% (821/855) 2023-07-20T11:37:09.4363503Z remote: Compressing objects: 97% (830/855) 2023-07-20T11:37:09.4363744Z remote: Compressing objects: 98% (838/855) 2023-07-20T11:37:09.4365228Z remote: Compressing objects: 99% (847/855) 2023-07-20T11:37:09.4365491Z remote: Compressing objects: 100% (855/855) 2023-07-20T11:37:09.4365764Z remote: Compressing objects: 100% (855/855), done. 2023-07-20T11:37:09.4397865Z Receiving objects: 0% (1/986) 2023-07-20T11:37:09.4399751Z Receiving objects: 1% (10/986) 2023-07-20T11:37:09.4401055Z Receiving objects: 2% (20/986) 2023-07-20T11:37:09.4402357Z Receiving objects: 3% (30/986) 2023-07-20T11:37:09.4403867Z Receiving objects: 4% (40/986) 2023-07-20T11:37:09.4408167Z Receiving objects: 5% (50/986) 2023-07-20T11:37:09.4424586Z Receiving objects: 6% (60/986) 2023-07-20T11:37:09.4430381Z Receiving objects: 7% (70/986) 2023-07-20T11:37:09.4432532Z Receiving objects: 8% (79/986) 2023-07-20T11:37:09.4810630Z Receiving objects: 9% (89/986) 2023-07-20T11:37:09.4960144Z Receiving objects: 10% (99/986) 2023-07-20T11:37:09.4961241Z Receiving objects: 11% (109/986) 2023-07-20T11:37:09.4965544Z Receiving objects: 12% (119/986) 2023-07-20T11:37:09.4966954Z Receiving objects: 13% (129/986) 2023-07-20T11:37:09.4968971Z Receiving objects: 14% (139/986) 2023-07-20T11:37:09.4973476Z Receiving objects: 15% (148/986) 2023-07-20T11:37:09.4976520Z Receiving objects: 16% (158/986) 2023-07-20T11:37:09.4978687Z Receiving objects: 17% (168/986) 2023-07-20T11:37:09.4981692Z Receiving objects: 18% (178/986) 2023-07-20T11:37:09.4983608Z Receiving objects: 19% (188/986) 2023-07-20T11:37:09.4985614Z Receiving objects: 20% (198/986) 2023-07-20T11:37:09.4989326Z Receiving objects: 21% (208/986) 2023-07-20T11:37:09.4995287Z Receiving objects: 22% (217/986) 2023-07-20T11:37:09.4998122Z Receiving objects: 23% (227/986) 2023-07-20T11:37:09.4999127Z Receiving objects: 24% (237/986) 2023-07-20T11:37:09.5017524Z Receiving objects: 25% (247/986) 2023-07-20T11:37:09.5021164Z Receiving objects: 26% (257/986) 2023-07-20T11:37:09.5026720Z Receiving objects: 27% (267/986) 2023-07-20T11:37:09.5029092Z Receiving objects: 28% (277/986) 2023-07-20T11:37:09.5030559Z Receiving objects: 29% (286/986) 2023-07-20T11:37:09.5032110Z Receiving objects: 30% (296/986) 2023-07-20T11:37:09.5035837Z Receiving objects: 31% (306/986) 2023-07-20T11:37:09.5041505Z Receiving objects: 32% (316/986) 2023-07-20T11:37:09.5051905Z Receiving objects: 33% (326/986) 2023-07-20T11:37:09.5080309Z Receiving objects: 34% (336/986) 2023-07-20T11:37:09.5087057Z Receiving objects: 35% (346/986) 2023-07-20T11:37:09.5092258Z Receiving objects: 36% (355/986) 2023-07-20T11:37:09.5093612Z Receiving objects: 37% (365/986) 2023-07-20T11:37:09.5098815Z Receiving objects: 38% (375/986) 2023-07-20T11:37:09.5140237Z Receiving objects: 39% (385/986) 2023-07-20T11:37:09.5140591Z Receiving objects: 40% (395/986) 2023-07-20T11:37:09.5153144Z Receiving objects: 41% (405/986) 2023-07-20T11:37:09.5341784Z Receiving objects: 42% (415/986) 2023-07-20T11:37:09.5578657Z Receiving objects: 43% (424/986) 2023-07-20T11:37:09.5580105Z Receiving objects: 44% (434/986) 2023-07-20T11:37:09.5580473Z Receiving objects: 45% (444/986) 2023-07-20T11:37:09.5580837Z Receiving objects: 46% (454/986) 2023-07-20T11:37:09.5581825Z Receiving objects: 47% (464/986) 2023-07-20T11:37:09.5586498Z Receiving objects: 48% (474/986) 2023-07-20T11:37:09.5588913Z Receiving objects: 49% (484/986) 2023-07-20T11:37:09.5590161Z Receiving objects: 50% (493/986) 2023-07-20T11:37:09.5592728Z Receiving objects: 51% (503/986) 2023-07-20T11:37:09.5595447Z Receiving objects: 52% (513/986) 2023-07-20T11:37:09.5599519Z Receiving objects: 53% (523/986) 2023-07-20T11:37:09.5602916Z Receiving objects: 54% (533/986) 2023-07-20T11:37:09.5604479Z Receiving objects: 55% (543/986) 2023-07-20T11:37:09.5606139Z Receiving objects: 56% (553/986) 2023-07-20T11:37:09.5609597Z Receiving objects: 57% (563/986) 2023-07-20T11:37:09.5614756Z Receiving objects: 58% (572/986) 2023-07-20T11:37:09.5622721Z Receiving objects: 59% (582/986) 2023-07-20T11:37:09.5624189Z Receiving objects: 60% (592/986) 2023-07-20T11:37:09.5625126Z Receiving objects: 61% (602/986) 2023-07-20T11:37:09.5626657Z Receiving objects: 62% (612/986) 2023-07-20T11:37:09.5630257Z Receiving objects: 63% (622/986) 2023-07-20T11:37:09.5631610Z Receiving objects: 64% (632/986) 2023-07-20T11:37:09.5634006Z Receiving objects: 65% (641/986) 2023-07-20T11:37:09.5636315Z Receiving objects: 66% (651/986) 2023-07-20T11:37:09.5638353Z Receiving objects: 67% (661/986) 2023-07-20T11:37:09.5641094Z Receiving objects: 68% (671/986) 2023-07-20T11:37:09.5643108Z Receiving objects: 69% (681/986) 2023-07-20T11:37:09.5645021Z Receiving objects: 70% (691/986) 2023-07-20T11:37:09.5654312Z Receiving objects: 71% (701/986) 2023-07-20T11:37:09.5656406Z Receiving objects: 72% (710/986) 2023-07-20T11:37:09.5659606Z Receiving objects: 73% (720/986) 2023-07-20T11:37:09.5665754Z Receiving objects: 74% (730/986) 2023-07-20T11:37:09.5667092Z Receiving objects: 75% (740/986) 2023-07-20T11:37:09.5675563Z Receiving objects: 76% (750/986) 2023-07-20T11:37:09.5678696Z Receiving objects: 77% (760/986) 2023-07-20T11:37:09.5682216Z Receiving objects: 78% (770/986) 2023-07-20T11:37:09.5688734Z Receiving objects: 79% (779/986) 2023-07-20T11:37:09.5694742Z Receiving objects: 80% (789/986) 2023-07-20T11:37:09.5697335Z Receiving objects: 81% (799/986) 2023-07-20T11:37:09.5699605Z Receiving objects: 82% (809/986) 2023-07-20T11:37:09.5703098Z Receiving objects: 83% (819/986) 2023-07-20T11:37:09.5704984Z Receiving objects: 84% (829/986) 2023-07-20T11:37:09.5706326Z Receiving objects: 85% (839/986) 2023-07-20T11:37:09.5709382Z Receiving objects: 86% (848/986) 2023-07-20T11:37:09.5712359Z Receiving objects: 87% (858/986) 2023-07-20T11:37:09.5716741Z Receiving objects: 88% (868/986) 2023-07-20T11:37:09.5720961Z Receiving objects: 89% (878/986) 2023-07-20T11:37:09.5744501Z Receiving objects: 90% (888/986) 2023-07-20T11:37:09.5774797Z Receiving objects: 91% (898/986) 2023-07-20T11:37:09.5792491Z Receiving objects: 92% (908/986) 2023-07-20T11:37:09.5857602Z Receiving objects: 93% (917/986) 2023-07-20T11:37:09.5871994Z Receiving objects: 94% (927/986) 2023-07-20T11:37:09.5884374Z Receiving objects: 95% (937/986) 2023-07-20T11:37:09.5899669Z Receiving objects: 96% (947/986) 2023-07-20T11:37:09.5938618Z Receiving objects: 97% (957/986) 2023-07-20T11:37:09.5957423Z Receiving objects: 98% (967/986) 2023-07-20T11:37:09.6016460Z Receiving objects: 99% (977/986) 2023-07-20T11:37:09.6017228Z remote: Total 986 (delta 165), reused 437 (delta 96), pack-reused 0 2023-07-20T11:37:09.6019071Z Receiving objects: 100% (986/986) 2023-07-20T11:37:09.6019459Z Receiving objects: 100% (986/986), 4.97 MiB | 30.63 MiB/s, done. 2023-07-20T11:37:09.6022342Z Resolving deltas: 0% (0/165) 2023-07-20T11:37:09.6022722Z Resolving deltas: 1% (2/165) 2023-07-20T11:37:09.6023085Z Resolving deltas: 3% (5/165) 2023-07-20T11:37:09.6023477Z Resolving deltas: 4% (7/165) 2023-07-20T11:37:09.6023801Z Resolving deltas: 5% (9/165) 2023-07-20T11:37:09.6024250Z Resolving deltas: 6% (10/165) 2023-07-20T11:37:09.6025676Z Resolving deltas: 7% (12/165) 2023-07-20T11:37:09.6027229Z Resolving deltas: 8% (14/165) 2023-07-20T11:37:09.6027587Z Resolving deltas: 9% (15/165) 2023-07-20T11:37:09.6028268Z Resolving deltas: 10% (17/165) 2023-07-20T11:37:09.6028652Z Resolving deltas: 11% (19/165) 2023-07-20T11:37:09.6029041Z Resolving deltas: 12% (20/165) 2023-07-20T11:37:09.6029313Z Resolving deltas: 13% (22/165) 2023-07-20T11:37:09.6029614Z Resolving deltas: 14% (24/165) 2023-07-20T11:37:09.6029939Z Resolving deltas: 15% (25/165) 2023-07-20T11:37:09.6030187Z Resolving deltas: 16% (28/165) 2023-07-20T11:37:09.6030912Z Resolving deltas: 17% (29/165) 2023-07-20T11:37:09.6031851Z Resolving deltas: 18% (30/165) 2023-07-20T11:37:09.6032358Z Resolving deltas: 19% (32/165) 2023-07-20T11:37:09.6034144Z Resolving deltas: 20% (33/165) 2023-07-20T11:37:09.6035366Z Resolving deltas: 21% (35/165) 2023-07-20T11:37:09.6035792Z Resolving deltas: 22% (37/165) 2023-07-20T11:37:09.6037330Z Resolving deltas: 23% (38/165) 2023-07-20T11:37:09.6038024Z Resolving deltas: 24% (40/165) 2023-07-20T11:37:09.6038326Z Resolving deltas: 25% (42/165) 2023-07-20T11:37:09.6040704Z Resolving deltas: 26% (43/165) 2023-07-20T11:37:09.6041895Z Resolving deltas: 27% (45/165) 2023-07-20T11:37:09.6042353Z Resolving deltas: 28% (47/165) 2023-07-20T11:37:09.6043609Z Resolving deltas: 29% (48/165) 2023-07-20T11:37:09.6043999Z Resolving deltas: 31% (52/165) 2023-07-20T11:37:09.6044365Z Resolving deltas: 32% (53/165) 2023-07-20T11:37:09.6044706Z Resolving deltas: 33% (55/165) 2023-07-20T11:37:09.6045057Z Resolving deltas: 34% (57/165) 2023-07-20T11:37:09.6045405Z Resolving deltas: 35% (58/165) 2023-07-20T11:37:09.6045676Z Resolving deltas: 36% (60/165) 2023-07-20T11:37:09.6046035Z Resolving deltas: 37% (62/165) 2023-07-20T11:37:09.6046507Z Resolving deltas: 38% (63/165) 2023-07-20T11:37:09.6046874Z Resolving deltas: 39% (65/165) 2023-07-20T11:37:09.6047544Z Resolving deltas: 40% (66/165) 2023-07-20T11:37:09.6047930Z Resolving deltas: 41% (68/165) 2023-07-20T11:37:09.6048410Z Resolving deltas: 42% (70/165) 2023-07-20T11:37:09.6048917Z Resolving deltas: 43% (71/165) 2023-07-20T11:37:09.6049718Z Resolving deltas: 44% (73/165) 2023-07-20T11:37:09.6050415Z Resolving deltas: 45% (75/165) 2023-07-20T11:37:09.6050779Z Resolving deltas: 46% (76/165) 2023-07-20T11:37:09.6051103Z Resolving deltas: 47% (78/165) 2023-07-20T11:37:09.6051876Z Resolving deltas: 49% (81/165) 2023-07-20T11:37:09.6052753Z Resolving deltas: 50% (83/165) 2023-07-20T11:37:09.6053207Z Resolving deltas: 52% (86/165) 2023-07-20T11:37:09.6053497Z Resolving deltas: 53% (88/165) 2023-07-20T11:37:09.6053759Z Resolving deltas: 54% (90/165) 2023-07-20T11:37:09.6054225Z Resolving deltas: 55% (91/165) 2023-07-20T11:37:09.6054902Z Resolving deltas: 56% (93/165) 2023-07-20T11:37:09.6055222Z Resolving deltas: 57% (95/165) 2023-07-20T11:37:09.6055633Z Resolving deltas: 58% (96/165) 2023-07-20T11:37:09.6055997Z Resolving deltas: 59% (98/165) 2023-07-20T11:37:09.6056386Z Resolving deltas: 60% (99/165) 2023-07-20T11:37:09.6056778Z Resolving deltas: 61% (101/165) 2023-07-20T11:37:09.6057171Z Resolving deltas: 62% (103/165) 2023-07-20T11:37:09.6057576Z Resolving deltas: 63% (104/165) 2023-07-20T11:37:09.6057964Z Resolving deltas: 64% (106/165) 2023-07-20T11:37:09.6058348Z Resolving deltas: 65% (108/165) 2023-07-20T11:37:09.6058748Z Resolving deltas: 66% (109/165) 2023-07-20T11:37:09.6059117Z Resolving deltas: 67% (111/165) 2023-07-20T11:37:09.6059708Z Resolving deltas: 68% (113/165) 2023-07-20T11:37:09.6060085Z Resolving deltas: 69% (114/165) 2023-07-20T11:37:09.6060466Z Resolving deltas: 70% (116/165) 2023-07-20T11:37:09.6060849Z Resolving deltas: 71% (118/165) 2023-07-20T11:37:09.6061055Z Resolving deltas: 72% (119/165) 2023-07-20T11:37:09.6061282Z Resolving deltas: 73% (121/165) 2023-07-20T11:37:09.6061471Z Resolving deltas: 74% (123/165) 2023-07-20T11:37:09.6061670Z Resolving deltas: 75% (124/165) 2023-07-20T11:37:09.6062135Z Resolving deltas: 76% (126/165) 2023-07-20T11:37:09.6062491Z Resolving deltas: 78% (129/165) 2023-07-20T11:37:09.6062875Z Resolving deltas: 79% (131/165) 2023-07-20T11:37:09.6063274Z Resolving deltas: 80% (132/165) 2023-07-20T11:37:09.6063806Z Resolving deltas: 81% (134/165) 2023-07-20T11:37:09.6064192Z Resolving deltas: 82% (136/165) 2023-07-20T11:37:09.6064598Z Resolving deltas: 83% (137/165) 2023-07-20T11:37:09.6065376Z Resolving deltas: 84% (140/165) 2023-07-20T11:37:09.6065736Z Resolving deltas: 85% (141/165) 2023-07-20T11:37:09.6067210Z Resolving deltas: 86% (142/165) 2023-07-20T11:37:09.6067697Z Resolving deltas: 87% (144/165) 2023-07-20T11:37:09.6068252Z Resolving deltas: 88% (146/165) 2023-07-20T11:37:09.6069340Z Resolving deltas: 89% (148/165) 2023-07-20T11:37:09.6069680Z Resolving deltas: 90% (150/165) 2023-07-20T11:37:09.6070119Z Resolving deltas: 91% (151/165) 2023-07-20T11:37:09.6070504Z Resolving deltas: 92% (152/165) 2023-07-20T11:37:09.6071213Z Resolving deltas: 93% (154/165) 2023-07-20T11:37:09.6071602Z Resolving deltas: 94% (156/165) 2023-07-20T11:37:09.6072846Z Resolving deltas: 95% (157/165) 2023-07-20T11:37:09.6073475Z Resolving deltas: 96% (160/165) 2023-07-20T11:37:09.6076292Z Resolving deltas: 97% (161/165) 2023-07-20T11:37:09.6076594Z Resolving deltas: 98% (162/165) 2023-07-20T11:37:09.6082394Z Resolving deltas: 99% (164/165) 2023-07-20T11:37:09.6082943Z Resolving deltas: 100% (165/165) 2023-07-20T11:37:09.6083192Z Resolving deltas: 100% (165/165), done. 2023-07-20T11:37:09.6763936Z From https://github.com/pytorch/audio 2023-07-20T11:37:09.6764396Z * [new branch] nightly -> origin/nightly 2023-07-20T11:37:09.6781596Z ##[endgroup] 2023-07-20T11:37:09.6781960Z ##[group]Determining the checkout info 2023-07-20T11:37:09.6784379Z ##[endgroup] 2023-07-20T11:37:09.6784705Z ##[group]Checking out the ref 2023-07-20T11:37:09.6788559Z [command]/usr/bin/git checkout --progress --force -B nightly refs/remotes/origin/nightly 2023-07-20T11:37:09.7439571Z Switched to a new branch 'nightly' 2023-07-20T11:37:09.7440047Z branch 'nightly' set up to track 'origin/nightly'. 2023-07-20T11:37:09.7447277Z ##[endgroup] 2023-07-20T11:37:09.7483826Z [command]/usr/bin/git log -1 --format='%H' 2023-07-20T11:37:09.7508841Z '6a67f8ba5a61a7068729fcd436b7009d56649e2b' 2023-07-20T11:37:09.7633458Z ##[group]Run set -ex 2023-07-20T11:37:09.7633680Z set -ex 2023-07-20T11:37:09.7633836Z { 2023-07-20T11:37:09.7634027Z  echo "#!/usr/bin/env bash"; 2023-07-20T11:37:09.7634265Z  echo "set -eou pipefail"; 2023-07-20T11:37:09.7634484Z  # shellcheck disable=SC2016 2023-07-20T11:37:09.7634722Z  echo 'eval "$(conda shell.bash hook)"'; 2023-07-20T11:37:09.7634940Z  echo "set -x"; 2023-07-20T11:37:09.7635138Z  echo "${SCRIPT}"; 2023-07-20T11:37:09.7635341Z } > "${RUNNER_TEMP}/exec_script" 2023-07-20T11:37:09.7635576Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-07-20T11:37:09.7635934Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-07-20T11:37:09.7646992Z shell: /usr/bin/bash -e {0} 2023-07-20T11:37:09.7647184Z env: 2023-07-20T11:37:09.7647392Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:37:09.7647660Z REPOSITORY: pytorch/audio 2023-07-20T11:37:09.7647842Z PR_NUMBER: 2023-07-20T11:37:09.7648616Z 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-20T11:37:09.7649515Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:37:09.7649837Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:37:09.7650154Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:37:09.7650606Z ALL_SECRETS: { "github_token": "***" } 2023-07-20T11:37:09.7650817Z ##[endgroup] 2023-07-20T11:37:09.7674793Z + echo '#!/usr/bin/env bash' 2023-07-20T11:37:09.7675043Z + echo 'set -eou pipefail' 2023-07-20T11:37:09.7675381Z + echo 'eval "$(conda shell.bash hook)"' 2023-07-20T11:37:09.7675788Z + echo 'set -x' 2023-07-20T11:37:09.7676200Z + echo 'set -euo pipefail 2023-07-20T11:37:09.7676360Z 2023-07-20T11:37:09.7686195Z echo '\''::group::Setup environment'\'' 2023-07-20T11:37:09.7686482Z eval "$("$(which conda)" shell.bash hook)" 2023-07-20T11:37:09.7686772Z pip install --progress-bar=off pre-commit 2023-07-20T11:37:09.7687073Z echo '\''::endgroup::'\'' 2023-07-20T11:37:09.7687197Z 2023-07-20T11:37:09.7687258Z set +e 2023-07-20T11:37:09.7687512Z pre-commit run --all-files --show-diff-on-failure 2023-07-20T11:37:09.7687760Z status=$? 2023-07-20T11:37:09.7687864Z 2023-07-20T11:37:09.7688109Z echo '\''::group::Add Summry'\'' 2023-07-20T11:37:09.7688347Z if [ $status -ne 0 ]; then 2023-07-20T11:37:09.7688650Z echo '\''### Lint failure'\'' >> $GITHUB_STEP_SUMMARY 2023-07-20T11:37:09.7688960Z echo '\''```diff'\'' >> $GITHUB_STEP_SUMMARY 2023-07-20T11:37:09.7689250Z git --no-pager diff >> $GITHUB_STEP_SUMMARY 2023-07-20T11:37:09.7689554Z echo '\''```'\'' >> $GITHUB_STEP_SUMMARY 2023-07-20T11:37:09.7689756Z fi 2023-07-20T11:37:09.7689972Z echo '\''::endgroup::'\'' 2023-07-20T11:37:09.7690143Z exit $status 2023-07-20T11:37:09.7690322Z ' 2023-07-20T11:37:09.7690602Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-07-20T11:37:09.7691057Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-07-20T11:37:28.9521170Z Running command: 2023-07-20T11:37:28.9525803Z 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_5610470955" `# 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_cdefad50-e0e4-4e1c-b4a6-dfafddcd456b":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_cdefad50-e0e4-4e1c-b4a6-dfafddcd456b" -w /work "pytorch/conda-builder:cpu" 2023-07-20T11:37:28.9528614Z 2023-07-20T11:37:28.9529096Z 693fece8af5f96b75f37212d09149cb5775c124cc20cf2632d8b27a16036b8d6 2023-07-20T11:37:28.9529812Z Running command: docker exec -t 693fece8af5f96b75f37212d09149cb5775c124cc20cf2632d8b27a16036b8d6 /exec 2023-07-20T11:37:28.9530286Z + set -euo pipefail 2023-07-20T11:37:28.9530609Z + echo '::group::Setup environment' 2023-07-20T11:37:28.9531065Z ##[group]Setup environment 2023-07-20T11:37:28.9531261Z +++ which conda 2023-07-20T11:37:28.9531466Z ++ /opt/conda/bin/conda shell.bash hook 2023-07-20T11:37:28.9531760Z + eval 'export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2023-07-20T11:37:28.9532016Z export _CE_M='\'''\'' 2023-07-20T11:37:28.9532242Z export _CE_CONDA='\'''\'' 2023-07-20T11:37:28.9532516Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'' 2023-07-20T11:37:28.9532674Z 2023-07-20T11:37:28.9532767Z # Copyright (C) 2012 Anaconda, Inc 2023-07-20T11:37:28.9533070Z # SPDX-License-Identifier: BSD-3-Clause 2023-07-20T11:37:28.9533281Z __conda_exe() ( 2023-07-20T11:37:28.9533480Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2023-07-20T11:37:28.9533666Z ) 2023-07-20T11:37:28.9533758Z 2023-07-20T11:37:28.9533817Z __conda_hashr() { 2023-07-20T11:37:28.9534058Z if [ -n "${ZSH_VERSION:+x}" ]; then 2023-07-20T11:37:28.9534249Z \rehash 2023-07-20T11:37:28.9534473Z elif [ -n "${POSH_VERSION:+x}" ]; then 2023-07-20T11:37:28.9534672Z : # pass 2023-07-20T11:37:28.9534839Z else 2023-07-20T11:37:28.9535004Z \hash -r 2023-07-20T11:37:28.9535164Z fi 2023-07-20T11:37:28.9535317Z } 2023-07-20T11:37:28.9535406Z 2023-07-20T11:37:28.9535470Z __conda_activate() { 2023-07-20T11:37:28.9535727Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2023-07-20T11:37:28.9536026Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2023-07-20T11:37:28.9536330Z # after conda updated to >= 4.4. See issue #6173. 2023-07-20T11:37:28.9536549Z PS1="$CONDA_PS1_BACKUP" 2023-07-20T11:37:28.9536754Z \unset CONDA_PS1_BACKUP 2023-07-20T11:37:28.9536934Z fi 2023-07-20T11:37:28.9537086Z \local ask_conda 2023-07-20T11:37:28.9537391Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2023-07-20T11:37:28.9537635Z \eval "$ask_conda" 2023-07-20T11:37:28.9537859Z __conda_hashr 2023-07-20T11:37:28.9538022Z } 2023-07-20T11:37:28.9538114Z 2023-07-20T11:37:28.9538193Z __conda_reactivate() { 2023-07-20T11:37:28.9538368Z \local ask_conda 2023-07-20T11:37:28.9538685Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix reactivate)" || \return 2023-07-20T11:37:28.9538931Z \eval "$ask_conda" 2023-07-20T11:37:28.9539096Z __conda_hashr 2023-07-20T11:37:28.9539261Z } 2023-07-20T11:37:28.9539351Z 2023-07-20T11:37:28.9539416Z conda() { 2023-07-20T11:37:28.9539625Z \local cmd="${1-__missing__}" 2023-07-20T11:37:28.9539814Z case "$cmd" in 2023-07-20T11:37:28.9540002Z activate|deactivate) 2023-07-20T11:37:28.9540285Z __conda_activate "$@" 2023-07-20T11:37:28.9540471Z ;; 2023-07-20T11:37:28.9540686Z install|update|upgrade|remove|uninstall) 2023-07-20T11:37:28.9540903Z __conda_exe "$@" || \return 2023-07-20T11:37:28.9541110Z __conda_reactivate 2023-07-20T11:37:28.9541291Z ;; 2023-07-20T11:37:28.9541456Z *) 2023-07-20T11:37:28.9541616Z __conda_exe "$@" 2023-07-20T11:37:28.9541797Z ;; 2023-07-20T11:37:28.9541959Z esac 2023-07-20T11:37:28.9542100Z } 2023-07-20T11:37:28.9542191Z 2023-07-20T11:37:28.9542317Z if [ -z "${CONDA_SHLVL+x}" ]; then 2023-07-20T11:37:28.9542521Z \export CONDA_SHLVL=0 2023-07-20T11:37:28.9542799Z # In dev-mode CONDA_EXE is python.exe and on Windows 2023-07-20T11:37:28.9543075Z # it is in a different relative location to condabin. 2023-07-20T11:37:28.9543390Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2023-07-20T11:37:28.9543658Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2023-07-20T11:37:28.9545640Z else 2023-07-20T11:37:28.9546060Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2023-07-20T11:37:28.9546456Z fi 2023-07-20T11:37:28.9547011Z \export PATH 2023-07-20T11:37:28.9547222Z 2023-07-20T11:37:28.9547571Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2023-07-20T11:37:28.9548000Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2023-07-20T11:37:28.9548317Z # via a first shell (i.e. starting zsh from bash). 2023-07-20T11:37:28.9548567Z if [ -z "${PS1+x}" ]; then 2023-07-20T11:37:28.9548752Z PS1= 2023-07-20T11:37:28.9548918Z fi 2023-07-20T11:37:28.9549059Z fi 2023-07-20T11:37:28.9549154Z 2023-07-20T11:37:28.9549234Z conda activate base' 2023-07-20T11:37:28.9549453Z ++ export CONDA_EXE=/opt/conda/bin/conda 2023-07-20T11:37:28.9549663Z ++ CONDA_EXE=/opt/conda/bin/conda 2023-07-20T11:37:28.9549868Z ++ export _CE_M= 2023-07-20T11:37:28.9550043Z ++ _CE_M= 2023-07-20T11:37:28.9550220Z ++ export _CE_CONDA= 2023-07-20T11:37:28.9550399Z ++ _CE_CONDA= 2023-07-20T11:37:28.9550617Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2023-07-20T11:37:28.9550857Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2023-07-20T11:37:28.9551086Z ++ '[' -z x ']' 2023-07-20T11:37:28.9551267Z ++ conda activate base 2023-07-20T11:37:28.9551444Z ++ local cmd=activate 2023-07-20T11:37:28.9551627Z ++ case "$cmd" in 2023-07-20T11:37:28.9551822Z ++ __conda_activate activate base 2023-07-20T11:37:28.9552029Z ++ '[' -n '' ']' 2023-07-20T11:37:28.9552207Z ++ local ask_conda 2023-07-20T11:37:28.9552409Z +++ PS1='(base) ' 2023-07-20T11:37:28.9552605Z +++ __conda_exe shell.posix activate base 2023-07-20T11:37:28.9552861Z +++ /opt/conda/bin/conda shell.posix activate base 2023-07-20T11:37:28.9553132Z ++ ask_conda='PS1='\''(base) '\'' 2023-07-20T11:37:28.9553610Z 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-20T11:37:28.9553996Z export CONDA_SHLVL='\''1'\'' 2023-07-20T11:37:28.9554276Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2023-07-20T11:37:28.9554536Z ++ eval 'PS1='\''(base) '\'' 2023-07-20T11:37:28.9554992Z 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-20T11:37:28.9555368Z export CONDA_SHLVL='\''1'\'' 2023-07-20T11:37:28.9555640Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2023-07-20T11:37:28.9555863Z +++ PS1='(base) ' 2023-07-20T11:37:28.9556314Z +++ 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-20T11:37:28.9556901Z +++ 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-20T11:37:28.9557540Z +++ export CONDA_SHLVL=1 2023-07-20T11:37:28.9557721Z +++ CONDA_SHLVL=1 2023-07-20T11:37:28.9557984Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2023-07-20T11:37:28.9558257Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2023-07-20T11:37:28.9558449Z ++ __conda_hashr 2023-07-20T11:37:28.9558644Z ++ '[' -n '' ']' 2023-07-20T11:37:28.9558835Z ++ '[' -n '' ']' 2023-07-20T11:37:28.9558996Z ++ hash -r 2023-07-20T11:37:28.9559255Z + pip install --progress-bar=off pre-commit 2023-07-20T11:37:28.9559514Z Collecting pre-commit 2023-07-20T11:37:28.9559825Z Downloading pre_commit-3.3.3-py2.py3-none-any.whl (202 kB) 2023-07-20T11:37:28.9560090Z Collecting virtualenv>=20.10.0 2023-07-20T11:37:28.9560415Z Downloading virtualenv-20.24.1-py3-none-any.whl (3.0 MB) 2023-07-20T11:37:28.9560862Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.10/site-packages (from pre-commit) (6.0) 2023-07-20T11:37:28.9561162Z Collecting cfgv>=2.0.0 2023-07-20T11:37:28.9561467Z Downloading cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB) 2023-07-20T11:37:28.9561703Z Collecting identify>=1.0.0 2023-07-20T11:37:28.9562052Z Downloading identify-2.5.25-py2.py3-none-any.whl (98 kB) 2023-07-20T11:37:28.9562309Z Collecting nodeenv>=0.11.1 2023-07-20T11:37:28.9562702Z Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB) 2023-07-20T11:37:28.9563176Z Requirement already satisfied: setuptools in /opt/conda/lib/python3.10/site-packages (from nodeenv>=0.11.1->pre-commit) (65.6.3) 2023-07-20T11:37:28.9563517Z Collecting distlib<1,>=0.3.6 2023-07-20T11:37:28.9563839Z Downloading distlib-0.3.7-py2.py3-none-any.whl (468 kB) 2023-07-20T11:37:28.9564091Z Collecting platformdirs<4,>=3.5.1 2023-07-20T11:37:28.9564420Z Downloading platformdirs-3.9.1-py3-none-any.whl (16 kB) 2023-07-20T11:37:28.9564683Z Collecting filelock<4,>=3.12 2023-07-20T11:37:28.9564979Z Downloading filelock-3.12.2-py3-none-any.whl (10 kB) 2023-07-20T11:37:28.9565442Z Installing collected packages: distlib, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit 2023-07-20T11:37:28.9565776Z Attempting uninstall: platformdirs 2023-07-20T11:37:28.9566044Z Found existing installation: platformdirs 2.5.2 2023-07-20T11:37:28.9566333Z Uninstalling platformdirs-2.5.2: 2023-07-20T11:37:28.9566652Z Successfully uninstalled platformdirs-2.5.2 2023-07-20T11:37:28.9566905Z Attempting uninstall: filelock 2023-07-20T11:37:28.9567135Z Found existing installation: filelock 3.9.0 2023-07-20T11:37:28.9567415Z Uninstalling filelock-3.9.0: 2023-07-20T11:37:28.9567706Z Successfully uninstalled filelock-3.9.0 2023-07-20T11:37:28.9568273Z Successfully installed cfgv-3.3.1 distlib-0.3.7 filelock-3.12.2 identify-2.5.25 nodeenv-1.8.0 platformdirs-3.9.1 pre-commit-3.3.3 virtualenv-20.24.1 2023-07-20T11:37:28.9569046Z 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-20T11:37:28.9569741Z + echo ::endgroup:: 2023-07-20T11:37:28.9570141Z ##[endgroup] 2023-07-20T11:37:28.9570311Z + set +e 2023-07-20T11:37:28.9570587Z + pre-commit run --all-files --show-diff-on-failure 2023-07-20T11:37:28.9570993Z [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 2023-07-20T11:37:28.9571414Z [INFO] Initializing environment for https://github.com/omnilib/ufmt. 2023-07-20T11:37:28.9571878Z [INFO] Initializing environment for https://github.com/omnilib/ufmt:black == 22.3,usort == 1.0.2,libcst == 0.4.1. 2023-07-20T11:37:28.9572352Z [INFO] Initializing environment for https://github.com/pre-commit/mirrors-clang-format. 2023-07-20T11:37:28.9572765Z [INFO] Initializing environment for https://github.com/pycqa/flake8. 2023-07-20T11:37:28.9573474Z [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-20T11:37:28.9574008Z [INFO] Initializing environment for https://github.com/pycqa/pydocstyle. 2023-07-20T11:37:28.9574441Z [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 2023-07-20T11:37:28.9574814Z [INFO] Once installed this environment will be reused. 2023-07-20T11:37:28.9575105Z [INFO] This may take a few minutes... 2023-07-20T11:37:28.9575445Z [INFO] Installing environment for https://github.com/omnilib/ufmt. 2023-07-20T11:38:03.5891475Z [INFO] Once installed this environment will be reused. 2023-07-20T11:38:03.5892024Z [INFO] This may take a few minutes... 2023-07-20T11:38:03.5892610Z [INFO] Installing environment for https://github.com/pre-commit/mirrors-clang-format. 2023-07-20T11:38:03.5899318Z [INFO] Once installed this environment will be reused. 2023-07-20T11:38:03.5899907Z [INFO] This may take a few minutes... 2023-07-20T11:38:03.5900404Z [INFO] Installing environment for https://github.com/pycqa/flake8. 2023-07-20T11:38:03.5900796Z [INFO] Once installed this environment will be reused. 2023-07-20T11:38:03.5901091Z [INFO] This may take a few minutes... 2023-07-20T11:38:03.5901442Z [INFO] Installing environment for https://github.com/pycqa/pydocstyle. 2023-07-20T11:38:03.5902007Z [INFO] Once installed this environment will be reused. 2023-07-20T11:38:03.5902295Z [INFO] This may take a few minutes... 2023-07-20T11:38:03.5902644Z Check docstring is first.................................................Passed 2023-07-20T11:38:03.5903004Z Check Toml...............................................................Passed 2023-07-20T11:38:03.5903367Z Check Yaml...............................................................Passed 2023-07-20T11:38:03.5903731Z Fix End of Files.........................................................Passed 2023-07-20T11:38:03.5904122Z Format files with µfmt...................................................Passed 2023-07-20T11:38:03.5904511Z clang-format.............................................................Passed 2023-07-20T11:38:03.5904899Z flake8...................................................................Passed 2023-07-20T11:38:03.5905338Z pydocstyle...............................................................Passed 2023-07-20T11:38:03.5905734Z + status=0 2023-07-20T11:38:03.5906202Z + echo '::group::Add Summry' 2023-07-20T11:38:03.5906728Z ##[group]Add Summry 2023-07-20T11:38:03.5906928Z + '[' 0 -ne 0 ']' 2023-07-20T11:38:03.5907153Z + echo ::endgroup:: 2023-07-20T11:38:03.5907541Z ##[endgroup] 2023-07-20T11:38:03.5907707Z + exit 0 2023-07-20T11:38:03.5968064Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-07-20T11:38:03.5968315Z with: 2023-07-20T11:38:03.5968552Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:03.5968792Z fail-on-empty: false 2023-07-20T11:38:03.5968979Z env: 2023-07-20T11:38:03.5969178Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:03.5969394Z REPOSITORY: pytorch/audio 2023-07-20T11:38:03.5969592Z PR_NUMBER: 2023-07-20T11:38:03.5970292Z 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-20T11:38:03.5971098Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:03.5971419Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:03.5971738Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:03.5971976Z ##[endgroup] 2023-07-20T11:38:03.6579665Z Prepare all required actions 2023-07-20T11:38:03.6599321Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-20T11:38:03.6599562Z with: 2023-07-20T11:38:03.6599785Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-20T11:38:03.6600116Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-20T11:38:03.6600433Z env: 2023-07-20T11:38:03.6600629Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:03.6600860Z REPOSITORY: pytorch/audio 2023-07-20T11:38:03.6601057Z PR_NUMBER: 2023-07-20T11:38:03.6601840Z 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-20T11:38:03.6602690Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:03.6603012Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:03.6603499Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:03.6603742Z ##[endgroup] 2023-07-20T11:38:03.6616087Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-20T11:38:03.6616464Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-20T11:38:03.6627748Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:38:03.6627985Z env: 2023-07-20T11:38:03.6628195Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:03.6628414Z REPOSITORY: pytorch/audio 2023-07-20T11:38:03.6628625Z PR_NUMBER: 2023-07-20T11:38:03.6629318Z 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-20T11:38:03.6630181Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:03.6630517Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:03.6630822Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:03.6631134Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-20T11:38:03.6631455Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-07-20T11:38:03.6631739Z ##[endgroup] 2023-07-20T11:38:03.6838553Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-07-20T11:38:03.9287877Z latest: Pulling from tool/alpine 2023-07-20T11:38:03.9288319Z 540db60ca938: Pulling fs layer 2023-07-20T11:38:04.1083627Z 540db60ca938: Download complete 2023-07-20T11:38:04.2679232Z 540db60ca938: Pull complete 2023-07-20T11:38:04.2784313Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-20T11:38:04.2865266Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-20T11:38:05.4474863Z Prepare all required actions 2023-07-20T11:38:05.4494725Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-07-20T11:38:05.4494958Z with: 2023-07-20T11:38:05.4495197Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-20T11:38:05.4495443Z env: 2023-07-20T11:38:05.4495648Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:05.4495866Z REPOSITORY: pytorch/audio 2023-07-20T11:38:05.4496064Z PR_NUMBER: 2023-07-20T11:38:05.4496815Z 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-20T11:38:05.4497582Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:05.4497913Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:05.4498215Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:05.4498447Z ##[endgroup] 2023-07-20T11:38:05.4510877Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-20T11:38:05.4511254Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-07-20T11:38:05.4522825Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:38:05.4523041Z env: 2023-07-20T11:38:05.4523249Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:05.4523484Z REPOSITORY: pytorch/audio 2023-07-20T11:38:05.4523669Z PR_NUMBER: 2023-07-20T11:38:05.4524373Z 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-20T11:38:05.4525121Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:05.4525463Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:05.4525792Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:05.4526110Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-07-20T11:38:05.4526350Z DIRECTORY: 2023-07-20T11:38:05.4526528Z ##[endgroup] 2023-07-20T11:38:06.3264437Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2023-07-20T11:38:06.3265116Z # Only do these steps if we actually want to upload an artifact 2023-07-20T11:38:06.3265606Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2023-07-20T11:38:06.3266159Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2023-07-20T11:38:06.3266753Z  # attempt to just grab whatever is in there and scoop it all up 2023-07-20T11:38:06.3267266Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2023-07-20T11:38:06.3267762Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2023-07-20T11:38:06.3268153Z  fi 2023-07-20T11:38:06.3268610Z  # Set to fail upload step if there are no files for upload and expected files for upload 2023-07-20T11:38:06.3269192Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2023-07-20T11:38:06.3269662Z fi 2023-07-20T11:38:06.3269918Z  2023-07-20T11:38:06.3270231Z upload_docs=0 2023-07-20T11:38:06.3270681Z # Check if there are things in the documentation folder to uplaod 2023-07-20T11:38:06.3271159Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 | read -r; then 2023-07-20T11:38:06.3271651Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2023-07-20T11:38:06.3272140Z  # upload will probably not work correctly 2023-07-20T11:38:06.3272502Z  upload_docs=1 2023-07-20T11:38:06.3272799Z fi 2023-07-20T11:38:06.3273202Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2023-07-20T11:38:06.3286494Z shell: /usr/bin/bash -e {0} 2023-07-20T11:38:06.3286799Z env: 2023-07-20T11:38:06.3287143Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:06.3287516Z REPOSITORY: pytorch/audio 2023-07-20T11:38:06.3287909Z PR_NUMBER: 2023-07-20T11:38:06.3289096Z 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-20T11:38:06.3290404Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:06.3291185Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:06.3291738Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:06.3292155Z UPLOAD_ARTIFACT_NAME: 2023-07-20T11:38:06.3292489Z ##[endgroup] 2023-07-20T11:38:06.3360741Z Prepare all required actions 2023-07-20T11:38:06.3379240Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-07-20T11:38:06.3379465Z with: 2023-07-20T11:38:06.3379606Z env: 2023-07-20T11:38:06.3379811Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:06.3380042Z REPOSITORY: pytorch/audio 2023-07-20T11:38:06.3380223Z PR_NUMBER: 2023-07-20T11:38:06.3380913Z 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-20T11:38:06.3381698Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:06.3382029Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:06.3382342Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:06.3382573Z ##[endgroup] 2023-07-20T11:38:06.3395020Z ##[group]Run set -eou pipefail 2023-07-20T11:38:06.3395251Z set -eou pipefail 2023-07-20T11:38:06.3395439Z  2023-07-20T11:38:06.3395674Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-07-20T11:38:06.3395943Z for _ in $(seq 1440); do 2023-07-20T11:38:06.3396176Z  # Break if no ssh session exists anymore 2023-07-20T11:38:06.3396408Z  if [ "$(who)" = "" ]; then 2023-07-20T11:38:06.3396593Z  break 2023-07-20T11:38:06.3396769Z  fi 2023-07-20T11:38:06.3396942Z  echo "." 2023-07-20T11:38:06.3397107Z  sleep 5 2023-07-20T11:38:06.3397441Z done 2023-07-20T11:38:06.3407390Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:38:06.3407603Z env: 2023-07-20T11:38:06.3407910Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:06.3408146Z REPOSITORY: pytorch/audio 2023-07-20T11:38:06.3408331Z PR_NUMBER: 2023-07-20T11:38:06.3409026Z 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-20T11:38:06.3409790Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:06.3410129Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:06.3410446Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:06.3410669Z ##[endgroup] 2023-07-20T11:38:06.3433403Z Holding runner for 2 hours until all ssh sessions have logged out 2023-07-20T11:38:06.3481585Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-07-20T11:38:06.3481922Z # ignore expansion of "docker ps -q" since it could be empty 2023-07-20T11:38:06.3482177Z # shellcheck disable=SC2046 2023-07-20T11:38:06.3482414Z docker stop $(docker ps -q) || true 2023-07-20T11:38:06.3482657Z # Prune all of the docker images 2023-07-20T11:38:06.3482885Z docker system prune -af 2023-07-20T11:38:06.3492998Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-07-20T11:38:06.3493228Z env: 2023-07-20T11:38:06.3493436Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-07-20T11:38:06.3493660Z REPOSITORY: pytorch/audio 2023-07-20T11:38:06.3493967Z PR_NUMBER: 2023-07-20T11:38:06.3494668Z 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-20T11:38:06.3495426Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-07-20T11:38:06.3495761Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-07-20T11:38:06.3496091Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-07-20T11:38:06.3496318Z ##[endgroup] 2023-07-20T11:38:16.6964315Z 693fece8af5f 2023-07-20T11:38:16.9645696Z Deleted Containers: 2023-07-20T11:38:16.9646145Z 693fece8af5f96b75f37212d09149cb5775c124cc20cf2632d8b27a16036b8d6 2023-07-20T11:38:16.9646338Z 2023-07-20T11:38:18.8593069Z Deleted Images: 2023-07-20T11:38:18.8593750Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-07-20T11:38:18.8594332Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-07-20T11:38:18.8594795Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-07-20T11:38:18.8595179Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-07-20T11:38:18.8595748Z untagged: pytorch/conda-builder:cpu 2023-07-20T11:38:18.8596547Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-07-20T11:38:18.8597346Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-07-20T11:38:18.8597918Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-07-20T11:38:18.8598271Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-07-20T11:38:18.8598852Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-07-20T11:38:18.8599454Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-07-20T11:38:18.8599807Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-07-20T11:38:18.8600161Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-07-20T11:38:18.8600519Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-07-20T11:38:18.8600886Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-07-20T11:38:18.8601221Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-07-20T11:38:18.8601565Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-07-20T11:38:18.8601914Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-07-20T11:38:18.8602256Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-07-20T11:38:18.8602616Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-07-20T11:38:18.8602952Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-07-20T11:38:18.8603296Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-07-20T11:38:18.8603632Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-07-20T11:38:18.8603963Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-07-20T11:38:18.8604499Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-07-20T11:38:18.8604673Z 2023-07-20T11:38:18.8609008Z Total reclaimed space: 3.432GB 2023-07-20T11:38:18.8666394Z Post job cleanup. 2023-07-20T11:38:18.9493195Z [command]/usr/bin/git version 2023-07-20T11:38:18.9532977Z git version 2.40.1 2023-07-20T11:38:18.9574988Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c35311f2-b877-4576-bb6c-3e4c2581f9a6' before making global git config changes 2023-07-20T11:38:18.9576050Z Adding repository directory to the temporary git global config as a safe directory 2023-07-20T11:38:18.9582668Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-07-20T11:38:18.9617823Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-20T11:38:18.9645370Z [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-20T11:38:18.9886565Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-20T11:38:18.9908411Z http.https://github.com/.extraheader 2023-07-20T11:38:18.9915919Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-20T11:38:18.9943296Z [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-20T11:38:19.0447738Z Post job cleanup. 2023-07-20T11:38:19.1248315Z [command]/usr/bin/git version 2023-07-20T11:38:19.1289983Z git version 2.40.1 2023-07-20T11:38:19.1326348Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f8d0334d-c2ed-4b26-9a79-4c2fdc471cc5' before making global git config changes 2023-07-20T11:38:19.1326912Z Adding repository directory to the temporary git global config as a safe directory 2023-07-20T11:38:19.1331574Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-07-20T11:38:19.1363816Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-07-20T11:38:19.1391606Z [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-20T11:38:19.1632826Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-07-20T11:38:19.1654928Z http.https://github.com/.extraheader 2023-07-20T11:38:19.1662648Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-07-20T11:38:19.1691172Z [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-20T11:38:19.2083365Z Cleaning up orphan processes