2023-01-11T20:53:04.6520216Z Requested labels: self-hosted, linux.large 2023-01-11T20:53:04.6520330Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/trunk/91627 2023-01-11T20:53:04.6520527Z Reusable workflow chain: 2023-01-11T20:53:04.6520574Z pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:53:04.6520622Z -> pytorch/pytorch/.github/workflows/_linux-test.yml@refs/tags/ciflow/trunk/91627 (8419ddda87c8a47eacc63b54bc7ec98c1f27c26e) 2023-01-11T20:53:04.6520645Z Waiting for a runner to pick up this job... 2023-01-11T20:53:04.7637678Z Job is about to start running on the runner: i-0e315ab51cdb8a9d6 (organization) 2023-01-11T20:53:09.6706987Z Current runner version: '2.300.2' 2023-01-11T20:53:09.6712329Z Runner name: 'i-0e315ab51cdb8a9d6' 2023-01-11T20:53:09.6712828Z Runner group name: 'Default' 2023-01-11T20:53:09.6713439Z Machine name: 'ip-10-0-0-155' 2023-01-11T20:53:09.6715274Z ##[group]GITHUB_TOKEN Permissions 2023-01-11T20:53:09.6715914Z Actions: write 2023-01-11T20:53:09.6716215Z Checks: write 2023-01-11T20:53:09.6716517Z Contents: write 2023-01-11T20:53:09.6716810Z Deployments: write 2023-01-11T20:53:09.6717144Z Discussions: write 2023-01-11T20:53:09.6717442Z Issues: write 2023-01-11T20:53:09.6717698Z Metadata: read 2023-01-11T20:53:09.6717992Z Packages: write 2023-01-11T20:53:09.6718292Z Pages: write 2023-01-11T20:53:09.6718575Z PullRequests: write 2023-01-11T20:53:09.6718924Z RepositoryProjects: write 2023-01-11T20:53:09.6719264Z SecurityEvents: write 2023-01-11T20:53:09.6719592Z Statuses: write 2023-01-11T20:53:09.6719846Z ##[endgroup] 2023-01-11T20:53:09.6723058Z Secret source: Actions 2023-01-11T20:53:09.6723690Z Prepare workflow directory 2023-01-11T20:53:10.0196913Z Prepare all required actions 2023-01-11T20:53:10.0365793Z Getting action download info 2023-01-11T20:53:10.2256989Z Download action repository 'pytorch/pytorch@master' (SHA:c5836153f5332ca83d5cacde38f2829a4d54793e) 2023-01-11T20:53:13.7687003Z Getting action download info 2023-01-11T20:53:13.9380336Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2023-01-11T20:53:14.1307282Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2023-01-11T20:53:14.1308765Z ##[group] Inputs 2023-01-11T20:53:14.1309048Z build-environment: linux-focal-py3.7-clang7-tsan 2023-01-11T20:53:14.1309375Z test-matrix: { include: [ { config: "tsan", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:53:14.1309805Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fd224c2e6c79d7fdec6408da598bf52bc5b201dd 2023-01-11T20:53:14.1310151Z sync-tag: 2023-01-11T20:53:14.1310812Z timeout-minutes: 240 2023-01-11T20:53:14.1310989Z use-gha: 2023-01-11T20:53:14.1311184Z ##[endgroup] 2023-01-11T20:53:14.1311602Z Complete job name: linux-focal-py3.7-clang7-tsan / filter 2023-01-11T20:53:14.1941842Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2023-01-11T20:53:14.1942132Z with: 2023-01-11T20:53:14.1942322Z fetch-depth: 1 2023-01-11T20:53:14.1942503Z submodules: false 2023-01-11T20:53:14.1942676Z env: 2023-01-11T20:53:14.1942852Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:14.1943029Z ##[endgroup] 2023-01-11T20:53:14.2155462Z ##[group]Run retry () { 2023-01-11T20:53:14.2155725Z retry () { 2023-01-11T20:53:14.2155939Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2023-01-11T20:53:14.2156158Z } 2023-01-11T20:53:14.2156339Z echo "${GITHUB_WORKSPACE}" 2023-01-11T20:53:14.2156552Z if [ -z "${NO_SUDO}" ]; then 2023-01-11T20:53:14.2156764Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:53:14.2156971Z else 2023-01-11T20:53:14.2157164Z  retry rm -rf "${GITHUB_WORKSPACE}" 2023-01-11T20:53:14.2157341Z fi 2023-01-11T20:53:14.2157570Z mkdir "${GITHUB_WORKSPACE}" 2023-01-11T20:53:14.2173465Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:53:14.2173695Z env: 2023-01-11T20:53:14.2173874Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:14.2174054Z NO_SUDO: 2023-01-11T20:53:14.2174210Z ##[endgroup] 2023-01-11T20:53:14.2355846Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:53:14.5320288Z ##[group]Run malfet/checkout@silent-checkout 2023-01-11T20:53:14.5320510Z with: 2023-01-11T20:53:14.5320715Z ref: 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:53:14.5320929Z fetch-depth: 1 2023-01-11T20:53:14.5321094Z submodules: false 2023-01-11T20:53:14.5321277Z quiet-checkout: true 2023-01-11T20:53:14.5321475Z repository: pytorch/pytorch 2023-01-11T20:53:14.5321928Z token: *** 2023-01-11T20:53:14.5322102Z ssh-strict: true 2023-01-11T20:53:14.5322302Z persist-credentials: true 2023-01-11T20:53:14.5322478Z clean: true 2023-01-11T20:53:14.5322640Z lfs: false 2023-01-11T20:53:14.5322830Z set-safe-directory: true 2023-01-11T20:53:14.5322996Z env: 2023-01-11T20:53:14.5323172Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:14.5323358Z ##[endgroup] 2023-01-11T20:53:14.6617083Z Syncing repository: pytorch/pytorch 2023-01-11T20:53:14.6618924Z ##[group]Getting Git version info 2023-01-11T20:53:14.6619345Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:53:14.6619797Z [command]/usr/bin/git version 2023-01-11T20:53:14.6643592Z git version 2.38.1 2023-01-11T20:53:14.6666573Z ##[endgroup] 2023-01-11T20:53:14.6685737Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/68701546-36fd-42ef-87b0-afcabb7829ad' before making global git config changes 2023-01-11T20:53:14.6686925Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:53:14.6693661Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:53:14.6731592Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2023-01-11T20:53:14.6738069Z ##[group]Initializing the repository 2023-01-11T20:53:14.6742705Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:53:14.6772230Z hint: Using 'master' as the name for the initial branch. This default branch name 2023-01-11T20:53:14.6773086Z hint: is subject to change. To configure the initial branch name to use in all 2023-01-11T20:53:14.6773845Z hint: of your new repositories, which will suppress this warning, call: 2023-01-11T20:53:14.6774254Z hint: 2023-01-11T20:53:14.6774782Z hint: git config --global init.defaultBranch 2023-01-11T20:53:14.6776231Z hint: 2023-01-11T20:53:14.6778364Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2023-01-11T20:53:14.6779237Z hint: 'development'. The just-created branch can be renamed via this command: 2023-01-11T20:53:14.6783380Z hint: 2023-01-11T20:53:14.6784353Z hint: git branch -m 2023-01-11T20:53:14.6787974Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2023-01-11T20:53:14.6793928Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2023-01-11T20:53:14.6822371Z ##[endgroup] 2023-01-11T20:53:14.6824193Z ##[group]Disabling automatic garbage collection 2023-01-11T20:53:14.6829066Z [command]/usr/bin/git config --local gc.auto 0 2023-01-11T20:53:14.6855248Z ##[endgroup] 2023-01-11T20:53:14.6858751Z ##[group]Setting up auth 2023-01-11T20:53:14.6866903Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:53:14.6895829Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-01-11T20:53:14.7126267Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:53:14.7152318Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2023-01-11T20:53:14.7392083Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2023-01-11T20:53:14.7427848Z ##[endgroup] 2023-01-11T20:53:14.7428903Z ##[group]Fetching the repository 2023-01-11T20:53:14.7435216Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules --depth=1 origin 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:53:23.3637445Z ##[endgroup] 2023-01-11T20:53:23.3638789Z ##[group]Determining the checkout info 2023-01-11T20:53:23.3639931Z ##[endgroup] 2023-01-11T20:53:23.3642974Z ##[group]Checking out the ref 2023-01-11T20:53:23.3644316Z [command]/usr/bin/git checkout --quiet --force 8419ddda87c8a47eacc63b54bc7ec98c1f27c26e 2023-01-11T20:53:24.5318861Z ##[endgroup] 2023-01-11T20:53:24.5364787Z [command]/usr/bin/git log -1 --format='%H' 2023-01-11T20:53:24.5390813Z '8419ddda87c8a47eacc63b54bc7ec98c1f27c26e' 2023-01-11T20:53:24.5600882Z Prepare all required actions 2023-01-11T20:53:24.5601160Z Getting action download info 2023-01-11T20:53:24.7238884Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2023-01-11T20:53:24.8630824Z ##[group]Run ./.github/actions/filter-test-configs 2023-01-11T20:53:24.8631029Z with: 2023-01-11T20:53:24.8631572Z github-token: *** 2023-01-11T20:53:24.8631844Z test-matrix: { include: [ { config: "tsan", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2023-01-11T20:53:24.8632348Z env: 2023-01-11T20:53:24.8632509Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:24.8632696Z ##[endgroup] 2023-01-11T20:53:24.8658745Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2023-01-11T20:53:24.8658966Z with: 2023-01-11T20:53:24.8659125Z shell: bash 2023-01-11T20:53:24.8659296Z timeout_minutes: 10 2023-01-11T20:53:24.8659463Z max_attempts: 5 2023-01-11T20:53:24.8659674Z retry_wait_seconds: 30 2023-01-11T20:53:24.8659918Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:53:24.8660150Z polling_interval_seconds: 1 2023-01-11T20:53:24.8660341Z warning_on_retry: true 2023-01-11T20:53:24.8660597Z continue_on_error: false 2023-01-11T20:53:24.8660784Z env: 2023-01-11T20:53:24.8661098Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:24.8661471Z GITHUB_TOKEN: *** 2023-01-11T20:53:24.8661715Z ##[endgroup] 2023-01-11T20:53:24.9164009Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2023-01-11T20:53:25.1625432Z Defaulting to user installation because normal site-packages is not writeable 2023-01-11T20:53:25.1786112Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2023-01-11T20:53:25.1987960Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2023-01-11T20:53:25.2040139Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.14) 2023-01-11T20:53:25.2115017Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.12.7) 2023-01-11T20:53:25.2123382Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2023-01-11T20:53:25.2136658Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2023-01-11T20:53:25.9141244Z Command completed after 1 attempt(s). 2023-01-11T20:53:25.9181133Z ##[group]Run .github/scripts/parse_ref.py 2023-01-11T20:53:25.9181367Z .github/scripts/parse_ref.py 2023-01-11T20:53:25.9192833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:53:25.9193052Z env: 2023-01-11T20:53:25.9193212Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:25.9193408Z ##[endgroup] 2023-01-11T20:53:25.9468383Z ##[group]Run .github/scripts/filter_test_configs.py \ 2023-01-11T20:53:25.9468658Z .github/scripts/filter_test_configs.py \ 2023-01-11T20:53:25.9468896Z  --test-matrix "{ include: [ 2023-01-11T20:53:25.9469158Z  { config: "tsan", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2023-01-11T20:53:25.9469386Z ]} 2023-01-11T20:53:25.9469534Z " \ 2023-01-11T20:53:25.9469710Z  --pr-number "" \ 2023-01-11T20:53:25.9469914Z  --tag "ciflow/trunk/91627" \ 2023-01-11T20:53:25.9470112Z  --event-name "push" \ 2023-01-11T20:53:25.9470309Z  --schedule "" 2023-01-11T20:53:25.9480978Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:53:25.9481181Z env: 2023-01-11T20:53:25.9481357Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:25.9481760Z GITHUB_TOKEN: *** 2023-01-11T20:53:25.9481937Z ##[endgroup] 2023-01-11T20:53:26.2510703Z ##[group]Run echo "{"include": [{"config": "tsan", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:53:26.2511313Z echo "{"include": [{"config": "tsan", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2023-01-11T20:53:26.2526661Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2023-01-11T20:53:26.2527022Z env: 2023-01-11T20:53:26.2527280Z GIT_DEFAULT_BRANCH: master 2023-01-11T20:53:26.2527559Z ##[endgroup] 2023-01-11T20:53:26.2566467Z {include: [{config: tsan, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2023-01-11T20:53:26.2664223Z Post job cleanup. 2023-01-11T20:53:26.2692159Z Post job cleanup. 2023-01-11T20:53:26.3770233Z [command]/usr/bin/git version 2023-01-11T20:53:26.3816066Z git version 2.38.1 2023-01-11T20:53:26.3857430Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6c053c31-9bca-4435-a9f1-00202593fc80' before making global git config changes 2023-01-11T20:53:26.3858557Z Adding repository directory to the temporary git global config as a safe directory 2023-01-11T20:53:26.3863520Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2023-01-11T20:53:26.3899173Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2023-01-11T20:53:26.3929966Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2023-01-11T20:53:26.4196715Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2023-01-11T20:53:26.4213701Z http.https://github.com/.extraheader 2023-01-11T20:53:26.4223991Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2023-01-11T20:53:26.4263403Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2023-01-11T20:53:26.4739444Z Evaluate and set job outputs 2023-01-11T20:53:26.4753320Z Set output 'test-matrix' 2023-01-11T20:53:26.4754088Z Set output 'is-test-matrix-empty' 2023-01-11T20:53:26.4754399Z Set output 'keep-going' 2023-01-11T20:53:26.4754953Z Cleaning up orphan processes