2023-08-09T11:34:18.9946730Z Requested labels: linux.2xlarge 2023-08-09T11:34:18.9946901Z Job defined at: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main 2023-08-09T11:34:18.9947172Z Reusable workflow chain: 2023-08-09T11:34:18.9947279Z pytorch/audio/.github/workflows/lint.yml@refs/heads/nightly (fe9b9ff75edebf1e0e326f64577d64df3b5858db) 2023-08-09T11:34:18.9947377Z -> pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:18.9947460Z Waiting for a runner to pick up this job... 2023-08-09T11:34:20.6314010Z Job is about to start running on the runner: i-086009fbc0ffb1ee2 (organization) 2023-08-09T11:34:24.6920217Z Current runner version: '2.307.1' 2023-08-09T11:34:24.6925334Z Runner name: 'i-086009fbc0ffb1ee2' 2023-08-09T11:34:24.6925802Z Runner group name: 'Default' 2023-08-09T11:34:24.6926403Z Machine name: 'ip-10-0-0-48' 2023-08-09T11:34:24.6928366Z ##[group]GITHUB_TOKEN Permissions 2023-08-09T11:34:24.6928989Z Actions: write 2023-08-09T11:34:24.6929316Z Checks: write 2023-08-09T11:34:24.6929558Z Contents: write 2023-08-09T11:34:24.6929858Z Deployments: write 2023-08-09T11:34:24.6930152Z Discussions: write 2023-08-09T11:34:24.6930395Z Issues: write 2023-08-09T11:34:24.6930692Z Metadata: read 2023-08-09T11:34:24.6930986Z Packages: write 2023-08-09T11:34:24.6931257Z Pages: write 2023-08-09T11:34:24.6931730Z PullRequests: write 2023-08-09T11:34:24.6932091Z RepositoryProjects: write 2023-08-09T11:34:24.6932391Z SecurityEvents: write 2023-08-09T11:34:24.6932691Z Statuses: write 2023-08-09T11:34:24.6932977Z ##[endgroup] 2023-08-09T11:34:24.6935990Z Secret source: Actions 2023-08-09T11:34:24.6936784Z Prepare workflow directory 2023-08-09T11:34:25.9108243Z Prepare all required actions 2023-08-09T11:34:25.9292511Z Getting action download info 2023-08-09T11:34:26.1631115Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9) 2023-08-09T11:34:26.3846135Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2023-08-09T11:34:26.5373079Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2023-08-09T11:34:26.7183933Z Download action repository 'actions/upload-artifact@v3' (SHA:0b7f8abb1508181956e8e162db84b466c27e18ce) 2023-08-09T11:34:26.8459408Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2023-08-09T11:34:27.1237514Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:27.1239027Z ##[group] Inputs 2023-08-09T11:34:27.1239814Z 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-08-09T11:34:27.1240889Z timeout: 30 2023-08-09T11:34:27.1241085Z runner: linux.2xlarge 2023-08-09T11:34:27.1241288Z upload-artifact: 2023-08-09T11:34:27.1241474Z download-artifact: 2023-08-09T11:34:27.1241678Z repository: pytorch/audio 2023-08-09T11:34:27.1241896Z fetch-depth: 1 2023-08-09T11:34:27.1242062Z submodules: 2023-08-09T11:34:27.1242228Z ref: 2023-08-09T11:34:27.1242438Z test-infra-repository: pytorch/test-infra 2023-08-09T11:34:27.1242659Z test-infra-ref: 2023-08-09T11:34:27.1242875Z docker-image: pytorch/conda-builder 2023-08-09T11:34:27.1243104Z docker-build-dir: .ci/docker 2023-08-09T11:34:27.1243298Z gpu-arch-type: cpu 2023-08-09T11:34:27.1243491Z gpu-arch-version: 2023-08-09T11:34:27.1243681Z job-name: linux-job 2023-08-09T11:34:27.1244165Z continue-on-error: false 2023-08-09T11:34:27.1244371Z binary-matrix: 2023-08-09T11:34:27.1244571Z run-with-docker: true 2023-08-09T11:34:27.1244747Z secrets-env: 2023-08-09T11:34:27.1244938Z no-sudo: false 2023-08-09T11:34:27.1245161Z ##[endgroup] 2023-08-09T11:34:27.1245582Z Complete job name: python-source-and-configs / linux-job 2023-08-09T11:34:27.1906049Z ##[group]Run if [[ "${NO_SUDO}" == "false" ]]; then 2023-08-09T11:34:27.1906409Z if [[ "${NO_SUDO}" == "false" ]]; then 2023-08-09T11:34:27.1906671Z  echo "::group::Cleanup with-sudo debug output" 2023-08-09T11:34:27.1906932Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2023-08-09T11:34:27.1907124Z else 2023-08-09T11:34:27.1907481Z  echo "::group::Cleanup no-sudo debug output" 2023-08-09T11:34:27.1907725Z  rm -rfv "${GITHUB_WORKSPACE}" 2023-08-09T11:34:27.1907922Z fi 2023-08-09T11:34:27.1908071Z  2023-08-09T11:34:27.1908267Z mkdir -p "${GITHUB_WORKSPACE}" 2023-08-09T11:34:27.1908482Z echo "::endgroup::" 2023-08-09T11:34:27.1921912Z shell: /usr/bin/bash -e {0} 2023-08-09T11:34:27.1922126Z env: 2023-08-09T11:34:27.1922397Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:27.1922625Z REPOSITORY: pytorch/audio 2023-08-09T11:34:27.1922807Z PR_NUMBER: 2023-08-09T11:34:27.1923533Z 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-08-09T11:34:27.1924212Z NO_SUDO: false 2023-08-09T11:34:27.1924376Z ##[endgroup] 2023-08-09T11:34:27.2111722Z ##[group]Cleanup with-sudo debug output 2023-08-09T11:34:27.3025564Z removed directory: ‘/home/ec2-user/actions-runner/_work/audio/audio’ 2023-08-09T11:34:27.3066192Z ##[endgroup] 2023-08-09T11:34:27.3277661Z ##[group]Run actions/checkout@v3 2023-08-09T11:34:27.3277941Z with: 2023-08-09T11:34:27.3278176Z repository: pytorch/test-infra 2023-08-09T11:34:27.3278406Z path: test-infra 2023-08-09T11:34:27.3278630Z submodules: recursive 2023-08-09T11:34:27.3279023Z token: *** 2023-08-09T11:34:27.3279236Z ssh-strict: true 2023-08-09T11:34:27.3279457Z persist-credentials: true 2023-08-09T11:34:27.3279696Z clean: true 2023-08-09T11:34:27.3279936Z sparse-checkout-cone-mode: true 2023-08-09T11:34:27.3280171Z fetch-depth: 1 2023-08-09T11:34:27.3280512Z lfs: false 2023-08-09T11:34:27.3280739Z set-safe-directory: true 2023-08-09T11:34:27.3280951Z env: 2023-08-09T11:34:27.3281191Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:27.3281454Z REPOSITORY: pytorch/audio 2023-08-09T11:34:27.3281667Z PR_NUMBER: 2023-08-09T11:34:27.3282427Z 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-08-09T11:34:27.3283145Z ##[endgroup] 2023-08-09T11:34:27.4249387Z Syncing repository: pytorch/test-infra 2023-08-09T11:34:27.4249973Z ##[group]Getting Git version info 2023-08-09T11:34:27.4250413Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/test-infra' 2023-08-09T11:34:27.4250845Z [command]/usr/bin/git version 2023-08-09T11:34:27.4251048Z git version 2.40.1 2023-08-09T11:34:27.4252147Z ##[endgroup] 2023-08-09T11:34:27.4262631Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/08c0ae45-b0e5-42e6-b247-65bb3424bc48' before making global git config changes 2023-08-09T11:34:27.4263098Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:34:27.4263599Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-08-09T11:34:27.4293258Z ##[group]Initializing the repository 2023-08-09T11:34:27.4295972Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-08-09T11:34:27.4501145Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-08-09T11:34:27.4502037Z hint: is subject to change. To configure the initial branch name to use in all 2023-08-09T11:34:27.4502382Z hint: of your new repositories, which will suppress this warning, call: 2023-08-09T11:34:27.4502622Z hint: 2023-08-09T11:34:27.4502913Z hint: git config --global init.defaultBranch 2023-08-09T11:34:27.4503118Z hint: 2023-08-09T11:34:27.4503418Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-08-09T11:34:27.4503819Z hint: 'development'. The just-created branch can be renamed via this command: 2023-08-09T11:34:27.4504064Z hint: 2023-08-09T11:34:27.4504264Z hint: git branch -m 2023-08-09T11:34:27.4504667Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.git/ 2023-08-09T11:34:27.4509921Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2023-08-09T11:34:27.4536060Z ##[endgroup] 2023-08-09T11:34:27.4536428Z ##[group]Disabling automatic garbage collection 2023-08-09T11:34:27.4539537Z [command]/usr/bin/git config --local gc.auto 0 2023-08-09T11:34:27.4562700Z ##[endgroup] 2023-08-09T11:34:27.4563036Z ##[group]Setting up auth 2023-08-09T11:34:27.4568197Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:34:27.4593177Z [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-08-09T11:34:27.4825194Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:34:27.4847887Z [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-08-09T11:34:27.5076009Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-08-09T11:34:27.5110624Z ##[endgroup] 2023-08-09T11:34:27.5111141Z ##[group]Determining the default branch 2023-08-09T11:34:27.5114225Z Retrieving the default branch name 2023-08-09T11:34:27.7634387Z Default branch 'main' 2023-08-09T11:34:27.7635079Z ##[endgroup] 2023-08-09T11:34:27.7635490Z ##[group]Fetching the repository 2023-08-09T11:34:27.7639975Z [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-08-09T11:34:28.0391936Z remote: Enumerating objects: 1076, done. 2023-08-09T11:34:28.0400169Z remote: Counting objects: 0% (1/1076) 2023-08-09T11:34:28.0400611Z remote: Counting objects: 1% (11/1076) 2023-08-09T11:34:28.0401042Z remote: Counting objects: 2% (22/1076) 2023-08-09T11:34:28.0401474Z remote: Counting objects: 3% (33/1076) 2023-08-09T11:34:28.0401711Z remote: Counting objects: 4% (44/1076) 2023-08-09T11:34:28.0402302Z remote: Counting objects: 5% (54/1076) 2023-08-09T11:34:28.0402693Z remote: Counting objects: 6% (65/1076) 2023-08-09T11:34:28.0402999Z remote: Counting objects: 7% (76/1076) 2023-08-09T11:34:28.0403230Z remote: Counting objects: 8% (87/1076) 2023-08-09T11:34:28.0403444Z remote: Counting objects: 9% (97/1076) 2023-08-09T11:34:28.0403691Z remote: Counting objects: 10% (108/1076) 2023-08-09T11:34:28.0404119Z remote: Counting objects: 11% (119/1076) 2023-08-09T11:34:28.0404534Z remote: Counting objects: 12% (130/1076) 2023-08-09T11:34:28.0405082Z remote: Counting objects: 13% (140/1076) 2023-08-09T11:34:28.0405626Z remote: Counting objects: 14% (151/1076) 2023-08-09T11:34:28.0406179Z remote: Counting objects: 15% (162/1076) 2023-08-09T11:34:28.0406689Z remote: Counting objects: 16% (173/1076) 2023-08-09T11:34:28.0407227Z remote: Counting objects: 17% (183/1076) 2023-08-09T11:34:28.0407755Z remote: Counting objects: 18% (194/1076) 2023-08-09T11:34:28.0408622Z remote: Counting objects: 19% (205/1076) 2023-08-09T11:34:28.0412323Z remote: Counting objects: 20% (216/1076) 2023-08-09T11:34:28.0412739Z remote: Counting objects: 21% (226/1076) 2023-08-09T11:34:28.0413154Z remote: Counting objects: 22% (237/1076) 2023-08-09T11:34:28.0413562Z remote: Counting objects: 23% (248/1076) 2023-08-09T11:34:28.0413955Z remote: Counting objects: 24% (259/1076) 2023-08-09T11:34:28.0414402Z remote: Counting objects: 25% (269/1076) 2023-08-09T11:34:28.0414838Z remote: Counting objects: 26% (280/1076) 2023-08-09T11:34:28.0415197Z remote: Counting objects: 27% (291/1076) 2023-08-09T11:34:28.0415635Z remote: Counting objects: 28% (302/1076) 2023-08-09T11:34:28.0416070Z remote: Counting objects: 29% (313/1076) 2023-08-09T11:34:28.0416303Z remote: Counting objects: 30% (323/1076) 2023-08-09T11:34:28.0416641Z remote: Counting objects: 31% (334/1076) 2023-08-09T11:34:28.0417077Z remote: Counting objects: 32% (345/1076) 2023-08-09T11:34:28.0417410Z remote: Counting objects: 33% (356/1076) 2023-08-09T11:34:28.0417790Z remote: Counting objects: 34% (366/1076) 2023-08-09T11:34:28.0418192Z remote: Counting objects: 35% (377/1076) 2023-08-09T11:34:28.0418587Z remote: Counting objects: 36% (388/1076) 2023-08-09T11:34:28.0419229Z remote: Counting objects: 37% (399/1076) 2023-08-09T11:34:28.0419669Z remote: Counting objects: 38% (409/1076) 2023-08-09T11:34:28.0420121Z remote: Counting objects: 39% (420/1076) 2023-08-09T11:34:28.0420426Z remote: Counting objects: 40% (431/1076) 2023-08-09T11:34:28.0420644Z remote: Counting objects: 41% (442/1076) 2023-08-09T11:34:28.0420874Z remote: Counting objects: 42% (452/1076) 2023-08-09T11:34:28.0421104Z remote: Counting objects: 43% (463/1076) 2023-08-09T11:34:28.0421323Z remote: Counting objects: 44% (474/1076) 2023-08-09T11:34:28.0421559Z remote: Counting objects: 45% (485/1076) 2023-08-09T11:34:28.0421790Z remote: Counting objects: 46% (495/1076) 2023-08-09T11:34:28.0422008Z remote: Counting objects: 47% (506/1076) 2023-08-09T11:34:28.0422239Z remote: Counting objects: 48% (517/1076) 2023-08-09T11:34:28.0422466Z remote: Counting objects: 49% (528/1076) 2023-08-09T11:34:28.0422733Z remote: Counting objects: 50% (538/1076) 2023-08-09T11:34:28.0422950Z remote: Counting objects: 51% (549/1076) 2023-08-09T11:34:28.0423181Z remote: Counting objects: 52% (560/1076) 2023-08-09T11:34:28.0423405Z remote: Counting objects: 53% (571/1076) 2023-08-09T11:34:28.0423621Z remote: Counting objects: 54% (582/1076) 2023-08-09T11:34:28.0423847Z remote: Counting objects: 55% (592/1076) 2023-08-09T11:34:28.0424075Z remote: Counting objects: 56% (603/1076) 2023-08-09T11:34:28.0424305Z remote: Counting objects: 57% (614/1076) 2023-08-09T11:34:28.0424530Z remote: Counting objects: 58% (625/1076) 2023-08-09T11:34:28.0424758Z remote: Counting objects: 59% (635/1076) 2023-08-09T11:34:28.0424989Z remote: Counting objects: 60% (646/1076) 2023-08-09T11:34:28.0425202Z remote: Counting objects: 61% (657/1076) 2023-08-09T11:34:28.0425426Z remote: Counting objects: 62% (668/1076) 2023-08-09T11:34:28.0425659Z remote: Counting objects: 63% (678/1076) 2023-08-09T11:34:28.0425970Z remote: Counting objects: 64% (689/1076) 2023-08-09T11:34:28.0426190Z remote: Counting objects: 65% (700/1076) 2023-08-09T11:34:28.0426422Z remote: Counting objects: 66% (711/1076) 2023-08-09T11:34:28.0426653Z remote: Counting objects: 67% (721/1076) 2023-08-09T11:34:28.0426870Z remote: Counting objects: 68% (732/1076) 2023-08-09T11:34:28.0427102Z remote: Counting objects: 69% (743/1076) 2023-08-09T11:34:28.0427332Z remote: Counting objects: 70% (754/1076) 2023-08-09T11:34:28.0427667Z remote: Counting objects: 71% (764/1076) 2023-08-09T11:34:28.0427883Z remote: Counting objects: 72% (775/1076) 2023-08-09T11:34:28.0428112Z remote: Counting objects: 73% (786/1076) 2023-08-09T11:34:28.0428344Z remote: Counting objects: 74% (797/1076) 2023-08-09T11:34:28.0428563Z remote: Counting objects: 75% (807/1076) 2023-08-09T11:34:28.0428797Z remote: Counting objects: 76% (818/1076) 2023-08-09T11:34:28.0429028Z remote: Counting objects: 77% (829/1076) 2023-08-09T11:34:28.0429244Z remote: Counting objects: 78% (840/1076) 2023-08-09T11:34:28.0429469Z remote: Counting objects: 79% (851/1076) 2023-08-09T11:34:28.0429697Z remote: Counting objects: 80% (861/1076) 2023-08-09T11:34:28.0429910Z remote: Counting objects: 81% (872/1076) 2023-08-09T11:34:28.0430139Z remote: Counting objects: 82% (883/1076) 2023-08-09T11:34:28.0430374Z remote: Counting objects: 83% (894/1076) 2023-08-09T11:34:28.0430611Z remote: Counting objects: 84% (904/1076) 2023-08-09T11:34:28.0430826Z remote: Counting objects: 85% (915/1076) 2023-08-09T11:34:28.0431171Z remote: Counting objects: 86% (926/1076) 2023-08-09T11:34:28.0431405Z remote: Counting objects: 87% (937/1076) 2023-08-09T11:34:28.0431621Z remote: Counting objects: 88% (947/1076) 2023-08-09T11:34:28.0431928Z remote: Counting objects: 89% (958/1076) 2023-08-09T11:34:28.0432158Z remote: Counting objects: 90% (969/1076) 2023-08-09T11:34:28.0432372Z remote: Counting objects: 91% (980/1076) 2023-08-09T11:34:28.0432596Z remote: Counting objects: 92% (990/1076) 2023-08-09T11:34:28.0432826Z remote: Counting objects: 93% (1001/1076) 2023-08-09T11:34:28.0433067Z remote: Counting objects: 94% (1012/1076) 2023-08-09T11:34:28.0433292Z remote: Counting objects: 95% (1023/1076) 2023-08-09T11:34:28.0433535Z remote: Counting objects: 96% (1033/1076) 2023-08-09T11:34:28.0433780Z remote: Counting objects: 97% (1044/1076) 2023-08-09T11:34:28.0434001Z remote: Counting objects: 98% (1055/1076) 2023-08-09T11:34:28.0434238Z remote: Counting objects: 99% (1066/1076) 2023-08-09T11:34:28.0434471Z remote: Counting objects: 100% (1076/1076) 2023-08-09T11:34:28.0434706Z remote: Counting objects: 100% (1076/1076), done. 2023-08-09T11:34:28.0434963Z remote: Compressing objects: 0% (1/864) 2023-08-09T11:34:28.0435216Z remote: Compressing objects: 1% (9/864) 2023-08-09T11:34:28.0442010Z remote: Compressing objects: 2% (18/864) 2023-08-09T11:34:28.0460170Z remote: Compressing objects: 3% (26/864) 2023-08-09T11:34:28.0488137Z remote: Compressing objects: 4% (35/864) 2023-08-09T11:34:28.0494836Z remote: Compressing objects: 5% (44/864) 2023-08-09T11:34:28.0526927Z remote: Compressing objects: 6% (52/864) 2023-08-09T11:34:28.0550821Z remote: Compressing objects: 7% (61/864) 2023-08-09T11:34:28.0554400Z remote: Compressing objects: 8% (70/864) 2023-08-09T11:34:28.0568682Z remote: Compressing objects: 9% (78/864) 2023-08-09T11:34:28.0590782Z remote: Compressing objects: 10% (87/864) 2023-08-09T11:34:28.0620596Z remote: Compressing objects: 11% (96/864) 2023-08-09T11:34:28.0625837Z remote: Compressing objects: 12% (104/864) 2023-08-09T11:34:28.0633617Z remote: Compressing objects: 13% (113/864) 2023-08-09T11:34:28.0649033Z remote: Compressing objects: 14% (121/864) 2023-08-09T11:34:28.0697788Z remote: Compressing objects: 15% (130/864) 2023-08-09T11:34:28.0719051Z remote: Compressing objects: 16% (139/864) 2023-08-09T11:34:28.0719312Z remote: Compressing objects: 17% (147/864) 2023-08-09T11:34:28.0720505Z remote: Compressing objects: 18% (156/864) 2023-08-09T11:34:28.0720778Z remote: Compressing objects: 19% (165/864) 2023-08-09T11:34:28.0721240Z remote: Compressing objects: 20% (173/864) 2023-08-09T11:34:28.0731327Z remote: Compressing objects: 21% (182/864) 2023-08-09T11:34:28.0736175Z remote: Compressing objects: 22% (191/864) 2023-08-09T11:34:28.0739503Z remote: Compressing objects: 23% (199/864) 2023-08-09T11:34:28.0746023Z remote: Compressing objects: 24% (208/864) 2023-08-09T11:34:28.0751790Z remote: Compressing objects: 25% (216/864) 2023-08-09T11:34:28.0763943Z remote: Compressing objects: 26% (225/864) 2023-08-09T11:34:28.0793066Z remote: Compressing objects: 27% (234/864) 2023-08-09T11:34:28.0847562Z remote: Compressing objects: 28% (242/864) 2023-08-09T11:34:28.0911494Z remote: Compressing objects: 29% (251/864) 2023-08-09T11:34:28.0939934Z remote: Compressing objects: 30% (260/864) 2023-08-09T11:34:28.0948681Z remote: Compressing objects: 31% (268/864) 2023-08-09T11:34:28.0964867Z remote: Compressing objects: 32% (277/864) 2023-08-09T11:34:28.0986612Z remote: Compressing objects: 33% (286/864) 2023-08-09T11:34:28.1006870Z remote: Compressing objects: 34% (294/864) 2023-08-09T11:34:28.1023543Z remote: Compressing objects: 35% (303/864) 2023-08-09T11:34:28.1041529Z remote: Compressing objects: 36% (312/864) 2023-08-09T11:34:28.1048081Z remote: Compressing objects: 37% (320/864) 2023-08-09T11:34:28.1051197Z remote: Compressing objects: 38% (329/864) 2023-08-09T11:34:28.1054388Z remote: Compressing objects: 39% (337/864) 2023-08-09T11:34:28.1057546Z remote: Compressing objects: 40% (346/864) 2023-08-09T11:34:28.1060652Z remote: Compressing objects: 41% (355/864) 2023-08-09T11:34:28.1066401Z remote: Compressing objects: 42% (363/864) 2023-08-09T11:34:28.1076827Z remote: Compressing objects: 43% (372/864) 2023-08-09T11:34:28.1196741Z remote: Compressing objects: 44% (381/864) 2023-08-09T11:34:28.1201755Z remote: Compressing objects: 45% (389/864) 2023-08-09T11:34:28.1202821Z remote: Compressing objects: 46% (398/864) 2023-08-09T11:34:28.1203516Z remote: Compressing objects: 47% (407/864) 2023-08-09T11:34:28.1210262Z remote: Compressing objects: 48% (415/864) 2023-08-09T11:34:28.1211132Z remote: Compressing objects: 49% (424/864) 2023-08-09T11:34:28.1211396Z remote: Compressing objects: 50% (432/864) 2023-08-09T11:34:28.1212769Z remote: Compressing objects: 51% (441/864) 2023-08-09T11:34:28.1215867Z remote: Compressing objects: 52% (450/864) 2023-08-09T11:34:28.1217867Z remote: Compressing objects: 53% (458/864) 2023-08-09T11:34:28.1221181Z remote: Compressing objects: 54% (467/864) 2023-08-09T11:34:28.1226555Z remote: Compressing objects: 55% (476/864) 2023-08-09T11:34:28.1238801Z remote: Compressing objects: 56% (484/864) 2023-08-09T11:34:28.1242267Z remote: Compressing objects: 57% (493/864) 2023-08-09T11:34:28.1246025Z remote: Compressing objects: 58% (502/864) 2023-08-09T11:34:28.1251556Z remote: Compressing objects: 59% (510/864) 2023-08-09T11:34:28.1256046Z remote: Compressing objects: 60% (519/864) 2023-08-09T11:34:28.1263239Z remote: Compressing objects: 61% (528/864) 2023-08-09T11:34:28.1269328Z remote: Compressing objects: 62% (536/864) 2023-08-09T11:34:28.1284944Z remote: Compressing objects: 63% (545/864) 2023-08-09T11:34:28.1301067Z remote: Compressing objects: 64% (553/864) 2023-08-09T11:34:28.1310836Z remote: Compressing objects: 65% (562/864) 2023-08-09T11:34:28.1317807Z remote: Compressing objects: 66% (571/864) 2023-08-09T11:34:28.1330974Z remote: Compressing objects: 67% (579/864) 2023-08-09T11:34:28.1334062Z remote: Compressing objects: 68% (588/864) 2023-08-09T11:34:28.1349892Z remote: Compressing objects: 69% (597/864) 2023-08-09T11:34:28.1353585Z remote: Compressing objects: 70% (605/864) 2023-08-09T11:34:28.1363418Z remote: Compressing objects: 71% (614/864) 2023-08-09T11:34:28.1369419Z remote: Compressing objects: 72% (623/864) 2023-08-09T11:34:28.1550790Z remote: Compressing objects: 73% (631/864) 2023-08-09T11:34:28.1553769Z remote: Compressing objects: 74% (640/864) 2023-08-09T11:34:28.1558200Z remote: Compressing objects: 75% (648/864) 2023-08-09T11:34:28.1559593Z remote: Compressing objects: 76% (657/864) 2023-08-09T11:34:28.1560626Z remote: Compressing objects: 77% (666/864) 2023-08-09T11:34:28.1568419Z remote: Compressing objects: 78% (674/864) 2023-08-09T11:34:28.1584244Z remote: Compressing objects: 79% (683/864) 2023-08-09T11:34:28.1600249Z remote: Compressing objects: 80% (692/864) 2023-08-09T11:34:28.1604905Z remote: Compressing objects: 81% (700/864) 2023-08-09T11:34:28.1609242Z remote: Compressing objects: 82% (709/864) 2023-08-09T11:34:28.1617729Z remote: Compressing objects: 83% (718/864) 2023-08-09T11:34:28.1623340Z remote: Compressing objects: 84% (726/864) 2023-08-09T11:34:28.1625857Z remote: Compressing objects: 85% (735/864) 2023-08-09T11:34:28.1626491Z remote: Compressing objects: 86% (744/864) 2023-08-09T11:34:28.1626991Z remote: Compressing objects: 87% (752/864) 2023-08-09T11:34:28.1628045Z remote: Compressing objects: 88% (761/864) 2023-08-09T11:34:28.1630134Z remote: Compressing objects: 89% (769/864) 2023-08-09T11:34:28.1632380Z remote: Compressing objects: 90% (778/864) 2023-08-09T11:34:28.1632635Z remote: Compressing objects: 91% (787/864) 2023-08-09T11:34:28.1638001Z remote: Compressing objects: 92% (795/864) 2023-08-09T11:34:28.1638254Z remote: Compressing objects: 93% (804/864) 2023-08-09T11:34:28.1638485Z remote: Compressing objects: 94% (813/864) 2023-08-09T11:34:28.1648242Z remote: Compressing objects: 95% (821/864) 2023-08-09T11:34:28.1648607Z remote: Compressing objects: 96% (830/864) 2023-08-09T11:34:28.1648881Z remote: Compressing objects: 97% (839/864) 2023-08-09T11:34:28.1649120Z remote: Compressing objects: 98% (847/864) 2023-08-09T11:34:28.1649361Z remote: Compressing objects: 99% (856/864) 2023-08-09T11:34:28.1649590Z remote: Compressing objects: 100% (864/864) 2023-08-09T11:34:28.1649847Z remote: Compressing objects: 100% (864/864), done. 2023-08-09T11:34:28.1672285Z Receiving objects: 0% (1/1076) 2023-08-09T11:34:28.1673960Z Receiving objects: 1% (11/1076) 2023-08-09T11:34:28.1676191Z Receiving objects: 2% (22/1076) 2023-08-09T11:34:28.1763020Z Receiving objects: 3% (33/1076) 2023-08-09T11:34:28.1764849Z Receiving objects: 4% (44/1076) 2023-08-09T11:34:28.1775241Z Receiving objects: 5% (54/1076) 2023-08-09T11:34:28.1780076Z Receiving objects: 6% (65/1076) 2023-08-09T11:34:28.1782513Z Receiving objects: 7% (76/1076) 2023-08-09T11:34:28.1785093Z Receiving objects: 8% (87/1076) 2023-08-09T11:34:28.1790471Z Receiving objects: 9% (97/1076) 2023-08-09T11:34:28.1791987Z Receiving objects: 10% (108/1076) 2023-08-09T11:34:28.1793938Z Receiving objects: 11% (119/1076) 2023-08-09T11:34:28.1795914Z Receiving objects: 12% (130/1076) 2023-08-09T11:34:28.1799144Z Receiving objects: 13% (140/1076) 2023-08-09T11:34:28.1799997Z Receiving objects: 14% (151/1076) 2023-08-09T11:34:28.1803873Z Receiving objects: 15% (162/1076) 2023-08-09T11:34:28.1806079Z Receiving objects: 16% (173/1076) 2023-08-09T11:34:28.1810477Z Receiving objects: 17% (183/1076) 2023-08-09T11:34:28.1817082Z Receiving objects: 18% (194/1076) 2023-08-09T11:34:28.1822778Z Receiving objects: 19% (205/1076) 2023-08-09T11:34:28.1824964Z Receiving objects: 20% (216/1076) 2023-08-09T11:34:28.1826266Z Receiving objects: 21% (226/1076) 2023-08-09T11:34:28.1855227Z Receiving objects: 22% (237/1076) 2023-08-09T11:34:28.1869455Z Receiving objects: 23% (248/1076) 2023-08-09T11:34:28.1870214Z Receiving objects: 24% (259/1076) 2023-08-09T11:34:28.1871183Z Receiving objects: 25% (269/1076) 2023-08-09T11:34:28.1878497Z Receiving objects: 26% (280/1076) 2023-08-09T11:34:28.1880592Z Receiving objects: 27% (291/1076) 2023-08-09T11:34:28.1883254Z Receiving objects: 28% (302/1076) 2023-08-09T11:34:28.1884295Z Receiving objects: 29% (313/1076) 2023-08-09T11:34:28.1886617Z Receiving objects: 30% (323/1076) 2023-08-09T11:34:28.1893178Z Receiving objects: 31% (334/1076) 2023-08-09T11:34:28.1905484Z Receiving objects: 32% (345/1076) 2023-08-09T11:34:28.1922359Z Receiving objects: 33% (356/1076) 2023-08-09T11:34:28.1953523Z Receiving objects: 34% (366/1076) 2023-08-09T11:34:28.1955036Z Receiving objects: 35% (377/1076) 2023-08-09T11:34:28.1955865Z Receiving objects: 36% (388/1076) 2023-08-09T11:34:28.1960171Z Receiving objects: 37% (399/1076) 2023-08-09T11:34:28.1961181Z Receiving objects: 38% (409/1076) 2023-08-09T11:34:28.1963817Z Receiving objects: 39% (420/1076) 2023-08-09T11:34:28.1972213Z Receiving objects: 40% (431/1076) 2023-08-09T11:34:28.1975833Z Receiving objects: 41% (442/1076) 2023-08-09T11:34:28.1979556Z Receiving objects: 42% (452/1076) 2023-08-09T11:34:28.1984557Z Receiving objects: 43% (463/1076) 2023-08-09T11:34:28.1988488Z Receiving objects: 44% (474/1076) 2023-08-09T11:34:28.1993442Z Receiving objects: 45% (485/1076) 2023-08-09T11:34:28.1995188Z Receiving objects: 46% (495/1076) 2023-08-09T11:34:28.1998519Z Receiving objects: 47% (506/1076) 2023-08-09T11:34:28.2001948Z Receiving objects: 48% (517/1076) 2023-08-09T11:34:28.2002852Z Receiving objects: 49% (528/1076) 2023-08-09T11:34:28.2005700Z Receiving objects: 50% (538/1076) 2023-08-09T11:34:28.2006645Z Receiving objects: 51% (549/1076) 2023-08-09T11:34:28.2007471Z Receiving objects: 52% (560/1076) 2023-08-09T11:34:28.2009045Z Receiving objects: 53% (571/1076) 2023-08-09T11:34:28.2009661Z Receiving objects: 54% (582/1076) 2023-08-09T11:34:28.2012735Z Receiving objects: 55% (592/1076) 2023-08-09T11:34:28.2014344Z Receiving objects: 56% (603/1076) 2023-08-09T11:34:28.2017113Z Receiving objects: 57% (614/1076) 2023-08-09T11:34:28.2019985Z Receiving objects: 58% (625/1076) 2023-08-09T11:34:28.2022411Z Receiving objects: 59% (635/1076) 2023-08-09T11:34:28.2024513Z Receiving objects: 60% (646/1076) 2023-08-09T11:34:28.2031444Z Receiving objects: 61% (657/1076) 2023-08-09T11:34:28.2035856Z Receiving objects: 62% (668/1076) 2023-08-09T11:34:28.2070746Z Receiving objects: 63% (678/1076) 2023-08-09T11:34:28.2074510Z Receiving objects: 64% (689/1076) 2023-08-09T11:34:28.2312583Z Receiving objects: 65% (700/1076) 2023-08-09T11:34:28.2388995Z Receiving objects: 66% (711/1076) 2023-08-09T11:34:28.2392168Z Receiving objects: 67% (721/1076) 2023-08-09T11:34:28.2394205Z Receiving objects: 68% (732/1076) 2023-08-09T11:34:28.2396728Z Receiving objects: 69% (743/1076) 2023-08-09T11:34:28.2397316Z Receiving objects: 70% (754/1076) 2023-08-09T11:34:28.2398979Z Receiving objects: 71% (764/1076) 2023-08-09T11:34:28.2406299Z Receiving objects: 72% (775/1076) 2023-08-09T11:34:28.2410505Z Receiving objects: 73% (786/1076) 2023-08-09T11:34:28.2414751Z Receiving objects: 74% (797/1076) 2023-08-09T11:34:28.2417379Z Receiving objects: 75% (807/1076) 2023-08-09T11:34:28.2419665Z Receiving objects: 76% (818/1076) 2023-08-09T11:34:28.2422286Z Receiving objects: 77% (829/1076) 2023-08-09T11:34:28.2424296Z Receiving objects: 78% (840/1076) 2023-08-09T11:34:28.2426502Z Receiving objects: 79% (851/1076) 2023-08-09T11:34:28.2426997Z Receiving objects: 80% (861/1076) 2023-08-09T11:34:28.2427391Z Receiving objects: 81% (872/1076) 2023-08-09T11:34:28.2427788Z Receiving objects: 82% (883/1076) 2023-08-09T11:34:28.2429150Z Receiving objects: 83% (894/1076) 2023-08-09T11:34:28.2431745Z Receiving objects: 84% (904/1076) 2023-08-09T11:34:28.2433241Z Receiving objects: 85% (915/1076) 2023-08-09T11:34:28.2435238Z Receiving objects: 86% (926/1076) 2023-08-09T11:34:28.2435622Z Receiving objects: 87% (937/1076) 2023-08-09T11:34:28.2436021Z Receiving objects: 88% (947/1076) 2023-08-09T11:34:28.2436731Z Receiving objects: 89% (958/1076) 2023-08-09T11:34:28.2437760Z Receiving objects: 90% (969/1076) 2023-08-09T11:34:28.2438801Z Receiving objects: 91% (980/1076) 2023-08-09T11:34:28.2441198Z Receiving objects: 92% (990/1076) 2023-08-09T11:34:28.2441451Z Receiving objects: 93% (1001/1076) 2023-08-09T11:34:28.2448579Z Receiving objects: 94% (1012/1076) 2023-08-09T11:34:28.2450695Z Receiving objects: 95% (1023/1076) 2023-08-09T11:34:28.2458451Z Receiving objects: 96% (1033/1076) 2023-08-09T11:34:28.2466830Z Receiving objects: 97% (1044/1076) 2023-08-09T11:34:28.2471283Z Receiving objects: 98% (1055/1076) 2023-08-09T11:34:28.2646555Z Receiving objects: 99% (1066/1076) 2023-08-09T11:34:28.2647344Z remote: Total 1076 (delta 182), reused 624 (delta 101), pack-reused 0 2023-08-09T11:34:28.2659238Z Receiving objects: 100% (1076/1076) 2023-08-09T11:34:28.2659813Z Receiving objects: 100% (1076/1076), 1.50 MiB | 15.25 MiB/s, done. 2023-08-09T11:34:28.2663094Z Resolving deltas: 0% (0/182) 2023-08-09T11:34:28.2665458Z Resolving deltas: 1% (2/182) 2023-08-09T11:34:28.2666587Z Resolving deltas: 2% (4/182) 2023-08-09T11:34:28.2667194Z Resolving deltas: 3% (6/182) 2023-08-09T11:34:28.2667605Z Resolving deltas: 4% (8/182) 2023-08-09T11:34:28.2668006Z Resolving deltas: 6% (11/182) 2023-08-09T11:34:28.2668299Z Resolving deltas: 7% (13/182) 2023-08-09T11:34:28.2668644Z Resolving deltas: 8% (15/182) 2023-08-09T11:34:28.2668894Z Resolving deltas: 10% (19/182) 2023-08-09T11:34:28.2669430Z Resolving deltas: 11% (21/182) 2023-08-09T11:34:28.2678544Z Resolving deltas: 12% (22/182) 2023-08-09T11:34:28.2678945Z Resolving deltas: 13% (24/182) 2023-08-09T11:34:28.2679321Z Resolving deltas: 14% (26/182) 2023-08-09T11:34:28.2679713Z Resolving deltas: 15% (28/182) 2023-08-09T11:34:28.2680049Z Resolving deltas: 16% (30/182) 2023-08-09T11:34:28.2680436Z Resolving deltas: 17% (31/182) 2023-08-09T11:34:28.2680783Z Resolving deltas: 18% (33/182) 2023-08-09T11:34:28.2681000Z Resolving deltas: 19% (35/182) 2023-08-09T11:34:28.2681201Z Resolving deltas: 20% (37/182) 2023-08-09T11:34:28.2681389Z Resolving deltas: 21% (39/182) 2023-08-09T11:34:28.2681589Z Resolving deltas: 22% (41/182) 2023-08-09T11:34:28.2681791Z Resolving deltas: 23% (42/182) 2023-08-09T11:34:28.2681977Z Resolving deltas: 24% (44/182) 2023-08-09T11:34:28.2682263Z Resolving deltas: 25% (46/182) 2023-08-09T11:34:28.2682598Z Resolving deltas: 26% (48/182) 2023-08-09T11:34:28.2682900Z Resolving deltas: 27% (50/182) 2023-08-09T11:34:28.2690021Z Resolving deltas: 28% (51/182) 2023-08-09T11:34:28.2691440Z Resolving deltas: 29% (53/182) 2023-08-09T11:34:28.2692627Z Resolving deltas: 30% (55/182) 2023-08-09T11:34:28.2693853Z Resolving deltas: 31% (57/182) 2023-08-09T11:34:28.2695539Z Resolving deltas: 32% (59/182) 2023-08-09T11:34:28.2695752Z Resolving deltas: 33% (61/182) 2023-08-09T11:34:28.2695945Z Resolving deltas: 34% (62/182) 2023-08-09T11:34:28.2697568Z Resolving deltas: 35% (64/182) 2023-08-09T11:34:28.2697977Z Resolving deltas: 36% (66/182) 2023-08-09T11:34:28.2700085Z Resolving deltas: 37% (68/182) 2023-08-09T11:34:28.2700463Z Resolving deltas: 38% (70/182) 2023-08-09T11:34:28.2701065Z Resolving deltas: 39% (71/182) 2023-08-09T11:34:28.2701933Z Resolving deltas: 40% (73/182) 2023-08-09T11:34:28.2702235Z Resolving deltas: 41% (75/182) 2023-08-09T11:34:28.2702563Z Resolving deltas: 42% (77/182) 2023-08-09T11:34:28.2702919Z Resolving deltas: 43% (79/182) 2023-08-09T11:34:28.2709326Z Resolving deltas: 44% (81/182) 2023-08-09T11:34:28.2710655Z Resolving deltas: 45% (82/182) 2023-08-09T11:34:28.2711222Z Resolving deltas: 46% (84/182) 2023-08-09T11:34:28.2711637Z Resolving deltas: 47% (86/182) 2023-08-09T11:34:28.2712090Z Resolving deltas: 48% (88/182) 2023-08-09T11:34:28.2713211Z Resolving deltas: 49% (90/182) 2023-08-09T11:34:28.2713670Z Resolving deltas: 50% (91/182) 2023-08-09T11:34:28.2714117Z Resolving deltas: 51% (93/182) 2023-08-09T11:34:28.2714542Z Resolving deltas: 52% (95/182) 2023-08-09T11:34:28.2715202Z Resolving deltas: 53% (97/182) 2023-08-09T11:34:28.2715664Z Resolving deltas: 54% (100/182) 2023-08-09T11:34:28.2716113Z Resolving deltas: 55% (101/182) 2023-08-09T11:34:28.2716544Z Resolving deltas: 56% (103/182) 2023-08-09T11:34:28.2716801Z Resolving deltas: 57% (104/182) 2023-08-09T11:34:28.2717025Z Resolving deltas: 58% (106/182) 2023-08-09T11:34:28.2717265Z Resolving deltas: 59% (108/182) 2023-08-09T11:34:28.2717508Z Resolving deltas: 60% (111/182) 2023-08-09T11:34:28.2717750Z Resolving deltas: 61% (112/182) 2023-08-09T11:34:28.2717974Z Resolving deltas: 62% (113/182) 2023-08-09T11:34:28.2718209Z Resolving deltas: 63% (115/182) 2023-08-09T11:34:28.2718444Z Resolving deltas: 64% (117/182) 2023-08-09T11:34:28.2718668Z Resolving deltas: 65% (119/182) 2023-08-09T11:34:28.2718904Z Resolving deltas: 66% (121/182) 2023-08-09T11:34:28.2719140Z Resolving deltas: 67% (122/182) 2023-08-09T11:34:28.2719367Z Resolving deltas: 68% (125/182) 2023-08-09T11:34:28.2719608Z Resolving deltas: 69% (126/182) 2023-08-09T11:34:28.2719844Z Resolving deltas: 70% (129/182) 2023-08-09T11:34:28.2720067Z Resolving deltas: 71% (130/182) 2023-08-09T11:34:28.2720415Z Resolving deltas: 72% (132/182) 2023-08-09T11:34:28.2720860Z Resolving deltas: 73% (133/182) 2023-08-09T11:34:28.2721300Z Resolving deltas: 74% (135/182) 2023-08-09T11:34:28.2721715Z Resolving deltas: 75% (137/182) 2023-08-09T11:34:28.2722331Z Resolving deltas: 76% (139/182) 2023-08-09T11:34:28.2722777Z Resolving deltas: 77% (141/182) 2023-08-09T11:34:28.2723213Z Resolving deltas: 78% (143/182) 2023-08-09T11:34:28.2723636Z Resolving deltas: 79% (145/182) 2023-08-09T11:34:28.2724073Z Resolving deltas: 80% (146/182) 2023-08-09T11:34:28.2724523Z Resolving deltas: 81% (148/182) 2023-08-09T11:34:28.2724979Z Resolving deltas: 82% (150/182) 2023-08-09T11:34:28.2725461Z Resolving deltas: 84% (153/182) 2023-08-09T11:34:28.2725756Z Resolving deltas: 85% (155/182) 2023-08-09T11:34:28.2725991Z Resolving deltas: 86% (157/182) 2023-08-09T11:34:28.2726234Z Resolving deltas: 87% (159/182) 2023-08-09T11:34:28.2726459Z Resolving deltas: 88% (161/182) 2023-08-09T11:34:28.2726693Z Resolving deltas: 89% (162/182) 2023-08-09T11:34:28.2726929Z Resolving deltas: 90% (164/182) 2023-08-09T11:34:28.2727151Z Resolving deltas: 92% (168/182) 2023-08-09T11:34:28.2727385Z Resolving deltas: 93% (170/182) 2023-08-09T11:34:28.2727622Z Resolving deltas: 94% (172/182) 2023-08-09T11:34:28.2727849Z Resolving deltas: 95% (173/182) 2023-08-09T11:34:28.2728085Z Resolving deltas: 96% (175/182) 2023-08-09T11:34:28.2728321Z Resolving deltas: 97% (177/182) 2023-08-09T11:34:28.2728546Z Resolving deltas: 98% (179/182) 2023-08-09T11:34:28.2728781Z Resolving deltas: 99% (181/182) 2023-08-09T11:34:28.2729017Z Resolving deltas: 100% (182/182) 2023-08-09T11:34:28.2729260Z Resolving deltas: 100% (182/182), done. 2023-08-09T11:34:28.2895969Z From https://github.com/pytorch/test-infra 2023-08-09T11:34:28.2896478Z * [new branch] main -> origin/main 2023-08-09T11:34:28.2912984Z ##[endgroup] 2023-08-09T11:34:28.2913435Z ##[group]Determining the checkout info 2023-08-09T11:34:28.2915367Z ##[endgroup] 2023-08-09T11:34:28.2915966Z ##[group]Checking out the ref 2023-08-09T11:34:28.2919072Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2023-08-09T11:34:28.3392394Z Switched to a new branch 'main' 2023-08-09T11:34:28.3393117Z branch 'main' set up to track 'origin/main'. 2023-08-09T11:34:28.3397570Z ##[endgroup] 2023-08-09T11:34:28.3397982Z ##[group]Setting up auth for fetching submodules 2023-08-09T11:34:28.3402946Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-08-09T11:34:28.3445737Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2023-08-09T11:34:28.3472925Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2023-08-09T11:34:28.3499078Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2023-08-09T11:34:28.3525085Z ##[endgroup] 2023-08-09T11:34:28.3525685Z ##[group]Fetching submodules 2023-08-09T11:34:28.3528619Z [command]/usr/bin/git submodule sync --recursive 2023-08-09T11:34:28.3761383Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2023-08-09T11:34:28.3995303Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2023-08-09T11:34:28.4220894Z ##[endgroup] 2023-08-09T11:34:28.4221582Z ##[group]Persisting credentials for submodules 2023-08-09T11:34:28.4225829Z [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-08-09T11:34:28.4454057Z [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-08-09T11:34:28.4679132Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2023-08-09T11:34:28.4904741Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2023-08-09T11:34:28.5123856Z ##[endgroup] 2023-08-09T11:34:28.5154228Z [command]/usr/bin/git log -1 --format='%H' 2023-08-09T11:34:28.5175902Z '264b8afc6d56140163c6b64f4088a17c4cd59bfd' 2023-08-09T11:34:28.5413117Z Prepare all required actions 2023-08-09T11:34:28.5413403Z Getting action download info 2023-08-09T11:34:28.6659714Z Download action repository 'pytorch/test-infra@main' (SHA:264b8afc6d56140163c6b64f4088a17c4cd59bfd) 2023-08-09T11:34:28.9213661Z Getting action download info 2023-08-09T11:34:29.0497924Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-08-09T11:34:29.1752399Z ##[group]Run ./test-infra/.github/actions/setup-linux 2023-08-09T11:34:29.1752634Z env: 2023-08-09T11:34:29.1752840Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.1753062Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.1753256Z PR_NUMBER: 2023-08-09T11:34:29.1753991Z 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-08-09T11:34:29.1754676Z ##[endgroup] 2023-08-09T11:34:29.1935150Z ##[group]Run set -euo pipefail 2023-08-09T11:34:29.1935389Z set -euo pipefail 2023-08-09T11:34:29.1935616Z function get_ec2_metadata() { 2023-08-09T11:34:29.1935869Z  # Pulled from instance metadata endpoint for EC2 2023-08-09T11:34:29.1936230Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2023-08-09T11:34:29.1936540Z  category=$1 2023-08-09T11:34:29.1936793Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2023-08-09T11:34:29.1937020Z } 2023-08-09T11:34:29.1937225Z echo "ami-id: $(get_ec2_metadata ami-id)" 2023-08-09T11:34:29.1937490Z echo "instance-id: $(get_ec2_metadata instance-id)" 2023-08-09T11:34:29.1937778Z echo "instance-type: $(get_ec2_metadata instance-type)" 2023-08-09T11:34:29.1938021Z echo "system info $(uname -a)" 2023-08-09T11:34:29.1950480Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.1950708Z env: 2023-08-09T11:34:29.1950899Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.1951384Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.1951577Z PR_NUMBER: 2023-08-09T11:34:29.1952279Z 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-08-09T11:34:29.1952957Z ##[endgroup] 2023-08-09T11:34:29.2048733Z ami-id: ami-096198a0bccc6bad4 2023-08-09T11:34:29.2098628Z instance-id: i-086009fbc0ffb1ee2 2023-08-09T11:34:29.2147827Z instance-type: c5.2xlarge 2023-08-09T11:34:29.2154398Z system info Linux ip-10-0-0-48.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-08-09T11:34:29.2173017Z ##[group]Run if systemctl is-active --quiet docker; then 2023-08-09T11:34:29.2173307Z if systemctl is-active --quiet docker; then 2023-08-09T11:34:29.2173563Z  echo "Docker daemon is running..."; 2023-08-09T11:34:29.2173775Z else 2023-08-09T11:34:29.2174002Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2023-08-09T11:34:29.2174237Z fi 2023-08-09T11:34:29.2184286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.2184616Z env: 2023-08-09T11:34:29.2184824Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.2185055Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.2185238Z PR_NUMBER: 2023-08-09T11:34:29.2185917Z 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-08-09T11:34:29.2186592Z ##[endgroup] 2023-08-09T11:34:29.2304377Z Docker daemon is running... 2023-08-09T11:34:29.2317885Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-08-09T11:34:29.2318265Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2023-08-09T11:34:29.2318555Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-08-09T11:34:29.2318940Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2023-08-09T11:34:29.2319299Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2023-08-09T11:34:29.2329052Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:29.2329274Z env: 2023-08-09T11:34:29.2329474Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:29.2329687Z REPOSITORY: pytorch/audio 2023-08-09T11:34:29.2329879Z PR_NUMBER: 2023-08-09T11:34:29.2330571Z 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-08-09T11:34:29.2331257Z AWS_RETRY_MODE: standard 2023-08-09T11:34:29.2331451Z AWS_MAX_ATTEMPTS: 5 2023-08-09T11:34:29.2332197Z AWS_DEFAULT_REGION: us-east-1 2023-08-09T11:34:29.2332521Z ##[endgroup] 2023-08-09T11:34:30.4381633Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2023-08-09T11:34:30.4382033Z Configure a credential helper to remove this warning. See 2023-08-09T11:34:30.4382513Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2023-08-09T11:34:30.4382725Z 2023-08-09T11:34:30.4382963Z Login Succeeded 2023-08-09T11:34:30.4409815Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-08-09T11:34:30.4410165Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-08-09T11:34:30.4410461Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2023-08-09T11:34:30.4421362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:30.4421571Z env: 2023-08-09T11:34:30.4421773Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.4421998Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.4422178Z PR_NUMBER: 2023-08-09T11:34:30.4422870Z 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-08-09T11:34:30.4423665Z ##[endgroup] 2023-08-09T11:34:30.4481272Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-08-09T11:34:30.4481577Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2023-08-09T11:34:30.4481833Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2023-08-09T11:34:30.4482120Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2023-08-09T11:34:30.4482442Z  2023-08-09T11:34:30.4482680Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2023-08-09T11:34:30.4482947Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2023-08-09T11:34:30.4483229Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2023-08-09T11:34:30.4483455Z  2023-08-09T11:34:30.4483655Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2023-08-09T11:34:30.4483886Z mkdir -p "${RUNNER_DOCS_DIR}" 2023-08-09T11:34:30.4484124Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2023-08-09T11:34:30.4494046Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:30.4494275Z env: 2023-08-09T11:34:30.4494477Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.4494689Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.4494883Z PR_NUMBER: 2023-08-09T11:34:30.4495559Z 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-08-09T11:34:30.4496226Z ##[endgroup] 2023-08-09T11:34:30.4557096Z ##[group]Run needs=0 2023-08-09T11:34:30.4557294Z needs=0 2023-08-09T11:34:30.4557555Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2023-08-09T11:34:30.4557792Z  needs=1 2023-08-09T11:34:30.4557961Z fi 2023-08-09T11:34:30.4558160Z echo "does=${needs}" >> $GITHUB_OUTPUT 2023-08-09T11:34:30.4567329Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:30.4567536Z env: 2023-08-09T11:34:30.4567736Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.4568082Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.4568263Z PR_NUMBER: 2023-08-09T11:34:30.4568950Z 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-08-09T11:34:30.4569698Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.4570023Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.4570331Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.4570550Z ##[endgroup] 2023-08-09T11:34:30.4977307Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:34:30.4977646Z # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:34:30.4977904Z # shellcheck disable=SC2046 2023-08-09T11:34:30.4978132Z docker stop $(docker ps -q) || true 2023-08-09T11:34:30.4978351Z # Prune all of the docker images 2023-08-09T11:34:30.4978572Z docker system prune -af 2023-08-09T11:34:30.4987847Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:30.4988056Z env: 2023-08-09T11:34:30.4988379Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.4988611Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.4988792Z PR_NUMBER: 2023-08-09T11:34:30.4989476Z 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-08-09T11:34:30.4990217Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.4990538Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.4990847Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.4991195Z ##[endgroup] 2023-08-09T11:34:30.5303541Z "docker stop" requires at least 1 argument. 2023-08-09T11:34:30.5304347Z See 'docker stop --help'. 2023-08-09T11:34:30.5304568Z 2023-08-09T11:34:30.5304776Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2023-08-09T11:34:30.5305076Z 2023-08-09T11:34:30.5305255Z Stop one or more running containers 2023-08-09T11:34:30.5472781Z Total reclaimed space: 0B 2023-08-09T11:34:30.5525194Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2023-08-09T11:34:30.5525403Z with: 2023-08-09T11:34:30.5525720Z github-secret: *** 2023-08-09T11:34:30.5525927Z activate-with-label: false 2023-08-09T11:34:30.5526127Z label: with-ssh 2023-08-09T11:34:30.5526310Z remove-existing-keys: true 2023-08-09T11:34:30.5526502Z env: 2023-08-09T11:34:30.5526700Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.5526915Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.5527105Z PR_NUMBER: 2023-08-09T11:34:30.5527833Z 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-08-09T11:34:30.5528685Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.5529016Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.5529311Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.5529539Z ##[endgroup] 2023-08-09T11:34:30.6150945Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2023-08-09T11:34:30.6153740Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2023-08-09T11:34:30.6339152Z ##[group]Run actions/checkout@v3 2023-08-09T11:34:30.6339356Z with: 2023-08-09T11:34:30.6339543Z repository: pytorch/audio 2023-08-09T11:34:30.6339735Z ref: refs/heads/nightly 2023-08-09T11:34:30.6339935Z path: pytorch/audio 2023-08-09T11:34:30.6340122Z fetch-depth: 1 2023-08-09T11:34:30.6340411Z token: *** 2023-08-09T11:34:30.6340581Z ssh-strict: true 2023-08-09T11:34:30.6340781Z persist-credentials: true 2023-08-09T11:34:30.6340977Z clean: true 2023-08-09T11:34:30.6341172Z sparse-checkout-cone-mode: true 2023-08-09T11:34:30.6341377Z lfs: false 2023-08-09T11:34:30.6341562Z set-safe-directory: true 2023-08-09T11:34:30.6341739Z env: 2023-08-09T11:34:30.6341937Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:30.6342159Z REPOSITORY: pytorch/audio 2023-08-09T11:34:30.6342333Z PR_NUMBER: 2023-08-09T11:34:30.6343061Z 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-08-09T11:34:30.6343792Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:30.6344107Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:30.6344416Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:30.6344648Z ##[endgroup] 2023-08-09T11:34:30.7139289Z Syncing repository: pytorch/audio 2023-08-09T11:34:30.7147432Z ##[group]Getting Git version info 2023-08-09T11:34:30.7148064Z Working directory is '/home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio' 2023-08-09T11:34:30.7168776Z [command]/usr/bin/git version 2023-08-09T11:34:30.7205665Z git version 2.40.1 2023-08-09T11:34:30.7226375Z ##[endgroup] 2023-08-09T11:34:30.7237399Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bfbb8d43-bcec-4991-8296-63535a1608c8' before making global git config changes 2023-08-09T11:34:30.7237848Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:34:30.7242227Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:34:30.7271826Z ##[group]Initializing the repository 2023-08-09T11:34:30.7274485Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:34:30.7301088Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-08-09T11:34:30.7301729Z hint: is subject to change. To configure the initial branch name to use in all 2023-08-09T11:34:30.7302130Z hint: of your new repositories, which will suppress this warning, call: 2023-08-09T11:34:30.7302544Z hint: 2023-08-09T11:34:30.7303030Z hint: git config --global init.defaultBranch 2023-08-09T11:34:30.7303249Z hint: 2023-08-09T11:34:30.7303531Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-08-09T11:34:30.7303918Z hint: 'development'. The just-created branch can be renamed via this command: 2023-08-09T11:34:30.7304404Z hint: 2023-08-09T11:34:30.7304808Z hint: git branch -m 2023-08-09T11:34:30.7305392Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio/.git/ 2023-08-09T11:34:30.7311212Z [command]/usr/bin/git remote add origin https://github.com/pytorch/audio 2023-08-09T11:34:30.7336231Z ##[endgroup] 2023-08-09T11:34:30.7336622Z ##[group]Disabling automatic garbage collection 2023-08-09T11:34:30.7339395Z [command]/usr/bin/git config --local gc.auto 0 2023-08-09T11:34:30.7363004Z ##[endgroup] 2023-08-09T11:34:30.7363416Z ##[group]Setting up auth 2023-08-09T11:34:30.7368321Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:34:30.7393988Z [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-08-09T11:34:30.7627587Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:34:30.7650820Z [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-08-09T11:34:30.7881500Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-08-09T11:34:30.7984398Z ##[endgroup] 2023-08-09T11:34:30.7984985Z ##[group]Fetching the repository 2023-08-09T11:34:30.7991222Z [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-08-09T11:34:31.0330499Z remote: Enumerating objects: 987, done. 2023-08-09T11:34:31.0330846Z remote: Counting objects: 0% (1/987) 2023-08-09T11:34:31.0331092Z remote: Counting objects: 1% (10/987) 2023-08-09T11:34:31.0331372Z remote: Counting objects: 2% (20/987) 2023-08-09T11:34:31.0331950Z remote: Counting objects: 3% (30/987) 2023-08-09T11:34:31.0332376Z remote: Counting objects: 4% (40/987) 2023-08-09T11:34:31.0332825Z remote: Counting objects: 5% (50/987) 2023-08-09T11:34:31.0333063Z remote: Counting objects: 6% (60/987) 2023-08-09T11:34:31.0333287Z remote: Counting objects: 7% (70/987) 2023-08-09T11:34:31.0333516Z remote: Counting objects: 8% (79/987) 2023-08-09T11:34:31.0333732Z remote: Counting objects: 9% (89/987) 2023-08-09T11:34:31.0333970Z remote: Counting objects: 10% (99/987) 2023-08-09T11:34:31.0334225Z remote: Counting objects: 11% (109/987) 2023-08-09T11:34:31.0334524Z remote: Counting objects: 12% (119/987) 2023-08-09T11:34:31.0334751Z remote: Counting objects: 13% (129/987) 2023-08-09T11:34:31.0334981Z remote: Counting objects: 14% (139/987) 2023-08-09T11:34:31.0335216Z remote: Counting objects: 15% (149/987) 2023-08-09T11:34:31.0335440Z remote: Counting objects: 16% (158/987) 2023-08-09T11:34:31.0335666Z remote: Counting objects: 17% (168/987) 2023-08-09T11:34:31.0335895Z remote: Counting objects: 18% (178/987) 2023-08-09T11:34:31.0336107Z remote: Counting objects: 19% (188/987) 2023-08-09T11:34:31.0336331Z remote: Counting objects: 20% (198/987) 2023-08-09T11:34:31.0336558Z remote: Counting objects: 21% (208/987) 2023-08-09T11:34:31.0336817Z remote: Counting objects: 22% (218/987) 2023-08-09T11:34:31.0337048Z remote: Counting objects: 23% (228/987) 2023-08-09T11:34:31.0337283Z remote: Counting objects: 24% (237/987) 2023-08-09T11:34:31.0337507Z remote: Counting objects: 25% (247/987) 2023-08-09T11:34:31.0337721Z remote: Counting objects: 26% (257/987) 2023-08-09T11:34:31.0338924Z remote: Counting objects: 27% (267/987) 2023-08-09T11:34:31.0339190Z remote: Counting objects: 28% (277/987) 2023-08-09T11:34:31.0339595Z remote: Counting objects: 29% (287/987) 2023-08-09T11:34:31.0339817Z remote: Counting objects: 30% (297/987) 2023-08-09T11:34:31.0340042Z remote: Counting objects: 31% (306/987) 2023-08-09T11:34:31.0342859Z remote: Counting objects: 32% (316/987) 2023-08-09T11:34:31.0343373Z remote: Counting objects: 33% (326/987) 2023-08-09T11:34:31.0343881Z remote: Counting objects: 34% (336/987) 2023-08-09T11:34:31.0344196Z remote: Counting objects: 35% (346/987) 2023-08-09T11:34:31.0344418Z remote: Counting objects: 36% (356/987) 2023-08-09T11:34:31.0344825Z remote: Counting objects: 37% (366/987) 2023-08-09T11:34:31.0345220Z remote: Counting objects: 38% (376/987) 2023-08-09T11:34:31.0345706Z remote: Counting objects: 39% (385/987) 2023-08-09T11:34:31.0346006Z remote: Counting objects: 40% (395/987) 2023-08-09T11:34:31.0346270Z remote: Counting objects: 41% (405/987) 2023-08-09T11:34:31.0346506Z remote: Counting objects: 42% (415/987) 2023-08-09T11:34:31.0346876Z remote: Counting objects: 43% (425/987) 2023-08-09T11:34:31.0347275Z remote: Counting objects: 44% (435/987) 2023-08-09T11:34:31.0347762Z remote: Counting objects: 45% (445/987) 2023-08-09T11:34:31.0348050Z remote: Counting objects: 46% (455/987) 2023-08-09T11:34:31.0348273Z remote: Counting objects: 47% (464/987) 2023-08-09T11:34:31.0348539Z remote: Counting objects: 48% (474/987) 2023-08-09T11:34:31.0348753Z remote: Counting objects: 49% (484/987) 2023-08-09T11:34:31.0349006Z remote: Counting objects: 50% (494/987) 2023-08-09T11:34:31.0349266Z remote: Counting objects: 51% (504/987) 2023-08-09T11:34:31.0349612Z remote: Counting objects: 52% (514/987) 2023-08-09T11:34:31.0350001Z remote: Counting objects: 53% (524/987) 2023-08-09T11:34:31.0350489Z remote: Counting objects: 54% (533/987) 2023-08-09T11:34:31.0350925Z remote: Counting objects: 55% (543/987) 2023-08-09T11:34:31.0351476Z remote: Counting objects: 56% (553/987) 2023-08-09T11:34:31.0351797Z remote: Counting objects: 57% (563/987) 2023-08-09T11:34:31.0352182Z remote: Counting objects: 58% (573/987) 2023-08-09T11:34:31.0352588Z remote: Counting objects: 59% (583/987) 2023-08-09T11:34:31.0353019Z remote: Counting objects: 60% (593/987) 2023-08-09T11:34:31.0353440Z remote: Counting objects: 61% (603/987) 2023-08-09T11:34:31.0353665Z remote: Counting objects: 62% (612/987) 2023-08-09T11:34:31.0353920Z remote: Counting objects: 63% (622/987) 2023-08-09T11:34:31.0354396Z remote: Counting objects: 64% (632/987) 2023-08-09T11:34:31.0354798Z remote: Counting objects: 65% (642/987) 2023-08-09T11:34:31.0355112Z remote: Counting objects: 66% (652/987) 2023-08-09T11:34:31.0355550Z remote: Counting objects: 67% (662/987) 2023-08-09T11:34:31.0355910Z remote: Counting objects: 68% (672/987) 2023-08-09T11:34:31.0356121Z remote: Counting objects: 69% (682/987) 2023-08-09T11:34:31.0356340Z remote: Counting objects: 70% (691/987) 2023-08-09T11:34:31.0356561Z remote: Counting objects: 71% (701/987) 2023-08-09T11:34:31.0356771Z remote: Counting objects: 72% (711/987) 2023-08-09T11:34:31.0356992Z remote: Counting objects: 73% (721/987) 2023-08-09T11:34:31.0357213Z remote: Counting objects: 74% (731/987) 2023-08-09T11:34:31.0357438Z remote: Counting objects: 75% (741/987) 2023-08-09T11:34:31.0357655Z remote: Counting objects: 76% (751/987) 2023-08-09T11:34:31.0357892Z remote: Counting objects: 77% (760/987) 2023-08-09T11:34:31.0358115Z remote: Counting objects: 78% (770/987) 2023-08-09T11:34:31.0358325Z remote: Counting objects: 79% (780/987) 2023-08-09T11:34:31.0358585Z remote: Counting objects: 80% (790/987) 2023-08-09T11:34:31.0358950Z remote: Counting objects: 81% (800/987) 2023-08-09T11:34:31.0359161Z remote: Counting objects: 82% (810/987) 2023-08-09T11:34:31.0359382Z remote: Counting objects: 83% (820/987) 2023-08-09T11:34:31.0359604Z remote: Counting objects: 84% (830/987) 2023-08-09T11:34:31.0359825Z remote: Counting objects: 85% (839/987) 2023-08-09T11:34:31.0360034Z remote: Counting objects: 86% (849/987) 2023-08-09T11:34:31.0360257Z remote: Counting objects: 87% (859/987) 2023-08-09T11:34:31.0360479Z remote: Counting objects: 88% (869/987) 2023-08-09T11:34:31.0360799Z remote: Counting objects: 89% (879/987) 2023-08-09T11:34:31.0361043Z remote: Counting objects: 90% (889/987) 2023-08-09T11:34:31.0361454Z remote: Counting objects: 91% (899/987) 2023-08-09T11:34:31.0361879Z remote: Counting objects: 92% (909/987) 2023-08-09T11:34:31.0362128Z remote: Counting objects: 93% (918/987) 2023-08-09T11:34:31.0362359Z remote: Counting objects: 94% (928/987) 2023-08-09T11:34:31.0362581Z remote: Counting objects: 95% (938/987) 2023-08-09T11:34:31.0362793Z remote: Counting objects: 96% (948/987) 2023-08-09T11:34:31.0363016Z remote: Counting objects: 97% (958/987) 2023-08-09T11:34:31.0363238Z remote: Counting objects: 98% (968/987) 2023-08-09T11:34:31.0363452Z remote: Counting objects: 99% (978/987) 2023-08-09T11:34:31.0363672Z remote: Counting objects: 100% (987/987) 2023-08-09T11:34:31.0363906Z remote: Counting objects: 100% (987/987), done. 2023-08-09T11:34:31.0364153Z remote: Compressing objects: 0% (1/866) 2023-08-09T11:34:31.0367032Z remote: Compressing objects: 1% (9/866) 2023-08-09T11:34:31.0384232Z remote: Compressing objects: 2% (18/866) 2023-08-09T11:34:31.0404428Z remote: Compressing objects: 3% (26/866) 2023-08-09T11:34:31.0408606Z remote: Compressing objects: 4% (35/866) 2023-08-09T11:34:31.0413277Z remote: Compressing objects: 5% (44/866) 2023-08-09T11:34:31.0414444Z remote: Compressing objects: 6% (52/866) 2023-08-09T11:34:31.0433607Z remote: Compressing objects: 7% (61/866) 2023-08-09T11:34:31.0486965Z remote: Compressing objects: 8% (70/866) 2023-08-09T11:34:31.0493270Z remote: Compressing objects: 9% (78/866) 2023-08-09T11:34:31.0526022Z remote: Compressing objects: 10% (87/866) 2023-08-09T11:34:31.0550529Z remote: Compressing objects: 11% (96/866) 2023-08-09T11:34:31.0577154Z remote: Compressing objects: 12% (104/866) 2023-08-09T11:34:31.0584980Z remote: Compressing objects: 13% (113/866) 2023-08-09T11:34:31.0590842Z remote: Compressing objects: 14% (122/866) 2023-08-09T11:34:31.0595597Z remote: Compressing objects: 15% (130/866) 2023-08-09T11:34:31.0624191Z remote: Compressing objects: 16% (139/866) 2023-08-09T11:34:31.0630550Z remote: Compressing objects: 17% (148/866) 2023-08-09T11:34:31.0665083Z remote: Compressing objects: 18% (156/866) 2023-08-09T11:34:31.0708941Z remote: Compressing objects: 19% (165/866) 2023-08-09T11:34:31.0740632Z remote: Compressing objects: 20% (174/866) 2023-08-09T11:34:31.0763861Z remote: Compressing objects: 21% (182/866) 2023-08-09T11:34:31.0776446Z remote: Compressing objects: 22% (191/866) 2023-08-09T11:34:31.0783760Z remote: Compressing objects: 23% (200/866) 2023-08-09T11:34:31.0812844Z remote: Compressing objects: 24% (208/866) 2023-08-09T11:34:31.0847819Z remote: Compressing objects: 25% (217/866) 2023-08-09T11:34:31.0873638Z remote: Compressing objects: 26% (226/866) 2023-08-09T11:34:31.0946731Z remote: Compressing objects: 27% (234/866) 2023-08-09T11:34:31.1000747Z remote: Compressing objects: 28% (243/866) 2023-08-09T11:34:31.1016934Z remote: Compressing objects: 29% (252/866) 2023-08-09T11:34:31.1034073Z remote: Compressing objects: 30% (260/866) 2023-08-09T11:34:31.1069624Z remote: Compressing objects: 31% (269/866) 2023-08-09T11:34:31.1104778Z remote: Compressing objects: 32% (278/866) 2023-08-09T11:34:31.1130757Z remote: Compressing objects: 33% (286/866) 2023-08-09T11:34:31.1197738Z remote: Compressing objects: 34% (295/866) 2023-08-09T11:34:31.1255549Z remote: Compressing objects: 35% (304/866) 2023-08-09T11:34:31.1297917Z remote: Compressing objects: 36% (312/866) 2023-08-09T11:34:31.1368377Z remote: Compressing objects: 37% (321/866) 2023-08-09T11:34:31.1461503Z remote: Compressing objects: 38% (330/866) 2023-08-09T11:34:31.1588923Z remote: Compressing objects: 39% (338/866) 2023-08-09T11:34:31.1658905Z remote: Compressing objects: 40% (347/866) 2023-08-09T11:34:31.1713032Z remote: Compressing objects: 41% (356/866) 2023-08-09T11:34:31.1724424Z remote: Compressing objects: 42% (364/866) 2023-08-09T11:34:31.1748658Z remote: Compressing objects: 43% (373/866) 2023-08-09T11:34:31.1781307Z remote: Compressing objects: 44% (382/866) 2023-08-09T11:34:31.1816213Z remote: Compressing objects: 45% (390/866) 2023-08-09T11:34:31.1830933Z remote: Compressing objects: 46% (399/866) 2023-08-09T11:34:31.1834172Z remote: Compressing objects: 47% (408/866) 2023-08-09T11:34:31.1837207Z remote: Compressing objects: 48% (416/866) 2023-08-09T11:34:31.1849059Z remote: Compressing objects: 49% (425/866) 2023-08-09T11:34:31.1850713Z remote: Compressing objects: 50% (433/866) 2023-08-09T11:34:31.1906818Z remote: Compressing objects: 51% (442/866) 2023-08-09T11:34:31.1914946Z remote: Compressing objects: 52% (451/866) 2023-08-09T11:34:31.1915394Z remote: Compressing objects: 53% (459/866) 2023-08-09T11:34:31.1915837Z remote: Compressing objects: 54% (468/866) 2023-08-09T11:34:31.1916084Z remote: Compressing objects: 55% (477/866) 2023-08-09T11:34:31.1918227Z remote: Compressing objects: 56% (485/866) 2023-08-09T11:34:31.1918678Z remote: Compressing objects: 57% (494/866) 2023-08-09T11:34:31.1964881Z remote: Compressing objects: 58% (503/866) 2023-08-09T11:34:31.1989168Z remote: Compressing objects: 59% (511/866) 2023-08-09T11:34:31.2018968Z remote: Compressing objects: 60% (520/866) 2023-08-09T11:34:31.2031719Z remote: Compressing objects: 61% (529/866) 2023-08-09T11:34:31.2071584Z remote: Compressing objects: 62% (537/866) 2023-08-09T11:34:31.2096482Z remote: Compressing objects: 63% (546/866) 2023-08-09T11:34:31.2097413Z remote: Compressing objects: 64% (555/866) 2023-08-09T11:34:31.2128685Z remote: Compressing objects: 65% (563/866) 2023-08-09T11:34:31.2152099Z remote: Compressing objects: 66% (572/866) 2023-08-09T11:34:31.2161303Z remote: Compressing objects: 67% (581/866) 2023-08-09T11:34:31.2168667Z remote: Compressing objects: 68% (589/866) 2023-08-09T11:34:31.2169114Z remote: Compressing objects: 69% (598/866) 2023-08-09T11:34:31.2176668Z remote: Compressing objects: 70% (607/866) 2023-08-09T11:34:31.2187765Z remote: Compressing objects: 71% (615/866) 2023-08-09T11:34:31.2197789Z remote: Compressing objects: 72% (624/866) 2023-08-09T11:34:31.2245306Z remote: Compressing objects: 73% (633/866) 2023-08-09T11:34:31.2263366Z remote: Compressing objects: 74% (641/866) 2023-08-09T11:34:31.2276120Z remote: Compressing objects: 75% (650/866) 2023-08-09T11:34:31.2291840Z remote: Compressing objects: 76% (659/866) 2023-08-09T11:34:31.2300837Z remote: Compressing objects: 77% (667/866) 2023-08-09T11:34:31.2310061Z remote: Compressing objects: 78% (676/866) 2023-08-09T11:34:31.2331914Z remote: Compressing objects: 79% (685/866) 2023-08-09T11:34:31.2339047Z remote: Compressing objects: 80% (693/866) 2023-08-09T11:34:31.2341199Z remote: Compressing objects: 81% (702/866) 2023-08-09T11:34:31.2341652Z remote: Compressing objects: 82% (711/866) 2023-08-09T11:34:31.2342042Z remote: Compressing objects: 83% (719/866) 2023-08-09T11:34:31.2348029Z remote: Compressing objects: 84% (728/866) 2023-08-09T11:34:31.2351251Z remote: Compressing objects: 85% (737/866) 2023-08-09T11:34:31.2351698Z remote: Compressing objects: 86% (745/866) 2023-08-09T11:34:31.2352113Z remote: Compressing objects: 87% (754/866) 2023-08-09T11:34:31.2352356Z remote: Compressing objects: 88% (763/866) 2023-08-09T11:34:31.2352710Z remote: Compressing objects: 89% (771/866) 2023-08-09T11:34:31.2352938Z remote: Compressing objects: 90% (780/866) 2023-08-09T11:34:31.2355575Z remote: Compressing objects: 91% (789/866) 2023-08-09T11:34:31.2355874Z remote: Compressing objects: 92% (797/866) 2023-08-09T11:34:31.2356118Z remote: Compressing objects: 93% (806/866) 2023-08-09T11:34:31.2360357Z remote: Compressing objects: 94% (815/866) 2023-08-09T11:34:31.2360665Z remote: Compressing objects: 95% (823/866) 2023-08-09T11:34:31.2360907Z remote: Compressing objects: 96% (832/866) 2023-08-09T11:34:31.2361132Z remote: Compressing objects: 97% (841/866) 2023-08-09T11:34:31.2361368Z remote: Compressing objects: 98% (849/866) 2023-08-09T11:34:31.2365063Z remote: Compressing objects: 99% (858/866) 2023-08-09T11:34:31.2365356Z remote: Compressing objects: 100% (866/866) 2023-08-09T11:34:31.2365603Z remote: Compressing objects: 100% (866/866), done. 2023-08-09T11:34:31.2391203Z Receiving objects: 0% (1/987) 2023-08-09T11:34:31.2394123Z Receiving objects: 1% (10/987) 2023-08-09T11:34:31.2395660Z Receiving objects: 2% (20/987) 2023-08-09T11:34:31.2397175Z Receiving objects: 3% (30/987) 2023-08-09T11:34:31.2402152Z Receiving objects: 4% (40/987) 2023-08-09T11:34:31.2413398Z Receiving objects: 5% (50/987) 2023-08-09T11:34:31.2439700Z Receiving objects: 6% (60/987) 2023-08-09T11:34:31.2453214Z Receiving objects: 7% (70/987) 2023-08-09T11:34:31.2455735Z Receiving objects: 8% (79/987) 2023-08-09T11:34:31.2462247Z Receiving objects: 9% (89/987) 2023-08-09T11:34:31.2467992Z Receiving objects: 10% (99/987) 2023-08-09T11:34:31.2471395Z Receiving objects: 11% (109/987) 2023-08-09T11:34:31.2484846Z Receiving objects: 12% (119/987) 2023-08-09T11:34:31.2488129Z Receiving objects: 13% (129/987) 2023-08-09T11:34:31.2500553Z Receiving objects: 14% (139/987) 2023-08-09T11:34:31.2512240Z Receiving objects: 15% (149/987) 2023-08-09T11:34:31.2514977Z Receiving objects: 16% (158/987) 2023-08-09T11:34:31.2526266Z Receiving objects: 17% (168/987) 2023-08-09T11:34:31.2528700Z Receiving objects: 18% (178/987) 2023-08-09T11:34:31.2530932Z Receiving objects: 19% (188/987) 2023-08-09T11:34:31.2534363Z Receiving objects: 20% (198/987) 2023-08-09T11:34:31.2542390Z Receiving objects: 21% (208/987) 2023-08-09T11:34:31.2558443Z Receiving objects: 22% (218/987) 2023-08-09T11:34:31.2561568Z Receiving objects: 23% (228/987) 2023-08-09T11:34:31.2563106Z Receiving objects: 24% (237/987) 2023-08-09T11:34:31.2614031Z Receiving objects: 25% (247/987) 2023-08-09T11:34:31.2618090Z Receiving objects: 26% (257/987) 2023-08-09T11:34:31.2627468Z Receiving objects: 27% (267/987) 2023-08-09T11:34:31.2631077Z Receiving objects: 28% (277/987) 2023-08-09T11:34:31.2632283Z Receiving objects: 29% (287/987) 2023-08-09T11:34:31.2634123Z Receiving objects: 30% (297/987) 2023-08-09T11:34:31.2653671Z Receiving objects: 31% (306/987) 2023-08-09T11:34:31.2675697Z Receiving objects: 32% (316/987) 2023-08-09T11:34:31.2714362Z Receiving objects: 33% (326/987) 2023-08-09T11:34:31.2775260Z Receiving objects: 34% (336/987) 2023-08-09T11:34:31.2801567Z Receiving objects: 35% (346/987) 2023-08-09T11:34:31.2803338Z Receiving objects: 36% (356/987) 2023-08-09T11:34:31.2805711Z Receiving objects: 37% (366/987) 2023-08-09T11:34:31.2808218Z Receiving objects: 38% (376/987) 2023-08-09T11:34:31.2896426Z Receiving objects: 39% (385/987) 2023-08-09T11:34:31.2896965Z Receiving objects: 40% (395/987) 2023-08-09T11:34:31.2910325Z Receiving objects: 41% (405/987) 2023-08-09T11:34:31.3038488Z Receiving objects: 42% (415/987) 2023-08-09T11:34:31.3382712Z Receiving objects: 43% (425/987) 2023-08-09T11:34:31.3405358Z Receiving objects: 44% (435/987) 2023-08-09T11:34:31.3406223Z Receiving objects: 45% (445/987) 2023-08-09T11:34:31.3406907Z Receiving objects: 46% (455/987) 2023-08-09T11:34:31.3407741Z Receiving objects: 47% (464/987) 2023-08-09T11:34:31.3413146Z Receiving objects: 48% (474/987) 2023-08-09T11:34:31.3416228Z Receiving objects: 49% (484/987) 2023-08-09T11:34:31.3417349Z Receiving objects: 50% (494/987) 2023-08-09T11:34:31.3421153Z Receiving objects: 51% (504/987) 2023-08-09T11:34:31.3424498Z Receiving objects: 52% (514/987) 2023-08-09T11:34:31.3427658Z Receiving objects: 53% (524/987) 2023-08-09T11:34:31.3431460Z Receiving objects: 54% (533/987) 2023-08-09T11:34:31.3435084Z Receiving objects: 55% (543/987) 2023-08-09T11:34:31.3436211Z Receiving objects: 56% (553/987) 2023-08-09T11:34:31.3438750Z Receiving objects: 57% (563/987) 2023-08-09T11:34:31.3445899Z Receiving objects: 58% (573/987) 2023-08-09T11:34:31.3450210Z Receiving objects: 59% (583/987) 2023-08-09T11:34:31.3456751Z Receiving objects: 60% (593/987) 2023-08-09T11:34:31.3459319Z Receiving objects: 61% (603/987) 2023-08-09T11:34:31.3461167Z Receiving objects: 62% (612/987) 2023-08-09T11:34:31.3462052Z Receiving objects: 63% (622/987) 2023-08-09T11:34:31.3466963Z Receiving objects: 64% (632/987) 2023-08-09T11:34:31.3470194Z Receiving objects: 65% (642/987) 2023-08-09T11:34:31.3472112Z Receiving objects: 66% (652/987) 2023-08-09T11:34:31.3475466Z Receiving objects: 67% (662/987) 2023-08-09T11:34:31.3478498Z Receiving objects: 68% (672/987) 2023-08-09T11:34:31.3481086Z Receiving objects: 69% (682/987) 2023-08-09T11:34:31.3483579Z Receiving objects: 70% (691/987) 2023-08-09T11:34:31.3485540Z Receiving objects: 71% (701/987) 2023-08-09T11:34:31.3488555Z Receiving objects: 72% (711/987) 2023-08-09T11:34:31.3493188Z Receiving objects: 73% (721/987) 2023-08-09T11:34:31.3497555Z Receiving objects: 74% (731/987) 2023-08-09T11:34:31.3501894Z Receiving objects: 75% (741/987) 2023-08-09T11:34:31.3507836Z Receiving objects: 76% (751/987) 2023-08-09T11:34:31.3513810Z Receiving objects: 77% (760/987) 2023-08-09T11:34:31.3517353Z Receiving objects: 78% (770/987) 2023-08-09T11:34:31.3522699Z Receiving objects: 79% (780/987) 2023-08-09T11:34:31.3529554Z Receiving objects: 80% (790/987) 2023-08-09T11:34:31.3534539Z Receiving objects: 81% (800/987) 2023-08-09T11:34:31.3538330Z Receiving objects: 82% (810/987) 2023-08-09T11:34:31.3541050Z Receiving objects: 83% (820/987) 2023-08-09T11:34:31.3543315Z Receiving objects: 84% (830/987) 2023-08-09T11:34:31.3545713Z Receiving objects: 85% (839/987) 2023-08-09T11:34:31.3548809Z Receiving objects: 86% (849/987) 2023-08-09T11:34:31.3552521Z Receiving objects: 87% (859/987) 2023-08-09T11:34:31.3558340Z Receiving objects: 88% (869/987) 2023-08-09T11:34:31.3563630Z Receiving objects: 89% (879/987) 2023-08-09T11:34:31.3642495Z Receiving objects: 90% (889/987) 2023-08-09T11:34:31.3669110Z Receiving objects: 91% (899/987) 2023-08-09T11:34:31.3725772Z Receiving objects: 92% (909/987) 2023-08-09T11:34:31.3798720Z Receiving objects: 93% (918/987) 2023-08-09T11:34:31.3806221Z Receiving objects: 94% (928/987) 2023-08-09T11:34:31.3814836Z Receiving objects: 95% (938/987) 2023-08-09T11:34:31.3822449Z Receiving objects: 96% (948/987) 2023-08-09T11:34:31.3838328Z Receiving objects: 97% (958/987) 2023-08-09T11:34:31.3900406Z Receiving objects: 98% (968/987) 2023-08-09T11:34:31.3901160Z remote: Total 987 (delta 161), reused 442 (delta 88), pack-reused 0 2023-08-09T11:34:31.3904435Z Receiving objects: 99% (978/987) 2023-08-09T11:34:31.3904659Z Receiving objects: 100% (987/987) 2023-08-09T11:34:31.3905042Z Receiving objects: 100% (987/987), 4.42 MiB | 29.23 MiB/s, done. 2023-08-09T11:34:31.3952452Z Resolving deltas: 0% (0/161) 2023-08-09T11:34:31.3952862Z Resolving deltas: 1% (3/161) 2023-08-09T11:34:31.3953192Z Resolving deltas: 2% (4/161) 2023-08-09T11:34:31.3953543Z Resolving deltas: 4% (7/161) 2023-08-09T11:34:31.3954065Z Resolving deltas: 5% (9/161) 2023-08-09T11:34:31.3954432Z Resolving deltas: 6% (10/161) 2023-08-09T11:34:31.3954794Z Resolving deltas: 7% (12/161) 2023-08-09T11:34:31.3955355Z Resolving deltas: 8% (14/161) 2023-08-09T11:34:31.3956893Z Resolving deltas: 9% (15/161) 2023-08-09T11:34:31.3957610Z Resolving deltas: 10% (17/161) 2023-08-09T11:34:31.3958221Z Resolving deltas: 11% (18/161) 2023-08-09T11:34:31.3958490Z Resolving deltas: 13% (22/161) 2023-08-09T11:34:31.3958799Z Resolving deltas: 14% (23/161) 2023-08-09T11:34:31.3959067Z Resolving deltas: 15% (25/161) 2023-08-09T11:34:31.3959438Z Resolving deltas: 16% (26/161) 2023-08-09T11:34:31.3959778Z Resolving deltas: 17% (28/161) 2023-08-09T11:34:31.3960019Z Resolving deltas: 18% (29/161) 2023-08-09T11:34:31.3961254Z Resolving deltas: 19% (31/161) 2023-08-09T11:34:31.3961749Z Resolving deltas: 20% (33/161) 2023-08-09T11:34:31.3963611Z Resolving deltas: 21% (34/161) 2023-08-09T11:34:31.3964317Z Resolving deltas: 22% (36/161) 2023-08-09T11:34:31.3964755Z Resolving deltas: 23% (38/161) 2023-08-09T11:34:31.3965703Z Resolving deltas: 24% (39/161) 2023-08-09T11:34:31.3966186Z Resolving deltas: 25% (41/161) 2023-08-09T11:34:31.3967891Z Resolving deltas: 26% (42/161) 2023-08-09T11:34:31.3968356Z Resolving deltas: 27% (44/161) 2023-08-09T11:34:31.3971444Z Resolving deltas: 28% (46/161) 2023-08-09T11:34:31.3971972Z Resolving deltas: 29% (47/161) 2023-08-09T11:34:31.3972288Z Resolving deltas: 30% (49/161) 2023-08-09T11:34:31.3973309Z Resolving deltas: 31% (50/161) 2023-08-09T11:34:31.3973614Z Resolving deltas: 32% (52/161) 2023-08-09T11:34:31.3973918Z Resolving deltas: 33% (54/161) 2023-08-09T11:34:31.3976885Z Resolving deltas: 34% (55/161) 2023-08-09T11:34:31.3977328Z Resolving deltas: 35% (57/161) 2023-08-09T11:34:31.3977782Z Resolving deltas: 36% (58/161) 2023-08-09T11:34:31.3978207Z Resolving deltas: 37% (60/161) 2023-08-09T11:34:31.3978654Z Resolving deltas: 38% (62/161) 2023-08-09T11:34:31.3979073Z Resolving deltas: 39% (64/161) 2023-08-09T11:34:31.3979514Z Resolving deltas: 40% (65/161) 2023-08-09T11:34:31.3979953Z Resolving deltas: 41% (67/161) 2023-08-09T11:34:31.3980378Z Resolving deltas: 42% (68/161) 2023-08-09T11:34:31.3980836Z Resolving deltas: 44% (71/161) 2023-08-09T11:34:31.3981289Z Resolving deltas: 45% (73/161) 2023-08-09T11:34:31.3983260Z Resolving deltas: 46% (75/161) 2023-08-09T11:34:31.3983920Z Resolving deltas: 47% (76/161) 2023-08-09T11:34:31.3984215Z Resolving deltas: 48% (78/161) 2023-08-09T11:34:31.3984622Z Resolving deltas: 49% (80/161) 2023-08-09T11:34:31.3984962Z Resolving deltas: 50% (81/161) 2023-08-09T11:34:31.3985265Z Resolving deltas: 51% (83/161) 2023-08-09T11:34:31.3985466Z Resolving deltas: 52% (84/161) 2023-08-09T11:34:31.3985715Z Resolving deltas: 53% (86/161) 2023-08-09T11:34:31.3985915Z Resolving deltas: 54% (87/161) 2023-08-09T11:34:31.3986103Z Resolving deltas: 55% (89/161) 2023-08-09T11:34:31.3986386Z Resolving deltas: 57% (92/161) 2023-08-09T11:34:31.3986715Z Resolving deltas: 58% (94/161) 2023-08-09T11:34:31.3987067Z Resolving deltas: 59% (96/161) 2023-08-09T11:34:31.3987437Z Resolving deltas: 60% (97/161) 2023-08-09T11:34:31.3987757Z Resolving deltas: 62% (101/161) 2023-08-09T11:34:31.3987954Z Resolving deltas: 63% (102/161) 2023-08-09T11:34:31.3988160Z Resolving deltas: 64% (104/161) 2023-08-09T11:34:31.3988373Z Resolving deltas: 65% (105/161) 2023-08-09T11:34:31.3988562Z Resolving deltas: 66% (107/161) 2023-08-09T11:34:31.3989368Z Resolving deltas: 67% (108/161) 2023-08-09T11:34:31.3989754Z Resolving deltas: 68% (110/161) 2023-08-09T11:34:31.3990117Z Resolving deltas: 70% (113/161) 2023-08-09T11:34:31.3990482Z Resolving deltas: 71% (115/161) 2023-08-09T11:34:31.3991111Z Resolving deltas: 72% (116/161) 2023-08-09T11:34:31.3991468Z Resolving deltas: 73% (118/161) 2023-08-09T11:34:31.3991769Z Resolving deltas: 75% (122/161) 2023-08-09T11:34:31.3992139Z Resolving deltas: 76% (123/161) 2023-08-09T11:34:31.3992379Z Resolving deltas: 77% (124/161) 2023-08-09T11:34:31.3992661Z Resolving deltas: 78% (126/161) 2023-08-09T11:34:31.3993010Z Resolving deltas: 79% (128/161) 2023-08-09T11:34:31.3993375Z Resolving deltas: 80% (129/161) 2023-08-09T11:34:31.3993740Z Resolving deltas: 81% (131/161) 2023-08-09T11:34:31.3994105Z Resolving deltas: 82% (133/161) 2023-08-09T11:34:31.3994559Z Resolving deltas: 83% (134/161) 2023-08-09T11:34:31.3994771Z Resolving deltas: 84% (136/161) 2023-08-09T11:34:31.3995005Z Resolving deltas: 85% (137/161) 2023-08-09T11:34:31.3995478Z Resolving deltas: 86% (139/161) 2023-08-09T11:34:31.3995760Z Resolving deltas: 87% (141/161) 2023-08-09T11:34:31.3997258Z Resolving deltas: 88% (142/161) 2023-08-09T11:34:31.3997843Z Resolving deltas: 89% (144/161) 2023-08-09T11:34:31.3999098Z Resolving deltas: 90% (145/161) 2023-08-09T11:34:31.3999456Z Resolving deltas: 91% (147/161) 2023-08-09T11:34:31.3999879Z Resolving deltas: 93% (150/161) 2023-08-09T11:34:31.4000173Z Resolving deltas: 94% (152/161) 2023-08-09T11:34:31.4002345Z Resolving deltas: 95% (153/161) 2023-08-09T11:34:31.4004377Z Resolving deltas: 96% (155/161) 2023-08-09T11:34:31.4004846Z Resolving deltas: 97% (157/161) 2023-08-09T11:34:31.4006321Z Resolving deltas: 98% (158/161) 2023-08-09T11:34:31.4010503Z Resolving deltas: 99% (160/161) 2023-08-09T11:34:31.4011082Z Resolving deltas: 100% (161/161) 2023-08-09T11:34:31.4011334Z Resolving deltas: 100% (161/161), done. 2023-08-09T11:34:31.4335311Z From https://github.com/pytorch/audio 2023-08-09T11:34:31.4335739Z * [new branch] nightly -> origin/nightly 2023-08-09T11:34:31.4354583Z ##[endgroup] 2023-08-09T11:34:31.4355110Z ##[group]Determining the checkout info 2023-08-09T11:34:31.4356965Z ##[endgroup] 2023-08-09T11:34:31.4357565Z ##[group]Checking out the ref 2023-08-09T11:34:31.4360822Z [command]/usr/bin/git checkout --progress --force -B nightly refs/remotes/origin/nightly 2023-08-09T11:34:31.4971152Z Switched to a new branch 'nightly' 2023-08-09T11:34:31.4971545Z branch 'nightly' set up to track 'origin/nightly'. 2023-08-09T11:34:31.4978335Z ##[endgroup] 2023-08-09T11:34:31.5013753Z [command]/usr/bin/git log -1 --format='%H' 2023-08-09T11:34:31.5037582Z 'fe9b9ff75edebf1e0e326f64577d64df3b5858db' 2023-08-09T11:34:31.5139074Z Prepare all required actions 2023-08-09T11:34:31.5188976Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2023-08-09T11:34:31.5189223Z with: 2023-08-09T11:34:31.5189429Z docker-image-name: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5189674Z docker-build-dir: .ci/docker 2023-08-09T11:34:31.5189897Z working-directory: pytorch/audio 2023-08-09T11:34:31.5190156Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2023-08-09T11:34:31.5190383Z env: 2023-08-09T11:34:31.5190590Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5190802Z REPOSITORY: pytorch/audio 2023-08-09T11:34:31.5191096Z PR_NUMBER: 2023-08-09T11:34:31.5191829Z 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-08-09T11:34:31.5192576Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:31.5192891Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:31.5193200Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:31.5193551Z ##[endgroup] 2023-08-09T11:34:31.5206936Z ##[group]Run set -ex 2023-08-09T11:34:31.5207174Z set -ex 2023-08-09T11:34:31.5207347Z  2023-08-09T11:34:31.5207591Z # If the docker build directory or the build script doesn't exist, the action will 2023-08-09T11:34:31.5207939Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2023-08-09T11:34:31.5208264Z # job could then download the pre-built image as usual 2023-08-09T11:34:31.5208556Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2023-08-09T11:34:31.5208835Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5209260Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5209494Z  2023-08-09T11:34:31.5209730Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2023-08-09T11:34:31.5209988Z  exit 0 2023-08-09T11:34:31.5210328Z else 2023-08-09T11:34:31.5210523Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5210729Z fi 2023-08-09T11:34:31.5210893Z  2023-08-09T11:34:31.5211114Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2023-08-09T11:34:31.5211438Z  # The docker image name already includes the ECR prefix and tag, so we can just 2023-08-09T11:34:31.5211893Z  # use it as it is, but first let's extract the tag 2023-08-09T11:34:31.5212180Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2023-08-09T11:34:31.5212456Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5212750Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5212985Z else 2023-08-09T11:34:31.5213201Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2023-08-09T11:34:31.5213495Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5213834Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:34:31.5214108Z fi 2023-08-09T11:34:31.5224710Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:31.5224932Z env: 2023-08-09T11:34:31.5225138Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5225460Z REPOSITORY: pytorch/audio 2023-08-09T11:34:31.5225661Z PR_NUMBER: 2023-08-09T11:34:31.5226351Z 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-08-09T11:34:31.5227110Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:31.5227435Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:31.5227734Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:31.5227970Z REPO_NAME: audio 2023-08-09T11:34:31.5228198Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5228415Z DOCKER_BUILD_DIR: .ci/docker 2023-08-09T11:34:31.5228670Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2023-08-09T11:34:31.5228906Z ##[endgroup] 2023-08-09T11:34:31.5253087Z + [[ ! -d .ci/docker ]] 2023-08-09T11:34:31.5253344Z + echo skip=true 2023-08-09T11:34:31.5253660Z + echo docker-image=pytorch/conda-builder:cpu 2023-08-09T11:34:31.5254336Z + echo 'There is no Docker build script in audio repo, skipping...' 2023-08-09T11:34:31.5254759Z + exit 0 2023-08-09T11:34:31.5255086Z There is no Docker build script in audio repo, skipping... 2023-08-09T11:34:31.5341945Z Prepare all required actions 2023-08-09T11:34:31.5358008Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2023-08-09T11:34:31.5358241Z with: 2023-08-09T11:34:31.5358432Z docker-image: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5358633Z env: 2023-08-09T11:34:31.5358823Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5359033Z REPOSITORY: pytorch/audio 2023-08-09T11:34:31.5359225Z PR_NUMBER: 2023-08-09T11:34:31.5359904Z 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-08-09T11:34:31.5360707Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:31.5361018Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:31.5361329Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:31.5361560Z ##[endgroup] 2023-08-09T11:34:31.5374256Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-08-09T11:34:31.5374530Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2023-08-09T11:34:31.5374803Z # ignore output since only exit code is used for conditional 2023-08-09T11:34:31.5375095Z # only pull docker image if it's not available locally 2023-08-09T11:34:31.5375388Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2023-08-09T11:34:31.5375674Z  retry docker pull "${DOCKER_IMAGE}" 2023-08-09T11:34:31.5375886Z fi 2023-08-09T11:34:31.5385858Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:34:31.5386065Z env: 2023-08-09T11:34:31.5386266Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:31.5386492Z REPOSITORY: pytorch/audio 2023-08-09T11:34:31.5386674Z PR_NUMBER: 2023-08-09T11:34:31.5387353Z 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-08-09T11:34:31.5388098Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:31.5388433Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:31.5388742Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:31.5388958Z ##[endgroup] 2023-08-09T11:34:31.7426082Z cpu: Pulling from pytorch/conda-builder 2023-08-09T11:34:31.7432667Z 2d473b07cdd5: Pulling fs layer 2023-08-09T11:34:31.7433040Z a8b26fd4c094: Pulling fs layer 2023-08-09T11:34:31.7433289Z 84c6cf1d6f59: Pulling fs layer 2023-08-09T11:34:31.7433541Z 61262e1bf819: Pulling fs layer 2023-08-09T11:34:31.7433821Z 4efc3c05171d: Pulling fs layer 2023-08-09T11:34:31.7434050Z ea9360dffc62: Pulling fs layer 2023-08-09T11:34:31.7434238Z 010e93ddf672: Pulling fs layer 2023-08-09T11:34:31.7434440Z 3fd52e1a53de: Pulling fs layer 2023-08-09T11:34:31.7434727Z 8ff5e07ece19: Pulling fs layer 2023-08-09T11:34:31.7434917Z 4f4fb700ef54: Pulling fs layer 2023-08-09T11:34:31.7435114Z 7b5bec086082: Pulling fs layer 2023-08-09T11:34:31.7435499Z d69607978f53: Pulling fs layer 2023-08-09T11:34:31.7435815Z c2194ff41419: Pulling fs layer 2023-08-09T11:34:31.7436126Z a6179e01f02a: Pulling fs layer 2023-08-09T11:34:31.7436317Z 4efc3c05171d: Waiting 2023-08-09T11:34:31.7436494Z 9537185b9a27: Pulling fs layer 2023-08-09T11:34:31.7436678Z 010e93ddf672: Waiting 2023-08-09T11:34:31.7436857Z ea9360dffc62: Waiting 2023-08-09T11:34:31.7437021Z 3fd52e1a53de: Waiting 2023-08-09T11:34:31.7437211Z bab1df3a3158: Pulling fs layer 2023-08-09T11:34:31.7437399Z 4f4fb700ef54: Waiting 2023-08-09T11:34:31.7437560Z 8ff5e07ece19: Waiting 2023-08-09T11:34:31.7437756Z 5876cd757b6e: Pulling fs layer 2023-08-09T11:34:31.7437943Z 7b5bec086082: Waiting 2023-08-09T11:34:31.7438106Z a6179e01f02a: Waiting 2023-08-09T11:34:31.7438275Z d69607978f53: Waiting 2023-08-09T11:34:31.7438440Z 9537185b9a27: Waiting 2023-08-09T11:34:31.7438597Z bab1df3a3158: Waiting 2023-08-09T11:34:31.7438770Z c2194ff41419: Waiting 2023-08-09T11:34:31.7438937Z 61262e1bf819: Waiting 2023-08-09T11:34:31.7838320Z 84c6cf1d6f59: Verifying Checksum 2023-08-09T11:34:31.7838731Z 84c6cf1d6f59: Download complete 2023-08-09T11:34:31.9351705Z 61262e1bf819: Verifying Checksum 2023-08-09T11:34:31.9352053Z 61262e1bf819: Download complete 2023-08-09T11:34:32.0122635Z 4efc3c05171d: Download complete 2023-08-09T11:34:32.5278303Z 2d473b07cdd5: Verifying Checksum 2023-08-09T11:34:32.5278682Z 2d473b07cdd5: Download complete 2023-08-09T11:34:32.7011555Z 010e93ddf672: Verifying Checksum 2023-08-09T11:34:32.7011986Z 010e93ddf672: Download complete 2023-08-09T11:34:32.8371855Z a8b26fd4c094: Download complete 2023-08-09T11:34:32.9920136Z 8ff5e07ece19: Verifying Checksum 2023-08-09T11:34:32.9922486Z 8ff5e07ece19: Download complete 2023-08-09T11:34:33.0478529Z 4f4fb700ef54: Download complete 2023-08-09T11:34:33.0914614Z ea9360dffc62: Verifying Checksum 2023-08-09T11:34:33.0915035Z ea9360dffc62: Download complete 2023-08-09T11:34:33.1622161Z d69607978f53: Verifying Checksum 2023-08-09T11:34:33.1622972Z d69607978f53: Download complete 2023-08-09T11:34:33.2136601Z 7b5bec086082: Verifying Checksum 2023-08-09T11:34:33.2137089Z 7b5bec086082: Download complete 2023-08-09T11:34:33.2645938Z 3fd52e1a53de: Verifying Checksum 2023-08-09T11:34:33.2646412Z 3fd52e1a53de: Download complete 2023-08-09T11:34:33.2945483Z a6179e01f02a: Download complete 2023-08-09T11:34:33.3431917Z bab1df3a3158: Verifying Checksum 2023-08-09T11:34:33.3432362Z bab1df3a3158: Download complete 2023-08-09T11:34:33.4535575Z 9537185b9a27: Verifying Checksum 2023-08-09T11:34:33.4536419Z 9537185b9a27: Download complete 2023-08-09T11:34:34.2457960Z 2d473b07cdd5: Pull complete 2023-08-09T11:34:35.8727404Z a8b26fd4c094: Pull complete 2023-08-09T11:34:35.9505943Z 84c6cf1d6f59: Pull complete 2023-08-09T11:34:36.1697219Z 61262e1bf819: Pull complete 2023-08-09T11:34:36.2881186Z 4efc3c05171d: Pull complete 2023-08-09T11:34:37.6937625Z c2194ff41419: Verifying Checksum 2023-08-09T11:34:37.6937928Z c2194ff41419: Download complete 2023-08-09T11:34:38.1827474Z ea9360dffc62: Pull complete 2023-08-09T11:34:38.4327290Z 010e93ddf672: Pull complete 2023-08-09T11:34:39.1380955Z 5876cd757b6e: Verifying Checksum 2023-08-09T11:34:39.1381491Z 5876cd757b6e: Download complete 2023-08-09T11:34:39.7901604Z 3fd52e1a53de: Pull complete 2023-08-09T11:34:40.1642211Z 8ff5e07ece19: Pull complete 2023-08-09T11:34:40.2964264Z 4f4fb700ef54: Pull complete 2023-08-09T11:34:40.5751139Z 7b5bec086082: Pull complete 2023-08-09T11:34:40.7590000Z d69607978f53: Pull complete 2023-08-09T11:34:47.4685892Z c2194ff41419: Pull complete 2023-08-09T11:34:47.5898822Z a6179e01f02a: Pull complete 2023-08-09T11:34:47.9562957Z 9537185b9a27: Pull complete 2023-08-09T11:34:48.3781034Z bab1df3a3158: Pull complete 2023-08-09T11:34:57.4568959Z 5876cd757b6e: Pull complete 2023-08-09T11:34:57.5420435Z Digest: sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-08-09T11:34:57.5663757Z Status: Downloaded newer image for pytorch/conda-builder:cpu 2023-08-09T11:34:57.5854526Z docker.io/pytorch/conda-builder:cpu 2023-08-09T11:34:57.5988048Z ##[group]Run set -ex 2023-08-09T11:34:57.5988265Z set -ex 2023-08-09T11:34:57.5988422Z { 2023-08-09T11:34:57.5988611Z  echo "#!/usr/bin/env bash"; 2023-08-09T11:34:57.5988831Z  echo "set -eou pipefail"; 2023-08-09T11:34:57.5989042Z  # shellcheck disable=SC2016 2023-08-09T11:34:57.5989276Z  echo 'eval "$(conda shell.bash hook)"'; 2023-08-09T11:34:57.5989492Z  echo "set -x"; 2023-08-09T11:34:57.5989684Z  echo "${SCRIPT}"; 2023-08-09T11:34:57.5989882Z } > "${RUNNER_TEMP}/exec_script" 2023-08-09T11:34:57.5990110Z chmod +x "${RUNNER_TEMP}/exec_script" 2023-08-09T11:34:57.5990463Z python3 "/home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py" "" 2023-08-09T11:34:57.6001136Z shell: /usr/bin/bash -e {0} 2023-08-09T11:34:57.6001324Z env: 2023-08-09T11:34:57.6001533Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:34:57.6001819Z REPOSITORY: pytorch/audio 2023-08-09T11:34:57.6002001Z PR_NUMBER: 2023-08-09T11:34:57.6002682Z 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-08-09T11:34:57.6003412Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:34:57.6003741Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:34:57.6004054Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:34:57.6004457Z ALL_SECRETS: { "github_token": "***" } 2023-08-09T11:34:57.6004656Z ##[endgroup] 2023-08-09T11:34:57.6029163Z + echo '#!/usr/bin/env bash' 2023-08-09T11:34:57.6029633Z + echo 'set -eou pipefail' 2023-08-09T11:34:57.6029983Z + echo 'eval "$(conda shell.bash hook)"' 2023-08-09T11:34:57.6030382Z + echo 'set -x' 2023-08-09T11:34:57.6030798Z + echo 'set -euo pipefail 2023-08-09T11:34:57.6031152Z 2023-08-09T11:34:57.6040556Z echo '\''::group::Setup environment'\'' 2023-08-09T11:34:57.6040823Z eval "$("$(which conda)" shell.bash hook)" 2023-08-09T11:34:57.6041113Z pip install --progress-bar=off pre-commit 2023-08-09T11:34:57.6041413Z echo '\''::endgroup::'\'' 2023-08-09T11:34:57.6041536Z 2023-08-09T11:34:57.6041598Z set +e 2023-08-09T11:34:57.6041853Z pre-commit run --all-files --show-diff-on-failure 2023-08-09T11:34:57.6042074Z status=$? 2023-08-09T11:34:57.6042178Z 2023-08-09T11:34:57.6042321Z echo '\''::group::Add Summry'\'' 2023-08-09T11:34:57.6042549Z if [ $status -ne 0 ]; then 2023-08-09T11:34:57.6042850Z echo '\''### Lint failure'\'' >> $GITHUB_STEP_SUMMARY 2023-08-09T11:34:57.6043166Z echo '\''```diff'\'' >> $GITHUB_STEP_SUMMARY 2023-08-09T11:34:57.6043465Z git --no-pager diff >> $GITHUB_STEP_SUMMARY 2023-08-09T11:34:57.6043753Z echo '\''```'\'' >> $GITHUB_STEP_SUMMARY 2023-08-09T11:34:57.6043946Z fi 2023-08-09T11:34:57.6044283Z echo '\''::endgroup::'\'' 2023-08-09T11:34:57.6044457Z exit $status 2023-08-09T11:34:57.6044639Z ' 2023-08-09T11:34:57.6044920Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2023-08-09T11:34:57.6276335Z + python3 /home/ec2-user/actions-runner/_work/audio/audio/test-infra/.github/scripts/run_docker_with_env_secrets.py '' 2023-08-09T11:35:17.7732219Z Running command: 2023-08-09T11:35:17.7737021Z 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_5808497235" `# 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_671d7fb6-9cde-4301-9f56-be666e2dfbd4":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_671d7fb6-9cde-4301-9f56-be666e2dfbd4" -w /work "pytorch/conda-builder:cpu" 2023-08-09T11:35:17.7740070Z 2023-08-09T11:35:17.7740467Z 262c35a393d71a3ed89c60653740a13736cb24cab2e2853bec1a9867b33e9f4d 2023-08-09T11:35:17.7741468Z Running command: docker exec -t 262c35a393d71a3ed89c60653740a13736cb24cab2e2853bec1a9867b33e9f4d /exec 2023-08-09T11:35:17.7742044Z + set -euo pipefail 2023-08-09T11:35:17.7742562Z + echo '::group::Setup environment' 2023-08-09T11:35:17.7743374Z ##[group]Setup environment 2023-08-09T11:35:17.7743718Z +++ which conda 2023-08-09T11:35:17.7744075Z ++ /opt/conda/bin/conda shell.bash hook 2023-08-09T11:35:17.7744630Z + eval 'export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2023-08-09T11:35:17.7745074Z export _CE_M='\'''\'' 2023-08-09T11:35:17.7745463Z export _CE_CONDA='\'''\'' 2023-08-09T11:35:17.7745954Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'' 2023-08-09T11:35:17.7746247Z 2023-08-09T11:35:17.7746412Z # Copyright (C) 2012 Anaconda, Inc 2023-08-09T11:35:17.7746950Z # SPDX-License-Identifier: BSD-3-Clause 2023-08-09T11:35:17.7747349Z __conda_exe() ( 2023-08-09T11:35:17.7747706Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2023-08-09T11:35:17.7748040Z ) 2023-08-09T11:35:17.7748207Z 2023-08-09T11:35:17.7748324Z __conda_hashr() { 2023-08-09T11:35:17.7748753Z if [ -n "${ZSH_VERSION:+x}" ]; then 2023-08-09T11:35:17.7749097Z \rehash 2023-08-09T11:35:17.7749522Z elif [ -n "${POSH_VERSION:+x}" ]; then 2023-08-09T11:35:17.7749880Z : # pass 2023-08-09T11:35:17.7750174Z else 2023-08-09T11:35:17.7750459Z \hash -r 2023-08-09T11:35:17.7750753Z fi 2023-08-09T11:35:17.7751025Z } 2023-08-09T11:35:17.7751197Z 2023-08-09T11:35:17.7751317Z __conda_activate() { 2023-08-09T11:35:17.7751788Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2023-08-09T11:35:17.7752435Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2023-08-09T11:35:17.7752997Z # after conda updated to >= 4.4. See issue #6173. 2023-08-09T11:35:17.7753419Z PS1="$CONDA_PS1_BACKUP" 2023-08-09T11:35:17.7753800Z \unset CONDA_PS1_BACKUP 2023-08-09T11:35:17.7754128Z fi 2023-08-09T11:35:17.7754402Z \local ask_conda 2023-08-09T11:35:17.7754970Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2023-08-09T11:35:17.7755397Z \eval "$ask_conda" 2023-08-09T11:35:17.7755710Z __conda_hashr 2023-08-09T11:35:17.7756011Z } 2023-08-09T11:35:17.7756179Z 2023-08-09T11:35:17.7756323Z __conda_reactivate() { 2023-08-09T11:35:17.7756644Z \local ask_conda 2023-08-09T11:35:17.7757231Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix reactivate)" || \return 2023-08-09T11:35:17.7757677Z \eval "$ask_conda" 2023-08-09T11:35:17.7757986Z __conda_hashr 2023-08-09T11:35:17.7758279Z } 2023-08-09T11:35:17.7758443Z 2023-08-09T11:35:17.7758557Z conda() { 2023-08-09T11:35:17.7758949Z \local cmd="${1-__missing__}" 2023-08-09T11:35:17.7759294Z case "$cmd" in 2023-08-09T11:35:17.7759631Z activate|deactivate) 2023-08-09T11:35:17.7760168Z __conda_activate "$@" 2023-08-09T11:35:17.7760599Z ;; 2023-08-09T11:35:17.7760985Z install|update|upgrade|remove|uninstall) 2023-08-09T11:35:17.7761382Z __conda_exe "$@" || \return 2023-08-09T11:35:17.7761739Z __conda_reactivate 2023-08-09T11:35:17.7762022Z ;; 2023-08-09T11:35:17.7762296Z *) 2023-08-09T11:35:17.7762601Z __conda_exe "$@" 2023-08-09T11:35:17.7762907Z ;; 2023-08-09T11:35:17.7763181Z esac 2023-08-09T11:35:17.7763459Z } 2023-08-09T11:35:17.7763616Z 2023-08-09T11:35:17.7763860Z if [ -z "${CONDA_SHLVL+x}" ]; then 2023-08-09T11:35:17.7764240Z \export CONDA_SHLVL=0 2023-08-09T11:35:17.7764764Z # In dev-mode CONDA_EXE is python.exe and on Windows 2023-08-09T11:35:17.7765270Z # it is in a different relative location to condabin. 2023-08-09T11:35:17.7765845Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2023-08-09T11:35:17.7766339Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2023-08-09T11:35:17.7766751Z else 2023-08-09T11:35:17.7767200Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2023-08-09T11:35:17.7767610Z fi 2023-08-09T11:35:17.7767902Z \export PATH 2023-08-09T11:35:17.7768105Z 2023-08-09T11:35:17.7768480Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2023-08-09T11:35:17.7769231Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2023-08-09T11:35:17.7769808Z # via a first shell (i.e. starting zsh from bash). 2023-08-09T11:35:17.7770288Z if [ -z "${PS1+x}" ]; then 2023-08-09T11:35:17.7770602Z PS1= 2023-08-09T11:35:17.7770879Z fi 2023-08-09T11:35:17.7771129Z fi 2023-08-09T11:35:17.7771287Z 2023-08-09T11:35:17.7771428Z conda activate base' 2023-08-09T11:35:17.7772029Z ++ export CONDA_EXE=/opt/conda/bin/conda 2023-08-09T11:35:17.7772443Z ++ CONDA_EXE=/opt/conda/bin/conda 2023-08-09T11:35:17.7772813Z ++ export _CE_M= 2023-08-09T11:35:17.7773119Z ++ _CE_M= 2023-08-09T11:35:17.7773416Z ++ export _CE_CONDA= 2023-08-09T11:35:17.7773734Z ++ _CE_CONDA= 2023-08-09T11:35:17.7774087Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2023-08-09T11:35:17.7774496Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2023-08-09T11:35:17.7774909Z ++ '[' -z x ']' 2023-08-09T11:35:17.7775196Z ++ conda activate base 2023-08-09T11:35:17.7775528Z ++ local cmd=activate 2023-08-09T11:35:17.7775839Z ++ case "$cmd" in 2023-08-09T11:35:17.7776155Z ++ __conda_activate activate base 2023-08-09T11:35:17.7776557Z ++ '[' -n '' ']' 2023-08-09T11:35:17.7776866Z ++ local ask_conda 2023-08-09T11:35:17.7777220Z +++ PS1='(base) ' 2023-08-09T11:35:17.7777598Z +++ __conda_exe shell.posix activate base 2023-08-09T11:35:17.7778061Z +++ /opt/conda/bin/conda shell.posix activate base 2023-08-09T11:35:17.7778544Z ++ ask_conda='PS1='\''(base) '\'' 2023-08-09T11:35:17.7779450Z 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-08-09T11:35:17.7780151Z export CONDA_SHLVL='\''1'\'' 2023-08-09T11:35:17.7780646Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2023-08-09T11:35:17.7781112Z ++ eval 'PS1='\''(base) '\'' 2023-08-09T11:35:17.7781991Z 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-08-09T11:35:17.7782693Z export CONDA_SHLVL='\''1'\'' 2023-08-09T11:35:17.7783186Z export CONDA_PROMPT_MODIFIER='\''(base) '\''' 2023-08-09T11:35:17.7783613Z +++ PS1='(base) ' 2023-08-09T11:35:17.7784462Z +++ 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-08-09T11:35:17.7785543Z +++ 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-08-09T11:35:17.7786385Z +++ export CONDA_SHLVL=1 2023-08-09T11:35:17.7786857Z +++ CONDA_SHLVL=1 2023-08-09T11:35:17.7787325Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2023-08-09T11:35:17.7787803Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2023-08-09T11:35:17.7788162Z ++ __conda_hashr 2023-08-09T11:35:17.7788511Z ++ '[' -n '' ']' 2023-08-09T11:35:17.7788841Z ++ '[' -n '' ']' 2023-08-09T11:35:17.7789153Z ++ hash -r 2023-08-09T11:35:17.7789621Z + pip install --progress-bar=off pre-commit 2023-08-09T11:35:17.7790077Z Collecting pre-commit 2023-08-09T11:35:17.7790666Z Downloading pre_commit-3.3.3-py2.py3-none-any.whl (202 kB) 2023-08-09T11:35:17.7791495Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.10/site-packages (from pre-commit) (6.0) 2023-08-09T11:35:17.7792133Z Collecting cfgv>=2.0.0 2023-08-09T11:35:17.7792696Z Downloading cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB) 2023-08-09T11:35:17.7793147Z Collecting identify>=1.0.0 2023-08-09T11:35:17.7793739Z Downloading identify-2.5.26-py2.py3-none-any.whl (98 kB) 2023-08-09T11:35:17.7794223Z Collecting nodeenv>=0.11.1 2023-08-09T11:35:17.7794801Z Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB) 2023-08-09T11:35:17.7795268Z Collecting virtualenv>=20.10.0 2023-08-09T11:35:17.7795867Z Downloading virtualenv-20.24.2-py3-none-any.whl (3.0 MB) 2023-08-09T11:35:17.7796782Z Requirement already satisfied: setuptools in /opt/conda/lib/python3.10/site-packages (from nodeenv>=0.11.1->pre-commit) (65.6.3) 2023-08-09T11:35:17.7797383Z Collecting distlib<1,>=0.3.7 2023-08-09T11:35:17.7797959Z Downloading distlib-0.3.7-py2.py3-none-any.whl (468 kB) 2023-08-09T11:35:17.7798431Z Collecting filelock<4,>=3.12.2 2023-08-09T11:35:17.7799007Z Downloading filelock-3.12.2-py3-none-any.whl (10 kB) 2023-08-09T11:35:17.7799469Z Collecting platformdirs<4,>=3.9.1 2023-08-09T11:35:17.7800078Z Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB) 2023-08-09T11:35:17.7800951Z Installing collected packages: distlib, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit 2023-08-09T11:35:17.7801572Z Attempting uninstall: platformdirs 2023-08-09T11:35:17.7802050Z Found existing installation: platformdirs 2.5.2 2023-08-09T11:35:17.7802603Z Uninstalling platformdirs-2.5.2: 2023-08-09T11:35:17.7803148Z Successfully uninstalled platformdirs-2.5.2 2023-08-09T11:35:17.7803568Z Attempting uninstall: filelock 2023-08-09T11:35:17.7803977Z Found existing installation: filelock 3.9.0 2023-08-09T11:35:17.7804460Z Uninstalling filelock-3.9.0: 2023-08-09T11:35:17.7804961Z Successfully uninstalled filelock-3.9.0 2023-08-09T11:35:17.7805879Z Successfully installed cfgv-3.3.1 distlib-0.3.7 filelock-3.12.2 identify-2.5.26 nodeenv-1.8.0 platformdirs-3.10.0 pre-commit-3.3.3 virtualenv-20.24.2 2023-08-09T11:35:17.7807348Z 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-08-09T11:35:17.7808505Z + echo ::endgroup:: 2023-08-09T11:35:17.7809313Z ##[endgroup] 2023-08-09T11:35:17.7809615Z + set +e 2023-08-09T11:35:17.7810097Z + pre-commit run --all-files --show-diff-on-failure 2023-08-09T11:35:17.7810857Z [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 2023-08-09T11:35:17.7811791Z [INFO] Initializing environment for https://github.com/omnilib/ufmt. 2023-08-09T11:35:17.7812670Z [INFO] Initializing environment for https://github.com/omnilib/ufmt:black == 22.3,usort == 1.0.2,libcst == 0.4.1. 2023-08-09T11:35:17.7813531Z [INFO] Initializing environment for https://github.com/pre-commit/mirrors-clang-format. 2023-08-09T11:35:17.7814304Z [INFO] Initializing environment for https://github.com/pycqa/flake8. 2023-08-09T11:35:17.7815705Z [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-08-09T11:35:17.7816787Z [INFO] Initializing environment for https://github.com/pycqa/pydocstyle. 2023-08-09T11:35:17.7817583Z [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 2023-08-09T11:35:17.7818277Z [INFO] Once installed this environment will be reused. 2023-08-09T11:35:17.7818807Z [INFO] This may take a few minutes... 2023-08-09T11:35:17.7819362Z [INFO] Installing environment for https://github.com/omnilib/ufmt. 2023-08-09T11:35:51.6511586Z [INFO] Once installed this environment will be reused. 2023-08-09T11:35:51.6512357Z [INFO] This may take a few minutes... 2023-08-09T11:35:51.6512956Z [INFO] Installing environment for https://github.com/pre-commit/mirrors-clang-format. 2023-08-09T11:35:51.6513601Z [INFO] Once installed this environment will be reused. 2023-08-09T11:35:51.6513890Z [INFO] This may take a few minutes... 2023-08-09T11:35:51.6514376Z [INFO] Installing environment for https://github.com/pycqa/flake8. 2023-08-09T11:35:51.6514784Z [INFO] Once installed this environment will be reused. 2023-08-09T11:35:51.6515094Z [INFO] This may take a few minutes... 2023-08-09T11:35:51.6515467Z [INFO] Installing environment for https://github.com/pycqa/pydocstyle. 2023-08-09T11:35:51.6515997Z [INFO] Once installed this environment will be reused. 2023-08-09T11:35:51.6516274Z [INFO] This may take a few minutes... 2023-08-09T11:35:51.6516625Z Check docstring is first.................................................Passed 2023-08-09T11:35:51.6516998Z Check Toml...............................................................Passed 2023-08-09T11:35:51.6517397Z Check Yaml...............................................................Passed 2023-08-09T11:35:51.6517787Z Fix End of Files.........................................................Passed 2023-08-09T11:35:51.6518576Z Format files with µfmt...................................................Passed 2023-08-09T11:35:51.6519013Z clang-format.............................................................Passed 2023-08-09T11:35:51.6519394Z flake8...................................................................Passed 2023-08-09T11:35:51.6519779Z pydocstyle...............................................................Passed 2023-08-09T11:35:51.6520025Z + status=0 2023-08-09T11:35:51.6520309Z + echo '::group::Add Summry' 2023-08-09T11:35:51.6520819Z ##[group]Add Summry 2023-08-09T11:35:51.6521030Z + '[' 0 -ne 0 ']' 2023-08-09T11:35:51.6521202Z + echo ::endgroup:: 2023-08-09T11:35:51.6521531Z ##[endgroup] 2023-08-09T11:35:51.6521702Z + exit 0 2023-08-09T11:35:51.6592716Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2023-08-09T11:35:51.6592991Z with: 2023-08-09T11:35:51.6593254Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:51.6593519Z fail-on-empty: false 2023-08-09T11:35:51.6593730Z env: 2023-08-09T11:35:51.6593956Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:51.6594216Z REPOSITORY: pytorch/audio 2023-08-09T11:35:51.6594443Z PR_NUMBER: 2023-08-09T11:35:51.6595158Z 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-08-09T11:35:51.6596005Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:51.6596350Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:51.6596688Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:51.6596952Z ##[endgroup] 2023-08-09T11:35:51.7187877Z Prepare all required actions 2023-08-09T11:35:51.7206342Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-08-09T11:35:51.7206569Z with: 2023-08-09T11:35:51.7206786Z directory: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-08-09T11:35:51.7207095Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:35:51.7207336Z env: 2023-08-09T11:35:51.7207523Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:51.7207750Z REPOSITORY: pytorch/audio 2023-08-09T11:35:51.7207944Z PR_NUMBER: 2023-08-09T11:35:51.7208662Z 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-08-09T11:35:51.7209519Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:51.7209829Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:51.7210141Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:51.7210376Z ##[endgroup] 2023-08-09T11:35:51.7222781Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:35:51.7223149Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:35:51.7234523Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:35:51.7234749Z env: 2023-08-09T11:35:51.7234954Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:51.7235171Z REPOSITORY: pytorch/audio 2023-08-09T11:35:51.7235372Z PR_NUMBER: 2023-08-09T11:35:51.7236251Z 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-08-09T11:35:51.7237005Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:51.7237329Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:51.7237625Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:51.7237930Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:35:51.7238244Z DIRECTORY: /home/ec2-user/actions-runner/_work/audio/audio/ 2023-08-09T11:35:51.7238481Z ##[endgroup] 2023-08-09T11:35:51.7474355Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2023-08-09T11:35:51.9468852Z latest: Pulling from tool/alpine 2023-08-09T11:35:51.9469098Z 540db60ca938: Pulling fs layer 2023-08-09T11:35:52.0467029Z 540db60ca938: Verifying Checksum 2023-08-09T11:35:52.0467315Z 540db60ca938: Download complete 2023-08-09T11:35:52.1640511Z 540db60ca938: Pull complete 2023-08-09T11:35:52.1730150Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-08-09T11:35:52.1758503Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-08-09T11:35:53.5412608Z Prepare all required actions 2023-08-09T11:35:53.5430362Z ##[group]Run ./test-infra/.github/actions/chown-directory 2023-08-09T11:35:53.5430581Z with: 2023-08-09T11:35:53.5430828Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:35:53.5431070Z env: 2023-08-09T11:35:53.5431391Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:53.5431620Z REPOSITORY: pytorch/audio 2023-08-09T11:35:53.5431910Z PR_NUMBER: 2023-08-09T11:35:53.5432643Z 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-08-09T11:35:53.5433530Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:53.5434030Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:53.5434452Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:53.5434690Z ##[endgroup] 2023-08-09T11:35:53.5446170Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:35:53.5446535Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2023-08-09T11:35:53.5457485Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:35:53.5457712Z env: 2023-08-09T11:35:53.5457906Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:53.5458137Z REPOSITORY: pytorch/audio 2023-08-09T11:35:53.5458331Z PR_NUMBER: 2023-08-09T11:35:53.5459022Z 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-08-09T11:35:53.5459770Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:53.5460086Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:53.5460397Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:53.5460705Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2023-08-09T11:35:53.5460939Z DIRECTORY: 2023-08-09T11:35:53.5461110Z ##[endgroup] 2023-08-09T11:35:54.3656188Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2023-08-09T11:35:54.3656649Z # Only do these steps if we actually want to upload an artifact 2023-08-09T11:35:54.3656958Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2023-08-09T11:35:54.3657295Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2023-08-09T11:35:54.3657673Z  # attempt to just grab whatever is in there and scoop it all up 2023-08-09T11:35:54.3657983Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2023-08-09T11:35:54.3658282Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2023-08-09T11:35:54.3658524Z  fi 2023-08-09T11:35:54.3658807Z  # Set to fail upload step if there are no files for upload and expected files for upload 2023-08-09T11:35:54.3659164Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2023-08-09T11:35:54.3659467Z fi 2023-08-09T11:35:54.3659649Z  2023-08-09T11:35:54.3659855Z upload_docs=0 2023-08-09T11:35:54.3660139Z # Check if there are things in the documentation folder to uplaod 2023-08-09T11:35:54.3660466Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 | read -r; then 2023-08-09T11:35:54.3660814Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2023-08-09T11:35:54.3661261Z  # upload will probably not work correctly 2023-08-09T11:35:54.3661516Z  upload_docs=1 2023-08-09T11:35:54.3661712Z fi 2023-08-09T11:35:54.3661969Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2023-08-09T11:35:54.3673189Z shell: /usr/bin/bash -e {0} 2023-08-09T11:35:54.3673403Z env: 2023-08-09T11:35:54.3673645Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:54.3673912Z REPOSITORY: pytorch/audio 2023-08-09T11:35:54.3674124Z PR_NUMBER: 2023-08-09T11:35:54.3674849Z 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-08-09T11:35:54.3675628Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:54.3675988Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:54.3676338Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:54.3676598Z UPLOAD_ARTIFACT_NAME: 2023-08-09T11:35:54.3676817Z ##[endgroup] 2023-08-09T11:35:54.3764582Z Prepare all required actions 2023-08-09T11:35:54.3782563Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2023-08-09T11:35:54.3782786Z with: 2023-08-09T11:35:54.3782927Z env: 2023-08-09T11:35:54.3783129Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:54.3783358Z REPOSITORY: pytorch/audio 2023-08-09T11:35:54.3783551Z PR_NUMBER: 2023-08-09T11:35:54.3784214Z 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-08-09T11:35:54.3784994Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:54.3785309Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:54.3785800Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:54.3786032Z ##[endgroup] 2023-08-09T11:35:54.3798368Z ##[group]Run set -eou pipefail 2023-08-09T11:35:54.3798606Z set -eou pipefail 2023-08-09T11:35:54.3798789Z  2023-08-09T11:35:54.3799031Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2023-08-09T11:35:54.3799285Z for _ in $(seq 1440); do 2023-08-09T11:35:54.3799508Z  # Break if no ssh session exists anymore 2023-08-09T11:35:54.3799892Z  if [ "$(who)" = "" ]; then 2023-08-09T11:35:54.3800065Z  break 2023-08-09T11:35:54.3800231Z  fi 2023-08-09T11:35:54.3800401Z  echo "." 2023-08-09T11:35:54.3800565Z  sleep 5 2023-08-09T11:35:54.3800733Z done 2023-08-09T11:35:54.3810406Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:35:54.3810616Z env: 2023-08-09T11:35:54.3810820Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:54.3811047Z REPOSITORY: pytorch/audio 2023-08-09T11:35:54.3811226Z PR_NUMBER: 2023-08-09T11:35:54.3812066Z 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-08-09T11:35:54.3812935Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:54.3813267Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:54.3813577Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:54.3813794Z ##[endgroup] 2023-08-09T11:35:54.3836039Z Holding runner for 2 hours until all ssh sessions have logged out 2023-08-09T11:35:54.3870779Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:35:54.3871104Z # ignore expansion of "docker ps -q" since it could be empty 2023-08-09T11:35:54.3871467Z # shellcheck disable=SC2046 2023-08-09T11:35:54.3871697Z docker stop $(docker ps -q) || true 2023-08-09T11:35:54.3871918Z # Prune all of the docker images 2023-08-09T11:35:54.3872140Z docker system prune -af 2023-08-09T11:35:54.3881462Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-08-09T11:35:54.3881673Z env: 2023-08-09T11:35:54.3881878Z DOCKER_IMAGE: pytorch/conda-builder:cpu 2023-08-09T11:35:54.3882109Z REPOSITORY: pytorch/audio 2023-08-09T11:35:54.3882410Z PR_NUMBER: 2023-08-09T11:35:54.3883095Z 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-08-09T11:35:54.3883831Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2023-08-09T11:35:54.3884158Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2023-08-09T11:35:54.3884467Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2023-08-09T11:35:54.3884684Z ##[endgroup] 2023-08-09T11:36:04.7369076Z 262c35a393d7 2023-08-09T11:36:05.0107111Z Deleted Containers: 2023-08-09T11:36:05.0107653Z 262c35a393d71a3ed89c60653740a13736cb24cab2e2853bec1a9867b33e9f4d 2023-08-09T11:36:05.0107867Z 2023-08-09T11:36:06.9302709Z Deleted Images: 2023-08-09T11:36:06.9303289Z untagged: pytorch/conda-builder:cpu 2023-08-09T11:36:06.9303949Z untagged: pytorch/conda-builder@sha256:785681529171c9269cccbe7b6964d2bb708262fce62b0672255d4888dafc56c2 2023-08-09T11:36:06.9304557Z deleted: sha256:64672554fb11d1fd3e66941ac18ba8d2f9d45bb5483193dfbdd491421cfc671f 2023-08-09T11:36:06.9305217Z deleted: sha256:348b0b3e6ff13daeea3098227afa88ee6a3d5baa9207e8d05b54692a6f24ccd2 2023-08-09T11:36:06.9305904Z deleted: sha256:b133b14f7af12ab5a5c6ca861b8eb8837586532bcc0d4218cea8851e9d66834c 2023-08-09T11:36:06.9306491Z deleted: sha256:a02c0b7c75fa3b3925e9f054a538cf93eda4c1a4553c6eb9e6de859509751f58 2023-08-09T11:36:06.9306930Z deleted: sha256:d324d5ccf1539728006b7388c6c558d5e81f50073e7cf4339a72e8979ac78be1 2023-08-09T11:36:06.9307405Z deleted: sha256:3ec0e3b953f56a3b11d86b1bff49fdc948be3c1fbc19332ff68641d62fab09b2 2023-08-09T11:36:06.9307775Z deleted: sha256:82f680cdf579789a2dfb18f8b1123a3adc43639ea15687d0abee0e4af701b9eb 2023-08-09T11:36:06.9308124Z deleted: sha256:4058af928c16a258f0d65f9e292fe94caeb21ceda82ede0774705073f0d25657 2023-08-09T11:36:06.9308485Z deleted: sha256:ebc3d517bf28f1e71620526f05cd4d8bbcad27275b39e6371ad5ce09eb3d8b66 2023-08-09T11:36:06.9308812Z deleted: sha256:e08320869bddf81c422e82a5c6676ac15277154975aa02b400d849c349589eb8 2023-08-09T11:36:06.9314516Z deleted: sha256:c45f0966a8c36ce86e04551aa116accb4b07e4af2705c3e5a5b0e5f36f974dc8 2023-08-09T11:36:06.9315053Z deleted: sha256:d58c6f9130c7488e676336d1740e3d551ea56c5748f3caffe24c9e7c935b6824 2023-08-09T11:36:06.9315400Z deleted: sha256:b849eac51ebd23ca42a10b0efe93ed7f02a2a59979c10ff71a5928ec42ab40db 2023-08-09T11:36:06.9315770Z deleted: sha256:e35336f0c171349f53edf1f6626f252f4f038ec00ccd45a565a61dc7c37e951c 2023-08-09T11:36:06.9316104Z deleted: sha256:1ae264c1c49d901918386ab5058401483b5c6107d5aa2ad7d6abec08b5029298 2023-08-09T11:36:06.9316461Z deleted: sha256:bc5ef403a5a09796e6c7d8a70cd6ca93181da48b287219d38021953fe952ac77 2023-08-09T11:36:06.9316792Z deleted: sha256:1901b8761fb00bc9bb866db4497393a3e349df37c8493aba6938df26689ba3db 2023-08-09T11:36:06.9317157Z deleted: sha256:0163bca380fb74804d563f59833594a8eb2a3f23ba57084267d6d9961f62315d 2023-08-09T11:36:06.9317586Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2023-08-09T11:36:06.9318285Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2023-08-09T11:36:06.9319205Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2023-08-09T11:36:06.9320036Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2023-08-09T11:36:06.9320457Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2023-08-09T11:36:06.9320726Z 2023-08-09T11:36:06.9323432Z Total reclaimed space: 3.432GB 2023-08-09T11:36:06.9375059Z Post job cleanup. 2023-08-09T11:36:07.0305686Z [command]/usr/bin/git version 2023-08-09T11:36:07.0343715Z git version 2.40.1 2023-08-09T11:36:07.0378969Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bf5b542c-15fe-4163-93bb-2710fa31a078' before making global git config changes 2023-08-09T11:36:07.0379736Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:36:07.0384146Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/pytorch/audio 2023-08-09T11:36:07.0414652Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:36:07.0441065Z [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-08-09T11:36:07.0679897Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:36:07.0698784Z http.https://github.com/.extraheader 2023-08-09T11:36:07.0705873Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-08-09T11:36:07.0733373Z [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-08-09T11:36:07.1039527Z Post job cleanup. 2023-08-09T11:36:07.1831992Z [command]/usr/bin/git version 2023-08-09T11:36:07.1871769Z git version 2.40.1 2023-08-09T11:36:07.1907923Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0f1e25e4-9d3a-45a7-b36c-2a73920161b2' before making global git config changes 2023-08-09T11:36:07.1908687Z Adding repository directory to the temporary git global config as a safe directory 2023-08-09T11:36:07.1913444Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/audio/audio/test-infra 2023-08-09T11:36:07.1945383Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-08-09T11:36:07.1973989Z [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-08-09T11:36:07.2211054Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-08-09T11:36:07.2231156Z http.https://github.com/.extraheader 2023-08-09T11:36:07.2239009Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-08-09T11:36:07.2265245Z [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-08-09T11:36:07.2696542Z Cleaning up orphan processes