2024-04-03T15:48:42.5193473Z Current runner version: '2.315.0' 2024-04-03T15:48:42.5199647Z Runner name: 'i-049c94916b94477bb' 2024-04-03T15:48:42.5200401Z Runner group name: 'Default' 2024-04-03T15:48:42.5201203Z Machine name: 'ip-10-0-16-83' 2024-04-03T15:48:42.5205618Z ##[group]GITHUB_TOKEN Permissions 2024-04-03T15:48:42.5207681Z Actions: read 2024-04-03T15:48:42.5208191Z Checks: read 2024-04-03T15:48:42.5208632Z Contents: read 2024-04-03T15:48:42.5209148Z Deployments: read 2024-04-03T15:48:42.5209647Z Discussions: read 2024-04-03T15:48:42.5210130Z Issues: read 2024-04-03T15:48:42.5210622Z Metadata: read 2024-04-03T15:48:42.5211109Z Packages: read 2024-04-03T15:48:42.5211542Z Pages: read 2024-04-03T15:48:42.5212028Z PullRequests: read 2024-04-03T15:48:42.5212594Z RepositoryProjects: read 2024-04-03T15:48:42.5213225Z SecurityEvents: read 2024-04-03T15:48:42.5213771Z Statuses: read 2024-04-03T15:48:42.5214256Z ##[endgroup] 2024-04-03T15:48:42.5217383Z Secret source: None 2024-04-03T15:48:42.5218332Z Prepare workflow directory 2024-04-03T15:48:42.8622199Z Prepare all required actions 2024-04-03T15:48:42.8788751Z Getting action download info 2024-04-03T15:48:43.0250117Z Download action repository 'pytorch/test-infra@main' (SHA:f5543b9b2d7b7c7b8eccd6576b68fc0472b1fbde) 2024-04-03T15:48:43.3616616Z Download action repository 'pytorch/pytorch@main' (SHA:74b3a7920ef9b96315ef20adef858b00cc067af6) 2024-04-03T15:48:46.3176095Z Getting action download info 2024-04-03T15:48:46.4165034Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-04-03T15:48:46.6437931Z Getting action download info 2024-04-03T15:48:46.7479144Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-04-03T15:48:46.8816082Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/123154/merge (4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0) 2024-04-03T15:48:46.8818419Z ##[group] Inputs 2024-04-03T15:48:46.8818949Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T15:48:46.8819711Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:48:46.8820279Z cuda-version: cpu 2024-04-03T15:48:46.8820572Z sync-tag: 2024-04-03T15:48:46.8821160Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2024-04-03T15:48:46.8821849Z ##[endgroup] 2024-04-03T15:48:46.8822712Z Complete job name: linux-focal-cpu-py3.10-gcc9-bazel-test / build-and-test (default, 1, 1, linux.4xlarge) 2024-04-03T15:48:46.9617654Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-04-03T15:48:46.9618204Z with: 2024-04-03T15:48:46.9618799Z github-secret: *** 2024-04-03T15:48:46.9619126Z activate-with-label: false 2024-04-03T15:48:46.9619471Z label: with-ssh 2024-04-03T15:48:46.9619756Z remove-existing-keys: true 2024-04-03T15:48:46.9620088Z env: 2024-04-03T15:48:46.9620335Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:46.9620646Z ##[endgroup] 2024-04-03T15:48:47.0515877Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-04-03T15:48:47.4106830Z Grabbing public ssh keys from https://github.com/caic99.keys 2024-04-03T15:48:47.4800921Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-04-03T15:48:47.4814916Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-04-03T15:48:47.4840165Z Login using: ssh ec2-user@ec2-52-87-24-251.compute-1.amazonaws.com 2024-04-03T15:48:47.5081584Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-04-03T15:48:47.5082120Z with: 2024-04-03T15:48:47.5082381Z submodules: recursive 2024-04-03T15:48:47.5082699Z fetch-depth: 0 2024-04-03T15:48:47.5082950Z env: 2024-04-03T15:48:47.5083199Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:47.5083517Z ##[endgroup] 2024-04-03T15:48:47.5300141Z ##[group]Run retry () { 2024-04-03T15:48:47.5300552Z retry () { 2024-04-03T15:48:47.5301231Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-04-03T15:48:47.5301771Z } 2024-04-03T15:48:47.5302065Z echo "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.5302472Z if [ -z "${NO_SUDO}" ]; then 2024-04-03T15:48:47.5302924Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.5303369Z else 2024-04-03T15:48:47.5303693Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.5304090Z fi 2024-04-03T15:48:47.5304431Z mkdir "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.5328263Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:48:47.5328786Z env: 2024-04-03T15:48:47.5329034Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:47.5329365Z NO_SUDO: 2024-04-03T15:48:47.5329627Z ##[endgroup] 2024-04-03T15:48:47.5422845Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:49.7817037Z ##[group]Run malfet/checkout@silent-checkout 2024-04-03T15:48:49.7817525Z with: 2024-04-03T15:48:49.7817822Z ref: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:48:49.7818261Z fetch-depth: 0 2024-04-03T15:48:49.7818553Z submodules: recursive 2024-04-03T15:48:49.7818862Z quiet-checkout: true 2024-04-03T15:48:49.7819192Z repository: pytorch/pytorch 2024-04-03T15:48:49.7819672Z token: *** 2024-04-03T15:48:49.7819938Z ssh-strict: true 2024-04-03T15:48:49.7820231Z persist-credentials: true 2024-04-03T15:48:49.7820567Z clean: true 2024-04-03T15:48:49.7820877Z sparse-checkout-cone-mode: true 2024-04-03T15:48:49.7821232Z lfs: false 2024-04-03T15:48:49.7821509Z set-safe-directory: true 2024-04-03T15:48:49.7821821Z env: 2024-04-03T15:48:49.7822056Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:49.7822379Z ##[endgroup] 2024-04-03T15:48:49.8738459Z Syncing repository: pytorch/pytorch 2024-04-03T15:48:49.8740052Z ##[group]Getting Git version info 2024-04-03T15:48:49.8740765Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:49.8741639Z [command]/usr/bin/git version 2024-04-03T15:48:49.8741983Z git version 2.40.1 2024-04-03T15:48:49.8743247Z ##[endgroup] 2024-04-03T15:48:49.8754370Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/22ca16a6-18ca-4ce1-ac5e-dcf426afcf43' before making global git config changes 2024-04-03T15:48:49.8755673Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T15:48:49.8756832Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:49.8786467Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:49.8790429Z ##[group]Initializing the repository 2024-04-03T15:48:49.8793435Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:49.8818360Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-04-03T15:48:49.8819198Z hint: is subject to change. To configure the initial branch name to use in all 2024-04-03T15:48:49.8820153Z hint: of your new repositories, which will suppress this warning, call: 2024-04-03T15:48:49.8820709Z hint: 2024-04-03T15:48:49.8821245Z hint: git config --global init.defaultBranch 2024-04-03T15:48:49.8821698Z hint: 2024-04-03T15:48:49.8822195Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-04-03T15:48:49.8823092Z hint: 'development'. The just-created branch can be renamed via this command: 2024-04-03T15:48:49.8823953Z hint: 2024-04-03T15:48:49.8824256Z hint: git branch -m 2024-04-03T15:48:49.8824998Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-04-03T15:48:49.8826552Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-04-03T15:48:49.8851960Z ##[endgroup] 2024-04-03T15:48:49.8852491Z ##[group]Disabling automatic garbage collection 2024-04-03T15:48:49.8855354Z [command]/usr/bin/git config --local gc.auto 0 2024-04-03T15:48:49.8881520Z ##[endgroup] 2024-04-03T15:48:49.8882001Z ##[group]Setting up auth 2024-04-03T15:48:49.8887051Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T15:48:49.8912911Z [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' || :" 2024-04-03T15:48:49.9143214Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T15:48:49.9167725Z [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' || :" 2024-04-03T15:48:49.9394406Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:48:49.9431397Z ##[endgroup] 2024-04-03T15:48:49.9431909Z ##[group]Fetching the repository 2024-04-03T15:48:49.9437354Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-04-03T15:48:54.9946218Z remote: Enumerating objects: 1123751 2024-04-03T15:48:54.9946767Z remote: Enumerating objects: 1124382, done. 2024-04-03T15:48:54.9953122Z remote: Counting objects: 0% (1/631) 2024-04-03T15:48:54.9953887Z remote: Counting objects: 1% (7/631) 2024-04-03T15:48:54.9954575Z remote: Counting objects: 2% (13/631) 2024-04-03T15:48:54.9955054Z remote: Counting objects: 3% (19/631) 2024-04-03T15:48:54.9955539Z remote: Counting objects: 4% (26/631) 2024-04-03T15:48:54.9956280Z remote: Counting objects: 5% (32/631) 2024-04-03T15:48:54.9957046Z remote: Counting objects: 6% (38/631) 2024-04-03T15:48:54.9957870Z remote: Counting objects: 7% (45/631) 2024-04-03T15:48:54.9958679Z remote: Counting objects: 8% (51/631) 2024-04-03T15:48:54.9959543Z remote: Counting objects: 9% (57/631) 2024-04-03T15:48:54.9960027Z remote: Counting objects: 10% (64/631) 2024-04-03T15:48:54.9960500Z remote: Counting objects: 11% (70/631) 2024-04-03T15:48:54.9960973Z remote: Counting objects: 12% (76/631) 2024-04-03T15:48:54.9961432Z remote: Counting objects: 13% (83/631) 2024-04-03T15:48:54.9961903Z remote: Counting objects: 14% (89/631) 2024-04-03T15:48:54.9962385Z remote: Counting objects: 15% (95/631) 2024-04-03T15:48:54.9962853Z remote: Counting objects: 16% (101/631) 2024-04-03T15:48:54.9963338Z remote: Counting objects: 17% (108/631) 2024-04-03T15:48:54.9963826Z remote: Counting objects: 18% (114/631) 2024-04-03T15:48:54.9964293Z remote: Counting objects: 19% (120/631) 2024-04-03T15:48:54.9964955Z remote: Counting objects: 20% (127/631) 2024-04-03T15:48:54.9965447Z remote: Counting objects: 21% (133/631) 2024-04-03T15:48:54.9965932Z remote: Counting objects: 22% (139/631) 2024-04-03T15:48:54.9966419Z remote: Counting objects: 23% (146/631) 2024-04-03T15:48:54.9966904Z remote: Counting objects: 24% (152/631) 2024-04-03T15:48:54.9967371Z remote: Counting objects: 25% (158/631) 2024-04-03T15:48:54.9967851Z remote: Counting objects: 26% (165/631) 2024-04-03T15:48:54.9968335Z remote: Counting objects: 27% (171/631) 2024-04-03T15:48:54.9969076Z remote: Counting objects: 28% (177/631) 2024-04-03T15:48:54.9969565Z remote: Counting objects: 29% (183/631) 2024-04-03T15:48:54.9970049Z remote: Counting objects: 30% (190/631) 2024-04-03T15:48:54.9970516Z remote: Counting objects: 31% (196/631) 2024-04-03T15:48:54.9970999Z remote: Counting objects: 32% (202/631) 2024-04-03T15:48:54.9971482Z remote: Counting objects: 33% (209/631) 2024-04-03T15:48:54.9971950Z remote: Counting objects: 34% (215/631) 2024-04-03T15:48:54.9972569Z remote: Counting objects: 35% (221/631) 2024-04-03T15:48:54.9973122Z remote: Counting objects: 36% (228/631) 2024-04-03T15:48:54.9973608Z remote: Counting objects: 37% (234/631) 2024-04-03T15:48:54.9974075Z remote: Counting objects: 38% (240/631) 2024-04-03T15:48:54.9974555Z remote: Counting objects: 39% (247/631) 2024-04-03T15:48:54.9975042Z remote: Counting objects: 40% (253/631) 2024-04-03T15:48:54.9975530Z remote: Counting objects: 41% (259/631) 2024-04-03T15:48:54.9975996Z remote: Counting objects: 42% (266/631) 2024-04-03T15:48:54.9976471Z remote: Counting objects: 43% (272/631) 2024-04-03T15:48:54.9976948Z remote: Counting objects: 44% (278/631) 2024-04-03T15:48:54.9977414Z remote: Counting objects: 45% (284/631) 2024-04-03T15:48:54.9977890Z remote: Counting objects: 46% (291/631) 2024-04-03T15:48:54.9978366Z remote: Counting objects: 47% (297/631) 2024-04-03T15:48:54.9978836Z remote: Counting objects: 48% (303/631) 2024-04-03T15:48:54.9979313Z remote: Counting objects: 49% (310/631) 2024-04-03T15:48:54.9979787Z remote: Counting objects: 50% (316/631) 2024-04-03T15:48:54.9980250Z remote: Counting objects: 51% (322/631) 2024-04-03T15:48:54.9980731Z remote: Counting objects: 52% (329/631) 2024-04-03T15:48:54.9981213Z remote: Counting objects: 53% (335/631) 2024-04-03T15:48:54.9981678Z remote: Counting objects: 54% (341/631) 2024-04-03T15:48:54.9982155Z remote: Counting objects: 55% (348/631) 2024-04-03T15:48:54.9982634Z remote: Counting objects: 56% (354/631) 2024-04-03T15:48:54.9983098Z remote: Counting objects: 57% (360/631) 2024-04-03T15:48:54.9983575Z remote: Counting objects: 58% (366/631) 2024-04-03T15:48:54.9984049Z remote: Counting objects: 59% (373/631) 2024-04-03T15:48:54.9984513Z remote: Counting objects: 60% (379/631) 2024-04-03T15:48:54.9984995Z remote: Counting objects: 61% (385/631) 2024-04-03T15:48:54.9985477Z remote: Counting objects: 62% (392/631) 2024-04-03T15:48:54.9985969Z remote: Counting objects: 63% (398/631) 2024-04-03T15:48:54.9986434Z remote: Counting objects: 64% (404/631) 2024-04-03T15:48:54.9986919Z remote: Counting objects: 65% (411/631) 2024-04-03T15:48:54.9987400Z remote: Counting objects: 66% (417/631) 2024-04-03T15:48:54.9987890Z remote: Counting objects: 67% (423/631) 2024-04-03T15:48:54.9988357Z remote: Counting objects: 68% (430/631) 2024-04-03T15:48:54.9988837Z remote: Counting objects: 69% (436/631) 2024-04-03T15:48:54.9989320Z remote: Counting objects: 70% (442/631) 2024-04-03T15:48:54.9989786Z remote: Counting objects: 71% (449/631) 2024-04-03T15:48:54.9990268Z remote: Counting objects: 72% (455/631) 2024-04-03T15:48:54.9990748Z remote: Counting objects: 73% (461/631) 2024-04-03T15:48:54.9991221Z remote: Counting objects: 74% (467/631) 2024-04-03T15:48:54.9991702Z remote: Counting objects: 75% (474/631) 2024-04-03T15:48:54.9992180Z remote: Counting objects: 76% (480/631) 2024-04-03T15:48:54.9992649Z remote: Counting objects: 77% (486/631) 2024-04-03T15:48:54.9993130Z remote: Counting objects: 78% (493/631) 2024-04-03T15:48:54.9993613Z remote: Counting objects: 79% (499/631) 2024-04-03T15:48:54.9994079Z remote: Counting objects: 80% (505/631) 2024-04-03T15:48:54.9994654Z remote: Counting objects: 81% (512/631) 2024-04-03T15:48:54.9995141Z remote: Counting objects: 82% (518/631) 2024-04-03T15:48:54.9995610Z remote: Counting objects: 83% (524/631) 2024-04-03T15:48:54.9996094Z remote: Counting objects: 84% (531/631) 2024-04-03T15:48:54.9996579Z remote: Counting objects: 85% (537/631) 2024-04-03T15:48:54.9997044Z remote: Counting objects: 86% (543/631) 2024-04-03T15:48:54.9997523Z remote: Counting objects: 87% (549/631) 2024-04-03T15:48:54.9998067Z remote: Counting objects: 88% (556/631) 2024-04-03T15:48:54.9998531Z remote: Counting objects: 89% (562/631) 2024-04-03T15:48:54.9999008Z remote: Counting objects: 90% (568/631) 2024-04-03T15:48:54.9999483Z remote: Counting objects: 91% (575/631) 2024-04-03T15:48:54.9999964Z remote: Counting objects: 92% (581/631) 2024-04-03T15:48:55.0000433Z remote: Counting objects: 93% (587/631) 2024-04-03T15:48:55.0000918Z remote: Counting objects: 94% (594/631) 2024-04-03T15:48:55.0001395Z remote: Counting objects: 95% (600/631) 2024-04-03T15:48:55.0001861Z remote: Counting objects: 96% (606/631) 2024-04-03T15:48:55.0002339Z remote: Counting objects: 97% (613/631) 2024-04-03T15:48:55.0002814Z remote: Counting objects: 98% (619/631) 2024-04-03T15:48:55.0003274Z remote: Counting objects: 99% (625/631) 2024-04-03T15:48:55.0003757Z remote: Counting objects: 100% (631/631) 2024-04-03T15:48:55.0004279Z remote: Counting objects: 100% (631/631), done. 2024-04-03T15:48:55.0004945Z remote: Compressing objects: 0% (1/341) 2024-04-03T15:48:55.0024860Z remote: Compressing objects: 1% (4/341) 2024-04-03T15:48:55.0070848Z remote: Compressing objects: 2% (7/341) 2024-04-03T15:48:55.0153676Z remote: Compressing objects: 3% (11/341) 2024-04-03T15:48:55.0386608Z remote: Compressing objects: 4% (14/341) 2024-04-03T15:48:55.0506838Z remote: Compressing objects: 5% (18/341) 2024-04-03T15:48:55.0590158Z remote: Compressing objects: 6% (21/341) 2024-04-03T15:48:55.0704174Z remote: Compressing objects: 7% (24/341) 2024-04-03T15:48:55.0758940Z remote: Compressing objects: 8% (28/341) 2024-04-03T15:48:55.0846551Z remote: Compressing objects: 9% (31/341) 2024-04-03T15:48:55.0847072Z remote: Compressing objects: 10% (35/341) 2024-04-03T15:48:55.0932360Z remote: Compressing objects: 11% (38/341) 2024-04-03T15:48:55.0977603Z remote: Compressing objects: 12% (41/341) 2024-04-03T15:48:55.1009637Z remote: Compressing objects: 13% (45/341) 2024-04-03T15:48:55.1027585Z remote: Compressing objects: 14% (48/341) 2024-04-03T15:48:55.1032817Z remote: Compressing objects: 15% (52/341) 2024-04-03T15:48:55.1037980Z remote: Compressing objects: 16% (55/341) 2024-04-03T15:48:55.1071393Z remote: Compressing objects: 17% (58/341) 2024-04-03T15:48:55.1078240Z remote: Compressing objects: 18% (62/341) 2024-04-03T15:48:55.1089355Z remote: Compressing objects: 19% (65/341) 2024-04-03T15:48:55.1096834Z remote: Compressing objects: 20% (69/341) 2024-04-03T15:48:55.1100882Z remote: Compressing objects: 21% (72/341) 2024-04-03T15:48:55.1101405Z remote: Compressing objects: 22% (76/341) 2024-04-03T15:48:55.1104605Z remote: Compressing objects: 23% (79/341) 2024-04-03T15:48:55.1106190Z remote: Compressing objects: 24% (82/341) 2024-04-03T15:48:55.1109299Z remote: Compressing objects: 25% (86/341) 2024-04-03T15:48:55.1111882Z remote: Compressing objects: 26% (89/341) 2024-04-03T15:48:55.1115507Z remote: Compressing objects: 27% (93/341) 2024-04-03T15:48:55.1121189Z remote: Compressing objects: 28% (96/341) 2024-04-03T15:48:55.1127014Z remote: Compressing objects: 29% (99/341) 2024-04-03T15:48:55.1128513Z remote: Compressing objects: 30% (103/341) 2024-04-03T15:48:55.1135619Z remote: Compressing objects: 31% (106/341) 2024-04-03T15:48:55.1137731Z remote: Compressing objects: 32% (110/341) 2024-04-03T15:48:55.1141127Z remote: Compressing objects: 33% (113/341) 2024-04-03T15:48:55.1145089Z remote: Compressing objects: 34% (116/341) 2024-04-03T15:48:55.1151756Z remote: Compressing objects: 35% (120/341) 2024-04-03T15:48:55.1152261Z remote: Compressing objects: 36% (123/341) 2024-04-03T15:48:55.1152895Z remote: Compressing objects: 37% (127/341) 2024-04-03T15:48:55.1154992Z remote: Compressing objects: 38% (130/341) 2024-04-03T15:48:55.1158172Z remote: Compressing objects: 39% (133/341) 2024-04-03T15:48:55.1161825Z remote: Compressing objects: 40% (137/341) 2024-04-03T15:48:55.1165442Z remote: Compressing objects: 41% (140/341) 2024-04-03T15:48:55.1172502Z remote: Compressing objects: 42% (144/341) 2024-04-03T15:48:55.1175565Z remote: Compressing objects: 43% (147/341) 2024-04-03T15:48:55.1176983Z remote: Compressing objects: 44% (151/341) 2024-04-03T15:48:55.1178150Z remote: Compressing objects: 45% (154/341) 2024-04-03T15:48:55.1178654Z remote: Compressing objects: 46% (157/341) 2024-04-03T15:48:55.1179575Z remote: Compressing objects: 47% (161/341) 2024-04-03T15:48:55.1181045Z remote: Compressing objects: 48% (164/341) 2024-04-03T15:48:55.1182988Z remote: Compressing objects: 49% (168/341) 2024-04-03T15:48:55.1184515Z remote: Compressing objects: 50% (171/341) 2024-04-03T15:48:55.1190120Z remote: Compressing objects: 51% (174/341) 2024-04-03T15:48:55.1190638Z remote: Compressing objects: 52% (178/341) 2024-04-03T15:48:55.1191143Z remote: Compressing objects: 53% (181/341) 2024-04-03T15:48:55.1191660Z remote: Compressing objects: 54% (185/341) 2024-04-03T15:48:55.1192175Z remote: Compressing objects: 55% (188/341) 2024-04-03T15:48:55.1195886Z remote: Compressing objects: 56% (191/341) 2024-04-03T15:48:55.1196481Z remote: Compressing objects: 57% (195/341) 2024-04-03T15:48:55.1197006Z remote: Compressing objects: 58% (198/341) 2024-04-03T15:48:55.1197520Z remote: Compressing objects: 59% (202/341) 2024-04-03T15:48:55.1198020Z remote: Compressing objects: 60% (205/341) 2024-04-03T15:48:55.1198537Z remote: Compressing objects: 61% (209/341) 2024-04-03T15:48:55.1199061Z remote: Compressing objects: 62% (212/341) 2024-04-03T15:48:55.1199558Z remote: Compressing objects: 63% (215/341) 2024-04-03T15:48:55.1200072Z remote: Compressing objects: 64% (219/341) 2024-04-03T15:48:55.1200587Z remote: Compressing objects: 65% (222/341) 2024-04-03T15:48:55.1201086Z remote: Compressing objects: 66% (226/341) 2024-04-03T15:48:55.1201597Z remote: Compressing objects: 67% (229/341) 2024-04-03T15:48:55.1202118Z remote: Compressing objects: 68% (232/341) 2024-04-03T15:48:55.1202615Z remote: Compressing objects: 69% (236/341) 2024-04-03T15:48:55.1203133Z remote: Compressing objects: 70% (239/341) 2024-04-03T15:48:55.1203644Z remote: Compressing objects: 71% (243/341) 2024-04-03T15:48:55.1204159Z remote: Compressing objects: 72% (246/341) 2024-04-03T15:48:55.1204814Z remote: Compressing objects: 73% (249/341) 2024-04-03T15:48:55.1205329Z remote: Compressing objects: 74% (253/341) 2024-04-03T15:48:55.1205855Z remote: Compressing objects: 75% (256/341) 2024-04-03T15:48:55.1243274Z remote: Compressing objects: 76% (260/341) 2024-04-03T15:48:55.1244276Z remote: Compressing objects: 77% (263/341) 2024-04-03T15:48:55.1245086Z remote: Compressing objects: 78% (266/341) 2024-04-03T15:48:55.1245580Z remote: Compressing objects: 79% (270/341) 2024-04-03T15:48:55.1246094Z remote: Compressing objects: 80% (273/341) 2024-04-03T15:48:55.1246766Z remote: Compressing objects: 81% (277/341) 2024-04-03T15:48:55.1247261Z remote: Compressing objects: 82% (280/341) 2024-04-03T15:48:55.1247766Z remote: Compressing objects: 83% (284/341) 2024-04-03T15:48:55.1248271Z remote: Compressing objects: 84% (287/341) 2024-04-03T15:48:55.1248776Z remote: Compressing objects: 85% (290/341) 2024-04-03T15:48:55.1249291Z remote: Compressing objects: 86% (294/341) 2024-04-03T15:48:55.1249799Z remote: Compressing objects: 87% (297/341) 2024-04-03T15:48:55.1250372Z remote: Compressing objects: 88% (301/341) 2024-04-03T15:48:55.1250916Z remote: Compressing objects: 89% (304/341) 2024-04-03T15:48:55.1251408Z remote: Compressing objects: 90% (307/341) 2024-04-03T15:48:55.1251904Z remote: Compressing objects: 91% (311/341) 2024-04-03T15:48:55.1252416Z remote: Compressing objects: 92% (314/341) 2024-04-03T15:48:55.1252980Z remote: Compressing objects: 93% (318/341) 2024-04-03T15:48:55.1253502Z remote: Compressing objects: 94% (321/341) 2024-04-03T15:48:55.1254012Z remote: Compressing objects: 95% (324/341) 2024-04-03T15:48:55.1254509Z remote: Compressing objects: 96% (328/341) 2024-04-03T15:48:55.1255017Z remote: Compressing objects: 97% (331/341) 2024-04-03T15:48:55.1255526Z remote: Compressing objects: 98% (335/341) 2024-04-03T15:48:55.1256019Z remote: Compressing objects: 99% (338/341) 2024-04-03T15:48:55.1256539Z remote: Compressing objects: 100% (341/341) 2024-04-03T15:48:55.1257092Z remote: Compressing objects: 100% (341/341), done. 2024-04-03T15:49:15.3287676Z remote: Total 1124382 (delta 352), reused 516 (delta 290), pack-reused 1123751 2024-04-03T15:49:42.0981506Z [command]/usr/bin/git rev-parse --verify --quiet d253bd7befc64137de913dbb8727b511f1052411^{object} 2024-04-03T15:49:42.1005525Z d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:42.1010884Z ##[endgroup] 2024-04-03T15:49:42.1011818Z ##[group]Determining the checkout info 2024-04-03T15:49:42.1012878Z ##[endgroup] 2024-04-03T15:49:42.1013832Z ##[group]Checking out the ref 2024-04-03T15:49:42.1017462Z [command]/usr/bin/git checkout --quiet --force d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:43.4918036Z ##[endgroup] 2024-04-03T15:49:43.4918926Z ##[group]Setting up auth for fetching submodules 2024-04-03T15:49:43.4925372Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:49:43.4968099Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-04-03T15:49:43.4996153Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-04-03T15:49:43.5024177Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-04-03T15:49:43.5048756Z ##[endgroup] 2024-04-03T15:49:43.5049641Z ##[group]Fetching submodules 2024-04-03T15:49:43.5053508Z [command]/usr/bin/git submodule sync --recursive 2024-04-03T15:49:43.5308887Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-04-03T15:49:43.5553294Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-04-03T15:49:43.5554984Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-04-03T15:49:43.5556750Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-04-03T15:49:43.5558402Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-04-03T15:49:43.5560447Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2024-04-03T15:49:43.5563470Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-04-03T15:49:43.5565667Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-04-03T15:49:43.5567851Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-04-03T15:49:43.5570416Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-04-03T15:49:43.5573098Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2024-04-03T15:49:43.5575986Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-04-03T15:49:43.5578721Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-04-03T15:49:43.5581710Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-04-03T15:49:43.5584764Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-04-03T15:49:43.5588056Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-04-03T15:49:43.5591173Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-04-03T15:49:43.5594536Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-04-03T15:49:43.5598259Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:49:43.5601641Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-04-03T15:49:43.5605522Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-04-03T15:49:43.5609274Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-04-03T15:49:43.5613315Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2024-04-03T15:49:43.5617271Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-04-03T15:49:43.5621275Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-04-03T15:49:43.5625509Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-04-03T15:49:43.5629613Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-04-03T15:49:43.5634145Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2024-04-03T15:49:43.5638468Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-04-03T15:49:43.5642941Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-04-03T15:49:43.5648385Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2024-04-03T15:49:43.5653121Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-04-03T15:49:43.5657979Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-04-03T15:49:43.5662971Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-04-03T15:49:43.5668243Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-04-03T15:49:43.5673122Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-04-03T15:49:43.5678336Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-04-03T15:49:43.5683455Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-04-03T15:49:43.5689080Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2024-04-03T15:49:43.5694941Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-04-03T15:49:43.5700806Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2024-04-03T15:49:43.5722716Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-04-03T15:49:43.8238276Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-04-03T15:49:43.9948629Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-04-03T15:49:44.1439065Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-04-03T15:49:44.3502930Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2024-04-03T15:49:44.5733627Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-04-03T15:49:46.4107503Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-04-03T15:49:55.9559334Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-04-03T15:49:56.3458690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-04-03T15:49:56.9070200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2024-04-03T15:49:58.0873374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-04-03T15:49:59.1547019Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-04-03T15:50:01.4565404Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-04-03T15:50:06.9047851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-04-03T15:50:07.9372266Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-04-03T15:50:09.4105647Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-04-03T15:50:10.5201627Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-04-03T15:50:10.6900290Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-04-03T15:50:11.0906453Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-04-03T15:50:11.4152626Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-04-03T15:50:12.5044101Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-04-03T15:50:12.8085407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2024-04-03T15:50:12.9918460Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-04-03T15:50:13.2339027Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-04-03T15:50:14.5945695Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-04-03T15:50:15.2002874Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-04-03T15:50:15.8697595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2024-04-03T15:50:16.2105465Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-04-03T15:50:21.9856923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-04-03T15:50:24.0885318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2024-04-03T15:50:24.5505920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-04-03T15:50:24.7481121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-04-03T15:50:31.9208640Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-04-03T15:50:32.0834234Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-04-03T15:50:32.3086372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-04-03T15:50:33.1384279Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-04-03T15:50:33.4185342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-04-03T15:50:33.9617683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2024-04-03T15:50:35.7568731Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-04-03T15:50:36.1463811Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2024-04-03T15:50:38.2833612Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-04-03T15:50:38.2926655Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-04-03T15:50:38.2999255Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-04-03T15:50:38.3197710Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-04-03T15:50:38.3392770Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2024-04-03T15:50:38.3727826Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-04-03T15:50:39.2021209Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-04-03T15:50:39.2217583Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-04-03T15:50:39.3102993Z Submodule path 'third_party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-04-03T15:50:39.3409146Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2024-04-03T15:50:39.3646637Z Submodule path 'third_party/cudnn_frontend': checked out '150798fe976556078f443fdb059a1ff0361f58a2' 2024-04-03T15:50:39.8148813Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-04-03T15:50:40.0418406Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-04-03T15:50:40.1025114Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-04-03T15:50:40.1039462Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:50:40.1041340Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:50:40.1043366Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:50:40.1045740Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:50:40.1048392Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:50:40.1068946Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-04-03T15:50:41.0494522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-04-03T15:50:41.6166305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-04-03T15:50:43.8998286Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-04-03T15:50:44.9140330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-04-03T15:50:45.2806560Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-04-03T15:50:45.3669893Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-04-03T15:50:45.7367548Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-04-03T15:50:45.7927862Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-04-03T15:50:45.8025989Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-04-03T15:50:45.9026233Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-04-03T15:50:45.9337252Z Submodule path 'third_party/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281' 2024-04-03T15:50:45.9414824Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-04-03T15:50:45.9765917Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-04-03T15:50:45.9978329Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-04-03T15:50:46.0379306Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-04-03T15:50:46.0486018Z Submodule path 'third_party/ideep': checked out '8a6cc4e09dc509f04f83c085e38786b1fb44e14d' 2024-04-03T15:50:46.0499345Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-04-03T15:50:46.0519073Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-04-03T15:50:56.1036094Z Submodule path 'third_party/ideep/mkl-dnn': checked out '86e6af5974177e513fd3fee58425e1063e7f1361' 2024-04-03T15:50:56.1126128Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2024-04-03T15:50:56.1268636Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-04-03T15:50:56.2159296Z Submodule path 'third_party/kineto': checked out '8466a8b111b36dc725e6855d52a0b133d925a8e0' 2024-04-03T15:50:56.2173569Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:50:56.2176969Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:50:56.2178771Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:50:56.2198713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-04-03T15:50:57.1173666Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-04-03T15:50:58.2305158Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-04-03T15:50:59.3603516Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-04-03T15:50:59.3616830Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:50:59.3618942Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:50:59.3621216Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:50:59.3623298Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:50:59.3625430Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:50:59.3627603Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:50:59.3629784Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:50:59.3632369Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:50:59.3653869Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-04-03T15:51:00.3585410Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-04-03T15:51:00.7111617Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-04-03T15:51:01.8476022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-04-03T15:51:02.1474959Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-04-03T15:51:02.5200880Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-04-03T15:51:03.5840870Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-04-03T15:51:09.3340648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-04-03T15:51:09.7225313Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-04-03T15:51:09.7380053Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-04-03T15:51:09.7713482Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-04-03T15:51:09.7821802Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-04-03T15:51:09.7833595Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:09.7853736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-04-03T15:51:10.0973454Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-04-03T15:51:10.1125870Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-04-03T15:51:10.1474123Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-04-03T15:51:10.2390023Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-04-03T15:51:10.2527825Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-04-03T15:51:10.2852899Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out 'a33701196adfad74917046096bf5a2aa0ab0bb50' 2024-04-03T15:51:10.3365203Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-04-03T15:51:10.3684834Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-04-03T15:51:10.3885434Z Submodule path 'third_party/nccl/nccl': checked out '48bb7fec7953112ff37499a272317f6663f8f600' 2024-04-03T15:51:10.4007698Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2024-04-03T15:51:10.4970990Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-04-03T15:51:10.7830213Z Submodule path 'third_party/onnx': checked out 'ccde5da81388ffa770ca98b64e07f803ad089414' 2024-04-03T15:51:10.7859870Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:10.7861698Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:10.7883442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:11.1543215Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:12.0022217Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-04-03T15:51:12.0316823Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-04-03T15:51:12.0477313Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2024-04-03T15:51:12.0491334Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:12.0512116Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2024-04-03T15:51:14.4745106Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2024-04-03T15:51:14.4761954Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:14.4764584Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:14.4785862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:14.9068598Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:15.8561015Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2024-04-03T15:51:15.9207990Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2024-04-03T15:51:15.9220419Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:15.9240846Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2024-04-03T15:51:16.1876352Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:51:16.1953061Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-04-03T15:51:16.4298441Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-04-03T15:51:16.4317274Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:16.4319039Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:16.4341228Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-04-03T15:51:16.8327896Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-04-03T15:51:17.8501327Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-04-03T15:51:17.9143769Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-04-03T15:51:17.9216918Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-04-03T15:51:17.9315870Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-04-03T15:51:17.9599214Z Submodule path 'third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-04-03T15:51:17.9848694Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-04-03T15:51:18.0213959Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-04-03T15:51:18.1180768Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2024-04-03T15:51:18.1405806Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-04-03T15:51:18.1419012Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:18.1420826Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:18.1422992Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:18.1425416Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:18.1445856Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-04-03T15:51:19.1798960Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-04-03T15:51:19.4165930Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-04-03T15:51:20.6096405Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-04-03T15:51:21.5183889Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-04-03T15:51:21.5307576Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-04-03T15:51:21.5918506Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-04-03T15:51:21.6161964Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-04-03T15:51:21.6173613Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:21.6193478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-04-03T15:51:21.8362593Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:51:21.9677987Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2024-04-03T15:51:21.9703021Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-04-03T15:51:21.9957695Z Entering 'android/libs/fbjni' 2024-04-03T15:51:21.9990142Z Entering 'third_party/FP16' 2024-04-03T15:51:22.0023806Z Entering 'third_party/FXdiv' 2024-04-03T15:51:22.0056659Z Entering 'third_party/NNPACK' 2024-04-03T15:51:22.0091854Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:22.0123578Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:22.0157876Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:22.0205621Z Entering 'third_party/benchmark' 2024-04-03T15:51:22.0238557Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:22.0271488Z Entering 'third_party/cub' 2024-04-03T15:51:22.0304615Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:22.0337031Z Entering 'third_party/cutlass' 2024-04-03T15:51:22.0376613Z Entering 'third_party/eigen' 2024-04-03T15:51:22.0411537Z Entering 'third_party/fbgemm' 2024-04-03T15:51:22.0443941Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:22.0474880Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:22.0506016Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:22.0543245Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:22.0574568Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:22.0606589Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:22.0641310Z Entering 'third_party/fmt' 2024-04-03T15:51:22.0673615Z Entering 'third_party/foxi' 2024-04-03T15:51:22.0706556Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:22.0740206Z Entering 'third_party/gloo' 2024-04-03T15:51:22.0773467Z Entering 'third_party/googletest' 2024-04-03T15:51:22.0805772Z Entering 'third_party/ideep' 2024-04-03T15:51:22.0837084Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:22.0875392Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:22.0908060Z Entering 'third_party/ittapi' 2024-04-03T15:51:22.0940507Z Entering 'third_party/kineto' 2024-04-03T15:51:22.0973051Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:22.1005051Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:22.1037074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:22.1068890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:22.1100625Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:22.1131227Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:22.1163679Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:22.1195579Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:22.1226416Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:22.1259137Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:22.1292028Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:22.1322264Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:22.1354396Z Entering 'third_party/mimalloc' 2024-04-03T15:51:22.1387328Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:22.1420311Z Entering 'third_party/neon2sse' 2024-04-03T15:51:22.1452975Z Entering 'third_party/nlohmann' 2024-04-03T15:51:22.1487198Z Entering 'third_party/onnx' 2024-04-03T15:51:22.1532595Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.1563929Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.1596529Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:22.1628132Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:22.1663213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.1695224Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.1725870Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.1760589Z Entering 'third_party/pocketfft' 2024-04-03T15:51:22.1792204Z Entering 'third_party/protobuf' 2024-04-03T15:51:22.1827056Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:22.1857881Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:22.1891212Z Entering 'third_party/psimd' 2024-04-03T15:51:22.1922396Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:22.1954413Z Entering 'third_party/pybind11' 2024-04-03T15:51:22.1987389Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:22.2018991Z Entering 'third_party/sleef' 2024-04-03T15:51:22.2051437Z Entering 'third_party/tbb' 2024-04-03T15:51:22.2085902Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:22.2118899Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:22.2149748Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:22.2180148Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:22.2211405Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:22.2241137Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.2274908Z Entering 'third_party/zstd' 2024-04-03T15:51:22.2317775Z ##[endgroup] 2024-04-03T15:51:22.2318615Z ##[group]Persisting credentials for submodules 2024-04-03T15:51:22.2323236Z [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' || :" 2024-04-03T15:51:22.2569294Z Entering 'android/libs/fbjni' 2024-04-03T15:51:22.2609151Z Entering 'third_party/FP16' 2024-04-03T15:51:22.2649710Z Entering 'third_party/FXdiv' 2024-04-03T15:51:22.2689960Z Entering 'third_party/NNPACK' 2024-04-03T15:51:22.2730479Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:22.2771082Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:22.2811316Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:22.2866739Z Entering 'third_party/benchmark' 2024-04-03T15:51:22.2907231Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:22.2947941Z Entering 'third_party/cub' 2024-04-03T15:51:22.2987918Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:22.3028105Z Entering 'third_party/cutlass' 2024-04-03T15:51:22.3075664Z Entering 'third_party/eigen' 2024-04-03T15:51:22.3117974Z Entering 'third_party/fbgemm' 2024-04-03T15:51:22.3158710Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:22.3197668Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:22.3237142Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:22.3282156Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:22.3321973Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:22.3363476Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:22.3406379Z Entering 'third_party/fmt' 2024-04-03T15:51:22.3446703Z Entering 'third_party/foxi' 2024-04-03T15:51:22.3487279Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:22.3527490Z Entering 'third_party/gloo' 2024-04-03T15:51:22.3568402Z Entering 'third_party/googletest' 2024-04-03T15:51:22.3608975Z Entering 'third_party/ideep' 2024-04-03T15:51:22.3648213Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:22.3693365Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:22.3734386Z Entering 'third_party/ittapi' 2024-04-03T15:51:22.3774010Z Entering 'third_party/kineto' 2024-04-03T15:51:22.3815746Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:22.3854865Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:22.3895232Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:22.3935453Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:22.3974912Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:22.4014263Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:22.4054307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:22.4093941Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:22.4134062Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:22.4174496Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:22.4215230Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:22.4254198Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:22.4294351Z Entering 'third_party/mimalloc' 2024-04-03T15:51:22.4335132Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:22.4376109Z Entering 'third_party/neon2sse' 2024-04-03T15:51:22.4416397Z Entering 'third_party/nlohmann' 2024-04-03T15:51:22.4457328Z Entering 'third_party/onnx' 2024-04-03T15:51:22.4511952Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.4551850Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.4594202Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:22.4634541Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:22.4677284Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.4716419Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.4755667Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.4798912Z Entering 'third_party/pocketfft' 2024-04-03T15:51:22.4839288Z Entering 'third_party/protobuf' 2024-04-03T15:51:22.4882205Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:22.4920800Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:22.4963201Z Entering 'third_party/psimd' 2024-04-03T15:51:22.5003942Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:22.5045523Z Entering 'third_party/pybind11' 2024-04-03T15:51:22.5086094Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:22.5126752Z Entering 'third_party/sleef' 2024-04-03T15:51:22.5167412Z Entering 'third_party/tbb' 2024-04-03T15:51:22.5209524Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:22.5249980Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:22.5288758Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:22.5327611Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:22.5367123Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:22.5405612Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.5446937Z Entering 'third_party/zstd' 2024-04-03T15:51:22.5500718Z [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" 2024-04-03T15:51:22.5749280Z Entering 'android/libs/fbjni' 2024-04-03T15:51:22.5786665Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-04-03T15:51:22.5801535Z Entering 'third_party/FP16' 2024-04-03T15:51:22.5840102Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-04-03T15:51:22.5854493Z Entering 'third_party/FXdiv' 2024-04-03T15:51:22.5891982Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-04-03T15:51:22.5906578Z Entering 'third_party/NNPACK' 2024-04-03T15:51:22.5944146Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-04-03T15:51:22.5959219Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:22.5997328Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2024-04-03T15:51:22.6011863Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:22.6050226Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-04-03T15:51:22.6064187Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:22.6101807Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-04-03T15:51:22.6132553Z Entering 'third_party/benchmark' 2024-04-03T15:51:22.6170274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:22.6184592Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:22.6222624Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:51:22.6237793Z Entering 'third_party/cub' 2024-04-03T15:51:22.6275983Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2024-04-03T15:51:22.6291562Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:22.6329091Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-04-03T15:51:22.6343001Z Entering 'third_party/cutlass' 2024-04-03T15:51:22.6380519Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:51:22.6401800Z Entering 'third_party/eigen' 2024-04-03T15:51:22.6438069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-04-03T15:51:22.6454800Z Entering 'third_party/fbgemm' 2024-04-03T15:51:22.6493493Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-04-03T15:51:22.6507769Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:22.6544899Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-04-03T15:51:22.6558393Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:22.6596002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:51:22.6610751Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:22.6648071Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:51:22.6667703Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:22.6704739Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:22.6718380Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:22.6756153Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-04-03T15:51:22.6771360Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:22.6809334Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-04-03T15:51:22.6825766Z Entering 'third_party/fmt' 2024-04-03T15:51:22.6864326Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:51:22.6878842Z Entering 'third_party/foxi' 2024-04-03T15:51:22.6916940Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-04-03T15:51:22.6930570Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:22.6968559Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-04-03T15:51:22.6982750Z Entering 'third_party/gloo' 2024-04-03T15:51:22.7022169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-04-03T15:51:22.7036193Z Entering 'third_party/googletest' 2024-04-03T15:51:22.7073576Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:22.7088390Z Entering 'third_party/ideep' 2024-04-03T15:51:22.7125341Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-04-03T15:51:22.7139934Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:22.7175900Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-04-03T15:51:22.7196280Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:22.7234317Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2024-04-03T15:51:22.7249572Z Entering 'third_party/ittapi' 2024-04-03T15:51:22.7287231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-04-03T15:51:22.7301096Z Entering 'third_party/kineto' 2024-04-03T15:51:22.7339481Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-04-03T15:51:22.7354144Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:22.7391114Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-04-03T15:51:22.7404947Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:22.7441278Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-04-03T15:51:22.7456476Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:22.7493324Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-04-03T15:51:22.7506888Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:22.7544975Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:51:22.7558329Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:22.7595297Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-04-03T15:51:22.7608694Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:22.7646003Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-04-03T15:51:22.7661873Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:22.7699274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-04-03T15:51:22.7713333Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:22.7750484Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:22.7763998Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:22.7802140Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-04-03T15:51:22.7818029Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:22.7855042Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-04-03T15:51:22.7870259Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:22.7907782Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-04-03T15:51:22.7932557Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:22.7961515Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-04-03T15:51:22.7976960Z Entering 'third_party/mimalloc' 2024-04-03T15:51:22.8014215Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-04-03T15:51:22.8028502Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:22.8065749Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-04-03T15:51:22.8080067Z Entering 'third_party/neon2sse' 2024-04-03T15:51:22.8117679Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2024-04-03T15:51:22.8131778Z Entering 'third_party/nlohmann' 2024-04-03T15:51:22.8168854Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-04-03T15:51:22.8184080Z Entering 'third_party/onnx' 2024-04-03T15:51:22.8221184Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:51:22.8249276Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.8287002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:22.8301062Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.8338501Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:22.8354239Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:22.8391839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2024-04-03T15:51:22.8405773Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:22.8442393Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:51:22.8460304Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.8498803Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:22.8511927Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.8549714Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:22.8563010Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.8601661Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-04-03T15:51:22.8618704Z Entering 'third_party/pocketfft' 2024-04-03T15:51:22.8656193Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-04-03T15:51:22.8670188Z Entering 'third_party/protobuf' 2024-04-03T15:51:22.8709544Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-04-03T15:51:22.8726809Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:22.8763254Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:22.8777649Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:22.8815613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:22.8830583Z Entering 'third_party/psimd' 2024-04-03T15:51:22.8868171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-04-03T15:51:22.8882069Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:22.8920353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-04-03T15:51:22.8934667Z Entering 'third_party/pybind11' 2024-04-03T15:51:22.8971995Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:22.8986719Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:22.9024580Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-04-03T15:51:22.9038788Z Entering 'third_party/sleef' 2024-04-03T15:51:22.9076528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-04-03T15:51:22.9091254Z Entering 'third_party/tbb' 2024-04-03T15:51:22.9128880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2024-04-03T15:51:22.9144647Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:22.9184249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-04-03T15:51:22.9198516Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:22.9234973Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:22.9249047Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:22.9285386Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-04-03T15:51:22.9299119Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:22.9336074Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-04-03T15:51:22.9349783Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:22.9386562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:22.9399341Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.9435820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-04-03T15:51:22.9451801Z Entering 'third_party/zstd' 2024-04-03T15:51:22.9489286Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2024-04-03T15:51:23.0172437Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-04-03T15:51:23.0421792Z Entering 'android/libs/fbjni' 2024-04-03T15:51:23.0455689Z Entering 'third_party/FP16' 2024-04-03T15:51:23.0488332Z Entering 'third_party/FXdiv' 2024-04-03T15:51:23.0521850Z Entering 'third_party/NNPACK' 2024-04-03T15:51:23.0554541Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:23.0587773Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:23.0621072Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:23.0669579Z Entering 'third_party/benchmark' 2024-04-03T15:51:23.0702724Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:23.0737563Z Entering 'third_party/cub' 2024-04-03T15:51:23.0770273Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:23.0803028Z Entering 'third_party/cutlass' 2024-04-03T15:51:23.0842957Z Entering 'third_party/eigen' 2024-04-03T15:51:23.0877993Z Entering 'third_party/fbgemm' 2024-04-03T15:51:23.0912404Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:23.0945121Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:23.0978389Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:23.1015977Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:23.1047791Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:23.1080290Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:23.1114995Z Entering 'third_party/fmt' 2024-04-03T15:51:23.1147702Z Entering 'third_party/foxi' 2024-04-03T15:51:23.1180901Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:23.1213015Z Entering 'third_party/gloo' 2024-04-03T15:51:23.1245504Z Entering 'third_party/googletest' 2024-04-03T15:51:23.1277958Z Entering 'third_party/ideep' 2024-04-03T15:51:23.1309904Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:23.1347290Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:23.1380646Z Entering 'third_party/ittapi' 2024-04-03T15:51:23.1413975Z Entering 'third_party/kineto' 2024-04-03T15:51:23.1447110Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:23.1478344Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:23.1511304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:23.1544168Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:23.1577065Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:23.1608402Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:23.1640992Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:23.1672224Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:23.1704396Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:23.1736908Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:23.1770073Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:23.1800906Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:23.1833198Z Entering 'third_party/mimalloc' 2024-04-03T15:51:23.1866162Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:23.1899416Z Entering 'third_party/neon2sse' 2024-04-03T15:51:23.1932588Z Entering 'third_party/nlohmann' 2024-04-03T15:51:23.1965925Z Entering 'third_party/onnx' 2024-04-03T15:51:23.2011973Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.2044048Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.2077242Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:23.2109149Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:23.2144219Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.2176080Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.2207310Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.2241841Z Entering 'third_party/pocketfft' 2024-04-03T15:51:23.2273654Z Entering 'third_party/protobuf' 2024-04-03T15:51:23.2308888Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:23.2339876Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:23.2373715Z Entering 'third_party/psimd' 2024-04-03T15:51:23.2405570Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:23.2437688Z Entering 'third_party/pybind11' 2024-04-03T15:51:23.2469992Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:23.2502974Z Entering 'third_party/sleef' 2024-04-03T15:51:23.2535712Z Entering 'third_party/tbb' 2024-04-03T15:51:23.2570113Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:23.2602868Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:23.2634635Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:23.2666745Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:23.2697982Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:23.2729013Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.2761738Z Entering 'third_party/zstd' 2024-04-03T15:51:23.2807226Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-04-03T15:51:23.3052517Z Entering 'android/libs/fbjni' 2024-04-03T15:51:23.3084757Z Entering 'third_party/FP16' 2024-04-03T15:51:23.3117087Z Entering 'third_party/FXdiv' 2024-04-03T15:51:23.3150147Z Entering 'third_party/NNPACK' 2024-04-03T15:51:23.3183863Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:23.3217644Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:23.3250974Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:23.3299366Z Entering 'third_party/benchmark' 2024-04-03T15:51:23.3332722Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:23.3366458Z Entering 'third_party/cub' 2024-04-03T15:51:23.3399636Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:23.3432415Z Entering 'third_party/cutlass' 2024-04-03T15:51:23.3471685Z Entering 'third_party/eigen' 2024-04-03T15:51:23.3507182Z Entering 'third_party/fbgemm' 2024-04-03T15:51:23.3540415Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:23.3572446Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:23.3603807Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:23.3640619Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:23.3671926Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:23.3704894Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:23.3756392Z Entering 'third_party/fmt' 2024-04-03T15:51:23.3774207Z Entering 'third_party/foxi' 2024-04-03T15:51:23.3807457Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:23.3839862Z Entering 'third_party/gloo' 2024-04-03T15:51:23.3873258Z Entering 'third_party/googletest' 2024-04-03T15:51:23.3906759Z Entering 'third_party/ideep' 2024-04-03T15:51:23.3938377Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:23.3976304Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:23.4009393Z Entering 'third_party/ittapi' 2024-04-03T15:51:23.4042091Z Entering 'third_party/kineto' 2024-04-03T15:51:23.4074635Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:23.4106531Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:23.4138810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:23.4171463Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:23.4202984Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:23.4233994Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:23.4267360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:23.4299111Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:23.4331393Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:23.4363642Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:23.4397094Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:23.4428668Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:23.4461898Z Entering 'third_party/mimalloc' 2024-04-03T15:51:23.4496030Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:23.4530347Z Entering 'third_party/neon2sse' 2024-04-03T15:51:23.4562655Z Entering 'third_party/nlohmann' 2024-04-03T15:51:23.4596147Z Entering 'third_party/onnx' 2024-04-03T15:51:23.4642169Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.4674162Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.4708431Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:23.4739905Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:23.4776004Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.4807453Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.4838608Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.4874320Z Entering 'third_party/pocketfft' 2024-04-03T15:51:23.4907166Z Entering 'third_party/protobuf' 2024-04-03T15:51:23.4942553Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:23.4973573Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:23.5006162Z Entering 'third_party/psimd' 2024-04-03T15:51:23.5038399Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:23.5071527Z Entering 'third_party/pybind11' 2024-04-03T15:51:23.5104203Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:23.5136780Z Entering 'third_party/sleef' 2024-04-03T15:51:23.5170673Z Entering 'third_party/tbb' 2024-04-03T15:51:23.5204677Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:23.5237128Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:23.5268510Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:23.5300822Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:23.5331819Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:23.5362336Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.5395938Z Entering 'third_party/zstd' 2024-04-03T15:51:23.5438995Z ##[endgroup] 2024-04-03T15:51:23.5471569Z [command]/usr/bin/git log -1 --format='%H' 2024-04-03T15:51:23.5494701Z 'd253bd7befc64137de913dbb8727b511f1052411' 2024-04-03T15:51:23.5662046Z Prepare all required actions 2024-04-03T15:51:23.5662482Z Getting action download info 2024-04-03T15:51:23.7119871Z ##[group]Run ./.github/actions/setup-linux 2024-04-03T15:51:23.7120284Z env: 2024-04-03T15:51:23.7120529Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:23.7120859Z ##[endgroup] 2024-04-03T15:51:23.7181136Z ##[group]Run set -euo pipefail 2024-04-03T15:51:23.7181541Z set -euo pipefail 2024-04-03T15:51:23.7181917Z function get_ec2_metadata() { 2024-04-03T15:51:23.7182439Z  # Pulled from instance metadata endpoint for EC2 2024-04-03T15:51:23.7183334Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-04-03T15:51:23.7184116Z  category=$1 2024-04-03T15:51:23.7184623Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-04-03T15:51:23.7185235Z  runner_name_str=i-049c94916b94477bb 2024-04-03T15:51:23.7185769Z  if [[ $runner_name_str != *"gcp"* ]]; then 2024-04-03T15:51:23.7186416Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-04-03T15:51:23.7187107Z  else 2024-04-03T15:51:23.7187612Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-04-03T15:51:23.7188198Z  fi 2024-04-03T15:51:23.7188461Z } 2024-04-03T15:51:23.7188798Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-04-03T15:51:23.7189358Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-04-03T15:51:23.7190005Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-04-03T15:51:23.7190570Z echo "system info $(uname -a)" 2024-04-03T15:51:23.7198128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:23.7198601Z env: 2024-04-03T15:51:23.7198857Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:23.7199182Z ##[endgroup] 2024-04-03T15:51:23.7275267Z ami-id: ami-0ce0c36d7a00b20e2 2024-04-03T15:51:23.7326709Z instance-id: i-049c94916b94477bb 2024-04-03T15:51:23.7375776Z instance-type: c5.4xlarge 2024-04-03T15:51:23.7383062Z system info Linux ip-10-0-16-83.ec2.internal 4.14.336-257.562.amzn2.x86_64 #1 SMP Sat Feb 24 09:50:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-04-03T15:51:23.7404092Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:51:23.7405337Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:51:23.7412782Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:23.7413347Z env: 2024-04-03T15:51:23.7413608Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:23.7413932Z ##[endgroup] 2024-04-03T15:51:23.7477124Z ##[group]Run if systemctl is-active --quiet docker; then 2024-04-03T15:51:23.7477709Z if systemctl is-active --quiet docker; then 2024-04-03T15:51:23.7478227Z  echo "Docker daemon is running..."; 2024-04-03T15:51:23.7478677Z else 2024-04-03T15:51:23.7479155Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-04-03T15:51:23.7479729Z fi 2024-04-03T15:51:23.7486991Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:23.7487485Z env: 2024-04-03T15:51:23.7487740Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:23.7488054Z ##[endgroup] 2024-04-03T15:51:23.7531339Z Docker daemon is running... 2024-04-03T15:51:23.7576446Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:51:23.7576999Z with: 2024-04-03T15:51:23.7577241Z shell: bash 2024-04-03T15:51:23.7577501Z timeout_minutes: 5 2024-04-03T15:51:23.7577795Z max_attempts: 3 2024-04-03T15:51:23.7578084Z retry_wait_seconds: 30 2024-04-03T15:51:23.7579655Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-04-03T15:51:23.7581166Z polling_interval_seconds: 1 2024-04-03T15:51:23.7581535Z warning_on_retry: true 2024-04-03T15:51:23.7581861Z continue_on_error: false 2024-04-03T15:51:23.7582158Z env: 2024-04-03T15:51:23.7582411Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:23.7582740Z AWS_RETRY_MODE: standard 2024-04-03T15:51:23.7583053Z AWS_MAX_ATTEMPTS: 5 2024-04-03T15:51:23.7583370Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:51:23.7583717Z ##[endgroup] 2024-04-03T15:51:24.5602510Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:24.5603338Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:24.5604184Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:24.5604886Z 2024-04-03T15:51:24.5605006Z Login Succeeded 2024-04-03T15:51:24.8090144Z Command completed after 1 attempt(s). 2024-04-03T15:51:24.8131945Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:24.8132665Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:24.8133549Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:24.8141202Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.8141692Z env: 2024-04-03T15:51:24.8141937Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:24.8142271Z ##[endgroup] 2024-04-03T15:51:24.8206930Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:51:24.8207707Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:51:24.8208291Z # shellcheck disable=SC2046 2024-04-03T15:51:24.8208727Z docker stop $(docker ps -q) || true 2024-04-03T15:51:24.8209174Z # Prune all of the docker images 2024-04-03T15:51:24.8209605Z docker system prune -af 2024-04-03T15:51:24.8216800Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.8217304Z env: 2024-04-03T15:51:24.8217556Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:24.8217879Z ##[endgroup] 2024-04-03T15:51:24.8517767Z "docker stop" requires at least 1 argument. 2024-04-03T15:51:24.8518446Z See 'docker stop --help'. 2024-04-03T15:51:24.8518691Z 2024-04-03T15:51:24.8518902Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-04-03T15:51:24.8519272Z 2024-04-03T15:51:24.8519421Z Stop one or more running containers 2024-04-03T15:51:24.8675260Z Total reclaimed space: 0B 2024-04-03T15:51:24.8705041Z ##[group]Run set +e 2024-04-03T15:51:24.8705382Z set +e 2024-04-03T15:51:24.8705647Z set -x 2024-04-03T15:51:24.8705913Z  2024-04-03T15:51:24.8706209Z PT_DOMAIN=download.pytorch.org 2024-04-03T15:51:24.8706983Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-04-03T15:51:24.8708095Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-04-03T15:51:24.8708849Z # one is returned at random 2024-04-03T15:51:24.8709367Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-04-03T15:51:24.8709865Z  2024-04-03T15:51:24.8710152Z if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:51:24.8710743Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-04-03T15:51:24.8711500Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-04-03T15:51:24.8712040Z  2024-04-03T15:51:24.8712332Z  if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:51:24.8712852Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-04-03T15:51:24.8713344Z  exit 1 2024-04-03T15:51:24.8713629Z  fi 2024-04-03T15:51:24.8713873Z fi 2024-04-03T15:51:24.8714119Z  2024-04-03T15:51:24.8714446Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-04-03T15:51:24.8715053Z  # Clean up any old records first 2024-04-03T15:51:24.8715555Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-04-03T15:51:24.8716001Z fi 2024-04-03T15:51:24.8716244Z  2024-04-03T15:51:24.8716654Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-04-03T15:51:24.8717194Z cat /etc/hosts 2024-04-03T15:51:24.8724490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.8725142Z env: 2024-04-03T15:51:24.8725444Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:24.8725864Z ##[endgroup] 2024-04-03T15:51:24.8785490Z + PT_DOMAIN=download.pytorch.org 2024-04-03T15:51:24.8789846Z ++ dig -4 +short download.pytorch.org 2024-04-03T15:51:24.8790667Z ++ tail -n1 2024-04-03T15:51:24.8920534Z + RESOLVED_IP=18.160.41.63 2024-04-03T15:51:24.8921132Z + '[' -z 18.160.41.63 ']' 2024-04-03T15:51:24.8921578Z + grep -r download.pytorch.org /etc/hosts 2024-04-03T15:51:24.8928755Z 108.138.64.125 download.pytorch.org 2024-04-03T15:51:24.8929714Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-04-03T15:51:24.9018868Z + echo '18.160.41.63 download.pytorch.org' 2024-04-03T15:51:24.9019611Z + sudo tee -a /etc/hosts 2024-04-03T15:51:24.9090910Z 18.160.41.63 download.pytorch.org 2024-04-03T15:51:24.9102213Z + cat /etc/hosts 2024-04-03T15:51:24.9107440Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-04-03T15:51:24.9118154Z ::1 localhost6 localhost6.localdomain6 2024-04-03T15:51:24.9118635Z 18.160.41.63 download.pytorch.org 2024-04-03T15:51:24.9264782Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-04-03T15:51:24.9265386Z with: 2024-04-03T15:51:24.9265815Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:51:24.9266400Z docker-build-dir: .ci/docker 2024-04-03T15:51:24.9266757Z working-directory: . 2024-04-03T15:51:24.9267199Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.9267721Z force-push: false 2024-04-03T15:51:24.9267999Z env: 2024-04-03T15:51:24.9268237Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:24.9268568Z ##[endgroup] 2024-04-03T15:51:24.9287674Z ##[group]Run set -ex 2024-04-03T15:51:24.9288007Z set -ex 2024-04-03T15:51:24.9288281Z  2024-04-03T15:51:24.9288819Z # If the docker build directory or the build script doesn't exist, the action will 2024-04-03T15:51:24.9289786Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-04-03T15:51:24.9290635Z # job could then download the pre-built image as usual 2024-04-03T15:51:24.9291372Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-04-03T15:51:24.9292041Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9292659Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9293287Z  2024-04-03T15:51:24.9293785Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-04-03T15:51:24.9294412Z  exit 0 2024-04-03T15:51:24.9294692Z else 2024-04-03T15:51:24.9295039Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9295477Z fi 2024-04-03T15:51:24.9295719Z  2024-04-03T15:51:24.9296175Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-04-03T15:51:24.9297049Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-04-03T15:51:24.9297817Z  # use it as it is, but first let's extract the tag 2024-04-03T15:51:24.9298518Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-04-03T15:51:24.9299248Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9299948Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9300490Z else 2024-04-03T15:51:24.9300901Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-04-03T15:51:24.9301568Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9302467Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9303234Z fi 2024-04-03T15:51:24.9310093Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.9310577Z env: 2024-04-03T15:51:24.9310826Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:24.9311159Z REPO_NAME: pytorch 2024-04-03T15:51:24.9311628Z DOCKER_IMAGE_NAME: pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:51:24.9312180Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:51:24.9312666Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.9313173Z ##[endgroup] 2024-04-03T15:51:24.9333274Z + [[ ! -d .ci/docker ]] 2024-04-03T15:51:24.9333642Z + [[ ! -f .ci/docker/build.sh ]] 2024-04-03T15:51:24.9334006Z + echo skip=false 2024-04-03T15:51:24.9335394Z + [[ pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2024-04-03T15:51:24.9337164Z ++ git rev-parse HEAD:.ci/docker 2024-04-03T15:51:24.9349713Z + DOCKER_TAG=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.9350347Z + echo docker-tag=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.9351908Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.9384531Z ##[group]Run set +e 2024-04-03T15:51:24.9384876Z set +e 2024-04-03T15:51:24.9385158Z set -x 2024-04-03T15:51:24.9385414Z  2024-04-03T15:51:24.9385671Z login() { 2024-04-03T15:51:24.9386330Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:51:24.9387056Z } 2024-04-03T15:51:24.9387293Z  2024-04-03T15:51:24.9387547Z retry () { 2024-04-03T15:51:24.9387911Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:51:24.9388343Z } 2024-04-03T15:51:24.9388593Z  2024-04-03T15:51:24.9388873Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:51:24.9389273Z  2024-04-03T15:51:24.9389725Z # Check if image already exists, if it does then skip building it 2024-04-03T15:51:24.9390439Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2024-04-03T15:51:24.9390919Z  exit 0 2024-04-03T15:51:24.9391195Z fi 2024-04-03T15:51:24.9391444Z  2024-04-03T15:51:24.9391914Z # NB: This part requires a full checkout. Otherwise, the merge base will 2024-04-03T15:51:24.9392749Z # be empty. The default action would be to continue rebuild the image 2024-04-03T15:51:24.9393483Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2024-04-03T15:51:24.9394134Z  # if we're on the base branch then use the parent commit 2024-04-03T15:51:24.9394723Z  MERGE_BASE=$(git rev-parse HEAD~) 2024-04-03T15:51:24.9395136Z else 2024-04-03T15:51:24.9395573Z  # otherwise we're on a PR, so use the most recent base commit 2024-04-03T15:51:24.9396256Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2024-04-03T15:51:24.9396749Z fi 2024-04-03T15:51:24.9396988Z  2024-04-03T15:51:24.9397288Z if [[ -z "${MERGE_BASE}" ]]; then 2024-04-03T15:51:24.9397770Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9398209Z  2024-04-03T15:51:24.9398842Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2024-04-03T15:51:24.9399607Z  exit 0 2024-04-03T15:51:24.9399877Z fi 2024-04-03T15:51:24.9400107Z  2024-04-03T15:51:24.9400520Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2024-04-03T15:51:24.9401505Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2024-04-03T15:51:24.9402313Z  exit 1 2024-04-03T15:51:24.9402581Z fi 2024-04-03T15:51:24.9402828Z  2024-04-03T15:51:24.9403288Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2024-04-03T15:51:24.9404262Z # If no image exists but the hash is the same as the previous hash then we should error out here 2024-04-03T15:51:24.9405318Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2024-04-03T15:51:24.9406302Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2024-04-03T15:51:24.9407422Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2024-04-03T15:51:24.9408081Z fi 2024-04-03T15:51:24.9408340Z  2024-04-03T15:51:24.9408659Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.9415834Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.9416333Z env: 2024-04-03T15:51:24.9416590Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:24.9416920Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:51:24.9417365Z BASE_REVISION: 1d52c2d98507759a2143d52b922c541dbe36b6bf 2024-04-03T15:51:24.9418639Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.9419783Z DOCKER_TAG: 16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.9420378Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.9420889Z ##[endgroup] 2024-04-03T15:51:24.9440556Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.9441190Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.9442537Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:51:24.9443589Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.3108770Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:25.3109713Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:25.3110560Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:25.3111111Z 2024-04-03T15:51:25.3111218Z Login Succeeded 2024-04-03T15:51:25.3121081Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5108791Z { 2024-04-03T15:51:25.5109163Z "schemaVersion": 2, 2024-04-03T15:51:25.5109709Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-04-03T15:51:25.5110281Z "config": { 2024-04-03T15:51:25.5110716Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-04-03T15:51:25.5112473Z "size": 45677, 2024-04-03T15:51:25.5113109Z "digest": "sha256:4f8185cfd17efcb172142a7ee4ddc70e9bf6e340c2b0e42aa0def9ad36662df7" 2024-04-03T15:51:25.5113747Z }, 2024-04-03T15:51:25.5113984Z "layers": [ 2024-04-03T15:51:25.5114317Z { 2024-04-03T15:51:25.5114735Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5115297Z "size": 28580681, 2024-04-03T15:51:25.5115864Z "digest": "sha256:7a2c559011895d255fce249c00396abff5ae7e0c0a92931d0ed493e71de78e3a" 2024-04-03T15:51:25.5116489Z }, 2024-04-03T15:51:25.5116843Z { 2024-04-03T15:51:25.5117475Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5118310Z "size": 7943451, 2024-04-03T15:51:25.5119063Z "digest": "sha256:224fe954d7252f10539d243d6c9688806f7d13ad775ed02e7f7c79077844510d" 2024-04-03T15:51:25.5119995Z }, 2024-04-03T15:51:25.5120317Z { 2024-04-03T15:51:25.5120919Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5121708Z "size": 55728572, 2024-04-03T15:51:25.5122713Z "digest": "sha256:75722010b82e31715876aeeed0b2cee414296f0124fdfa061ab845ba2a158450" 2024-04-03T15:51:25.5123328Z }, 2024-04-03T15:51:25.5123549Z { 2024-04-03T15:51:25.5123954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5124702Z "size": 186, 2024-04-03T15:51:25.5125403Z "digest": "sha256:d527cbbb87e3016fd72a18a9b468c945ad0ca27c5770b39debd6ed704db3a195" 2024-04-03T15:51:25.5126058Z }, 2024-04-03T15:51:25.5126267Z { 2024-04-03T15:51:25.5126686Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5127225Z "size": 6886, 2024-04-03T15:51:25.5127758Z "digest": "sha256:b57676e46aee1a8c82e528d78e5a13e31142524eea31c8b213d69ddcb6f1fe80" 2024-04-03T15:51:25.5128378Z }, 2024-04-03T15:51:25.5128585Z { 2024-04-03T15:51:25.5129002Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5129555Z "size": 1329001756, 2024-04-03T15:51:25.5130334Z "digest": "sha256:a8c1e85b5e14cec7af70bf304cb4d4cee6a1d25eb8215b2cf4fdc33e5af5e108" 2024-04-03T15:51:25.5130965Z }, 2024-04-03T15:51:25.5131187Z { 2024-04-03T15:51:25.5131591Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5132138Z "size": 62501, 2024-04-03T15:51:25.5132772Z "digest": "sha256:a41a8d1c11c8d80fe4e82b0d05478f8d51176ff20b8350905fc1b25c93a51198" 2024-04-03T15:51:25.5133482Z }, 2024-04-03T15:51:25.5133692Z { 2024-04-03T15:51:25.5134114Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5134666Z "size": 1684, 2024-04-03T15:51:25.5135173Z "digest": "sha256:0c12278907551c2962927d27c115f6f7bf0df894318b8aea6ece3ef01ccd0a8a" 2024-04-03T15:51:25.5135778Z }, 2024-04-03T15:51:25.5136000Z { 2024-04-03T15:51:25.5136405Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5136953Z "size": 1523, 2024-04-03T15:51:25.5137506Z "digest": "sha256:d8d1234baab3ec9ccb8bb710fc6b8ff6c10896ba2e8d27a347583eca770f9ff1" 2024-04-03T15:51:25.5138137Z }, 2024-04-03T15:51:25.5138358Z { 2024-04-03T15:51:25.5138774Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5139314Z "size": 2528295403, 2024-04-03T15:51:25.5139869Z "digest": "sha256:7ed32bc8e4696fcdb2feef850781160597b2275ad756819c4add88236b0577d5" 2024-04-03T15:51:25.5140500Z }, 2024-04-03T15:51:25.5140712Z { 2024-04-03T15:51:25.5141130Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5141687Z "size": 86016, 2024-04-03T15:51:25.5142223Z "digest": "sha256:ec1e7978c1fe161ced1d98092a51e7c5953ca5fda5577f54df9dbda4afff1b2b" 2024-04-03T15:51:25.5142856Z }, 2024-04-03T15:51:25.5143081Z { 2024-04-03T15:51:25.5143490Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5144041Z "size": 1827, 2024-04-03T15:51:25.5144567Z "digest": "sha256:3704f77640802bd5e9366068958aeb7586ebecf59ebdc0456e254c95e334c612" 2024-04-03T15:51:25.5145170Z }, 2024-04-03T15:51:25.5145396Z { 2024-04-03T15:51:25.5145818Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5146357Z "size": 246729069, 2024-04-03T15:51:25.5146935Z "digest": "sha256:a24efd49f0c8dd1cb4bc8c5f3dd7f7be33b180bc006ec784e60a63c1d993c8b2" 2024-04-03T15:51:25.5147573Z }, 2024-04-03T15:51:25.5147784Z { 2024-04-03T15:51:25.5148205Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5148754Z "size": 544, 2024-04-03T15:51:25.5149282Z "digest": "sha256:7d4d2c342f82b5da5de28dc26020e6cb2ceab9d2610023b0c13a38c10bc9ab21" 2024-04-03T15:51:25.5149910Z }, 2024-04-03T15:51:25.5150134Z { 2024-04-03T15:51:25.5150536Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5151080Z "size": 1281, 2024-04-03T15:51:25.5151614Z "digest": "sha256:6a9e70a8826103fe3e60bd5a423d969cf2f0efaba67b888866cb105a7f76c656" 2024-04-03T15:51:25.5152224Z }, 2024-04-03T15:51:25.5152445Z { 2024-04-03T15:51:25.5152858Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5153396Z "size": 483, 2024-04-03T15:51:25.5153922Z "digest": "sha256:1173f47dcf05d9c022a4e47b07f18510823ac64bc2afc714fe72a75d9360cfe8" 2024-04-03T15:51:25.5154537Z }, 2024-04-03T15:51:25.5154742Z { 2024-04-03T15:51:25.5155162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5155709Z "size": 91704809, 2024-04-03T15:51:25.5156249Z "digest": "sha256:325d4583fff5a86485e69ad6aa7002e2bc626ed10e2c7cd9ac669e3d7df1de9a" 2024-04-03T15:51:25.5156873Z }, 2024-04-03T15:51:25.5157093Z { 2024-04-03T15:51:25.5157495Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5158040Z "size": 3256, 2024-04-03T15:51:25.5158581Z "digest": "sha256:c0d6db5efa7d7e4e7dc568ec1b7c37323594066efb8a43e02f92609a089e9415" 2024-04-03T15:51:25.5159195Z }, 2024-04-03T15:51:25.5159514Z { 2024-04-03T15:51:25.5159935Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5160469Z "size": 1904, 2024-04-03T15:51:25.5161014Z "digest": "sha256:75830f3a12e2b08a1bce7cf82deb21eaa4f605ea0dec0f1be438ca06e2484710" 2024-04-03T15:51:25.5161649Z }, 2024-04-03T15:51:25.5161859Z { 2024-04-03T15:51:25.5162342Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5162890Z "size": 699, 2024-04-03T15:51:25.5163394Z "digest": "sha256:e857029fb4018352e1abb6c30f3e35072be04e7a6856b20466383d299aa4761c" 2024-04-03T15:51:25.5164005Z }, 2024-04-03T15:51:25.5164224Z { 2024-04-03T15:51:25.5164793Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5165352Z "size": 2776066004, 2024-04-03T15:51:25.5165894Z "digest": "sha256:9fc6458e826319cca72932b0c615287b9d5f01a3b89652af71488308a4f06a92" 2024-04-03T15:51:25.5166485Z }, 2024-04-03T15:51:25.5166710Z { 2024-04-03T15:51:25.5167135Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5167669Z "size": 379, 2024-04-03T15:51:25.5168213Z "digest": "sha256:3bcad833b4fc2f8160bb638efd23df97e3e454d84ad113315f81d827a4d17776" 2024-04-03T15:51:25.5168837Z }, 2024-04-03T15:51:25.5169047Z { 2024-04-03T15:51:25.5169465Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5170016Z "size": 11870, 2024-04-03T15:51:25.5170531Z "digest": "sha256:11bbf370b108d68839d9342b11b6ae8074ac90c76121e76a4917af2eced7b5f1" 2024-04-03T15:51:25.5171146Z }, 2024-04-03T15:51:25.5171366Z { 2024-04-03T15:51:25.5171767Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5172312Z "size": 802, 2024-04-03T15:51:25.5172836Z "digest": "sha256:e7825e6a30f3c88c4f86fd89d4f348976237e8f0d0f45434d803e80463ff0d05" 2024-04-03T15:51:25.5173501Z }, 2024-04-03T15:51:25.5173728Z { 2024-04-03T15:51:25.5174148Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5174683Z "size": 106, 2024-04-03T15:51:25.5175242Z "digest": "sha256:ea7ce2e8ea6d2e9902ffdda8bec1db58a85eb6d4ddb722f8a90b37eb15c7a10c" 2024-04-03T15:51:25.5175888Z }, 2024-04-03T15:51:25.5176093Z { 2024-04-03T15:51:25.5176507Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5177052Z "size": 503, 2024-04-03T15:51:25.5177560Z "digest": "sha256:73368bd9e761796f178a165c16b753ed00bcfe2ec9cb13f384444ff8766ec802" 2024-04-03T15:51:25.5178173Z }, 2024-04-03T15:51:25.5178392Z { 2024-04-03T15:51:25.5178794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5179343Z "size": 121477165, 2024-04-03T15:51:25.5179893Z "digest": "sha256:c7972c3f0de1bedf9554a091b96ed330785777db15c93df2a74191903b42335c" 2024-04-03T15:51:25.5180493Z }, 2024-04-03T15:51:25.5180712Z { 2024-04-03T15:51:25.5181129Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5181673Z "size": 109, 2024-04-03T15:51:25.5182200Z "digest": "sha256:3261cbfdbc87f311a080002dcb669c3641a7a9f4b6138855391fa9e8857be866" 2024-04-03T15:51:25.5182817Z }, 2024-04-03T15:51:25.5183024Z { 2024-04-03T15:51:25.5183438Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5183982Z "size": 556, 2024-04-03T15:51:25.5184496Z "digest": "sha256:bbb4242b1c5a4607293ed61a1ea775d5c98126930c02622f1a39239de458c66a" 2024-04-03T15:51:25.5185105Z }, 2024-04-03T15:51:25.5185331Z { 2024-04-03T15:51:25.5185739Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5186294Z "size": 1175573, 2024-04-03T15:51:25.5186838Z "digest": "sha256:6e5a2ed1895563c32a245908e9e501fd10c39a0cf82be2b79895a9ec5e40cf47" 2024-04-03T15:51:25.5187437Z }, 2024-04-03T15:51:25.5187666Z { 2024-04-03T15:51:25.5188088Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5188626Z "size": 103, 2024-04-03T15:51:25.5189296Z "digest": "sha256:c40fcbdc71225ac252b93ceef78a66e28442a09307e07d254554b531b78c22ce" 2024-04-03T15:51:25.5189923Z }, 2024-04-03T15:51:25.5190136Z { 2024-04-03T15:51:25.5190560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5191115Z "size": 1489, 2024-04-03T15:51:25.5191721Z "digest": "sha256:d955fef15356d1bb6a7df089ee9e3518db48a506787838a339ece35367fe586c" 2024-04-03T15:51:25.5192348Z }, 2024-04-03T15:51:25.5192575Z { 2024-04-03T15:51:25.5192982Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5193537Z "size": 442746057, 2024-04-03T15:51:25.5194116Z "digest": "sha256:2de9ee0e31aafbc4cec6204b3f84662b32bbebfaf36c499c94d55a30a9a8f11f" 2024-04-03T15:51:25.5194746Z }, 2024-04-03T15:51:25.5194967Z { 2024-04-03T15:51:25.5195379Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5195920Z "size": 160, 2024-04-03T15:51:25.5196463Z "digest": "sha256:91caa7e72a27c8440e52efb42e0f679e3fae0cc1f5dd830f1caeadceb2b83862" 2024-04-03T15:51:25.5197105Z }, 2024-04-03T15:51:25.5197316Z { 2024-04-03T15:51:25.5197730Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5198275Z "size": 562, 2024-04-03T15:51:25.5198799Z "digest": "sha256:0d897f9ab51125cce55bb448ac4baecf615a48b655f0a60e1623b84c96d8b1e4" 2024-04-03T15:51:25.5199425Z }, 2024-04-03T15:51:25.5199644Z { 2024-04-03T15:51:25.5200048Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5200596Z "size": 33264440, 2024-04-03T15:51:25.5201135Z "digest": "sha256:76a6353e12ba5344141db8704c2f33ac235c09d8d66e5bba54bf66fd6bcba47f" 2024-04-03T15:51:25.5201737Z }, 2024-04-03T15:51:25.5201956Z { 2024-04-03T15:51:25.5202369Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5202908Z "size": 104, 2024-04-03T15:51:25.5203433Z "digest": "sha256:d27855b0149450966d7e8b078ede420de447c44ea5c39dbdf25be6e5637a9a21" 2024-04-03T15:51:25.5204045Z }, 2024-04-03T15:51:25.5204254Z { 2024-04-03T15:51:25.5204831Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5205383Z "size": 425, 2024-04-03T15:51:25.5205896Z "digest": "sha256:04a1e7a3094076d0fcb62a8b1aa474b68435c62a146ae806fc8274ba15fef0f4" 2024-04-03T15:51:25.5206510Z }, 2024-04-03T15:51:25.5206729Z { 2024-04-03T15:51:25.5207138Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5207691Z "size": 20262043, 2024-04-03T15:51:25.5208220Z "digest": "sha256:2d6278964762a93ae206b2831482b4bf8811b33357d8164f34f9db7cb081b31a" 2024-04-03T15:51:25.5208807Z }, 2024-04-03T15:51:25.5209028Z { 2024-04-03T15:51:25.5209440Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5209972Z "size": 437, 2024-04-03T15:51:25.5210503Z "digest": "sha256:87347beefd8eb2bc14f7aaa327448c54711c5019ca19ec9f1662329a758fd861" 2024-04-03T15:51:25.5211126Z }, 2024-04-03T15:51:25.5211333Z { 2024-04-03T15:51:25.5211747Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5212293Z "size": 699, 2024-04-03T15:51:25.5212798Z "digest": "sha256:e857029fb4018352e1abb6c30f3e35072be04e7a6856b20466383d299aa4761c" 2024-04-03T15:51:25.5213475Z }, 2024-04-03T15:51:25.5213696Z { 2024-04-03T15:51:25.5214105Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5214652Z "size": 142, 2024-04-03T15:51:25.5215203Z "digest": "sha256:4fadf75753a0920a54bf82c91b84dadb65cfffff7fd21aaba72289be2fc972ac" 2024-04-03T15:51:25.5215824Z }, 2024-04-03T15:51:25.5216047Z { 2024-04-03T15:51:25.5216462Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5216995Z "size": 136, 2024-04-03T15:51:25.5217520Z "digest": "sha256:695c95e1ff7f1c1e44815252318cd9a4d2ae8872251afa6af8b922dfe1792fc9" 2024-04-03T15:51:25.5218136Z }, 2024-04-03T15:51:25.5218478Z { 2024-04-03T15:51:25.5218900Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5219452Z "size": 32, 2024-04-03T15:51:25.5219975Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:25.5220600Z }, 2024-04-03T15:51:25.5220820Z { 2024-04-03T15:51:25.5221306Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5221858Z "size": 190, 2024-04-03T15:51:25.5222387Z "digest": "sha256:0c21214a7be681addf0f5b401166f05f3e7c3030d312e7d0435e063f1cfe3437" 2024-04-03T15:51:25.5222989Z }, 2024-04-03T15:51:25.5223212Z { 2024-04-03T15:51:25.5223629Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5224166Z "size": 562, 2024-04-03T15:51:25.5224701Z "digest": "sha256:bde926021ef3b3cdd81a352c85a50992d61b85403bd4bf0136b69eface867cc4" 2024-04-03T15:51:25.5225326Z }, 2024-04-03T15:51:25.5225534Z { 2024-04-03T15:51:25.5225954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5226499Z "size": 43165786, 2024-04-03T15:51:25.5227029Z "digest": "sha256:fa513a4972bd3d903ae1d31755841a38f6c9fbb4a9590423197f988e2111e12a" 2024-04-03T15:51:25.5227640Z }, 2024-04-03T15:51:25.5227859Z { 2024-04-03T15:51:25.5228260Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5228809Z "size": 106, 2024-04-03T15:51:25.5229345Z "digest": "sha256:fbb14e703cd0a28afa275d4af5cc894c36610056ff58b28211e73c12228a4195" 2024-04-03T15:51:25.5229970Z }, 2024-04-03T15:51:25.5230179Z { 2024-04-03T15:51:25.5230598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5231138Z "size": 1192, 2024-04-03T15:51:25.5231722Z "digest": "sha256:2f633f5b71fab54bc7e9b363dcb1dafe3ce70ba7a78f5409a13b10f04ecd57e4" 2024-04-03T15:51:25.5232362Z }, 2024-04-03T15:51:25.5232588Z { 2024-04-03T15:51:25.5232993Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5233549Z "size": 699, 2024-04-03T15:51:25.5234075Z "digest": "sha256:e857029fb4018352e1abb6c30f3e35072be04e7a6856b20466383d299aa4761c" 2024-04-03T15:51:25.5234674Z }, 2024-04-03T15:51:25.5234901Z { 2024-04-03T15:51:25.5235322Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5235860Z "size": 137, 2024-04-03T15:51:25.5236388Z "digest": "sha256:939366b420fcf364a880214ffd86f8d4437f1865c82da7e835260996177ff4bc" 2024-04-03T15:51:25.5236998Z }, 2024-04-03T15:51:25.5237208Z { 2024-04-03T15:51:25.5237633Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5238190Z "size": 120, 2024-04-03T15:51:25.5238706Z "digest": "sha256:aac618ecc588e8b596117028b6295a96437d1adb6751cc751ba89528b542a885" 2024-04-03T15:51:25.5239328Z }, 2024-04-03T15:51:25.5239555Z { 2024-04-03T15:51:25.5239962Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5240521Z "size": 1704563257, 2024-04-03T15:51:25.5241070Z "digest": "sha256:f884b36705755d621bb47cf7d82d1ef640041c2b66a5b534777d477c3b284182" 2024-04-03T15:51:25.5241663Z }, 2024-04-03T15:51:25.5241881Z { 2024-04-03T15:51:25.5242297Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5242829Z "size": 170, 2024-04-03T15:51:25.5243356Z "digest": "sha256:97cd1963553999c53b20fc9ffd6a2a068140cfb94eff5b30aa334af259eba2bd" 2024-04-03T15:51:25.5243969Z }, 2024-04-03T15:51:25.5244176Z { 2024-04-03T15:51:25.5244747Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5245301Z "size": 1840, 2024-04-03T15:51:25.5245814Z "digest": "sha256:189619a5dde8c2add80a644743b37d1e285b62892f48e536d1826b029e7da612" 2024-04-03T15:51:25.5246431Z }, 2024-04-03T15:51:25.5246652Z { 2024-04-03T15:51:25.5247056Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5247606Z "size": 7529791, 2024-04-03T15:51:25.5248299Z "digest": "sha256:1ffff58a595ca2f43c30ba4ca5fea2aaa53fbe2e6484b6b616c7b0da42f28d4f" 2024-04-03T15:51:25.5248928Z }, 2024-04-03T15:51:25.5249153Z { 2024-04-03T15:51:25.5249577Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5250118Z "size": 164, 2024-04-03T15:51:25.5250732Z "digest": "sha256:bf176a055b2c55096ef30ca6e2690e06cd247f0bc8b7d8afebc3d1174756c5d0" 2024-04-03T15:51:25.5251356Z }, 2024-04-03T15:51:25.5251563Z { 2024-04-03T15:51:25.5251975Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5252519Z "size": 7938, 2024-04-03T15:51:25.5253098Z "digest": "sha256:4fe2333aa4a116952b95d595191ffde94190713c35f27f8f88e23c618cc45217" 2024-04-03T15:51:25.5253712Z }, 2024-04-03T15:51:25.5253933Z { 2024-04-03T15:51:25.5254339Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5254892Z "size": 8069, 2024-04-03T15:51:25.5255435Z "digest": "sha256:d40af861237a8e36cd2b3c8079cd21b9d10cab05f0a6c88dff474819ea529d35" 2024-04-03T15:51:25.5256052Z }, 2024-04-03T15:51:25.5256273Z { 2024-04-03T15:51:25.5256684Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5257217Z "size": 304, 2024-04-03T15:51:25.5257734Z "digest": "sha256:a8168f6485116ca2cd40d8246452df93c4164e01e2045d5f3481d52eac976170" 2024-04-03T15:51:25.5258338Z }, 2024-04-03T15:51:25.5258549Z { 2024-04-03T15:51:25.5258963Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5259509Z "size": 7620311, 2024-04-03T15:51:25.5260032Z "digest": "sha256:79c82d9080d8a32606b02dc452f2af15d6f5d6dd74858968b11f5da1fe2c7c98" 2024-04-03T15:51:25.5260648Z }, 2024-04-03T15:51:25.5260868Z { 2024-04-03T15:51:25.5261272Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5261819Z "size": 108, 2024-04-03T15:51:25.5262343Z "digest": "sha256:48bd505552555bd866a4dc0460e69df90b0a7594bdd0c880d0a13b1af200797c" 2024-04-03T15:51:25.5262952Z }, 2024-04-03T15:51:25.5263171Z { 2024-04-03T15:51:25.5263584Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5264121Z "size": 54145489, 2024-04-03T15:51:25.5264671Z "digest": "sha256:69bf265ec18d4e6ae8b71cadc9221d44a08818694e42d8f42d408f9aca710c42" 2024-04-03T15:51:25.5265293Z }, 2024-04-03T15:51:25.5265500Z { 2024-04-03T15:51:25.5265923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5266469Z "size": 499, 2024-04-03T15:51:25.5266995Z "digest": "sha256:076ea06db0f9eee3b5a061835ac2d815acc050abdfb959f7243cebda5f665261" 2024-04-03T15:51:25.5267620Z }, 2024-04-03T15:51:25.5267838Z { 2024-04-03T15:51:25.5268241Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5268792Z "size": 1496846361, 2024-04-03T15:51:25.5269352Z "digest": "sha256:acc43aa33d6b69e371d50f72c729102a8a5b4b2dc9a3b47c60587ef83dbf6e6e" 2024-04-03T15:51:25.5269965Z }, 2024-04-03T15:51:25.5270183Z { 2024-04-03T15:51:25.5270598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5271128Z "size": 106, 2024-04-03T15:51:25.5271661Z "digest": "sha256:fba378c7a8933d3debafa37c2017a761e7472b20cdb9329b1bd6163955dba45f" 2024-04-03T15:51:25.5272281Z }, 2024-04-03T15:51:25.5272500Z { 2024-04-03T15:51:25.5272917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5273459Z "size": 445, 2024-04-03T15:51:25.5273972Z "digest": "sha256:7715b3f284b54b2ed0a173c834704eb0415c2d712fe25dabda097bca80ba8e0a" 2024-04-03T15:51:25.5274589Z }, 2024-04-03T15:51:25.5274809Z { 2024-04-03T15:51:25.5275212Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5275776Z "size": 46248381, 2024-04-03T15:51:25.5276324Z "digest": "sha256:1f393e236d256741df5a8775660b74f734fb7c21a8e7cc7d7beda9a359d2a6c4" 2024-04-03T15:51:25.5276925Z }, 2024-04-03T15:51:25.5277242Z { 2024-04-03T15:51:25.5277665Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5278204Z "size": 111, 2024-04-03T15:51:25.5278730Z "digest": "sha256:60489ca1c1f78f1a38c5a5e7a25003821303e2515576e1f3c3d576f27090ae8e" 2024-04-03T15:51:25.5279336Z }, 2024-04-03T15:51:25.5279548Z { 2024-04-03T15:51:25.5280050Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5280609Z "size": 32, 2024-04-03T15:51:25.5281134Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:25.5281765Z }, 2024-04-03T15:51:25.5281998Z { 2024-04-03T15:51:25.5282408Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5282963Z "size": 32, 2024-04-03T15:51:25.5283502Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:25.5284114Z }, 2024-04-03T15:51:25.5284487Z { 2024-04-03T15:51:25.5284908Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5285450Z "size": 32, 2024-04-03T15:51:25.5285987Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:25.5286616Z } 2024-04-03T15:51:25.5286825Z ] 2024-04-03T15:51:25.5287050Z } 2024-04-03T15:51:25.5287285Z + exit 0 2024-04-03T15:51:25.5428605Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-04-03T15:51:25.5429158Z with: 2024-04-03T15:51:25.5430124Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5431351Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5431843Z env: 2024-04-03T15:51:25.5432093Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:25.5432412Z ##[endgroup] 2024-04-03T15:51:25.5449896Z ##[group]Run set -x 2024-04-03T15:51:25.5450218Z set -x 2024-04-03T15:51:25.5450511Z set +e 2024-04-03T15:51:25.5450782Z  2024-04-03T15:51:25.5451022Z login() { 2024-04-03T15:51:25.5451679Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:51:25.5452405Z } 2024-04-03T15:51:25.5452645Z  2024-04-03T15:51:25.5453038Z retry () { 2024-04-03T15:51:25.5453394Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:51:25.5453826Z } 2024-04-03T15:51:25.5454077Z  2024-04-03T15:51:25.5454349Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:51:25.5454749Z  2024-04-03T15:51:25.5454992Z set -e 2024-04-03T15:51:25.5455430Z # ignore output since only exit code is used for conditional 2024-04-03T15:51:25.5456126Z # only pull docker image if it's not available locally 2024-04-03T15:51:25.5456892Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-04-03T15:51:25.5457589Z  retry docker pull "${DOCKER_IMAGE}" 2024-04-03T15:51:25.5457995Z fi 2024-04-03T15:51:25.5465418Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:25.5465910Z env: 2024-04-03T15:51:25.5466170Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:51:25.5467187Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5468402Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5468912Z ##[endgroup] 2024-04-03T15:51:25.5489013Z + set +e 2024-04-03T15:51:25.5489538Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5490181Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5491780Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:51:25.5492967Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.9206336Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:25.9207163Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:25.9208092Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:25.9208779Z 2024-04-03T15:51:25.9208899Z Login Succeeded 2024-04-03T15:51:25.9219135Z + set -e 2024-04-03T15:51:25.9220714Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.9373887Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.9375809Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.1345320Z 16884143090f148aa56809ceba26eeb699b5dc49: Pulling from pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:51:26.1346910Z 7a2c55901189: Pulling fs layer 2024-04-03T15:51:26.1347617Z 224fe954d725: Pulling fs layer 2024-04-03T15:51:26.1348270Z 75722010b82e: Pulling fs layer 2024-04-03T15:51:26.1348932Z d527cbbb87e3: Pulling fs layer 2024-04-03T15:51:26.1349709Z b57676e46aee: Pulling fs layer 2024-04-03T15:51:26.1350060Z a8c1e85b5e14: Pulling fs layer 2024-04-03T15:51:26.1350417Z a41a8d1c11c8: Pulling fs layer 2024-04-03T15:51:26.1350768Z 0c1227890755: Pulling fs layer 2024-04-03T15:51:26.1351107Z d8d1234baab3: Pulling fs layer 2024-04-03T15:51:26.1351463Z 7ed32bc8e469: Pulling fs layer 2024-04-03T15:51:26.1351820Z ec1e7978c1fe: Pulling fs layer 2024-04-03T15:51:26.1352156Z 3704f7764080: Pulling fs layer 2024-04-03T15:51:26.1352506Z a24efd49f0c8: Pulling fs layer 2024-04-03T15:51:26.1352848Z a8c1e85b5e14: Waiting 2024-04-03T15:51:26.1353150Z 7d4d2c342f82: Pulling fs layer 2024-04-03T15:51:26.1353491Z d527cbbb87e3: Waiting 2024-04-03T15:51:26.1353800Z a41a8d1c11c8: Waiting 2024-04-03T15:51:26.1354093Z 6a9e70a88261: Pulling fs layer 2024-04-03T15:51:26.1354428Z 0c1227890755: Waiting 2024-04-03T15:51:26.1354718Z b57676e46aee: Waiting 2024-04-03T15:51:26.1354998Z 7ed32bc8e469: Waiting 2024-04-03T15:51:26.1355300Z 1173f47dcf05: Pulling fs layer 2024-04-03T15:51:26.1355631Z d8d1234baab3: Waiting 2024-04-03T15:51:26.1355924Z ec1e7978c1fe: Waiting 2024-04-03T15:51:26.1356229Z 325d4583fff5: Pulling fs layer 2024-04-03T15:51:26.1356551Z 3704f7764080: Waiting 2024-04-03T15:51:26.1356856Z c0d6db5efa7d: Pulling fs layer 2024-04-03T15:51:26.1357197Z 7d4d2c342f82: Waiting 2024-04-03T15:51:26.1357476Z a24efd49f0c8: Waiting 2024-04-03T15:51:26.1357766Z 6a9e70a88261: Waiting 2024-04-03T15:51:26.1358051Z 325d4583fff5: Waiting 2024-04-03T15:51:26.1358325Z 1173f47dcf05: Waiting 2024-04-03T15:51:26.1358626Z 75830f3a12e2: Pulling fs layer 2024-04-03T15:51:26.1358983Z e857029fb401: Pulling fs layer 2024-04-03T15:51:26.1359309Z c0d6db5efa7d: Waiting 2024-04-03T15:51:26.1359621Z 9fc6458e8263: Pulling fs layer 2024-04-03T15:51:26.1359958Z 75830f3a12e2: Waiting 2024-04-03T15:51:26.1360253Z 3bcad833b4fc: Pulling fs layer 2024-04-03T15:51:26.1360607Z 11bbf370b108: Pulling fs layer 2024-04-03T15:51:26.1360957Z e7825e6a30f3: Pulling fs layer 2024-04-03T15:51:26.1361282Z 3bcad833b4fc: Waiting 2024-04-03T15:51:26.1361600Z ea7ce2e8ea6d: Pulling fs layer 2024-04-03T15:51:26.1361952Z 73368bd9e761: Pulling fs layer 2024-04-03T15:51:26.1362274Z 11bbf370b108: Waiting 2024-04-03T15:51:26.1362562Z e857029fb401: Waiting 2024-04-03T15:51:26.1362854Z e7825e6a30f3: Waiting 2024-04-03T15:51:26.1363129Z 9fc6458e8263: Waiting 2024-04-03T15:51:26.1363430Z c7972c3f0de1: Pulling fs layer 2024-04-03T15:51:26.1363770Z ea7ce2e8ea6d: Waiting 2024-04-03T15:51:26.1364065Z 3261cbfdbc87: Pulling fs layer 2024-04-03T15:51:26.1364599Z 73368bd9e761: Waiting 2024-04-03T15:51:26.1364895Z c7972c3f0de1: Waiting 2024-04-03T15:51:26.1365192Z bbb4242b1c5a: Pulling fs layer 2024-04-03T15:51:26.1365694Z 6e5a2ed18955: Pulling fs layer 2024-04-03T15:51:26.1366056Z c40fcbdc7122: Pulling fs layer 2024-04-03T15:51:26.1366442Z 3261cbfdbc87: Waiting 2024-04-03T15:51:26.1366736Z d955fef15356: Pulling fs layer 2024-04-03T15:51:26.1367075Z 6e5a2ed18955: Waiting 2024-04-03T15:51:26.1367386Z 2de9ee0e31aa: Pulling fs layer 2024-04-03T15:51:26.1367726Z c40fcbdc7122: Waiting 2024-04-03T15:51:26.1368036Z 91caa7e72a27: Pulling fs layer 2024-04-03T15:51:26.1368378Z d955fef15356: Waiting 2024-04-03T15:51:26.1368673Z 0d897f9ab511: Pulling fs layer 2024-04-03T15:51:26.1369011Z bbb4242b1c5a: Waiting 2024-04-03T15:51:26.1369317Z 76a6353e12ba: Pulling fs layer 2024-04-03T15:51:26.1369649Z 2de9ee0e31aa: Waiting 2024-04-03T15:51:26.1369945Z 91caa7e72a27: Waiting 2024-04-03T15:51:26.1370250Z d27855b01494: Pulling fs layer 2024-04-03T15:51:26.1370573Z 0d897f9ab511: Waiting 2024-04-03T15:51:26.1370867Z 76a6353e12ba: Waiting 2024-04-03T15:51:26.1371175Z 04a1e7a30940: Pulling fs layer 2024-04-03T15:51:26.1371498Z d27855b01494: Waiting 2024-04-03T15:51:26.1371805Z 2d6278964762: Pulling fs layer 2024-04-03T15:51:26.1372138Z 04a1e7a30940: Waiting 2024-04-03T15:51:26.1372430Z 87347beefd8e: Pulling fs layer 2024-04-03T15:51:26.1372784Z 4fadf75753a0: Pulling fs layer 2024-04-03T15:51:26.1373222Z 695c95e1ff7f: Pulling fs layer 2024-04-03T15:51:26.1373682Z 4f4fb700ef54: Pulling fs layer 2024-04-03T15:51:26.1374025Z 2d6278964762: Waiting 2024-04-03T15:51:26.1374318Z 0c21214a7be6: Pulling fs layer 2024-04-03T15:51:26.1374657Z 87347beefd8e: Waiting 2024-04-03T15:51:26.1374953Z 4fadf75753a0: Waiting 2024-04-03T15:51:26.1375250Z bde926021ef3: Pulling fs layer 2024-04-03T15:51:26.1375598Z 695c95e1ff7f: Waiting 2024-04-03T15:51:26.1375907Z fa513a4972bd: Pulling fs layer 2024-04-03T15:51:26.1376236Z bde926021ef3: Waiting 2024-04-03T15:51:26.1376526Z 0c21214a7be6: Waiting 2024-04-03T15:51:26.1376813Z 4f4fb700ef54: Waiting 2024-04-03T15:51:26.1377108Z fbb14e703cd0: Pulling fs layer 2024-04-03T15:51:26.1377463Z 2f633f5b71fa: Pulling fs layer 2024-04-03T15:51:26.1377822Z 939366b420fc: Pulling fs layer 2024-04-03T15:51:26.1378160Z aac618ecc588: Pulling fs layer 2024-04-03T15:51:26.1378510Z f884b3670575: Pulling fs layer 2024-04-03T15:51:26.1378861Z 97cd19635539: Pulling fs layer 2024-04-03T15:51:26.1379195Z 189619a5dde8: Pulling fs layer 2024-04-03T15:51:26.1379552Z 1ffff58a595c: Pulling fs layer 2024-04-03T15:51:26.1379906Z bf176a055b2c: Pulling fs layer 2024-04-03T15:51:26.1380246Z 4fe2333aa4a1: Pulling fs layer 2024-04-03T15:51:26.1380586Z aac618ecc588: Waiting 2024-04-03T15:51:26.1380879Z fa513a4972bd: Waiting 2024-04-03T15:51:26.1381175Z d40af861237a: Pulling fs layer 2024-04-03T15:51:26.1381510Z 939366b420fc: Waiting 2024-04-03T15:51:26.1381798Z f884b3670575: Waiting 2024-04-03T15:51:26.1382087Z a8168f648511: Pulling fs layer 2024-04-03T15:51:26.1382421Z 2f633f5b71fa: Waiting 2024-04-03T15:51:26.1382711Z 97cd19635539: Waiting 2024-04-03T15:51:26.1382987Z fbb14e703cd0: Waiting 2024-04-03T15:51:26.1383294Z 79c82d9080d8: Pulling fs layer 2024-04-03T15:51:26.1383655Z 48bd50555255: Pulling fs layer 2024-04-03T15:51:26.1383978Z bf176a055b2c: Waiting 2024-04-03T15:51:26.1384283Z 69bf265ec18d: Pulling fs layer 2024-04-03T15:51:26.1384637Z 076ea06db0f9: Pulling fs layer 2024-04-03T15:51:26.1384962Z 4fe2333aa4a1: Waiting 2024-04-03T15:51:26.1385259Z 1ffff58a595c: Waiting 2024-04-03T15:51:26.1385578Z acc43aa33d6b: Pulling fs layer 2024-04-03T15:51:26.1385911Z a8168f648511: Waiting 2024-04-03T15:51:26.1386221Z fba378c7a893: Pulling fs layer 2024-04-03T15:51:26.1386573Z 7715b3f284b5: Pulling fs layer 2024-04-03T15:51:26.1386896Z 79c82d9080d8: Waiting 2024-04-03T15:51:26.1387182Z 48bd50555255: Waiting 2024-04-03T15:51:26.1387467Z 69bf265ec18d: Waiting 2024-04-03T15:51:26.1387757Z 1f393e236d25: Pulling fs layer 2024-04-03T15:51:26.1388098Z fba378c7a893: Waiting 2024-04-03T15:51:26.1388386Z 7715b3f284b5: Waiting 2024-04-03T15:51:26.1388660Z 076ea06db0f9: Waiting 2024-04-03T15:51:26.1388964Z 60489ca1c1f7: Pulling fs layer 2024-04-03T15:51:26.1389300Z 1f393e236d25: Waiting 2024-04-03T15:51:26.1389670Z d40af861237a: Waiting 2024-04-03T15:51:26.1389960Z 189619a5dde8: Waiting 2024-04-03T15:51:26.1390247Z 60489ca1c1f7: Waiting 2024-04-03T15:51:26.2624697Z 224fe954d725: Verifying Checksum 2024-04-03T15:51:26.2625165Z 224fe954d725: Download complete 2024-04-03T15:51:26.4786765Z d527cbbb87e3: Verifying Checksum 2024-04-03T15:51:26.4787228Z d527cbbb87e3: Download complete 2024-04-03T15:51:26.4922517Z 7a2c55901189: Verifying Checksum 2024-04-03T15:51:26.4922999Z 7a2c55901189: Download complete 2024-04-03T15:51:26.5678849Z b57676e46aee: Verifying Checksum 2024-04-03T15:51:26.5679329Z b57676e46aee: Download complete 2024-04-03T15:51:26.6559069Z a41a8d1c11c8: Download complete 2024-04-03T15:51:26.7448553Z 0c1227890755: Download complete 2024-04-03T15:51:26.7583025Z 75722010b82e: Verifying Checksum 2024-04-03T15:51:26.7583730Z 75722010b82e: Download complete 2024-04-03T15:51:26.8182724Z d8d1234baab3: Verifying Checksum 2024-04-03T15:51:26.8183163Z d8d1234baab3: Download complete 2024-04-03T15:51:26.9117246Z ec1e7978c1fe: Download complete 2024-04-03T15:51:27.0155261Z 3704f7764080: Verifying Checksum 2024-04-03T15:51:27.0155721Z 3704f7764080: Download complete 2024-04-03T15:51:27.0624684Z 7a2c55901189: Pull complete 2024-04-03T15:51:27.3106788Z 224fe954d725: Pull complete 2024-04-03T15:51:28.1125213Z 75722010b82e: Pull complete 2024-04-03T15:51:28.1955189Z d527cbbb87e3: Pull complete 2024-04-03T15:51:28.3071985Z b57676e46aee: Pull complete 2024-04-03T15:51:29.5528436Z a24efd49f0c8: Verifying Checksum 2024-04-03T15:51:29.5528911Z a24efd49f0c8: Download complete 2024-04-03T15:51:29.6313034Z 7d4d2c342f82: Download complete 2024-04-03T15:51:29.7219262Z 6a9e70a88261: Verifying Checksum 2024-04-03T15:51:29.7219748Z 6a9e70a88261: Download complete 2024-04-03T15:51:29.8581316Z 1173f47dcf05: Verifying Checksum 2024-04-03T15:51:29.8581882Z 1173f47dcf05: Download complete 2024-04-03T15:51:30.8256833Z 325d4583fff5: Verifying Checksum 2024-04-03T15:51:30.8257499Z 325d4583fff5: Download complete 2024-04-03T15:51:30.9167057Z c0d6db5efa7d: Download complete 2024-04-03T15:51:30.9931830Z 75830f3a12e2: Verifying Checksum 2024-04-03T15:51:30.9932342Z 75830f3a12e2: Download complete 2024-04-03T15:51:31.0976116Z e857029fb401: Verifying Checksum 2024-04-03T15:51:31.0976526Z e857029fb401: Download complete 2024-04-03T15:51:39.8383228Z a8c1e85b5e14: Verifying Checksum 2024-04-03T15:51:39.8383918Z a8c1e85b5e14: Download complete 2024-04-03T15:51:39.9193237Z 3bcad833b4fc: Verifying Checksum 2024-04-03T15:51:39.9951899Z 11bbf370b108: Download complete 2024-04-03T15:51:40.0730437Z e7825e6a30f3: Verifying Checksum 2024-04-03T15:51:40.0731041Z e7825e6a30f3: Download complete 2024-04-03T15:51:40.1538840Z ea7ce2e8ea6d: Verifying Checksum 2024-04-03T15:51:40.1539472Z ea7ce2e8ea6d: Download complete 2024-04-03T15:51:40.2353212Z 73368bd9e761: Verifying Checksum 2024-04-03T15:51:40.2353799Z 73368bd9e761: Download complete 2024-04-03T15:51:41.5165339Z c7972c3f0de1: Verifying Checksum 2024-04-03T15:51:41.5165798Z c7972c3f0de1: Download complete 2024-04-03T15:51:41.6094814Z 3261cbfdbc87: Download complete 2024-04-03T15:51:41.6971313Z bbb4242b1c5a: Verifying Checksum 2024-04-03T15:51:41.6972108Z bbb4242b1c5a: Download complete 2024-04-03T15:51:41.8268723Z 6e5a2ed18955: Verifying Checksum 2024-04-03T15:51:41.8269201Z 6e5a2ed18955: Download complete 2024-04-03T15:51:41.8939863Z c40fcbdc7122: Verifying Checksum 2024-04-03T15:51:41.8940450Z c40fcbdc7122: Download complete 2024-04-03T15:51:42.0150508Z d955fef15356: Verifying Checksum 2024-04-03T15:51:42.0150956Z d955fef15356: Download complete 2024-04-03T15:51:46.5246899Z 2de9ee0e31aa: Verifying Checksum 2024-04-03T15:51:46.5247365Z 2de9ee0e31aa: Download complete 2024-04-03T15:51:46.6116689Z 91caa7e72a27: Verifying Checksum 2024-04-03T15:51:46.6117233Z 91caa7e72a27: Download complete 2024-04-03T15:51:46.7020795Z 0d897f9ab511: Verifying Checksum 2024-04-03T15:51:46.7021272Z 0d897f9ab511: Download complete 2024-04-03T15:51:47.1040266Z 76a6353e12ba: Verifying Checksum 2024-04-03T15:51:47.1041303Z 76a6353e12ba: Download complete 2024-04-03T15:51:47.1887660Z d27855b01494: Verifying Checksum 2024-04-03T15:51:47.1888398Z d27855b01494: Download complete 2024-04-03T15:51:47.2814647Z 04a1e7a30940: Download complete 2024-04-03T15:51:47.5470467Z 2d6278964762: Verifying Checksum 2024-04-03T15:51:47.5470998Z 2d6278964762: Download complete 2024-04-03T15:51:47.6603259Z 87347beefd8e: Download complete 2024-04-03T15:51:47.7578006Z 4fadf75753a0: Download complete 2024-04-03T15:51:47.8418559Z 695c95e1ff7f: Verifying Checksum 2024-04-03T15:51:47.8494830Z 4f4fb700ef54: Verifying Checksum 2024-04-03T15:51:47.8495570Z 4f4fb700ef54: Download complete 2024-04-03T15:51:47.9363003Z 0c21214a7be6: Verifying Checksum 2024-04-03T15:51:47.9363505Z 0c21214a7be6: Download complete 2024-04-03T15:51:48.0226733Z bde926021ef3: Verifying Checksum 2024-04-03T15:51:48.0227447Z bde926021ef3: Download complete 2024-04-03T15:51:49.3166331Z fa513a4972bd: Verifying Checksum 2024-04-03T15:51:49.3166804Z fa513a4972bd: Download complete 2024-04-03T15:51:49.3890079Z fbb14e703cd0: Download complete 2024-04-03T15:51:49.4700883Z 2f633f5b71fa: Verifying Checksum 2024-04-03T15:51:49.4701312Z 2f633f5b71fa: Download complete 2024-04-03T15:51:49.5625013Z 939366b420fc: Download complete 2024-04-03T15:51:49.6516255Z aac618ecc588: Verifying Checksum 2024-04-03T15:51:49.6517207Z aac618ecc588: Download complete 2024-04-03T15:52:01.2503072Z 7ed32bc8e469: Verifying Checksum 2024-04-03T15:52:01.2503540Z 7ed32bc8e469: Download complete 2024-04-03T15:52:01.3564598Z 97cd19635539: Download complete 2024-04-03T15:52:01.4494650Z 189619a5dde8: Verifying Checksum 2024-04-03T15:52:01.4495113Z 189619a5dde8: Download complete 2024-04-03T15:52:01.6575262Z 1ffff58a595c: Download complete 2024-04-03T15:52:01.7433539Z bf176a055b2c: Verifying Checksum 2024-04-03T15:52:01.7434005Z bf176a055b2c: Download complete 2024-04-03T15:52:01.8562889Z 4fe2333aa4a1: Verifying Checksum 2024-04-03T15:52:01.8563343Z 4fe2333aa4a1: Download complete 2024-04-03T15:52:01.9415654Z d40af861237a: Verifying Checksum 2024-04-03T15:52:01.9416214Z d40af861237a: Download complete 2024-04-03T15:52:02.0111596Z a8168f648511: Verifying Checksum 2024-04-03T15:52:02.0112044Z a8168f648511: Download complete 2024-04-03T15:52:02.3540030Z 79c82d9080d8: Verifying Checksum 2024-04-03T15:52:02.3540784Z 79c82d9080d8: Download complete 2024-04-03T15:52:02.4348874Z 48bd50555255: Download complete 2024-04-03T15:52:04.2320503Z 69bf265ec18d: Verifying Checksum 2024-04-03T15:52:04.2320974Z 69bf265ec18d: Download complete 2024-04-03T15:52:04.3118894Z 076ea06db0f9: Verifying Checksum 2024-04-03T15:52:04.3119338Z 076ea06db0f9: Download complete 2024-04-03T15:52:19.1913091Z 9fc6458e8263: Verifying Checksum 2024-04-03T15:52:19.1913571Z 9fc6458e8263: Download complete 2024-04-03T15:52:19.2681522Z fba378c7a893: Verifying Checksum 2024-04-03T15:52:19.2681976Z fba378c7a893: Download complete 2024-04-03T15:52:19.3512752Z 7715b3f284b5: Verifying Checksum 2024-04-03T15:52:19.3513199Z 7715b3f284b5: Download complete 2024-04-03T15:52:20.7527689Z 1f393e236d25: Verifying Checksum 2024-04-03T15:52:20.7528159Z 1f393e236d25: Download complete 2024-04-03T15:52:20.8372017Z 60489ca1c1f7: Download complete 2024-04-03T15:52:32.2351261Z f884b3670575: Verifying Checksum 2024-04-03T15:52:36.0292046Z f884b3670575: Download complete 2024-04-03T15:52:36.0292503Z acc43aa33d6b: Verifying Checksum 2024-04-03T15:52:36.0292898Z acc43aa33d6b: Download complete 2024-04-03T15:52:41.0172500Z a8c1e85b5e14: Pull complete 2024-04-03T15:52:41.4967637Z a41a8d1c11c8: Pull complete 2024-04-03T15:52:41.8008439Z 0c1227890755: Pull complete 2024-04-03T15:52:42.0296108Z d8d1234baab3: Pull complete 2024-04-03T15:53:12.8571072Z 7ed32bc8e469: Pull complete 2024-04-03T15:53:13.2208973Z ec1e7978c1fe: Pull complete 2024-04-03T15:53:13.4592425Z 3704f7764080: Pull complete 2024-04-03T15:53:17.7632450Z a24efd49f0c8: Pull complete 2024-04-03T15:53:17.9873301Z 7d4d2c342f82: Pull complete 2024-04-03T15:53:18.2052844Z 6a9e70a88261: Pull complete 2024-04-03T15:53:18.4143137Z 1173f47dcf05: Pull complete 2024-04-03T15:53:20.0829388Z 325d4583fff5: Pull complete 2024-04-03T15:53:20.3008082Z c0d6db5efa7d: Pull complete 2024-04-03T15:53:20.5331075Z 75830f3a12e2: Pull complete 2024-04-03T15:53:20.7577806Z e857029fb401: Pull complete 2024-04-03T15:54:02.0055633Z 9fc6458e8263: Pull complete 2024-04-03T15:54:02.2368595Z 3bcad833b4fc: Pull complete 2024-04-03T15:54:02.4716131Z 11bbf370b108: Pull complete 2024-04-03T15:54:02.6880884Z e7825e6a30f3: Pull complete 2024-04-03T15:54:02.8777550Z ea7ce2e8ea6d: Pull complete 2024-04-03T15:54:03.0184691Z 73368bd9e761: Pull complete 2024-04-03T15:54:05.6513489Z c7972c3f0de1: Pull complete 2024-04-03T15:54:05.8367779Z 3261cbfdbc87: Pull complete 2024-04-03T15:54:06.0787535Z bbb4242b1c5a: Pull complete 2024-04-03T15:54:06.3499465Z 6e5a2ed18955: Pull complete 2024-04-03T15:54:06.5647831Z c40fcbdc7122: Pull complete 2024-04-03T15:54:06.7974910Z d955fef15356: Pull complete 2024-04-03T15:54:11.9296864Z 2de9ee0e31aa: Pull complete 2024-04-03T15:54:12.1716607Z 91caa7e72a27: Pull complete 2024-04-03T15:54:12.4152357Z 0d897f9ab511: Pull complete 2024-04-03T15:54:13.1926913Z 76a6353e12ba: Pull complete 2024-04-03T15:54:13.4206282Z d27855b01494: Pull complete 2024-04-03T15:54:13.6177571Z 04a1e7a30940: Pull complete 2024-04-03T15:54:14.0445351Z 2d6278964762: Pull complete 2024-04-03T15:54:14.2739419Z 87347beefd8e: Pull complete 2024-04-03T15:54:14.7416500Z 4fadf75753a0: Pull complete 2024-04-03T15:54:14.9647046Z 695c95e1ff7f: Pull complete 2024-04-03T15:54:15.2174544Z 4f4fb700ef54: Pull complete 2024-04-03T15:54:15.4459644Z 0c21214a7be6: Pull complete 2024-04-03T15:54:15.6930620Z bde926021ef3: Pull complete 2024-04-03T15:54:16.8099017Z fa513a4972bd: Pull complete 2024-04-03T15:54:17.0442655Z fbb14e703cd0: Pull complete 2024-04-03T15:54:17.2797950Z 2f633f5b71fa: Pull complete 2024-04-03T15:54:17.6924196Z 939366b420fc: Pull complete 2024-04-03T15:54:17.8535144Z aac618ecc588: Pull complete 2024-04-03T15:54:46.8893707Z f884b3670575: Pull complete 2024-04-03T15:54:47.3623011Z 97cd19635539: Pull complete 2024-04-03T15:54:47.6494622Z 189619a5dde8: Pull complete 2024-04-03T15:54:48.0032717Z 1ffff58a595c: Pull complete 2024-04-03T15:54:48.2396853Z bf176a055b2c: Pull complete 2024-04-03T15:54:48.4631148Z 4fe2333aa4a1: Pull complete 2024-04-03T15:54:48.6992840Z d40af861237a: Pull complete 2024-04-03T15:54:48.9413921Z a8168f648511: Pull complete 2024-04-03T15:54:49.5414477Z 79c82d9080d8: Pull complete 2024-04-03T15:54:49.7785142Z 48bd50555255: Pull complete 2024-04-03T15:54:51.2819150Z 69bf265ec18d: Pull complete 2024-04-03T15:54:51.5019294Z 076ea06db0f9: Pull complete 2024-04-03T15:55:08.0101195Z acc43aa33d6b: Pull complete 2024-04-03T15:55:08.4856812Z fba378c7a893: Pull complete 2024-04-03T15:55:08.8017111Z 7715b3f284b5: Pull complete 2024-04-03T15:55:09.6721084Z 1f393e236d25: Pull complete 2024-04-03T15:55:10.2048984Z 60489ca1c1f7: Pull complete 2024-04-03T15:55:11.0534167Z Digest: sha256:a560526b69e9ece9c90f2a23812ba2f1a57591b7cd437a945ebbb84c42e75301 2024-04-03T15:55:11.0978764Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:55:11.1193097Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:55:11.1246693Z ##[group]Run sudo df -H 2024-04-03T15:55:11.1247035Z sudo df -H 2024-04-03T15:55:11.1254672Z shell: /usr/bin/bash -e {0} 2024-04-03T15:55:11.1254996Z env: 2024-04-03T15:55:11.1255254Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:55:11.1255583Z ##[endgroup] 2024-04-03T15:55:11.1389476Z Filesystem Size Used Avail Use% Mounted on 2024-04-03T15:55:11.1389990Z devtmpfs 17G 0 17G 0% /dev 2024-04-03T15:55:11.1390445Z tmpfs 17G 275k 17G 1% /dev/shm 2024-04-03T15:55:11.1390880Z tmpfs 17G 533k 17G 1% /run 2024-04-03T15:55:11.1392796Z tmpfs 17G 0 17G 0% /sys/fs/cgroup 2024-04-03T15:55:11.1393618Z /dev/nvme0n1p1 162G 32G 130G 20% / 2024-04-03T15:55:11.1394162Z tmpfs 3.3G 0 3.3G 0% /run/user/0 2024-04-03T15:55:11.1501162Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:55:11.1501930Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:55:11.1502578Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:55:11.1509714Z shell: /usr/bin/bash -e {0} 2024-04-03T15:55:11.1510053Z env: 2024-04-03T15:55:11.1510309Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:55:11.1510618Z ##[endgroup] 2024-04-03T15:55:11.1642977Z ##[group]Run .github/scripts/parse_ref.py 2024-04-03T15:55:11.1643419Z .github/scripts/parse_ref.py 2024-04-03T15:55:11.1650642Z shell: /usr/bin/bash -e {0} 2024-04-03T15:55:11.1650977Z env: 2024-04-03T15:55:11.1651228Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:55:11.1651541Z ##[endgroup] 2024-04-03T15:55:11.3240940Z Prepare all required actions 2024-04-03T15:55:11.3344795Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-04-03T15:55:11.3345251Z with: 2024-04-03T15:55:11.3345798Z github-token: *** 2024-04-03T15:55:11.3346075Z env: 2024-04-03T15:55:11.3346310Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:55:11.3346746Z ##[endgroup] 2024-04-03T15:55:11.3461280Z ##[group]Run set -eux 2024-04-03T15:55:11.3461598Z set -eux 2024-04-03T15:55:11.3462184Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-04-03T15:55:11.3469742Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:55:11.3470238Z env: 2024-04-03T15:55:11.3470498Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:55:11.3471005Z GITHUB_TOKEN: *** 2024-04-03T15:55:11.3471278Z ##[endgroup] 2024-04-03T15:55:11.3491460Z + python3 .github/scripts/get_workflow_job_id.py 8536950919 i-049c94916b94477bb 2024-04-03T15:55:15.7426187Z setting job-id=23401561823 2024-04-03T15:55:15.7427182Z setting job-name=linux-focal-cpu-py3.10-gcc9-bazel-test / build-and-test (default, 1, 1, linux.4xlarge) 2024-04-03T15:55:15.7534436Z ##[group]Run export SHARD_NUMBER=0 2024-04-03T15:55:15.7534898Z export SHARD_NUMBER=0 2024-04-03T15:55:15.7535481Z # detached container should get cleaned up by teardown_ec2_linux 2024-04-03T15:55:15.7536251Z # TODO: Stop building test binaries as part of the build phase 2024-04-03T15:55:15.7537010Z # Make sure we copy test results from bazel-testlogs symlink to 2024-04-03T15:55:15.7537656Z # a regular directory ./test/test-reports 2024-04-03T15:55:15.7538122Z # shellcheck disable=SC2086 2024-04-03T15:55:15.7538535Z container_name=$(docker run \ 2024-04-03T15:55:15.7538932Z  ${GPU_FLAG:-} \ 2024-04-03T15:55:15.7539269Z  -e BUILD_ENVIRONMENT \ 2024-04-03T15:55:15.7539654Z  -e GITHUB_ACTIONS \ 2024-04-03T15:55:15.7540025Z  -e GITHUB_REPOSITORY \ 2024-04-03T15:55:15.7540397Z  -e GITHUB_WORKFLOW \ 2024-04-03T15:55:15.7540817Z  -e GITHUB_JOB \ 2024-04-03T15:55:15.7541148Z  -e GITHUB_RUN_NUMBER \ 2024-04-03T15:55:15.7541534Z  -e GITHUB_RUN_ATTEMPT \ 2024-04-03T15:55:15.7541908Z  -e JOB_ID \ 2024-04-03T15:55:15.7542306Z  -e GIT_DEFAULT_BRANCH="$GIT_DEFAULT_BRANCH" \ 2024-04-03T15:55:15.7542785Z  -e SHARD_NUMBER \ 2024-04-03T15:55:15.7543139Z  -e NUM_TEST_SHARDS \ 2024-04-03T15:55:15.7543549Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2024-04-03T15:55:15.7543973Z  -e SCCACHE_BUCKET \ 2024-04-03T15:55:15.7544379Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2024-04-03T15:55:15.7544818Z  -e REENABLED_ISSUES \ 2024-04-03T15:55:15.7545187Z  -e TORCH_CUDA_ARCH_LIST \ 2024-04-03T15:55:15.7545582Z  -e OUR_GITHUB_JOB_ID \ 2024-04-03T15:55:15.7545958Z  -e CUDA_VERSION \ 2024-04-03T15:55:15.7546392Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2024-04-03T15:55:15.7547088Z  --security-opt seccomp=unconfined \ 2024-04-03T15:55:15.7547541Z  --cap-add=SYS_PTRACE \ 2024-04-03T15:55:15.7547905Z  --shm-size="1g" \ 2024-04-03T15:55:15.7548238Z  --tty \ 2024-04-03T15:55:15.7548527Z  --detach \ 2024-04-03T15:55:15.7548827Z  --user jenkins \ 2024-04-03T15:55:15.7549295Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2024-04-03T15:55:15.7549843Z  -w /var/lib/jenkins/workspace \ 2024-04-03T15:55:15.7550249Z  "${DOCKER_IMAGE}" 2024-04-03T15:55:15.7550574Z ) 2024-04-03T15:55:15.7551013Z docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh' 2024-04-03T15:55:15.7551705Z echo "container_id=${container_name}" >> "${GITHUB_ENV}" 2024-04-03T15:55:15.7559198Z shell: /usr/bin/bash -e {0} 2024-04-03T15:55:15.7559529Z env: 2024-04-03T15:55:15.7559783Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:55:15.7560262Z BUILD_ENVIRONMENT: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T15:55:15.7560816Z PR_NUMBER: 123154 2024-04-03T15:55:15.7561116Z BRANCH: pull/123154 2024-04-03T15:55:15.7561437Z GITHUB_REPOSITORY: pytorch/pytorch 2024-04-03T15:55:15.7561832Z GITHUB_WORKFLOW: pull 2024-04-03T15:55:15.7562155Z GITHUB_JOB: build-and-test 2024-04-03T15:55:15.7562486Z GITHUB_RUN_ID: 8536950919 2024-04-03T15:55:15.7562819Z GITHUB_RUN_NUMBER: 192590 2024-04-03T15:55:15.7563151Z GITHUB_RUN_ATTEMPT: 2 2024-04-03T15:55:15.7563445Z JOB_ID: 23401561823 2024-04-03T15:55:15.7563740Z REENABLED_ISSUES: 2024-04-03T15:55:15.7564051Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:55:15.7564635Z SHA1: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:55:15.7565164Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-04-03T15:55:15.7565634Z TORCH_CUDA_ARCH_LIST: 5.2 2024-04-03T15:55:15.7566667Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:55:15.7567863Z OUR_GITHUB_JOB_ID: 23401561823 2024-04-03T15:55:15.7568224Z CUDA_VERSION: cpu 2024-04-03T15:55:15.7568512Z ##[endgroup] 2024-04-03T15:55:49.2755729Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:55:49.2761375Z + source .ci/pytorch/common.sh 2024-04-03T15:55:49.2765170Z +++ dirname .ci/pytorch/common.sh 2024-04-03T15:55:49.2770695Z ++ source .ci/pytorch/common_utils.sh 2024-04-03T15:55:49.2772273Z +++ declare -f -t trap_add 2024-04-03T15:55:49.2777389Z ++ set -ex 2024-04-03T15:55:49.2777917Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T15:55:49.2778441Z ++ BUILD_TEST_LIBTORCH=0 2024-04-03T15:55:49.2780788Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:55:49.2787409Z + source .ci/pytorch/common-build.sh 2024-04-03T15:55:49.2789281Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *win-* ]] 2024-04-03T15:55:49.2794236Z ++++ dirname .ci/pytorch/common-build.sh 2024-04-03T15:55:49.2800848Z +++ cd .ci/pytorch 2024-04-03T15:55:49.2801137Z +++ pwd -P 2024-04-03T15:55:49.2802857Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2024-04-03T15:55:49.2803312Z ++ which sccache 2024-04-03T15:55:49.2816185Z ++ sccache --stop-server 2024-04-03T15:55:49.2972217Z ++ true 2024-04-03T15:55:49.2972595Z ++ rm -f /var/lib/jenkins/sccache_error.log 2024-04-03T15:55:49.2988628Z ++ trap_add sccache_epilogue EXIT 2024-04-03T15:55:49.2989017Z ++ trap_add_cmd=sccache_epilogue 2024-04-03T15:55:49.2990380Z ++ shift 2024-04-03T15:55:49.2990689Z ++ for trap_add_name in "$@" 2024-04-03T15:55:49.2994814Z ++++ trap -p EXIT 2024-04-03T15:55:49.2996824Z +++ eval 'extract_trap_cmd ' 2024-04-03T15:55:49.2997221Z ++++ extract_trap_cmd 2024-04-03T15:55:49.2997573Z ++++ printf '%s\n' '' 2024-04-03T15:55:49.2997961Z +++ printf '%s\n' sccache_epilogue 2024-04-03T15:55:49.2999399Z ++ trap -- ' 2024-04-03T15:55:49.2999803Z sccache_epilogue' EXIT 2024-04-03T15:55:49.3000137Z ++ [[ -n 1 ]] 2024-04-03T15:55:49.3000702Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-04-03T15:55:49.3001737Z Skipping sccache server initialization, setting environment variables 2024-04-03T15:55:49.3002332Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:55:49.3002713Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:55:49.3003167Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:55:49.3003745Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:55:49.3004265Z ++ export RUST_LOG=sccache::server=error 2024-04-03T15:55:49.3005054Z ++ RUST_LOG=sccache::server=error 2024-04-03T15:55:49.3005452Z ++ sccache --zero-stats 2024-04-03T15:55:49.3265798Z Compile requests 0 2024-04-03T15:55:49.3266279Z Compile requests executed 0 2024-04-03T15:55:49.3266681Z Cache hits 0 2024-04-03T15:55:49.3267077Z Cache misses 0 2024-04-03T15:55:49.3267478Z Cache timeouts 0 2024-04-03T15:55:49.3267875Z Cache read errors 0 2024-04-03T15:55:49.3268359Z Forced recaches 0 2024-04-03T15:55:49.3268756Z Cache write errors 0 2024-04-03T15:55:49.3269160Z Compilation failures 0 2024-04-03T15:55:49.3269565Z Cache errors 0 2024-04-03T15:55:49.3270079Z Non-cacheable compilations 0 2024-04-03T15:55:49.3270524Z Non-cacheable calls 0 2024-04-03T15:55:49.3270975Z Non-compilation calls 0 2024-04-03T15:55:49.3271397Z Unsupported compiler calls 0 2024-04-03T15:55:49.3271807Z Average cache write 0.000 s 2024-04-03T15:55:49.3272239Z Average cache read miss 0.000 s 2024-04-03T15:55:49.3272669Z Average cache read hit 0.000 s 2024-04-03T15:55:49.3273105Z Failed distributed compilations 0 2024-04-03T15:55:49.3274285Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T15:55:49.3275326Z ++ which ccache 2024-04-03T15:55:49.3278904Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-mobile-*build* ]] 2024-04-03T15:55:49.3279531Z + echo 'Python version:' 2024-04-03T15:55:49.3279862Z Python version: 2024-04-03T15:55:49.3280174Z + python --version 2024-04-03T15:55:49.3298940Z Python 3.10.14 2024-04-03T15:55:49.3300476Z + echo 'GCC version:' 2024-04-03T15:55:49.3300780Z GCC version: 2024-04-03T15:55:49.3301055Z + gcc --version 2024-04-03T15:55:49.3552240Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-04-03T15:55:49.3552794Z Copyright (C) 2019 Free Software Foundation, Inc. 2024-04-03T15:55:49.3553464Z This is free software; see the source for copying conditions. There is NO 2024-04-03T15:55:49.3554270Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2024-04-03T15:55:49.3554778Z 2024-04-03T15:55:49.3556699Z + echo 'CMake version:' 2024-04-03T15:55:49.3557076Z CMake version: 2024-04-03T15:55:49.3557367Z + cmake --version 2024-04-03T15:55:49.3600743Z cmake version 3.26.4 2024-04-03T15:55:49.3600973Z 2024-04-03T15:55:49.3601279Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2024-04-03T15:55:49.3605298Z + echo 'Environment variables:' 2024-04-03T15:55:49.3605674Z Environment variables: 2024-04-03T15:55:49.3605976Z + env 2024-04-03T15:55:49.3612073Z INSTALLED_DB=yes 2024-04-03T15:55:49.3612675Z NV_LIBCUBLAS_VERSION=12.1.3.1-1 2024-04-03T15:55:49.3613216Z NVIDIA_VISIBLE_DEVICES=all 2024-04-03T15:55:49.3613789Z NV_NVML_DEV_VERSION=12.1.105-1 2024-04-03T15:55:49.3614547Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:55:49.3615372Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.17.1-1+cuda12.1 2024-04-03T15:55:49.3616065Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.17.1-1 2024-04-03T15:55:49.3616757Z BUILD_ENVIRONMENT=linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T15:55:49.3617298Z HOSTNAME=8ef995c0b05b 2024-04-03T15:55:49.3618162Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T15:55:49.3619209Z GITHUB_ACTION=__run_2 2024-04-03T15:55:49.3623291Z NVIDIA_REQUIRE_CUDA=cuda>=12.1 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=525,driver<526 brand=unknown,driver>=525,driver<526 brand=nvidia,driver>=525,driver<526 brand=nvidiartx,driver>=525,driver<526 brand=geforce,driver>=525,driver<526 brand=geforcertx,driver>=525,driver<526 brand=quadro,driver>=525,driver<526 brand=quadrortx,driver>=525,driver<526 brand=titan,driver>=525,driver<526 brand=titanrtx,driver>=525,driver<526 2024-04-03T15:55:49.3627565Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-1=12.1.3.1-1 2024-04-03T15:55:49.3628050Z NV_NVTX_VERSION=12.1.105-1 2024-04-03T15:55:49.3628398Z GITHUB_RUN_NUMBER=192590 2024-04-03T15:55:49.3628748Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T15:55:49.3629188Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T15:55:49.3629633Z NV_CUDA_CUDART_DEV_VERSION=12.1.105-1 2024-04-03T15:55:49.3630058Z NV_LIBCUSPARSE_VERSION=12.1.0.106-1 2024-04-03T15:55:49.3630425Z SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:55:49.3630766Z NV_LIBNPP_VERSION=12.1.0.40-1 2024-04-03T15:55:49.3631127Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T15:55:49.3631555Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-04-03T15:55:49.3632012Z GITHUB_REF_TYPE=branch 2024-04-03T15:55:49.3632325Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T15:55:49.3632644Z NCCL_VERSION=2.17.1-1 2024-04-03T15:55:49.3634222Z *** 2024-04-03T15:55:49.3634496Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-04-03T15:55:49.3634868Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T15:55:49.3635212Z GITHUB_ACTIONS=true 2024-04-03T15:55:49.3635553Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2024-04-03T15:55:49.3636243Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-1=12.1.105-1 2024-04-03T15:55:49.3636777Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:55:49.3637322Z NV_LIBNPP_PACKAGE=libnpp-12-1=12.1.0.40-1 2024-04-03T15:55:49.3637789Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-04-03T15:55:49.3638270Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:55:49.3638997Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T15:55:49.3639620Z UCC_HOME=/usr 2024-04-03T15:55:49.3639930Z NV_LIBCUBLAS_DEV_VERSION=12.1.3.1-1 2024-04-03T15:55:49.3640314Z NVIDIA_PRODUCT_NAME=CUDA 2024-04-03T15:55:49.3640738Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-1 2024-04-03T15:55:49.3641202Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T15:55:49.3641597Z NV_CUDA_CUDART_VERSION=12.1.105-1 2024-04-03T15:55:49.3641940Z SHARD_NUMBER=0 2024-04-03T15:55:49.3642225Z GITHUB_REF_PROTECTED=false 2024-04-03T15:55:49.3642554Z HOME=/var/lib/jenkins 2024-04-03T15:55:49.3642897Z GITHUB_API_URL=https://api.github.com 2024-04-03T15:55:49.3643372Z UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af 2024-04-03T15:55:49.3643826Z CUDA_VERSION=cpu 2024-04-03T15:55:49.3644199Z NV_LIBCUBLAS_PACKAGE=libcublas-12-1=12.1.3.1-1 2024-04-03T15:55:49.3644811Z UCX_HOME=/usr 2024-04-03T15:55:49.3645320Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-1=12.1.1-1 2024-04-03T15:55:49.3646431Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T15:55:49.3647814Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T15:55:49.3648972Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T15:55:49.3649645Z GITHUB_EVENT_NAME=pull_request 2024-04-03T15:55:49.3649985Z GITHUB_RUN_ID=8536950919 2024-04-03T15:55:49.3650416Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-1=12.1.0.40-1 2024-04-03T15:55:49.3651070Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-1 2024-04-03T15:55:49.3652082Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T15:55:49.3652986Z GITHUB_ACTOR=caic99 2024-04-03T15:55:49.3653318Z NV_LIBNPP_DEV_VERSION=12.1.0.40-1 2024-04-03T15:55:49.3653743Z GITHUB_RUN_ATTEMPT=2 2024-04-03T15:55:49.3654065Z ANACONDA_PYTHON_VERSION=3.10 2024-04-03T15:55:49.3654496Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T15:55:49.3654931Z TERM=xterm 2024-04-03T15:55:49.3655243Z NV_LIBCUSPARSE_DEV_VERSION=12.1.0.106-1 2024-04-03T15:55:49.3655640Z INSTALLED_VISION=yes 2024-04-03T15:55:49.3655936Z OUR_GITHUB_JOB_ID=23401561823 2024-04-03T15:55:49.3656290Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T15:55:49.3656668Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-04-03T15:55:49.3657060Z CUDA_PATH=/usr/local/cuda 2024-04-03T15:55:49.3657818Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T15:55:49.3658593Z GITHUB_SERVER_URL=https://github.com 2024-04-03T15:55:49.3659051Z UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea 2024-04-03T15:55:49.3659510Z REENABLED_ISSUES= 2024-04-03T15:55:49.3659786Z SHLVL=1 2024-04-03T15:55:49.3660014Z MAX_JOBS=14 2024-04-03T15:55:49.3660309Z NV_CUDA_LIB_VERSION=12.1.1-1 2024-04-03T15:55:49.3660642Z NVARCH=x86_64 2024-04-03T15:55:49.3660906Z GITHUB_ACTOR_ID=78061359 2024-04-03T15:55:49.3661361Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:55:49.3661881Z GIT_DEFAULT_BRANCH=main 2024-04-03T15:55:49.3662195Z GITHUB_REF_NAME=123154/merge 2024-04-03T15:55:49.3662615Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-1 2024-04-03T15:55:49.3663063Z GITHUB_JOB=build-and-test 2024-04-03T15:55:49.3663473Z NV_LIBNCCL_PACKAGE=libnccl2=2.17.1-1+cuda12.1 2024-04-03T15:55:49.3664025Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-04-03T15:55:49.3664581Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.1.1-1 2024-04-03T15:55:49.3665103Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T15:55:49.3665510Z NV_NVPROF_VERSION=12.1.105-1 2024-04-03T15:55:49.3665857Z GITHUB_RETENTION_DAYS=90 2024-04-03T15:55:49.3666178Z OPENSSL_DIR=/opt/openssl 2024-04-03T15:55:49.3666514Z GITHUB_ACTION_REPOSITORY= 2024-04-03T15:55:49.3667591Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-04-03T15:55:49.3668698Z GITHUB_BASE_REF=main 2024-04-03T15:55:49.3669027Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-04-03T15:55:49.3669379Z CI=true 2024-04-03T15:55:49.3669651Z NV_LIBNCCL_PACKAGE_VERSION=2.17.1-1 2024-04-03T15:55:49.3670109Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T15:55:49.3670498Z RUST_LOG=sccache::server=error 2024-04-03T15:55:49.3670823Z JOB_ID=23401561823 2024-04-03T15:55:49.3671108Z INSTALLED_PROTOBUF=yes 2024-04-03T15:55:49.3671437Z GITHUB_HEAD_REF=patch-1 2024-04-03T15:55:49.3671732Z GITHUB_ACTION_REF= 2024-04-03T15:55:49.3672147Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T15:55:49.3672608Z GITHUB_WORKFLOW=pull 2024-04-03T15:55:49.3672911Z DEBIAN_FRONTEND=noninteractive 2024-04-03T15:55:49.3673845Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T15:55:49.3674718Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T15:55:49.3675049Z _=/usr/bin/env 2024-04-03T15:55:49.3675519Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T15:55:49.3676225Z + export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 2024-04-03T15:55:49.3676859Z + LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 2024-04-03T15:55:49.3677357Z + echo 'NVCC version:' 2024-04-03T15:55:49.3677658Z NVCC version: 2024-04-03T15:55:49.3677933Z + nvcc --version 2024-04-03T15:55:49.3714999Z nvcc: NVIDIA (R) Cuda compiler driver 2024-04-03T15:55:49.3715533Z Copyright (c) 2005-2023 NVIDIA Corporation 2024-04-03T15:55:49.3715959Z Built on Mon_Apr__3_17:16:06_PDT_2023 2024-04-03T15:55:49.3716567Z Cuda compilation tools, release 12.1, V12.1.105 2024-04-03T15:55:49.3717044Z Build cuda_12.1.r12.1/compiler.32688072_0 2024-04-03T15:55:49.3737895Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda11* ]] 2024-04-03T15:55:49.3738852Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *\c\a\f\f\e\2* ]] 2024-04-03T15:55:49.3739803Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2024-04-03T15:55:49.3740781Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2024-04-03T15:55:49.3741624Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T15:55:49.3742153Z + export USE_LLVM=/opt/llvm 2024-04-03T15:55:49.3742493Z + USE_LLVM=/opt/llvm 2024-04-03T15:55:49.3742821Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2024-04-03T15:55:49.3743249Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2024-04-03T15:55:49.3743860Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *executorch* ]] 2024-04-03T15:55:49.3744409Z + which conda 2024-04-03T15:55:49.3755348Z /opt/conda/bin/conda 2024-04-03T15:55:49.3757035Z + export CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:55:49.3757566Z + CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:55:49.3758087Z + '[' 3.10 = 3.12 ']' 2024-04-03T15:55:49.3758668Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *aarch64* ]] 2024-04-03T15:55:49.3759592Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *libtorch* ]] 2024-04-03T15:55:49.3760559Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-android* ]] 2024-04-03T15:55:49.3761448Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *android* ]] 2024-04-03T15:55:49.3762368Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *vulkan* ]] 2024-04-03T15:55:49.3763088Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T15:55:49.3763791Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *xpu* ]] 2024-04-03T15:55:49.3764496Z + '[' -z 14 ']' 2024-04-03T15:55:49.3764965Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T15:55:49.3765678Z + [[ -z 5.2 ]] 2024-04-03T15:55:49.3766241Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T15:55:49.3766766Z + [[ 5.2 == *\8\.\6* ]] 2024-04-03T15:55:49.3767072Z + [[ 5.2 == *\8\.\0* ]] 2024-04-03T15:55:49.3767587Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *clang* ]] 2024-04-03T15:55:49.3768347Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-clang*-asan* ]] 2024-04-03T15:55:49.3769123Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *no-ops* ]] 2024-04-03T15:55:49.3769840Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-pch* ]] 2024-04-03T15:55:49.3770713Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *linux-focal-py3.7-gcc7-build* ]] 2024-04-03T15:55:49.3771584Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *android* ]] 2024-04-03T15:55:49.3772304Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *cuda* ]] 2024-04-03T15:55:49.3772893Z ++ stat -c %u /var/lib/jenkins/workspace 2024-04-03T15:55:49.3793019Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2024-04-03T15:55:49.3793541Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2024-04-03T15:55:49.8089380Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2024-04-03T15:55:49.8117908Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-bazel-* ]] 2024-04-03T15:55:49.8118748Z + set -e 2024-04-03T15:55:49.8119008Z + get_bazel 2024-04-03T15:55:49.8119849Z + retry curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T15:55:49.8121183Z + curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T15:55:49.8619997Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-03T15:55:49.8621040Z Dload Upload Total Spent Left Speed 2024-04-03T15:55:49.8621508Z 2024-04-03T15:55:49.9316639Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-04-03T15:55:49.9317664Z 100 16968 100 16968 0 0 240k 0 --:--:-- --:--:-- --:--:-- 240k 2024-04-03T15:55:49.9357476Z + shasum --algorithm=1 --check /dev/fd/63 2024-04-03T15:55:49.9358708Z ++ echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel' 2024-04-03T15:55:49.9761607Z tools/bazel: OK 2024-04-03T15:55:49.9765615Z + chmod u+x tools/bazel 2024-04-03T15:55:49.9797156Z + install_sccache_nvcc_for_bazel 2024-04-03T15:55:49.9797856Z + sudo mv /usr/local/cuda/bin/nvcc /usr/local/cuda/bin/nvcc-real 2024-04-03T15:55:50.0330567Z + cat 2024-04-03T15:55:50.0330972Z + sudo tee /usr/local/cuda/bin/nvcc 2024-04-03T15:55:50.0365130Z #!/bin/sh 2024-04-03T15:55:50.0365711Z if [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then 2024-04-03T15:55:50.0366291Z exec sccache /usr/local/cuda/bin/nvcc "$@" 2024-04-03T15:55:50.0366706Z else 2024-04-03T15:55:50.0367074Z exec external/local_cuda/cuda/bin/nvcc-real "$@" 2024-04-03T15:55:50.0367501Z fi 2024-04-03T15:55:50.0369458Z + sudo chmod +x /usr/local/cuda/bin/nvcc 2024-04-03T15:55:50.0404596Z + BAZEL_MEM_LIMIT='--local_ram_resources=HOST_RAM*.8' 2024-04-03T15:55:50.0405197Z + BAZEL_CPU_LIMIT=--local_cpu_resources=HOST_CPUS-1 2024-04-03T15:55:50.0405646Z + [[ cpu == \c\p\u ]] 2024-04-03T15:55:50.0406662Z + tools/bazel build --config=no-tty '--local_ram_resources=HOST_RAM*.8' --local_cpu_resources=HOST_CPUS-1 --config=cpu-only :torch :torch/_C.so :all_tests 2024-04-03T15:55:50.0925311Z Downloading https://releases.bazel.build/6.1.1/release/bazel-6.1.1-linux-x86_64... 2024-04-03T15:55:50.2254881Z Downloading https://releases.bazel.build/6.1.1/release/bazel-6.1.1-linux-x86_64.sha256... 2024-04-03T15:55:50.3857081Z Extracting Bazel installation... 2024-04-03T15:55:52.0445054Z Starting local Bazel server and connecting to it... 2024-04-03T15:55:52.0445629Z WARNING: ignoring LD_PRELOAD in environment. 2024-04-03T15:55:53.3107282Z Loading: 2024-04-03T15:55:54.4667083Z DEBUG: Rule 'rules_cuda' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f80438bee9906e9ecb1a8a4ae2365374ac1e8a283897281a2db2fb7fcf746333" 2024-04-03T15:55:54.4672155Z DEBUG: Repository rules_cuda instantiated at: 2024-04-03T15:55:54.4673118Z /var/lib/jenkins/workspace/WORKSPACE:18:13: in 2024-04-03T15:55:54.4674014Z Repository rule http_archive defined at: 2024-04-03T15:55:54.4675575Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:55:54.5871538Z DEBUG: Rule 'rules_cc' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "cb8ce8a25464b2a8536450971ad1b45ee309491c1f5e052a611b9e249cfdd35d" 2024-04-03T15:55:54.5873050Z DEBUG: Repository rules_cc instantiated at: 2024-04-03T15:55:54.5873815Z /var/lib/jenkins/workspace/WORKSPACE:6:13: in 2024-04-03T15:55:54.5874367Z Repository rule http_archive defined at: 2024-04-03T15:55:54.5875789Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:55:54.8336529Z DEBUG: Rule 'rules_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f" 2024-04-03T15:55:54.8339101Z DEBUG: Repository rules_python instantiated at: 2024-04-03T15:55:54.8340230Z /var/lib/jenkins/workspace/WORKSPACE:193:13: in 2024-04-03T15:55:54.8341256Z Repository rule http_archive defined at: 2024-04-03T15:55:54.8343275Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:55:55.8642805Z DEBUG: Rule 'python3_8_x86_64-unknown-linux-gnu' indicated that a canonical reproducible form can be obtained by modifying arguments url = ["https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-3.8.15+20221106-x86_64-unknown-linux-gnu-install_only.tar.gz"] and dropping ["urls"] 2024-04-03T15:55:55.8648156Z DEBUG: Repository python3_8_x86_64-unknown-linux-gnu instantiated at: 2024-04-03T15:55:55.8649424Z /var/lib/jenkins/workspace/WORKSPACE:208:27: in 2024-04-03T15:55:55.8651517Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/rules_python/python/repositories.bzl:533:26: in python_register_toolchains 2024-04-03T15:55:55.8653705Z Repository rule python_repository defined at: 2024-04-03T15:55:55.8655636Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/rules_python/python/repositories.bzl:366:36: in 2024-04-03T15:55:56.1316819Z DEBUG: Rule 'pybind11_bazel' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "b72c5b44135b90d1ffaba51e08240be0b91707ac60bea08bb4d84b47316211bb" 2024-04-03T15:55:56.1323963Z DEBUG: Repository pybind11_bazel instantiated at: 2024-04-03T15:55:56.1324953Z /var/lib/jenkins/workspace/WORKSPACE:39:13: in 2024-04-03T15:55:56.1325521Z Repository rule http_archive defined at: 2024-04-03T15:55:56.1326589Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:55:56.4470844Z Loading: 2024-04-03T15:55:56.4499151Z Loading: 1 packages loaded 2024-04-03T15:55:58.0463635Z Analyzing: 31 targets (3 packages loaded, 0 targets configured) 2024-04-03T15:55:59.0433562Z DEBUG: Rule 'com_github_gflags_gflags' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf" 2024-04-03T15:55:59.0450324Z DEBUG: Repository com_github_gflags_gflags instantiated at: 2024-04-03T15:55:59.0451566Z /var/lib/jenkins/workspace/WORKSPACE:66:13: in 2024-04-03T15:55:59.0452556Z Repository rule http_archive defined at: 2024-04-03T15:55:59.0454384Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:55:59.1526312Z DEBUG: Rule 'com_github_glog' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c" 2024-04-03T15:55:59.1741087Z DEBUG: Repository com_github_glog instantiated at: 2024-04-03T15:55:59.1742143Z /var/lib/jenkins/workspace/WORKSPACE:51:13: in 2024-04-03T15:55:59.1743133Z Repository rule http_archive defined at: 2024-04-03T15:55:59.1745188Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:56:13.3115076Z Analyzing: 31 targets (86 packages loaded, 12603 targets configured) 2024-04-03T15:56:36.3306954Z Analyzing: 31 targets (86 packages loaded, 12603 targets configured) 2024-04-03T15:56:37.0989616Z INFO: Analyzed 31 targets (88 packages loaded, 14086 targets configured). 2024-04-03T15:56:37.1025979Z INFO: Found 31 targets... 2024-04-03T15:56:37.2932326Z [0 / 2,654] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (12 actions, 9 running) 2024-04-03T15:56:50.9618409Z [21 / 2,657] [Prepa] Expanding template external/tbb/version_string.h 2024-04-03T15:56:55.4846953Z INFO: From Executing genrule //:download_mnist: 2024-04-03T15:56:55.4859254Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2024-04-03T15:56:55.4859852Z 2024-04-03T15:56:55.4862592Z 0% | | 0% 2024-04-03T15:56:55.4863526Z 0% | | 0% 2024-04-03T15:56:55.4864071Z 0% | | 0% 2024-04-03T15:56:55.4864879Z 0% | | 0% 2024-04-03T15:56:55.4865457Z 0% | | 0% 2024-04-03T15:56:55.4868060Z 0% | | 0% 2024-04-03T15:56:55.4868938Z 0% | | 0% 2024-04-03T15:56:55.4869449Z 0% | | 0% 2024-04-03T15:56:55.4870053Z 0% | | 0% 2024-04-03T15:56:55.4870579Z 0% | | 0% 2024-04-03T15:56:55.4871371Z 0% | | 0% 2024-04-03T15:56:55.4872202Z 0% | | 0% 2024-04-03T15:56:55.4873067Z 0% | | 0% 2024-04-03T15:56:55.4873748Z 0% | | 1% 2024-04-03T15:56:55.4874586Z 0% | | 1% 2024-04-03T15:56:55.4875455Z 0% | | 1% 2024-04-03T15:56:55.4876262Z 0% | | 1% 2024-04-03T15:56:55.4877086Z 0% | | 1% 2024-04-03T15:56:55.4877888Z 0% | | 1% 2024-04-03T15:56:55.4878657Z 0% |# | 1% 2024-04-03T15:56:55.4879429Z 0% |# | 1% 2024-04-03T15:56:55.4880781Z 0% |# | 1% 2024-04-03T15:56:55.4881530Z 0% |# | 1% 2024-04-03T15:56:55.4882419Z 0% |# | 1% 2024-04-03T15:56:55.4883158Z 0% |# | 1% 2024-04-03T15:56:55.4883930Z 0% |# | 2% 2024-04-03T15:56:55.4884881Z 0% |# | 2% 2024-04-03T15:56:55.4885631Z 0% |# | 2% 2024-04-03T15:56:55.4886349Z 0% |# | 2% 2024-04-03T15:56:55.4887257Z 0% |# | 2% 2024-04-03T15:56:55.4887840Z 0% |# | 2% 2024-04-03T15:56:55.4888338Z 0% |# | 2% 2024-04-03T15:56:55.4888854Z 0% |# | 2% 2024-04-03T15:56:55.4889369Z 0% |# | 2% 2024-04-03T15:56:55.4889861Z 0% |# | 2% 2024-04-03T15:56:55.4890369Z 0% |# | 2% 2024-04-03T15:56:55.4890877Z 0% |# | 2% 2024-04-03T15:56:55.4891383Z 0% |# | 3% 2024-04-03T15:56:55.4891874Z 0% |## | 3% 2024-04-03T15:56:55.4892386Z 0% |## | 3% 2024-04-03T15:56:55.4892893Z 0% |## | 3% 2024-04-03T15:56:55.4893388Z 0% |## | 3% 2024-04-03T15:56:55.4893963Z 0% |## | 3% 2024-04-03T15:56:55.4894611Z 0% |## | 3% 2024-04-03T15:56:55.4895100Z 0% |## | 3% 2024-04-03T15:56:55.4895610Z 0% |## | 3% 2024-04-03T15:56:55.4896117Z 0% |## | 3% 2024-04-03T15:56:55.4896609Z 0% |## | 3% 2024-04-03T15:56:55.4897116Z 0% |## | 3% 2024-04-03T15:56:55.4897623Z 0% |## | 4% 2024-04-03T15:56:55.4898125Z 0% |## | 4% 2024-04-03T15:56:55.4898613Z 0% |## | 4% 2024-04-03T15:56:55.4899131Z 0% |## | 4% 2024-04-03T15:56:55.4899646Z 0% |## | 4% 2024-04-03T15:56:55.4900139Z 0% |## | 4% 2024-04-03T15:56:55.4900648Z 0% |## | 4% 2024-04-03T15:56:55.4901156Z 0% |## | 4% 2024-04-03T15:56:55.4901645Z 0% |### | 4% 2024-04-03T15:56:55.4902150Z 0% |### | 4% 2024-04-03T15:56:55.4902654Z 0% |### | 4% 2024-04-03T15:56:55.4903143Z 0% |### | 4% 2024-04-03T15:56:55.4903648Z 0% |### | 5% 2024-04-03T15:56:55.4904246Z 0% |### | 5% 2024-04-03T15:56:55.4904759Z 0% |### | 5% 2024-04-03T15:56:55.4905251Z 0% |### | 5% 2024-04-03T15:56:55.4905757Z 0% |### | 5% 2024-04-03T15:56:55.4906265Z 0% |### | 5% 2024-04-03T15:56:55.4906757Z 0% |### | 5% 2024-04-03T15:56:55.4907271Z 0% |### | 5% 2024-04-03T15:56:55.4907771Z 0% |### | 5% 2024-04-03T15:56:55.4908258Z 0% |### | 5% 2024-04-03T15:56:55.4908767Z 0% |### | 5% 2024-04-03T15:56:55.4909269Z 0% |### | 5% 2024-04-03T15:56:55.4909772Z 0% |### | 6% 2024-04-03T15:56:55.4910265Z 0% |### | 6% 2024-04-03T15:56:55.4910770Z 0% |### | 6% 2024-04-03T15:56:55.4911268Z 0% |#### | 6% 2024-04-03T15:56:55.4911757Z 0% |#### | 6% 2024-04-03T15:56:55.4912259Z 0% |#### | 6% 2024-04-03T15:56:55.4912758Z 0% |#### | 6% 2024-04-03T15:56:55.4913245Z 0% |#### | 6% 2024-04-03T15:56:55.4913751Z 0% |#### | 6% 2024-04-03T15:56:55.4914259Z 0% |#### | 6% 2024-04-03T15:56:55.4914880Z 0% |#### | 6% 2024-04-03T15:56:55.4915402Z 0% |#### | 6% 2024-04-03T15:56:55.4915905Z 0% |#### | 7% 2024-04-03T15:56:55.4916410Z 0% |#### | 7% 2024-04-03T15:56:55.4916897Z 0% |#### | 7% 2024-04-03T15:56:55.4917402Z 0% |#### | 7% 2024-04-03T15:56:55.4917907Z 0% |#### | 7% 2024-04-03T15:56:55.4918398Z 0% |#### | 7% 2024-04-03T15:56:55.4918903Z 0% |#### | 7% 2024-04-03T15:56:55.4919415Z 0% |#### | 7% 2024-04-03T15:56:55.4919909Z 0% |#### | 7% 2024-04-03T15:56:55.4920412Z 0% |#### | 7% 2024-04-03T15:56:55.4920916Z 0% |##### | 7% 2024-04-03T15:56:55.4921403Z 0% |##### | 7% 2024-04-03T15:56:55.4921903Z 0% |##### | 8% 2024-04-03T15:56:55.4922409Z 0% |##### | 8% 2024-04-03T15:56:55.4922911Z 0% |##### | 8% 2024-04-03T15:56:55.4923401Z 0% |##### | 8% 2024-04-03T15:56:55.4923906Z 0% |##### | 8% 2024-04-03T15:56:55.4924575Z 0% |##### | 8% 2024-04-03T15:56:55.4925180Z 0% |##### | 8% 2024-04-03T15:56:55.4925844Z 0% |##### | 8% 2024-04-03T15:56:55.4926391Z 0% |##### | 8% 2024-04-03T15:56:55.4926880Z 0% |##### | 8% 2024-04-03T15:56:55.4927386Z 0% |##### | 8% 2024-04-03T15:56:55.4927892Z 0% |##### | 8% 2024-04-03T15:56:55.4928627Z 0% |##### | 9% 2024-04-03T15:56:55.4929135Z 0% |##### | 9% 2024-04-03T15:56:55.4929639Z 0% |##### | 9% 2024-04-03T15:56:55.4930151Z 0% |##### | 9% 2024-04-03T15:56:55.4930708Z 0% |##### | 9% 2024-04-03T15:56:55.4931220Z 0% |###### | 9% 2024-04-03T15:56:55.4931768Z 0% |###### | 9% 2024-04-03T15:56:55.4932260Z 0% |###### | 9% 2024-04-03T15:56:55.4932767Z 0% |###### | 9% 2024-04-03T15:56:55.4933273Z 0% |###### | 9% 2024-04-03T15:56:55.4933838Z 0% |###### | 9% 2024-04-03T15:56:55.4934341Z 0% |###### | 9% 2024-04-03T15:56:55.4935088Z 0% |###### | 9% 2024-04-03T15:56:55.4935905Z 0% |###### | 10% 2024-04-03T15:56:55.4936852Z 0% |###### | 10% 2024-04-03T15:56:55.4937745Z 0% |###### | 10% 2024-04-03T15:56:55.4938370Z 0% |###### | 10% 2024-04-03T15:56:55.4938872Z 0% |###### | 10% 2024-04-03T15:56:55.4939385Z 0% |###### | 10% 2024-04-03T15:56:55.4939900Z 0% |###### | 10% 2024-04-03T15:56:55.4940396Z 0% |###### | 10% 2024-04-03T15:56:55.4940909Z 0% |###### | 10% 2024-04-03T15:56:55.4941422Z 0% |###### | 10% 2024-04-03T15:56:55.4941937Z 0% |###### | 10% 2024-04-03T15:56:55.4942443Z 0% |####### | 10% 2024-04-03T15:56:55.4942989Z 0% |####### | 11% 2024-04-03T15:56:55.4943501Z 0% |####### | 11% 2024-04-03T15:56:55.4943994Z 0% |####### | 11% 2024-04-03T15:56:55.4944503Z 0% |####### | 11% 2024-04-03T15:56:55.4945010Z 0% |####### | 11% 2024-04-03T15:56:55.4945501Z 0% |####### | 11% 2024-04-03T15:56:55.4946007Z 0% |####### | 11% 2024-04-03T15:56:55.4946517Z 0% |####### | 11% 2024-04-03T15:56:55.4947077Z 0% |####### | 11% 2024-04-03T15:56:55.4947593Z 0% |####### | 11% 2024-04-03T15:56:55.4948100Z 0% |####### | 11% 2024-04-03T15:56:55.4948604Z 0% |####### | 11% 2024-04-03T15:56:55.4949096Z 0% |####### | 12% 2024-04-03T15:56:55.4949606Z 0% |####### | 12% 2024-04-03T15:56:55.4950117Z 0% |####### | 12% 2024-04-03T15:56:55.4950617Z 0% |####### | 12% 2024-04-03T15:56:55.4951132Z 0% |####### | 12% 2024-04-03T15:56:55.4951637Z 0% |####### | 12% 2024-04-03T15:56:55.4952137Z 0% |######## | 12% 2024-04-03T15:56:55.4952649Z 0% |######## | 12% 2024-04-03T15:56:55.4953154Z 0% |######## | 12% 2024-04-03T15:56:55.4953660Z 0% |######## | 12% 2024-04-03T15:56:55.4954174Z 0% |######## | 12% 2024-04-03T15:56:55.4954737Z 0% |######## | 12% 2024-04-03T15:56:55.4955297Z 0% |######## | 13% 2024-04-03T15:56:55.4955792Z 0% |######## | 13% 2024-04-03T15:56:55.4956338Z 0% |######## | 13% 2024-04-03T15:56:55.4956845Z 0% |######## | 13% 2024-04-03T15:56:55.4957343Z 0% |######## | 13% 2024-04-03T15:56:55.4958074Z 0% |######## | 13% 2024-04-03T15:56:55.4958623Z 0% |######## | 13% 2024-04-03T15:56:55.4959120Z 0% |######## | 13% 2024-04-03T15:56:55.4959780Z 0% |######## | 13% 2024-04-03T15:56:55.4960546Z 0% |######## | 13% 2024-04-03T15:56:55.4961333Z 0% |######## | 13% 2024-04-03T15:56:55.4962082Z 0% |######## | 13% 2024-04-03T15:56:55.4962835Z 0% |######## | 14% 2024-04-03T15:56:55.4963598Z 0% |######### | 14% 2024-04-03T15:56:55.4964482Z 0% |######### | 14% 2024-04-03T15:56:55.4965287Z 0% |######### | 14% 2024-04-03T15:56:55.4966154Z 0% |######### | 14% 2024-04-03T15:56:55.4966701Z 0% |######### | 14% 2024-04-03T15:56:55.4967281Z 0% |######### | 14% 2024-04-03T15:56:55.4967876Z 0% |######### | 14% 2024-04-03T15:56:55.4968386Z 0% |######### | 14% 2024-04-03T15:56:55.4968938Z 0% |######### | 14% 2024-04-03T15:56:55.4969647Z 0% |######### | 14% 2024-04-03T15:56:55.4970155Z 0% |######### | 14% 2024-04-03T15:56:55.4970783Z 0% |######### | 15% 2024-04-03T15:56:55.4971350Z 0% |######### | 15% 2024-04-03T15:56:55.4971858Z 0% |######### | 15% 2024-04-03T15:56:55.4972352Z 0% |######### | 15% 2024-04-03T15:56:55.4972861Z 0% |######### | 15% 2024-04-03T15:56:55.4973368Z 0% |######### | 15% 2024-04-03T15:56:55.4973948Z 0% |######### | 15% 2024-04-03T15:56:55.4974439Z 0% |######### | 15% 2024-04-03T15:56:55.4974949Z 0% |########## | 15% 2024-04-03T15:56:55.4975453Z 0% |########## | 15% 2024-04-03T15:56:55.4975950Z 0% |########## | 15% 2024-04-03T15:56:55.4976458Z 0% |########## | 15% 2024-04-03T15:56:55.4976962Z 0% |########## | 16% 2024-04-03T15:56:55.4977451Z 0% |########## | 16% 2024-04-03T15:56:55.4977958Z 0% |########## | 16% 2024-04-03T15:56:55.4978461Z 0% |########## | 16% 2024-04-03T15:56:55.4978968Z 0% |########## | 16% 2024-04-03T15:56:55.4979459Z 0% |########## | 16% 2024-04-03T15:56:55.4979964Z 0% |########## | 16% 2024-04-03T15:56:55.4980467Z 0% |########## | 16% 2024-04-03T15:56:55.4980963Z 0% |########## | 16% 2024-04-03T15:56:55.4981566Z 0% |########## | 16% 2024-04-03T15:56:55.4982072Z 0% |########## | 16% 2024-04-03T15:56:55.4982563Z 0% |########## | 16% 2024-04-03T15:56:55.4983071Z 0% |########## | 17% 2024-04-03T15:56:55.4983573Z 0% |########## | 17% 2024-04-03T15:56:55.4984062Z 0% |########### | 17% 2024-04-03T15:56:55.4984566Z 0% |########### | 17% 2024-04-03T15:56:55.4985073Z 0% |########### | 17% 2024-04-03T15:56:55.4985576Z 0% |########### | 17% 2024-04-03T15:56:55.4986079Z 0% |########### | 17% 2024-04-03T15:56:55.4986579Z 0% |########### | 17% 2024-04-03T15:56:55.4987084Z 0% |########### | 17% 2024-04-03T15:56:55.4987573Z 0% |########### | 17% 2024-04-03T15:56:55.4988079Z 0% |########### | 17% 2024-04-03T15:56:55.4988580Z 0% |########### | 17% 2024-04-03T15:56:55.4989072Z 0% |########### | 18% 2024-04-03T15:56:55.4989571Z 0% |########### | 18% 2024-04-03T15:56:55.4990146Z 0% |########### | 18% 2024-04-03T15:56:55.4990649Z 0% |########### | 18% 2024-04-03T15:56:55.4991210Z 0% |########### | 18% 2024-04-03T15:56:55.4991715Z 0% |########### | 18% 2024-04-03T15:56:55.4992220Z 0% |########### | 18% 2024-04-03T15:56:55.4992711Z 0% |########### | 18% 2024-04-03T15:56:55.4993216Z 0% |########### | 18% 2024-04-03T15:56:55.4993721Z 0% |############ | 18% 2024-04-03T15:56:55.4994210Z 0% |############ | 18% 2024-04-03T15:56:55.4994716Z 0% |############ | 18% 2024-04-03T15:56:55.4995225Z 0% |############ | 19% 2024-04-03T15:56:55.4995729Z 0% |############ | 19% 2024-04-03T15:56:55.4996230Z 0% |############ | 19% 2024-04-03T15:56:55.4996733Z 0% |############ | 19% 2024-04-03T15:56:55.4997238Z 0% |############ | 19% 2024-04-03T15:56:55.4997727Z 0% |############ | 19% 2024-04-03T15:56:55.4998229Z 0% |############ | 19% 2024-04-03T15:56:55.4998735Z 0% |############ | 19% 2024-04-03T15:56:55.4999226Z 0% |############ | 19% 2024-04-03T15:56:55.4999730Z 0% |############ | 19% 2024-04-03T15:56:55.5000230Z 0% |############ | 19% 2024-04-03T15:56:55.5000719Z 0% |############ | 19% 2024-04-03T15:56:55.5001286Z 0% |############ | 19% 2024-04-03T15:56:55.5001790Z 0% |############ | 20% 2024-04-03T15:56:55.5002294Z 0% |############ | 20% 2024-04-03T15:56:55.5002786Z 0% |############ | 20% 2024-04-03T15:56:55.5003288Z 0% |############# | 20% 2024-04-03T15:56:55.5003787Z 0% |############# | 20% 2024-04-03T15:56:55.5004279Z 0% |############# | 20% 2024-04-03T15:56:55.5004952Z 0% |############# | 20% 2024-04-03T15:56:55.5005460Z 0% |############# | 20% 2024-04-03T15:56:55.5005955Z 0% |############# | 20% 2024-04-03T15:56:55.5006472Z 0% |############# | 20% 2024-04-03T15:56:55.5006978Z 0% |############# | 20% 2024-04-03T15:56:55.5007481Z 0% |############# | 20% 2024-04-03T15:56:55.5007973Z 0% |############# | 21% 2024-04-03T15:56:55.5008479Z 0% |############# | 21% 2024-04-03T15:56:55.5008982Z 0% |############# | 21% 2024-04-03T15:56:55.5009473Z 0% |############# | 21% 2024-04-03T15:56:55.5009974Z 0% |############# | 21% 2024-04-03T15:56:55.5010480Z 0% |############# | 21% 2024-04-03T15:56:55.5010967Z 0% |############# | 21% 2024-04-03T15:56:55.5011566Z 0% |############# | 21% 2024-04-03T15:56:55.5012076Z 0% |############# | 21% 2024-04-03T15:56:55.5012568Z 0% |############# | 21% 2024-04-03T15:56:55.5013074Z 0% |############## | 21% 2024-04-03T15:56:55.5013654Z 0% |############## | 21% 2024-04-03T15:56:55.5014168Z 0% |############## | 22% 2024-04-03T15:56:55.5014657Z 0% |############## | 22% 2024-04-03T15:56:55.5015161Z 0% |############## | 22% 2024-04-03T15:56:55.5015663Z 0% |############## | 22% 2024-04-03T15:56:55.5016154Z 0% |############## | 22% 2024-04-03T15:56:55.5016665Z 0% |############## | 22% 2024-04-03T15:56:55.5017169Z 0% |############## | 22% 2024-04-03T15:56:55.5017660Z 0% |############## | 22% 2024-04-03T15:56:55.5018161Z 0% |############## | 22% 2024-04-03T15:56:55.5018667Z 0% |############## | 22% 2024-04-03T15:56:55.5019169Z 0% |############## | 22% 2024-04-03T15:56:55.5019659Z 0% |############## | 22% 2024-04-03T15:56:55.5020160Z 0% |############## | 23% 2024-04-03T15:56:55.5020662Z 0% |############## | 23% 2024-04-03T15:56:55.5021150Z 0% |############## | 23% 2024-04-03T15:56:55.5021737Z 0% |############## | 23% 2024-04-03T15:56:55.5022240Z 0% |############## | 23% 2024-04-03T15:56:55.5022730Z 0% |############### | 23% 2024-04-03T15:56:55.5023235Z 0% |############### | 23% 2024-04-03T15:56:55.5023741Z 0% |############### | 23% 2024-04-03T15:56:55.5024241Z 0% |############### | 23% 2024-04-03T15:56:55.5024727Z 0% |############### | 23% 2024-04-03T15:56:55.5025229Z 0% |############### | 23% 2024-04-03T15:56:55.5025727Z 0% |############### | 23% 2024-04-03T15:56:55.5026216Z 0% |############### | 24% 2024-04-03T15:56:55.5026725Z 0% |############### | 24% 2024-04-03T15:56:55.5027225Z 0% |############### | 24% 2024-04-03T15:56:55.5027715Z 0% |############### | 24% 2024-04-03T15:56:55.5028217Z 0% |############### | 24% 2024-04-03T15:56:55.5028719Z 0% |############### | 24% 2024-04-03T15:56:55.5029213Z 0% |############### | 24% 2024-04-03T15:56:55.5029720Z 0% |############### | 24% 2024-04-03T15:56:55.5030224Z 0% |############### | 24% 2024-04-03T15:56:55.5030731Z 0% |############### | 24% 2024-04-03T15:56:55.5031226Z 0% |############### | 24% 2024-04-03T15:56:55.5031812Z 0% |############### | 24% 2024-04-03T15:56:55.5032323Z 0% |################ | 25% 2024-04-03T15:56:55.5032818Z 0% |################ | 25% 2024-04-03T15:56:55.5033329Z 0% |################ | 25% 2024-04-03T15:56:55.5033838Z 0% |################ | 25% 2024-04-03T15:56:55.5034334Z 0% |################ | 25% 2024-04-03T15:56:55.5034843Z 0% |################ | 25% 2024-04-03T15:56:55.5035351Z 0% |################ | 25% 2024-04-03T15:56:55.5035859Z 0% |################ | 25% 2024-04-03T15:56:55.5036357Z 0% |################ | 25% 2024-04-03T15:56:55.5036871Z 0% |################ | 25% 2024-04-03T15:56:55.5037378Z 0% |################ | 25% 2024-04-03T15:56:55.5037870Z 0% |################ | 25% 2024-04-03T15:56:55.5038380Z 0% |################ | 26% 2024-04-03T15:56:55.5038888Z 0% |################ | 26% 2024-04-03T15:56:55.5039378Z 0% |################ | 26% 2024-04-03T15:56:55.5039877Z 0% |################ | 26% 2024-04-03T15:56:55.5040381Z 0% |################ | 26% 2024-04-03T15:56:55.5040870Z 0% |################ | 26% 2024-04-03T15:56:55.5041375Z 0% |################ | 26% 2024-04-03T15:56:55.5041961Z 0% |################# | 26% 2024-04-03T15:56:55.5042464Z 0% |################# | 26% 2024-04-03T15:56:55.5042954Z 0% |################# | 26% 2024-04-03T15:56:55.5043461Z 0% |################# | 26% 2024-04-03T15:56:55.5043970Z 0% |################# | 26% 2024-04-03T15:56:55.5044619Z 0% |################# | 27% 2024-04-03T15:56:55.5045131Z 0% |################# | 27% 2024-04-03T15:56:55.5045641Z 0% |################# | 27% 2024-04-03T15:56:55.5046137Z 0% |################# | 27% 2024-04-03T15:56:55.5046650Z 0% |################# | 27% 2024-04-03T15:56:55.5047159Z 0% |################# | 27% 2024-04-03T15:56:55.5047662Z 0% |################# | 27% 2024-04-03T15:56:55.5048156Z 0% |################# | 27% 2024-04-03T15:56:55.5048658Z 0% |################# | 27% 2024-04-03T15:56:55.5049160Z 0% |################# | 27% 2024-04-03T15:56:55.5049655Z 0% |################# | 27% 2024-04-03T15:56:55.5050159Z 0% |################# | 27% 2024-04-03T15:56:55.5050659Z 0% |################# | 28% 2024-04-03T15:56:55.5051152Z 0% |################# | 28% 2024-04-03T15:56:55.5051740Z 0% |################## | 28% 2024-04-03T15:56:55.5052252Z 0% |################## | 28% 2024-04-03T15:56:55.5052759Z 0% |################## | 28% 2024-04-03T15:56:55.5053251Z 0% |################## | 28% 2024-04-03T15:56:55.5053822Z 0% |################## | 28% 2024-04-03T15:56:55.5054331Z 0% |################## | 28% 2024-04-03T15:56:55.5054823Z 0% |################## | 28% 2024-04-03T15:56:55.5055329Z 0% |################## | 28% 2024-04-03T15:56:55.5055836Z 0% |################## | 28% 2024-04-03T15:56:55.5056325Z 0% |################## | 28% 2024-04-03T15:56:55.5056834Z 0% |################## | 29% 2024-04-03T15:56:55.5057342Z 0% |################## | 29% 2024-04-03T15:56:55.5057830Z 0% |################## | 29% 2024-04-03T15:56:55.5058334Z 0% |################## | 29% 2024-04-03T15:56:55.5058836Z 0% |################## | 29% 2024-04-03T15:56:55.5059341Z 0% |################## | 29% 2024-04-03T15:56:55.5059833Z 0% |################## | 29% 2024-04-03T15:56:55.5060336Z 0% |################## | 29% 2024-04-03T15:56:55.5060836Z 0% |################## | 29% 2024-04-03T15:56:55.5061328Z 0% |################### | 29% 2024-04-03T15:56:55.5061833Z 0% |################### | 29% 2024-04-03T15:56:55.5062419Z 0% |################### | 29% 2024-04-03T15:56:55.5062912Z 0% |################### | 29% 2024-04-03T15:56:55.5063417Z 0% |################### | 30% 2024-04-03T15:56:55.5063922Z 0% |################### | 30% 2024-04-03T15:56:55.5064431Z 0% |################### | 30% 2024-04-03T15:56:55.5064921Z 0% |################### | 30% 2024-04-03T15:56:55.5065426Z 0% |################### | 30% 2024-04-03T15:56:55.5065929Z 0% |################### | 30% 2024-04-03T15:56:55.5066419Z 0% |################### | 30% 2024-04-03T15:56:55.5066925Z 0% |################### | 30% 2024-04-03T15:56:55.5067430Z 0% |################### | 30% 2024-04-03T15:56:55.5067918Z 0% |################### | 30% 2024-04-03T15:56:55.5068420Z 0% |################### | 30% 2024-04-03T15:56:55.5068923Z 0% |################### | 30% 2024-04-03T15:56:55.5069411Z 0% |################### | 31% 2024-04-03T15:56:55.5069911Z 0% |################### | 31% 2024-04-03T15:56:55.5070413Z 0% |################### | 31% 2024-04-03T15:56:55.5070915Z 0% |#################### | 31% 2024-04-03T15:56:55.5071404Z 0% |#################### | 31% 2024-04-03T15:56:55.5072006Z 0% |#################### | 31% 2024-04-03T15:56:55.5072517Z 0% |#################### | 31% 2024-04-03T15:56:55.5073004Z 0% |#################### | 31% 2024-04-03T15:56:55.5073510Z 0% |#################### | 31% 2024-04-03T15:56:55.5074019Z 0% |#################### | 31% 2024-04-03T15:56:55.5074508Z 0% |#################### | 31% 2024-04-03T15:56:55.5075012Z 0% |#################### | 31% 2024-04-03T15:56:55.5075511Z 0% |#################### | 32% 2024-04-03T15:56:55.5076020Z 0% |#################### | 32% 2024-04-03T15:56:55.5076512Z 0% |#################### | 32% 2024-04-03T15:56:55.5077019Z 0% |#################### | 32% 2024-04-03T15:56:55.5077518Z 0% |#################### | 32% 2024-04-03T15:56:55.5078008Z 0% |#################### | 32% 2024-04-03T15:56:55.5078512Z 0% |#################### | 32% 2024-04-03T15:56:55.5079014Z 0% |#################### | 32% 2024-04-03T15:56:55.5079507Z 0% |#################### | 32% 2024-04-03T15:56:55.5080009Z 0% |#################### | 32% 2024-04-03T15:56:55.5080514Z 0% |##################### | 32% 2024-04-03T15:56:55.5081020Z 0% |##################### | 32% 2024-04-03T15:56:55.5081511Z 0% |##################### | 33% 2024-04-03T15:56:55.5082088Z 0% |##################### | 33% 2024-04-03T15:56:55.5082595Z 0% |##################### | 33% 2024-04-03T15:56:55.5083087Z 0% |##################### | 33% 2024-04-03T15:56:55.5083593Z 0% |##################### | 33% 2024-04-03T15:56:55.5084098Z 0% |##################### | 33% 2024-04-03T15:56:55.5084747Z 0% |##################### | 33% 2024-04-03T15:56:55.5085252Z 0% |##################### | 33% 2024-04-03T15:56:55.5085757Z 0% |##################### | 33% 2024-04-03T15:56:55.5086260Z 0% |##################### | 33% 2024-04-03T15:56:55.5086755Z 0% |##################### | 33% 2024-04-03T15:56:55.5087270Z 0% |##################### | 33% 2024-04-03T15:56:55.5087774Z 0% |##################### | 34% 2024-04-03T15:56:55.5088265Z 0% |##################### | 34% 2024-04-03T15:56:55.5088767Z 0% |##################### | 34% 2024-04-03T15:56:55.5089269Z 0% |##################### | 34% 2024-04-03T15:56:55.5089760Z 0% |###################### | 34% 2024-04-03T15:56:55.5090262Z 0% |###################### | 34% 2024-04-03T15:56:55.5090845Z 0% |###################### | 34% 2024-04-03T15:56:55.5091387Z 0% |###################### | 34% 2024-04-03T15:56:55.5091891Z 0% |###################### | 34% 2024-04-03T15:56:55.5092492Z 0% |###################### | 34% 2024-04-03T15:56:55.5093003Z 0% |###################### | 34% 2024-04-03T15:56:55.5093562Z 0% |###################### | 34% 2024-04-03T15:56:55.5094070Z 0% |###################### | 35% 2024-04-03T15:56:55.5094571Z 0% |###################### | 35% 2024-04-03T15:56:55.5095059Z 0% |###################### | 35% 2024-04-03T15:56:55.5095565Z 0% |###################### | 35% 2024-04-03T15:56:55.5096070Z 0% |###################### | 35% 2024-04-03T15:56:55.5096559Z 0% |###################### | 35% 2024-04-03T15:56:55.5097064Z 0% |###################### | 35% 2024-04-03T15:56:55.5097577Z 0% |###################### | 35% 2024-04-03T15:56:55.5098075Z 0% |###################### | 35% 2024-04-03T15:56:55.5098565Z 0% |###################### | 35% 2024-04-03T15:56:55.5099073Z 0% |###################### | 35% 2024-04-03T15:56:55.5099574Z 0% |####################### | 35% 2024-04-03T15:56:55.5100063Z 0% |####################### | 36% 2024-04-03T15:56:55.5100564Z 0% |####################### | 36% 2024-04-03T15:56:55.5101063Z 0% |####################### | 36% 2024-04-03T15:56:55.5101554Z 0% |####################### | 36% 2024-04-03T15:56:55.5102057Z 0% |####################### | 36% 2024-04-03T15:56:55.5102650Z 0% |####################### | 36% 2024-04-03T15:56:55.5103140Z 0% |####################### | 36% 2024-04-03T15:56:55.5103650Z 0% |####################### | 36% 2024-04-03T15:56:55.5104154Z 0% |####################### | 36% 2024-04-03T15:56:55.5104660Z 0% |####################### | 36% 2024-04-03T15:56:55.5105152Z 0% |####################### | 36% 2024-04-03T15:56:55.5105657Z 0% |####################### | 36% 2024-04-03T15:56:55.5106158Z 0% |####################### | 37% 2024-04-03T15:56:55.5106654Z 0% |####################### | 37% 2024-04-03T15:56:55.5107161Z 0% |####################### | 37% 2024-04-03T15:56:55.5107674Z 0% |####################### | 37% 2024-04-03T15:56:55.5108164Z 0% |####################### | 37% 2024-04-03T15:56:55.5108663Z 0% |####################### | 37% 2024-04-03T15:56:55.5109163Z 0% |######################## | 37% 2024-04-03T15:56:55.5109666Z 0% |######################## | 37% 2024-04-03T15:56:55.5110153Z 0% |######################## | 37% 2024-04-03T15:56:55.5110653Z 0% |######################## | 37% 2024-04-03T15:56:55.5111151Z 0% |######################## | 37% 2024-04-03T15:56:55.5111638Z 0% |######################## | 37% 2024-04-03T15:56:55.5112143Z 0% |######################## | 38% 2024-04-03T15:56:55.5112722Z 0% |######################## | 38% 2024-04-03T15:56:55.5113215Z 0% |######################## | 38% 2024-04-03T15:56:55.5113713Z 0% |######################## | 38% 2024-04-03T15:56:55.5114215Z 0% |######################## | 38% 2024-04-03T15:56:55.5114715Z 0% |######################## | 38% 2024-04-03T15:56:55.5115206Z 0% |######################## | 38% 2024-04-03T15:56:55.5115712Z 0% |######################## | 38% 2024-04-03T15:56:55.5116211Z 0% |######################## | 38% 2024-04-03T15:56:55.5116697Z 0% |######################## | 38% 2024-04-03T15:56:55.5117200Z 0% |######################## | 38% 2024-04-03T15:56:55.5117706Z 0% |######################## | 38% 2024-04-03T15:56:55.5118196Z 0% |######################## | 39% 2024-04-03T15:56:55.5118699Z 0% |######################### | 39% 2024-04-03T15:56:55.5119204Z 0% |######################### | 39% 2024-04-03T15:56:55.5119694Z 0% |######################### | 39% 2024-04-03T15:56:55.5120197Z 0% |######################### | 39% 2024-04-03T15:56:55.5120700Z 0% |######################### | 39% 2024-04-03T15:56:55.5121205Z 0% |######################### | 39% 2024-04-03T15:56:55.5121697Z 0% |######################### | 39% 2024-04-03T15:56:55.5122198Z 0% |######################### | 39% 2024-04-03T15:56:55.5122767Z 0% |######################### | 39% 2024-04-03T15:56:55.5123260Z 0% |######################### | 39% 2024-04-03T15:56:55.5123763Z 0% |######################### | 39% 2024-04-03T15:56:55.5124266Z 0% |######################### | 39% 2024-04-03T15:56:55.5124939Z 0% |######################### | 40% 2024-04-03T15:56:55.5125443Z 0% |######################### | 40% 2024-04-03T15:56:55.5125948Z 0% |######################### | 40% 2024-04-03T15:56:55.5126457Z 0% |######################### | 40% 2024-04-03T15:56:55.5126947Z 0% |######################### | 40% 2024-04-03T15:56:55.5127455Z 0% |######################### | 40% 2024-04-03T15:56:55.5127961Z 0% |######################### | 40% 2024-04-03T15:56:55.5128452Z 0% |########################## | 40% 2024-04-03T15:56:55.5128956Z 0% |########################## | 40% 2024-04-03T15:56:55.5129461Z 0% |########################## | 40% 2024-04-03T15:56:55.5129950Z 0% |########################## | 40% 2024-04-03T15:56:55.5130450Z 0% |########################## | 40% 2024-04-03T15:56:55.5130951Z 0% |########################## | 41% 2024-04-03T15:56:55.5131446Z 0% |########################## | 41% 2024-04-03T15:56:55.5131949Z 0% |########################## | 41% 2024-04-03T15:56:55.5132538Z 0% |########################## | 41% 2024-04-03T15:56:55.5133052Z 0% |########################## | 41% 2024-04-03T15:56:55.5133616Z 0% |########################## | 41% 2024-04-03T15:56:55.5134120Z 0% |########################## | 41% 2024-04-03T15:56:55.5134626Z 0% |########################## | 41% 2024-04-03T15:56:55.5135116Z 0% |########################## | 41% 2024-04-03T15:56:55.5135624Z 0% |########################## | 41% 2024-04-03T15:56:55.5136126Z 0% |########################## | 41% 2024-04-03T15:56:55.5136613Z 0% |########################## | 41% 2024-04-03T15:56:55.5137119Z 0% |########################## | 42% 2024-04-03T15:56:55.5137630Z 0% |########################## | 42% 2024-04-03T15:56:55.5138191Z 0% |########################### | 42% 2024-04-03T15:56:55.5138684Z 0% |########################### | 42% 2024-04-03T15:56:55.5139194Z 0% |########################### | 42% 2024-04-03T15:56:55.5139704Z 0% |########################### | 42% 2024-04-03T15:56:55.5140192Z 0% |########################### | 42% 2024-04-03T15:56:55.5140699Z 0% |########################### | 42% 2024-04-03T15:56:55.5141203Z 0% |########################### | 42% 2024-04-03T15:56:55.5141696Z 0% |########################### | 42% 2024-04-03T15:56:55.5142199Z 0% |########################### | 42% 2024-04-03T15:56:55.5142707Z 0% |########################### | 42% 2024-04-03T15:56:55.5143292Z 0% |########################### | 43% 2024-04-03T15:56:55.5143782Z 0% |########################### | 43% 2024-04-03T15:56:55.5144286Z 0% |########################### | 43% 2024-04-03T15:56:55.5144791Z 0% |########################### | 43% 2024-04-03T15:56:55.5145282Z 0% |########################### | 43% 2024-04-03T15:56:55.5145783Z 0% |########################### | 43% 2024-04-03T15:56:55.5146286Z 0% |########################### | 43% 2024-04-03T15:56:55.5146777Z 0% |########################### | 43% 2024-04-03T15:56:55.5147277Z 0% |########################### | 43% 2024-04-03T15:56:55.5147784Z 0% |############################ | 43% 2024-04-03T15:56:55.5148280Z 0% |############################ | 43% 2024-04-03T15:56:55.5148785Z 0% |############################ | 43% 2024-04-03T15:56:55.5149285Z 0% |############################ | 44% 2024-04-03T15:56:55.5149792Z 0% |############################ | 44% 2024-04-03T15:56:55.5150282Z 0% |############################ | 44% 2024-04-03T15:56:55.5150784Z 0% |############################ | 44% 2024-04-03T15:56:55.5151288Z 0% |############################ | 44% 2024-04-03T15:56:55.5151776Z 0% |############################ | 44% 2024-04-03T15:56:55.5152282Z 0% |############################ | 44% 2024-04-03T15:56:55.5152841Z 0% |############################ | 44% 2024-04-03T15:56:55.5153334Z 0% |############################ | 44% 2024-04-03T15:56:55.5153836Z 0% |############################ | 44% 2024-04-03T15:56:55.5154341Z 0% |############################ | 44% 2024-04-03T15:56:55.5154844Z 0% |############################ | 44% 2024-04-03T15:56:55.5155339Z 0% |############################ | 45% 2024-04-03T15:56:55.5155844Z 0% |############################ | 45% 2024-04-03T15:56:55.5156347Z 0% |############################ | 45% 2024-04-03T15:56:55.5156835Z 0% |############################ | 45% 2024-04-03T15:56:55.5157341Z 0% |############################# | 45% 2024-04-03T15:56:55.5157849Z 0% |############################# | 45% 2024-04-03T15:56:55.5158341Z 0% |############################# | 45% 2024-04-03T15:56:55.5158842Z 0% |############################# | 45% 2024-04-03T15:56:55.5159341Z 0% |############################# | 45% 2024-04-03T15:56:55.5160227Z 0% |############################# | 45% 2024-04-03T15:56:55.5160716Z 0% |############################# | 45% 2024-04-03T15:56:55.5161222Z 0% |############################# | 45% 2024-04-03T15:56:55.5161730Z 0% |############################# | 46% 2024-04-03T15:56:55.5162221Z 0% |############################# | 46% 2024-04-03T15:56:55.5162726Z 0% |############################# | 46% 2024-04-03T15:56:55.5163297Z 0% |############################# | 46% 2024-04-03T15:56:55.5163787Z 0% |############################# | 46% 2024-04-03T15:56:55.5164426Z 0% |############################# | 46% 2024-04-03T15:56:55.5164941Z 0% |############################# | 46% 2024-04-03T15:56:55.5165448Z 0% |############################# | 46% 2024-04-03T15:56:55.5165936Z 0% |############################# | 46% 2024-04-03T15:56:55.5166441Z 0% |############################# | 46% 2024-04-03T15:56:55.5166946Z 0% |############################# | 46% 2024-04-03T15:56:55.5167437Z 0% |############################## | 46% 2024-04-03T15:56:55.5167941Z 0% |############################## | 47% 2024-04-03T15:56:55.5168452Z 0% |############################## | 47% 2024-04-03T15:56:55.5168942Z 0% |############################## | 47% 2024-04-03T15:56:55.5169447Z 0% |############################## | 47% 2024-04-03T15:56:55.5169950Z 0% |############################## | 47% 2024-04-03T15:56:55.5170439Z 0% |############################## | 47% 2024-04-03T15:56:55.5170945Z 0% |############################## | 47% 2024-04-03T15:56:55.5171448Z 0% |############################## | 47% 2024-04-03T15:56:55.5171952Z 0% |############################## | 47% 2024-04-03T15:56:55.5172445Z 0% |############################## | 47% 2024-04-03T15:56:55.5172947Z 0% |############################## | 47% 2024-04-03T15:56:55.5173677Z 0% |############################## | 47% 2024-04-03T15:56:55.5174172Z 0% |############################## | 48% 2024-04-03T15:56:55.5174681Z 0% |############################## | 48% 2024-04-03T15:56:55.5175188Z 0% |############################## | 48% 2024-04-03T15:56:55.5175679Z 0% |############################## | 48% 2024-04-03T15:56:55.5176183Z 0% |############################## | 48% 2024-04-03T15:56:55.5176682Z 0% |############################## | 48% 2024-04-03T15:56:55.5177187Z 0% |############################### | 48% 2024-04-03T15:56:55.5177675Z 0% |############################### | 48% 2024-04-03T15:56:55.5178181Z 0% |############################### | 48% 2024-04-03T15:56:55.5178689Z 0% |############################### | 48% 2024-04-03T15:56:55.5179177Z 0% |############################### | 48% 2024-04-03T15:56:55.5179682Z 0% |############################### | 48% 2024-04-03T15:56:55.5180183Z 0% |############################### | 49% 2024-04-03T15:56:55.5180674Z 0% |############################### | 49% 2024-04-03T15:56:55.5181178Z 0% |############################### | 49% 2024-04-03T15:56:55.5181685Z 0% |############################### | 49% 2024-04-03T15:56:55.5182183Z 0% |############################### | 49% 2024-04-03T15:56:55.5182673Z 0% |############################### | 49% 2024-04-03T15:56:55.5183178Z 0% |############################### | 49% 2024-04-03T15:56:55.5183792Z 0% |############################### | 49% 2024-04-03T15:56:55.5184280Z 0% |############################### | 49% 2024-04-03T15:56:55.5184783Z 0% |############################### | 49% 2024-04-03T15:56:55.5185287Z 0% |############################### | 49% 2024-04-03T15:56:55.5185780Z 0% |############################### | 49% 2024-04-03T15:56:55.5186284Z 0% |############################### | 49% 2024-04-03T15:56:55.5186787Z 0% |################################ | 50% 2024-04-03T15:56:55.5187276Z 0% |################################ | 50% 2024-04-03T15:56:55.5187778Z 0% |################################ | 50% 2024-04-03T15:56:55.5188284Z 0% |################################ | 50% 2024-04-03T15:56:55.5188798Z 0% |################################ | 50% 2024-04-03T15:56:55.5189289Z 0% |################################ | 50% 2024-04-03T15:56:55.5189790Z 0% |################################ | 50% 2024-04-03T15:56:55.5190293Z 0% |################################ | 50% 2024-04-03T15:56:55.5190784Z 0% |################################ | 50% 2024-04-03T15:56:55.5191288Z 0% |################################ | 50% 2024-04-03T15:56:55.5191790Z 0% |################################ | 50% 2024-04-03T15:56:55.5192282Z 0% |################################ | 50% 2024-04-03T15:56:55.5192786Z 0% |################################ | 51% 2024-04-03T15:56:55.5193287Z 0% |################################ | 51% 2024-04-03T15:56:55.5193850Z 0% |################################ | 51% 2024-04-03T15:56:55.5194340Z 0% |################################ | 51% 2024-04-03T15:56:55.5194842Z 0% |################################ | 51% 2024-04-03T15:56:55.5195349Z 0% |################################ | 51% 2024-04-03T15:56:55.5195842Z 0% |################################# | 51% 2024-04-03T15:56:55.5196349Z 0% |################################# | 51% 2024-04-03T15:56:55.5196852Z 0% |################################# | 51% 2024-04-03T15:56:55.5197337Z 0% |################################# | 51% 2024-04-03T15:56:55.5197836Z 0% |################################# | 51% 2024-04-03T15:56:55.5198338Z 0% |################################# | 51% 2024-04-03T15:56:55.5198834Z 0% |################################# | 52% 2024-04-03T15:56:55.5199335Z 0% |################################# | 52% 2024-04-03T15:56:55.5199836Z 0% |################################# | 52% 2024-04-03T15:56:55.5200337Z 0% |################################# | 52% 2024-04-03T15:56:55.5200823Z 0% |################################# | 52% 2024-04-03T15:56:55.5201325Z 0% |################################# | 52% 2024-04-03T15:56:55.5201825Z 0% |################################# | 52% 2024-04-03T15:56:55.5202313Z 0% |################################# | 52% 2024-04-03T15:56:55.5202815Z 0% |################################# | 52% 2024-04-03T15:56:55.5203319Z 0% |################################# | 52% 2024-04-03T15:56:55.5203876Z 0% |################################# | 52% 2024-04-03T15:56:55.5204502Z 0% |################################# | 52% 2024-04-03T15:56:55.5205012Z 0% |################################# | 53% 2024-04-03T15:56:55.5205519Z 0% |################################## | 53% 2024-04-03T15:56:55.5206009Z 0% |################################## | 53% 2024-04-03T15:56:55.5206513Z 0% |################################## | 53% 2024-04-03T15:56:55.5207019Z 0% |################################## | 53% 2024-04-03T15:56:55.5207506Z 0% |################################## | 53% 2024-04-03T15:56:55.5208011Z 0% |################################## | 53% 2024-04-03T15:56:55.5208517Z 0% |################################## | 53% 2024-04-03T15:56:55.5209013Z 0% |################################## | 53% 2024-04-03T15:56:55.5209518Z 0% |################################## | 53% 2024-04-03T15:56:55.5210023Z 0% |################################## | 53% 2024-04-03T15:56:55.5210526Z 0% |################################## | 53% 2024-04-03T15:56:55.5211017Z 0% |################################## | 54% 2024-04-03T15:56:55.5211519Z 0% |################################## | 54% 2024-04-03T15:56:55.5212020Z 0% |################################## | 54% 2024-04-03T15:56:55.5212508Z 0% |################################## | 54% 2024-04-03T15:56:55.5213012Z 0% |################################## | 54% 2024-04-03T15:56:55.5213653Z 0% |################################## | 54% 2024-04-03T15:56:55.5214156Z 0% |################################## | 54% 2024-04-03T15:56:55.5214660Z 0% |################################## | 54% 2024-04-03T15:56:55.5215167Z 0% |################################### | 54% 2024-04-03T15:56:55.5215660Z 0% |################################### | 54% 2024-04-03T15:56:55.5216164Z 0% |################################### | 54% 2024-04-03T15:56:55.5216667Z 0% |################################### | 54% 2024-04-03T15:56:55.5217169Z 0% |################################### | 55% 2024-04-03T15:56:55.5217662Z 0% |################################### | 55% 2024-04-03T15:56:55.5218164Z 0% |################################### | 55% 2024-04-03T15:56:55.5218673Z 0% |################################### | 55% 2024-04-03T15:56:55.5219170Z 0% |################################### | 55% 2024-04-03T15:56:55.5219671Z 0% |################################### | 55% 2024-04-03T15:56:55.5220177Z 0% |################################### | 55% 2024-04-03T15:56:55.5220671Z 0% |################################### | 55% 2024-04-03T15:56:55.5221174Z 0% |################################### | 55% 2024-04-03T15:56:55.5221676Z 0% |################################### | 55% 2024-04-03T15:56:55.5222179Z 0% |################################### | 55% 2024-04-03T15:56:55.5222668Z 0% |################################### | 55% 2024-04-03T15:56:55.5223169Z 0% |################################### | 56% 2024-04-03T15:56:55.5223672Z 0% |################################### | 56% 2024-04-03T15:56:55.5224259Z 0% |################################### | 56% 2024-04-03T15:56:55.5224765Z 0% |#################################### | 56% 2024-04-03T15:56:55.5225271Z 0% |#################################### | 56% 2024-04-03T15:56:55.5225760Z 0% |#################################### | 56% 2024-04-03T15:56:55.5226261Z 0% |#################################### | 56% 2024-04-03T15:56:55.5226765Z 0% |#################################### | 56% 2024-04-03T15:56:55.5227252Z 0% |#################################### | 56% 2024-04-03T15:56:55.5227751Z 0% |#################################### | 56% 2024-04-03T15:56:55.5228254Z 0% |#################################### | 56% 2024-04-03T15:56:55.5228759Z 0% |#################################### | 56% 2024-04-03T15:56:55.5229252Z 0% |#################################### | 57% 2024-04-03T15:56:55.5229755Z 0% |#################################### | 57% 2024-04-03T15:56:55.5230259Z 0% |#################################### | 57% 2024-04-03T15:56:55.5230750Z 0% |#################################### | 57% 2024-04-03T15:56:55.5231257Z 0% |#################################### | 57% 2024-04-03T15:56:55.5231760Z 0% |#################################### | 57% 2024-04-03T15:56:55.5232250Z 0% |#################################### | 57% 2024-04-03T15:56:55.5232756Z 0% |#################################### | 57% 2024-04-03T15:56:55.5233255Z 0% |#################################### | 57% 2024-04-03T15:56:55.5233809Z 0% |#################################### | 57% 2024-04-03T15:56:55.5234305Z 0% |##################################### | 57% 2024-04-03T15:56:55.5234807Z 0% |##################################### | 57% 2024-04-03T15:56:55.5235310Z 0% |##################################### | 58% 2024-04-03T15:56:55.5235800Z 0% |##################################### | 58% 2024-04-03T15:56:55.5236300Z 0% |##################################### | 58% 2024-04-03T15:56:55.5236803Z 0% |##################################### | 58% 2024-04-03T15:56:55.5237293Z 0% |##################################### | 58% 2024-04-03T15:56:55.5237797Z 0% |##################################### | 58% 2024-04-03T15:56:55.5238301Z 0% |##################################### | 58% 2024-04-03T15:56:55.5238798Z 0% |##################################### | 58% 2024-04-03T15:56:55.5239307Z 0% |##################################### | 58% 2024-04-03T15:56:55.5239805Z 0% |##################################### | 58% 2024-04-03T15:56:55.5240312Z 0% |##################################### | 58% 2024-04-03T15:56:55.5240803Z 0% |##################################### | 58% 2024-04-03T15:56:55.5241303Z 0% |##################################### | 59% 2024-04-03T15:56:55.5241807Z 0% |##################################### | 59% 2024-04-03T15:56:55.5242295Z 0% |##################################### | 59% 2024-04-03T15:56:55.5242798Z 0% |##################################### | 59% 2024-04-03T15:56:55.5243303Z 0% |##################################### | 59% 2024-04-03T15:56:55.5243795Z 0% |###################################### | 59% 2024-04-03T15:56:55.5244486Z 0% |###################################### | 59% 2024-04-03T15:56:55.5244993Z 0% |###################################### | 59% 2024-04-03T15:56:55.5245503Z 0% |###################################### | 59% 2024-04-03T15:56:55.5246004Z 0% |###################################### | 59% 2024-04-03T15:56:55.5246511Z 0% |###################################### | 59% 2024-04-03T15:56:55.5264345Z 0% |###################################### | 59% 2024-04-03T15:56:55.5264903Z 0% |###################################### | 59% 2024-04-03T15:56:55.5265421Z 0% |###################################### | 60% 2024-04-03T15:56:55.5265948Z 0% |###################################### | 60% 2024-04-03T15:56:55.5266488Z 0% |###################################### | 60% 2024-04-03T15:56:55.5266990Z 0% |###################################### | 60% 2024-04-03T15:56:55.5267506Z 0% |###################################### | 60% 2024-04-03T15:56:55.5268025Z 0% |###################################### | 60% 2024-04-03T15:56:55.5268521Z 0% |###################################### | 60% 2024-04-03T15:56:55.5269036Z 0% |###################################### | 60% 2024-04-03T15:56:55.5269548Z 0% |###################################### | 60% 2024-04-03T15:56:55.5270062Z 0% |###################################### | 60% 2024-04-03T15:56:55.5270559Z 0% |###################################### | 60% 2024-04-03T15:56:55.5271073Z 0% |####################################### | 60% 2024-04-03T15:56:55.5271731Z 0% |####################################### | 61% 2024-04-03T15:56:55.5272229Z 0% |####################################### | 61% 2024-04-03T15:56:55.5272743Z 0% |####################################### | 61% 2024-04-03T15:56:55.5273254Z 0% |####################################### | 61% 2024-04-03T15:56:55.5273749Z 0% |####################################### | 61% 2024-04-03T15:56:55.5274257Z 0% |####################################### | 61% 2024-04-03T15:56:55.5274772Z 0% |####################################### | 61% 2024-04-03T15:56:55.5275283Z 0% |####################################### | 61% 2024-04-03T15:56:55.5275776Z 0% |####################################### | 61% 2024-04-03T15:56:55.5276286Z 0% |####################################### | 61% 2024-04-03T15:56:55.5276802Z 0% |####################################### | 61% 2024-04-03T15:56:55.5277292Z 0% |####################################### | 61% 2024-04-03T15:56:55.5277807Z 0% |####################################### | 62% 2024-04-03T15:56:55.5278315Z 0% |####################################### | 62% 2024-04-03T15:56:55.5278814Z 0% |####################################### | 62% 2024-04-03T15:56:55.5279325Z 0% |####################################### | 62% 2024-04-03T15:56:55.5279833Z 0% |####################################### | 62% 2024-04-03T15:56:55.5280328Z 0% |####################################### | 62% 2024-04-03T15:56:55.5280835Z 0% |######################################## | 62% 2024-04-03T15:56:55.5281345Z 0% |######################################## | 62% 2024-04-03T15:56:55.5281936Z 0% |######################################## | 62% 2024-04-03T15:56:55.5282434Z 0% |######################################## | 62% 2024-04-03T15:56:55.5282941Z 0% |######################################## | 62% 2024-04-03T15:56:55.5283450Z 0% |######################################## | 62% 2024-04-03T15:56:55.5283943Z 0% |######################################## | 63% 2024-04-03T15:56:55.5284601Z 0% |######################################## | 63% 2024-04-03T15:56:55.5285113Z 0% |######################################## | 63% 2024-04-03T15:56:55.5285612Z 0% |######################################## | 63% 2024-04-03T15:56:55.5286119Z 0% |######################################## | 63% 2024-04-03T15:56:55.5286629Z 0% |######################################## | 63% 2024-04-03T15:56:55.5287150Z 0% |######################################## | 63% 2024-04-03T15:56:55.5287645Z 0% |######################################## | 63% 2024-04-03T15:56:55.5288153Z 0% |######################################## | 63% 2024-04-03T15:56:55.5288657Z 0% |######################################## | 63% 2024-04-03T15:56:55.5289152Z 0% |######################################## | 63% 2024-04-03T15:56:55.5289663Z 0% |######################################## | 63% 2024-04-03T15:56:55.5290171Z 0% |######################################## | 64% 2024-04-03T15:56:55.5290666Z 0% |######################################### | 64% 2024-04-03T15:56:55.5291179Z 0% |######################################### | 64% 2024-04-03T15:56:55.5291687Z 0% |######################################### | 64% 2024-04-03T15:56:55.5292265Z 0% |######################################### | 64% 2024-04-03T15:56:55.5292760Z 0% |######################################### | 64% 2024-04-03T15:56:55.5293277Z 0% |######################################### | 64% 2024-04-03T15:56:55.5293874Z 0% |######################################### | 64% 2024-04-03T15:56:55.5294367Z 0% |######################################### | 64% 2024-04-03T15:56:55.5294879Z 0% |######################################### | 64% 2024-04-03T15:56:55.5295385Z 0% |######################################### | 64% 2024-04-03T15:56:55.5295882Z 0% |######################################### | 64% 2024-04-03T15:56:55.5296389Z 0% |######################################### | 65% 2024-04-03T15:56:55.5296895Z 0% |######################################### | 65% 2024-04-03T15:56:55.5297401Z 0% |######################################### | 65% 2024-04-03T15:56:55.5297911Z 0% |######################################### | 65% 2024-04-03T15:56:55.5298421Z 0% |######################################### | 65% 2024-04-03T15:56:55.5298934Z 0% |######################################### | 65% 2024-04-03T15:56:55.5299428Z 0% |######################################### | 65% 2024-04-03T15:56:55.5299939Z 0% |######################################### | 65% 2024-04-03T15:56:55.5300451Z 0% |########################################## | 65% 2024-04-03T15:56:55.5300945Z 0% |########################################## | 65% 2024-04-03T15:56:55.5301453Z 0% |########################################## | 65% 2024-04-03T15:56:55.5301965Z 0% |########################################## | 65% 2024-04-03T15:56:55.5302536Z 0% |########################################## | 66% 2024-04-03T15:56:55.5303050Z 0% |########################################## | 66% 2024-04-03T15:56:55.5303561Z 0% |########################################## | 66% 2024-04-03T15:56:55.5304070Z 0% |########################################## | 66% 2024-04-03T15:56:55.5304564Z 0% |########################################## | 66% 2024-04-03T15:56:55.5305073Z 0% |########################################## | 66% 2024-04-03T15:56:55.5305578Z 0% |########################################## | 66% 2024-04-03T15:56:55.5306079Z 0% |########################################## | 66% 2024-04-03T15:56:55.5306593Z 0% |########################################## | 66% 2024-04-03T15:56:55.5307098Z 0% |########################################## | 66% 2024-04-03T15:56:55.5307599Z 0% |########################################## | 66% 2024-04-03T15:56:55.5308111Z 0% |########################################## | 66% 2024-04-03T15:56:55.5308621Z 0% |########################################## | 67% 2024-04-03T15:56:55.5309117Z 0% |########################################## | 67% 2024-04-03T15:56:55.5309629Z 0% |########################################### | 67% 2024-04-03T15:56:55.5310126Z 0% |########################################### | 67% 2024-04-03T15:56:55.5310627Z 0% |########################################### | 67% 2024-04-03T15:56:55.5311122Z 0% |########################################### | 67% 2024-04-03T15:56:55.5311623Z 0% |########################################### | 67% 2024-04-03T15:56:55.5312131Z 0% |########################################### | 67% 2024-04-03T15:56:55.5312689Z 0% |########################################### | 67% 2024-04-03T15:56:55.5313198Z 0% |########################################### | 67% 2024-04-03T15:56:55.5313698Z 0% |########################################### | 67% 2024-04-03T15:56:55.5314185Z 0% |########################################### | 67% 2024-04-03T15:56:55.5314683Z 0% |########################################### | 68% 2024-04-03T15:56:55.5315186Z 0% |########################################### | 68% 2024-04-03T15:56:55.5315683Z 0% |########################################### | 68% 2024-04-03T15:56:55.5316178Z 0% |########################################### | 68% 2024-04-03T15:56:55.5316673Z 0% |########################################### | 68% 2024-04-03T15:56:55.5317171Z 0% |########################################### | 68% 2024-04-03T15:56:55.5317658Z 0% |########################################### | 68% 2024-04-03T15:56:55.5318157Z 0% |########################################### | 68% 2024-04-03T15:56:55.5318654Z 0% |########################################### | 68% 2024-04-03T15:56:55.5319144Z 0% |############################################ | 68% 2024-04-03T15:56:55.5319635Z 0% |############################################ | 68% 2024-04-03T15:56:55.5320135Z 0% |############################################ | 68% 2024-04-03T15:56:55.5320625Z 0% |############################################ | 69% 2024-04-03T15:56:55.5321110Z 0% |############################################ | 69% 2024-04-03T15:56:55.5321601Z 0% |############################################ | 69% 2024-04-03T15:56:55.5322103Z 0% |############################################ | 69% 2024-04-03T15:56:55.5322638Z 0% |############################################ | 69% 2024-04-03T15:56:55.5323125Z 0% |############################################ | 69% 2024-04-03T15:56:55.5323612Z 0% |############################################ | 69% 2024-04-03T15:56:55.5324096Z 0% |############################################ | 69% 2024-04-03T15:56:55.5324706Z 0% |############################################ | 69% 2024-04-03T15:56:55.5325196Z 0% |############################################ | 69% 2024-04-03T15:56:55.5325680Z 0% |############################################ | 69% 2024-04-03T15:56:55.5326175Z 0% |############################################ | 69% 2024-04-03T15:56:55.5326674Z 0% |############################################ | 69% 2024-04-03T15:56:55.5327175Z 0% |############################################ | 70% 2024-04-03T15:56:55.5327666Z 0% |############################################ | 70% 2024-04-03T15:56:55.5328157Z 0% |############################################ | 70% 2024-04-03T15:56:55.5328646Z 0% |############################################# | 70% 2024-04-03T15:56:55.5329133Z 0% |############################################# | 70% 2024-04-03T15:56:55.5329620Z 0% |############################################# | 70% 2024-04-03T15:56:55.5330112Z 0% |############################################# | 70% 2024-04-03T15:56:55.5330595Z 0% |############################################# | 70% 2024-04-03T15:56:55.5331084Z 0% |############################################# | 70% 2024-04-03T15:56:55.5331575Z 0% |############################################# | 70% 2024-04-03T15:56:55.5332167Z 0% |############################################# | 70% 2024-04-03T15:56:55.5332659Z 0% |############################################# | 70% 2024-04-03T15:56:55.5333155Z 0% |############################################# | 71% 2024-04-03T15:56:55.5333743Z 0% |############################################# | 71% 2024-04-03T15:56:55.5334234Z 0% |############################################# | 71% 2024-04-03T15:56:55.5334731Z 0% |############################################# | 71% 2024-04-03T15:56:55.5335230Z 0% |############################################# | 71% 2024-04-03T15:56:55.5335717Z 0% |############################################# | 71% 2024-04-03T15:56:55.5336218Z 0% |############################################# | 71% 2024-04-03T15:56:55.5336720Z 0% |############################################# | 71% 2024-04-03T15:56:55.5337212Z 0% |############################################# | 71% 2024-04-03T15:56:55.5337716Z 0% |############################################# | 71% 2024-04-03T15:56:55.5338214Z 0% |############################################## | 71% 2024-04-03T15:56:55.5338712Z 0% |############################################## | 71% 2024-04-03T15:56:55.5339202Z 0% |############################################## | 72% 2024-04-03T15:56:55.5339701Z 0% |############################################## | 72% 2024-04-03T15:56:55.5340199Z 0% |############################################## | 72% 2024-04-03T15:56:55.5340686Z 0% |############################################## | 72% 2024-04-03T15:56:55.5341188Z 0% |############################################## | 72% 2024-04-03T15:56:55.5341691Z 0% |############################################## | 72% 2024-04-03T15:56:55.5342190Z 0% |############################################## | 72% 2024-04-03T15:56:55.5342766Z 0% |############################################## | 72% 2024-04-03T15:56:55.5343262Z 0% |############################################## | 72% 2024-04-03T15:56:55.5343762Z 0% |############################################## | 72% 2024-04-03T15:56:55.5344251Z 0% |############################################## | 72% 2024-04-03T15:56:55.5344749Z 0% |############################################## | 72% 2024-04-03T15:56:55.5345253Z 0% |############################################## | 73% 2024-04-03T15:56:55.5345742Z 0% |############################################## | 73% 2024-04-03T15:56:55.5346246Z 0% |############################################## | 73% 2024-04-03T15:56:55.5346752Z 0% |############################################## | 73% 2024-04-03T15:56:55.5347244Z 0% |############################################## | 73% 2024-04-03T15:56:55.5347748Z 0% |############################################### | 73% 2024-04-03T15:56:55.5348250Z 0% |############################################### | 73% 2024-04-03T15:56:55.5348739Z 0% |############################################### | 73% 2024-04-03T15:56:55.5349240Z 0% |############################################### | 73% 2024-04-03T15:56:55.5349743Z 0% |############################################### | 73% 2024-04-03T15:56:55.5350245Z 0% |############################################### | 73% 2024-04-03T15:56:55.5350732Z 0% |############################################### | 73% 2024-04-03T15:56:55.5351231Z 0% |############################################### | 74% 2024-04-03T15:56:55.5351731Z 0% |############################################### | 74% 2024-04-03T15:56:55.5352291Z 0% |############################################### | 74% 2024-04-03T15:56:55.5352798Z 0% |############################################### | 74% 2024-04-03T15:56:55.5353306Z 0% |############################################### | 74% 2024-04-03T15:56:55.5353799Z 0% |############################################### | 74% 2024-04-03T15:56:55.5354301Z 0% |############################################### | 74% 2024-04-03T15:56:55.5354802Z 0% |############################################### | 74% 2024-04-03T15:56:55.5355308Z 0% |############################################### | 74% 2024-04-03T15:56:55.5355796Z 0% |############################################### | 74% 2024-04-03T15:56:55.5356348Z 0% |############################################### | 74% 2024-04-03T15:56:55.5356932Z 0% |############################################### | 74% 2024-04-03T15:56:55.5357429Z 0% |################################################ | 75% 2024-04-03T15:56:55.5357935Z 0% |################################################ | 75% 2024-04-03T15:56:55.5358434Z 0% |################################################ | 75% 2024-04-03T15:56:55.5358919Z 0% |################################################ | 75% 2024-04-03T15:56:55.5359420Z 0% |################################################ | 75% 2024-04-03T15:56:55.5359925Z 0% |################################################ | 75% 2024-04-03T15:56:55.5360424Z 0% |################################################ | 75% 2024-04-03T15:56:55.5360910Z 0% |################################################ | 75% 2024-04-03T15:56:55.5361415Z 0% |################################################ | 75% 2024-04-03T15:56:55.5361917Z 0% |################################################ | 75% 2024-04-03T15:56:55.5362478Z 0% |################################################ | 75% 2024-04-03T15:56:55.5362983Z 0% |################################################ | 75% 2024-04-03T15:56:55.5363490Z 0% |################################################ | 76% 2024-04-03T15:56:55.5363974Z 0% |################################################ | 76% 2024-04-03T15:56:55.5364579Z 0% |################################################ | 76% 2024-04-03T15:56:55.5365087Z 0% |################################################ | 76% 2024-04-03T15:56:55.5365574Z 0% |################################################ | 76% 2024-04-03T15:56:55.5366075Z 0% |################################################ | 76% 2024-04-03T15:56:55.5366574Z 0% |################################################ | 76% 2024-04-03T15:56:55.5367136Z 0% |################################################# | 76% 2024-04-03T15:56:55.5367750Z 0% |################################################# | 76% 2024-04-03T15:56:55.5368249Z 0% |################################################# | 76% 2024-04-03T15:56:55.5368754Z 0% |################################################# | 76% 2024-04-03T15:56:55.5369242Z 0% |################################################# | 76% 2024-04-03T15:56:55.5369751Z 0% |################################################# | 77% 2024-04-03T15:56:55.5370253Z 0% |################################################# | 77% 2024-04-03T15:56:55.5370737Z 0% |################################################# | 77% 2024-04-03T15:56:55.5371232Z 0% |################################################# | 77% 2024-04-03T15:56:55.5371735Z 0% |################################################# | 77% 2024-04-03T15:56:55.5372231Z 0% |################################################# | 77% 2024-04-03T15:56:55.5372816Z 0% |################################################# | 77% 2024-04-03T15:56:55.5373320Z 0% |################################################# | 77% 2024-04-03T15:56:55.5373906Z 0% |################################################# | 77% 2024-04-03T15:56:55.5374394Z 0% |################################################# | 77% 2024-04-03T15:56:55.5374899Z 0% |################################################# | 77% 2024-04-03T15:56:55.5375403Z 0% |################################################# | 77% 2024-04-03T15:56:55.5375893Z 0% |################################################# | 78% 2024-04-03T15:56:55.5376397Z 0% |################################################# | 78% 2024-04-03T15:56:55.5376900Z 0% |################################################## | 78% 2024-04-03T15:56:55.5377390Z 0% |################################################## | 78% 2024-04-03T15:56:55.5377900Z 0% |################################################## | 78% 2024-04-03T15:56:55.5378404Z 0% |################################################## | 78% 2024-04-03T15:56:55.5378902Z 0% |################################################## | 78% 2024-04-03T15:56:55.5379386Z 0% |################################################## | 78% 2024-04-03T15:56:55.5379877Z 0% |################################################## | 78% 2024-04-03T15:56:55.5380370Z 0% |################################################## | 78% 2024-04-03T15:56:55.5380845Z 0% |################################################## | 78% 2024-04-03T15:56:55.5381338Z 0% |################################################## | 78% 2024-04-03T15:56:55.5381834Z 0% |################################################## | 79% 2024-04-03T15:56:55.5382320Z 0% |################################################## | 79% 2024-04-03T15:56:55.5382896Z 0% |################################################## | 79% 2024-04-03T15:56:55.5383391Z 0% |################################################## | 79% 2024-04-03T15:56:55.5383890Z 0% |################################################## | 79% 2024-04-03T15:56:55.5384375Z 0% |################################################## | 79% 2024-04-03T15:56:55.5384875Z 0% |################################################## | 79% 2024-04-03T15:56:55.5385376Z 0% |################################################## | 79% 2024-04-03T15:56:55.5385864Z 0% |################################################## | 79% 2024-04-03T15:56:55.5386363Z 0% |################################################### | 79% 2024-04-03T15:56:55.5386868Z 0% |################################################### | 79% 2024-04-03T15:56:55.5387355Z 0% |################################################### | 79% 2024-04-03T15:56:55.5387864Z 0% |################################################### | 79% 2024-04-03T15:56:55.5388364Z 0% |################################################### | 80% 2024-04-03T15:56:55.5388938Z 0% |################################################### | 80% 2024-04-03T15:56:55.5389423Z 0% |################################################### | 80% 2024-04-03T15:56:55.5389921Z 0% |################################################### | 80% 2024-04-03T15:56:55.5390426Z 0% |################################################### | 80% 2024-04-03T15:56:55.5390911Z 0% |################################################### | 80% 2024-04-03T15:56:55.5391409Z 0% |################################################### | 80% 2024-04-03T15:56:55.5391913Z 0% |################################################### | 80% 2024-04-03T15:56:55.5392403Z 0% |################################################### | 80% 2024-04-03T15:56:55.5392965Z 0% |################################################### | 80% 2024-04-03T15:56:55.5393468Z 0% |################################################### | 80% 2024-04-03T15:56:55.5393958Z 0% |################################################### | 80% 2024-04-03T15:56:55.5394453Z 0% |################################################### | 81% 2024-04-03T15:56:55.5394953Z 0% |################################################### | 81% 2024-04-03T15:56:55.5395453Z 0% |################################################### | 81% 2024-04-03T15:56:55.5395940Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5396442Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5396944Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5397433Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5397944Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5398445Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5398931Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5399437Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5399935Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5400439Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5400926Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5401415Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5401912Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5402403Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5402960Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5403456Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5403939Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5404550Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5405042Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5405529Z 0% |##################################################### | 82% 2024-04-03T15:56:55.5406015Z 0% |##################################################### | 82% 2024-04-03T15:56:55.5406508Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5406999Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5407483Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5407979Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5408468Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5408945Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5409444Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5409942Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5410431Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5410928Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5411427Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5411929Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5412502Z 0% |##################################################### | 84% 2024-04-03T15:56:55.5413004Z 0% |##################################################### | 84% 2024-04-03T15:56:55.5413579Z 0% |##################################################### | 84% 2024-04-03T15:56:55.5414061Z 0% |##################################################### | 84% 2024-04-03T15:56:55.5414554Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5415056Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5415215Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5415377Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5415547Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5415708Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5415886Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5416050Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5416211Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5416380Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5416542Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5416700Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5416869Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5417026Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5417193Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5417352Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5417516Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5417753Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5417914Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5418071Z 0% |####################################################### | 85% 2024-04-03T15:56:55.5418241Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5418404Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5418561Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5418737Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5418895Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5419066Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5419233Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5419395Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5419565Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5419724Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5419884Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5420055Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5420212Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5420385Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5420545Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5420706Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5420921Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5421090Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5421249Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5421417Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5421577Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5421737Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5421906Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5422064Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5422229Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5422390Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5422559Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5422729Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5422890Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5423049Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5423219Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5423384Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5423551Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5423710Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5423869Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5424039Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5424252Z 0% |######################################################## | 89% 2024-04-03T15:56:55.5424415Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5424584Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5424741Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5424903Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5425073Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5425233Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5425404Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5425560Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5425718Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5425898Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5426056Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5426217Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5426392Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5426554Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5426725Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5426886Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5427047Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5427219Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5427376Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5427588Z 0% |########################################################## | 90% 2024-04-03T15:56:55.5427762Z 0% |########################################################## | 90% 2024-04-03T15:56:55.5427921Z 0% |########################################################## | 90% 2024-04-03T15:56:55.5428082Z 0% |########################################################## | 90% 2024-04-03T15:56:55.5428251Z 0% |########################################################## | 90% 2024-04-03T15:56:55.5428408Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5428578Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5428739Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5428898Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5429071Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5429241Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5429399Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5429568Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5429726Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5429886Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5430060Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5430219Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5430389Z 0% |########################################################## | 92% 2024-04-03T15:56:55.5430552Z 0% |########################################################## | 92% 2024-04-03T15:56:55.5430712Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5430944Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5431104Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5431261Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5431434Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5431592Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5431763Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5431924Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5432084Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5432253Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5432415Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5432582Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5432755Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5432915Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5433076Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5433247Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5433406Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5433573Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5433731Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5433893Z 0% |############################################################ | 93% 2024-04-03T15:56:55.5434062Z 0% |############################################################ | 93% 2024-04-03T15:56:55.5434290Z 0% |############################################################ | 93% 2024-04-03T15:56:55.5434451Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5434621Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5434785Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5434954Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5435113Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5435272Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5435444Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5435602Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5435761Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5435940Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5436100Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5436260Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5436428Z 0% |############################################################ | 95% 2024-04-03T15:56:55.5436587Z 0% |############################################################ | 95% 2024-04-03T15:56:55.5436761Z 0% |############################################################ | 95% 2024-04-03T15:56:55.5436920Z 0% |############################################################ | 95% 2024-04-03T15:56:55.5437081Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5437250Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5437411Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5437623Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5437792Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5437953Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5438123Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5438280Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5438439Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5438610Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5438771Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5438929Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5439105Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5439268Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5439428Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5439595Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5439754Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5439925Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5440085Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5440242Z 0% |############################################################## | 96% 2024-04-03T15:56:55.5440415Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5440574Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5440789Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5440967Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5441122Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5441291Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5441451Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5441608Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5441777Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5441938Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5442093Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5442260Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5442426Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5442586Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5442755Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5442915Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5443083Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5443242Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5443399Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5443566Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5443727Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5443888Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5444059Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5444394Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5444572Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5444733Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5444897Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5445065Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5445225Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5445384Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5445555Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5445716Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5445882Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5446052Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5446213Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5446384Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5446543Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5446715Z 0% |################################################################| 100% 2024-04-03T15:56:55.5447277Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-images-idx3-ubyte.gz ... 2024-04-03T15:56:55.5447693Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2024-04-03T15:56:55.5447704Z 2024-04-03T15:56:55.5447875Z 0% | | 0% 2024-04-03T15:56:55.5448052Z 0% |################## | 28% 2024-04-03T15:56:55.5448293Z 0% |#################################### | 56% 2024-04-03T15:56:55.5448469Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5448639Z 0% |################################################################| 100% 2024-04-03T15:56:55.5449091Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-labels-idx1-ubyte.gz ... 2024-04-03T15:56:55.5449491Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2024-04-03T15:56:55.5449497Z 2024-04-03T15:56:55.5449666Z 0% | | 0% 2024-04-03T15:56:55.5449827Z 0% | | 0% 2024-04-03T15:56:55.5449997Z 0% | | 0% 2024-04-03T15:56:55.5450162Z 0% | | 1% 2024-04-03T15:56:55.5450345Z 0% |# | 1% 2024-04-03T15:56:55.5450508Z 0% |# | 2% 2024-04-03T15:56:55.5450669Z 0% |# | 2% 2024-04-03T15:56:55.5450845Z 0% |## | 3% 2024-04-03T15:56:55.5451003Z 0% |## | 3% 2024-04-03T15:56:55.5451163Z 0% |## | 4% 2024-04-03T15:56:55.5451333Z 0% |### | 4% 2024-04-03T15:56:55.5451493Z 0% |### | 5% 2024-04-03T15:56:55.5451654Z 0% |### | 5% 2024-04-03T15:56:55.5451826Z 0% |#### | 6% 2024-04-03T15:56:55.5451988Z 0% |#### | 6% 2024-04-03T15:56:55.5452227Z 0% |#### | 7% 2024-04-03T15:56:55.5452386Z 0% |##### | 7% 2024-04-03T15:56:55.5452546Z 0% |##### | 8% 2024-04-03T15:56:55.5452715Z 0% |##### | 8% 2024-04-03T15:56:55.5452876Z 0% |###### | 9% 2024-04-03T15:56:55.5453035Z 0% |###### | 9% 2024-04-03T15:56:55.5453215Z 0% |###### | 10% 2024-04-03T15:56:55.5453381Z 0% |###### | 10% 2024-04-03T15:56:55.5453636Z 0% |####### | 11% 2024-04-03T15:56:55.5453812Z 0% |####### | 11% 2024-04-03T15:56:55.5453976Z 0% |####### | 12% 2024-04-03T15:56:55.5454151Z 0% |######## | 12% 2024-04-03T15:56:55.5454315Z 0% |######## | 13% 2024-04-03T15:56:55.5454475Z 0% |######## | 13% 2024-04-03T15:56:55.5454648Z 0% |######### | 14% 2024-04-03T15:56:55.5454809Z 0% |######### | 14% 2024-04-03T15:56:55.5454969Z 0% |######### | 15% 2024-04-03T15:56:55.5455143Z 0% |########## | 15% 2024-04-03T15:56:55.5455304Z 0% |########## | 16% 2024-04-03T15:56:55.5455535Z 0% |########## | 16% 2024-04-03T15:56:55.5455702Z 0% |########### | 17% 2024-04-03T15:56:55.5455864Z 0% |########### | 17% 2024-04-03T15:56:55.5456033Z 0% |########### | 18% 2024-04-03T15:56:55.5456193Z 0% |############ | 18% 2024-04-03T15:56:55.5456353Z 0% |############ | 19% 2024-04-03T15:56:55.5456520Z 0% |############ | 19% 2024-04-03T15:56:55.5456680Z 0% |############# | 20% 2024-04-03T15:56:55.5456846Z 0% |############# | 20% 2024-04-03T15:56:55.5457007Z 0% |############# | 21% 2024-04-03T15:56:55.5457170Z 0% |############# | 21% 2024-04-03T15:56:55.5457341Z 0% |############## | 22% 2024-04-03T15:56:55.5457501Z 0% |############## | 22% 2024-04-03T15:56:55.5457663Z 0% |############## | 23% 2024-04-03T15:56:55.5457832Z 0% |############### | 23% 2024-04-03T15:56:55.5457997Z 0% |############### | 24% 2024-04-03T15:56:55.5458156Z 0% |############### | 24% 2024-04-03T15:56:55.5458322Z 0% |################ | 25% 2024-04-03T15:56:55.5458482Z 0% |################ | 25% 2024-04-03T15:56:55.5458651Z 0% |################ | 26% 2024-04-03T15:56:55.5458814Z 0% |################# | 26% 2024-04-03T15:56:55.5459034Z 0% |################# | 27% 2024-04-03T15:56:55.5459203Z 0% |################# | 27% 2024-04-03T15:56:55.5459363Z 0% |################## | 28% 2024-04-03T15:56:55.5459523Z 0% |################## | 28% 2024-04-03T15:56:55.5459696Z 0% |################## | 29% 2024-04-03T15:56:55.5459855Z 0% |################### | 29% 2024-04-03T15:56:55.5460030Z 0% |################### | 30% 2024-04-03T15:56:55.5460189Z 0% |################### | 30% 2024-04-03T15:56:55.5460347Z 0% |#################### | 31% 2024-04-03T15:56:55.5460524Z 0% |#################### | 31% 2024-04-03T15:56:55.5460688Z 0% |#################### | 32% 2024-04-03T15:56:55.5460847Z 0% |#################### | 32% 2024-04-03T15:56:55.5461016Z 0% |##################### | 33% 2024-04-03T15:56:55.5461171Z 0% |##################### | 33% 2024-04-03T15:56:55.5461333Z 0% |##################### | 34% 2024-04-03T15:56:55.5461506Z 0% |###################### | 34% 2024-04-03T15:56:55.5461667Z 0% |###################### | 35% 2024-04-03T15:56:55.5461840Z 0% |###################### | 35% 2024-04-03T15:56:55.5462001Z 0% |####################### | 36% 2024-04-03T15:56:55.5462214Z 0% |####################### | 36% 2024-04-03T15:56:55.5462388Z 0% |####################### | 37% 2024-04-03T15:56:55.5462546Z 0% |######################## | 37% 2024-04-03T15:56:55.5462705Z 0% |######################## | 38% 2024-04-03T15:56:55.5462879Z 0% |######################## | 38% 2024-04-03T15:56:55.5463040Z 0% |######################### | 39% 2024-04-03T15:56:55.5463211Z 0% |######################### | 39% 2024-04-03T15:56:55.5463375Z 0% |######################### | 40% 2024-04-03T15:56:55.5463533Z 0% |########################## | 40% 2024-04-03T15:56:55.5463703Z 0% |########################## | 41% 2024-04-03T15:56:55.5463874Z 0% |########################## | 41% 2024-04-03T15:56:55.5464034Z 0% |########################### | 42% 2024-04-03T15:56:55.5464206Z 0% |########################### | 42% 2024-04-03T15:56:55.5464364Z 0% |########################### | 43% 2024-04-03T15:56:55.5464524Z 0% |########################### | 43% 2024-04-03T15:56:55.5464696Z 0% |############################ | 44% 2024-04-03T15:56:55.5464856Z 0% |############################ | 44% 2024-04-03T15:56:55.5465023Z 0% |############################ | 45% 2024-04-03T15:56:55.5465182Z 0% |############################# | 45% 2024-04-03T15:56:55.5465342Z 0% |############################# | 46% 2024-04-03T15:56:55.5465571Z 0% |############################# | 46% 2024-04-03T15:56:55.5465732Z 0% |############################## | 47% 2024-04-03T15:56:55.5465894Z 0% |############################## | 47% 2024-04-03T15:56:55.5466070Z 0% |############################## | 48% 2024-04-03T15:56:55.5466229Z 0% |############################### | 48% 2024-04-03T15:56:55.5466397Z 0% |############################### | 49% 2024-04-03T15:56:55.5466562Z 0% |############################### | 49% 2024-04-03T15:56:55.5466722Z 0% |################################ | 50% 2024-04-03T15:56:55.5466892Z 0% |################################ | 50% 2024-04-03T15:56:55.5467052Z 0% |################################ | 51% 2024-04-03T15:56:55.5467218Z 0% |################################# | 51% 2024-04-03T15:56:55.5467390Z 0% |################################# | 52% 2024-04-03T15:56:55.5467548Z 0% |################################# | 52% 2024-04-03T15:56:55.5467711Z 0% |################################## | 53% 2024-04-03T15:56:55.5467887Z 0% |################################## | 53% 2024-04-03T15:56:55.5468046Z 0% |################################## | 54% 2024-04-03T15:56:55.5468211Z 0% |################################## | 54% 2024-04-03T15:56:55.5468371Z 0% |################################### | 55% 2024-04-03T15:56:55.5468528Z 0% |################################### | 55% 2024-04-03T15:56:55.5468697Z 0% |################################### | 56% 2024-04-03T15:56:55.5468908Z 0% |#################################### | 56% 2024-04-03T15:56:55.5469069Z 0% |#################################### | 57% 2024-04-03T15:56:55.5469234Z 0% |#################################### | 57% 2024-04-03T15:56:55.5469394Z 0% |##################################### | 58% 2024-04-03T15:56:55.5469562Z 0% |##################################### | 58% 2024-04-03T15:56:55.5469723Z 0% |##################################### | 59% 2024-04-03T15:56:55.5469881Z 0% |###################################### | 59% 2024-04-03T15:56:55.5470047Z 0% |###################################### | 60% 2024-04-03T15:56:55.5470203Z 0% |###################################### | 60% 2024-04-03T15:56:55.5470363Z 0% |####################################### | 61% 2024-04-03T15:56:55.5470543Z 0% |####################################### | 61% 2024-04-03T15:56:55.5470702Z 0% |####################################### | 62% 2024-04-03T15:56:55.5470862Z 0% |######################################## | 62% 2024-04-03T15:56:55.5471037Z 0% |######################################## | 63% 2024-04-03T15:56:55.5471197Z 0% |######################################## | 63% 2024-04-03T15:56:55.5471371Z 0% |######################################### | 64% 2024-04-03T15:56:55.5471529Z 0% |######################################### | 64% 2024-04-03T15:56:55.5471685Z 0% |######################################### | 65% 2024-04-03T15:56:55.5471857Z 0% |######################################### | 65% 2024-04-03T15:56:55.5472016Z 0% |########################################## | 66% 2024-04-03T15:56:55.5472232Z 0% |########################################## | 66% 2024-04-03T15:56:55.5472407Z 0% |########################################## | 67% 2024-04-03T15:56:55.5472565Z 0% |########################################### | 67% 2024-04-03T15:56:55.5472741Z 0% |########################################### | 68% 2024-04-03T15:56:55.5472898Z 0% |########################################### | 68% 2024-04-03T15:56:55.5473058Z 0% |############################################ | 69% 2024-04-03T15:56:55.5473226Z 0% |############################################ | 69% 2024-04-03T15:56:55.5473382Z 0% |############################################ | 70% 2024-04-03T15:56:55.5473541Z 0% |############################################# | 70% 2024-04-03T15:56:55.5473713Z 0% |############################################# | 71% 2024-04-03T15:56:55.5473879Z 0% |############################################# | 71% 2024-04-03T15:56:55.5474038Z 0% |############################################## | 72% 2024-04-03T15:56:55.5474209Z 0% |############################################## | 72% 2024-04-03T15:56:55.5474369Z 0% |############################################## | 73% 2024-04-03T15:56:55.5474542Z 0% |############################################### | 73% 2024-04-03T15:56:55.5474703Z 0% |############################################### | 74% 2024-04-03T15:56:55.5474861Z 0% |############################################### | 74% 2024-04-03T15:56:55.5475035Z 0% |################################################ | 75% 2024-04-03T15:56:55.5475195Z 0% |################################################ | 75% 2024-04-03T15:56:55.5475353Z 0% |################################################ | 76% 2024-04-03T15:56:55.5475579Z 0% |################################################ | 76% 2024-04-03T15:56:55.5475738Z 0% |################################################# | 77% 2024-04-03T15:56:55.5475910Z 0% |################################################# | 77% 2024-04-03T15:56:55.5476069Z 0% |################################################# | 78% 2024-04-03T15:56:55.5476226Z 0% |################################################## | 78% 2024-04-03T15:56:55.5476400Z 0% |################################################## | 78% 2024-04-03T15:56:55.5476560Z 0% |################################################## | 79% 2024-04-03T15:56:55.5476720Z 0% |################################################### | 79% 2024-04-03T15:56:55.5476888Z 0% |################################################### | 80% 2024-04-03T15:56:55.5477049Z 0% |################################################### | 80% 2024-04-03T15:56:55.5477216Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5477385Z 0% |#################################################### | 81% 2024-04-03T15:56:55.5477547Z 0% |#################################################### | 82% 2024-04-03T15:56:55.5477721Z 0% |##################################################### | 82% 2024-04-03T15:56:55.5477886Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5478044Z 0% |##################################################### | 83% 2024-04-03T15:56:55.5478211Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5478372Z 0% |###################################################### | 84% 2024-04-03T15:56:55.5478537Z 0% |###################################################### | 85% 2024-04-03T15:56:55.5478709Z 0% |####################################################### | 85% 2024-04-03T15:56:55.5478923Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5479092Z 0% |####################################################### | 86% 2024-04-03T15:56:55.5479254Z 0% |####################################################### | 87% 2024-04-03T15:56:55.5479413Z 0% |######################################################## | 87% 2024-04-03T15:56:55.5479585Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5479747Z 0% |######################################################## | 88% 2024-04-03T15:56:55.5479906Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5480076Z 0% |######################################################### | 89% 2024-04-03T15:56:55.5480237Z 0% |######################################################### | 90% 2024-04-03T15:56:55.5480402Z 0% |########################################################## | 90% 2024-04-03T15:56:55.5480577Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5480739Z 0% |########################################################## | 91% 2024-04-03T15:56:55.5480909Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5481069Z 0% |########################################################### | 92% 2024-04-03T15:56:55.5481230Z 0% |########################################################### | 93% 2024-04-03T15:56:55.5481398Z 0% |############################################################ | 93% 2024-04-03T15:56:55.5481559Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5481719Z 0% |############################################################ | 94% 2024-04-03T15:56:55.5481892Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5482113Z 0% |############################################################# | 95% 2024-04-03T15:56:55.5482284Z 0% |############################################################# | 96% 2024-04-03T15:56:55.5482444Z 0% |############################################################## | 96% 2024-04-03T15:56:55.5482602Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5482777Z 0% |############################################################## | 97% 2024-04-03T15:56:55.5482933Z 0% |############################################################## | 98% 2024-04-03T15:56:55.5483092Z 0% |############################################################### | 98% 2024-04-03T15:56:55.5483260Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5483419Z 0% |############################################################### | 99% 2024-04-03T15:56:55.5483590Z 0% |################################################################| 100% 2024-04-03T15:56:55.5484082Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-images-idx3-ubyte.gz ... 2024-04-03T15:56:55.5484591Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2024-04-03T15:56:55.5484609Z 2024-04-03T15:56:55.5484786Z 0% | | 0% 2024-04-03T15:56:55.5484957Z 0% |################################################################| 100% 2024-04-03T15:56:55.5485410Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-labels-idx1-ubyte.gz ... 2024-04-03T15:57:00.9670089Z [588 / 3,559] GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T15:57:10.9991610Z [1,088 / 3,559] GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:57:14.6291241Z INFO: From Compiling third_party/miniz-2.1.0/miniz.c: 2024-04-03T15:57:14.6294327Z third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2024-04-03T15:57:14.6297657Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2024-04-03T15:57:14.6299257Z | ^~~~~~~ 2024-04-03T15:57:17.8139888Z INFO: From Compiling external/sleef/dispsse.c: 2024-04-03T15:57:17.8149812Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispsse.c:63: 2024-04-03T15:57:17.8152006Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T15:57:17.8153634Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T15:57:17.8154460Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:17.8481881Z INFO: From Compiling external/sleef/dispavx.c: 2024-04-03T15:57:17.8499981Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispavx.c:70: 2024-04-03T15:57:17.8501855Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T15:57:17.8503410Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T15:57:17.8504139Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:21.3286768Z [1,587 / 3,559] Compiling aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp; 1s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:57:23.7544152Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp: 2024-04-03T15:57:23.7553375Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:23.7555098Z 842 | # pragma unroll 2024-04-03T15:57:23.7555666Z | 2024-04-03T15:57:28.3739616Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp: 2024-04-03T15:57:28.3749421Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:28.3751338Z 366 | # pragma unroll 2024-04-03T15:57:28.3751882Z | 2024-04-03T15:57:28.3753729Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:28.3755738Z 375 | # pragma unroll 2024-04-03T15:57:28.3756361Z | 2024-04-03T15:57:28.3758261Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:28.3760060Z 392 | # pragma unroll 2024-04-03T15:57:28.3760578Z | 2024-04-03T15:57:28.3762342Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:28.3764138Z 401 | # pragma unroll 2024-04-03T15:57:28.3764824Z | 2024-04-03T15:57:29.9141687Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp: 2024-04-03T15:57:29.9153760Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:29.9155704Z 107 | # pragma unroll 2024-04-03T15:57:29.9156191Z | 2024-04-03T15:57:29.9158141Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:29.9160030Z 123 | # pragma unroll 2024-04-03T15:57:29.9160528Z | 2024-04-03T15:57:30.3067142Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: 2024-04-03T15:57:30.3072854Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3075130Z 443 | # pragma unroll 2024-04-03T15:57:30.3075730Z | 2024-04-03T15:57:30.3077422Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3079603Z 568 | # pragma unroll 2024-04-03T15:57:30.3080024Z | 2024-04-03T15:57:30.3081399Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3082652Z 654 | # pragma unroll 2024-04-03T15:57:30.3082977Z | 2024-04-03T15:57:30.3084245Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3085784Z 752 | # pragma unroll 2024-04-03T15:57:30.3158764Z | 2024-04-03T15:57:30.3160557Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3161984Z 793 | # pragma unroll 2024-04-03T15:57:30.3162460Z | 2024-04-03T15:57:30.3163825Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3165581Z 927 | # pragma unroll 2024-04-03T15:57:30.3165897Z | 2024-04-03T15:57:30.3167301Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3168478Z 981 | # pragma unroll 2024-04-03T15:57:30.3168967Z | 2024-04-03T15:57:30.3170246Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3171472Z 1112 | # pragma unroll 2024-04-03T15:57:30.3171934Z | 2024-04-03T15:57:30.3173344Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:30.3177737Z 1119 | # pragma unroll 2024-04-03T15:57:30.3178244Z | 2024-04-03T15:57:31.5255986Z [1,634 / 3,559] Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp; 3s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:57:31.5304798Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp: 2024-04-03T15:57:31.5317814Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:31.5319560Z 113 | # pragma unroll 2024-04-03T15:57:31.5319897Z | 2024-04-03T15:57:32.1219690Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: 2024-04-03T15:57:32.1789211Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:2: 2024-04-03T15:57:32.1792056Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: In lambda function: 2024-04-03T15:57:32.1795922Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:238:11: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2024-04-03T15:57:32.1800219Z 238 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T15:57:32.1801238Z | ^ 2024-04-03T15:57:33.5677991Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:33.5687585Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:33.5688997Z 366 | # pragma unroll 2024-04-03T15:57:33.5689357Z | 2024-04-03T15:57:33.5690460Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:33.5691562Z 375 | # pragma unroll 2024-04-03T15:57:33.6150930Z | 2024-04-03T15:57:33.6152219Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:33.6153520Z 392 | # pragma unroll 2024-04-03T15:57:33.6153868Z | 2024-04-03T15:57:33.6155044Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:33.6156302Z 401 | # pragma unroll 2024-04-03T15:57:33.6156622Z | 2024-04-03T15:57:33.6157511Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:3: 2024-04-03T15:57:33.6159019Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:33.6161127Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:625:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:33.6162806Z 625 | [=](Vectorized a, Vectorized b) { return a + b; }); 2024-04-03T15:57:33.6163467Z | ^ 2024-04-03T15:57:33.8929146Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: 2024-04-03T15:57:33.8939690Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T15:57:33.8940520Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T15:57:33.8941182Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T15:57:33.8941909Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:33.8942663Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T15:57:33.8944453Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:9: 2024-04-03T15:57:33.8947896Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h: In member function 'at::vec::AVX2::Vectorized::int_vec_return_type at::vec::AVX2::Vectorized::widening_subtract(at::vec::AVX2::Vectorized) const': 2024-04-03T15:57:33.8950114Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:360:25: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2024-04-03T15:57:33.8951285Z 360 | int_vec_return_type widening_subtract(Vectorized b) const { 2024-04-03T15:57:33.8951899Z | ^~~~~~~~~~~~~~~~~ 2024-04-03T15:57:33.9921724Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp: 2024-04-03T15:57:33.9928627Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:33.9930710Z 48 | # pragma unroll 2024-04-03T15:57:33.9931310Z | 2024-04-03T15:57:34.1390643Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp: 2024-04-03T15:57:34.1394256Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T15:57:34.1395345Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T15:57:34.1396327Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T15:57:34.1397315Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:34.1398228Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T15:57:34.1400515Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp:9: 2024-04-03T15:57:34.1408948Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h: In member function 'at::vec::DEFAULT::VectorizedQuantizedConverter::float_vec_return_type at::vec::DEFAULT::VectorizedQuantizedConverter::dequantize(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized) const [with T = c10::qint8; float_vec_return_type_ = std::array, 4>; int_vec_return_type_ = std::array, 4>; int size_ = 32]': 2024-04-03T15:57:34.1418211Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:894:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:34.1420102Z 894 | float_vec_return_type dequantize( 2024-04-03T15:57:34.1420892Z | ^~~~~~~~~~ 2024-04-03T15:57:35.6250827Z INFO: From Compiling aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:35.6287022Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:3: 2024-04-03T15:57:35.6289660Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:35.6292477Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:23:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:35.6294716Z 23 | [=](Vectorized self_vec, 2024-04-03T15:57:35.6295368Z | ^ 2024-04-03T15:57:35.7785979Z INFO: From Compiling aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: 2024-04-03T15:57:35.7794641Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:35.7796849Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp:33:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:35.7798384Z 33 | [](Vec x, Vec y) -> Vec { return x + y; }); 2024-04-03T15:57:35.7798904Z | ^ 2024-04-03T15:57:36.5084701Z INFO: From Compiling aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:36.5108688Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T15:57:36.5110296Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:57:36.5112938Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T15:57:36.5114855Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:36.5116139Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:57:36.5117082Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:57:37.8209340Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:37.8245069Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:2: 2024-04-03T15:57:37.8247789Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:37.8251295Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:253:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:37.8254333Z 253 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T15:57:37.8255335Z | ^ 2024-04-03T15:57:37.8257442Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:249:5: note: in expansion of macro '_AT_DISPATCH_ALL_TYPES_NO_CF' 2024-04-03T15:57:37.8259823Z 249 | _AT_DISPATCH_ALL_TYPES_NO_CF(dtype, "copy_kernel", [&] { 2024-04-03T15:57:37.8260814Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:57:37.8525534Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:37.8528157Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:37.8530282Z 113 | # pragma unroll 2024-04-03T15:57:37.8530694Z | 2024-04-03T15:57:37.8531621Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:37.8533812Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:302:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:37.8535257Z 302 | [scaling_factor](Vec x, Vec y) { 2024-04-03T15:57:37.8535698Z | ^ 2024-04-03T15:57:37.9330960Z INFO: From Compiling aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: 2024-04-03T15:57:37.9335642Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:6: 2024-04-03T15:57:37.9338773Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:37.9342597Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:81:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:37.9345779Z 81 | [found_inf_ptr, inv_scale_ptr](Vectorized val_vec) -> Vectorized{ 2024-04-03T15:57:37.9346958Z | ^ 2024-04-03T15:57:38.8038991Z INFO: From Compiling aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:38.8044626Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::lerp_vec(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized) [with scalar_t = float]': 2024-04-03T15:57:38.8049906Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp:55:22: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:38.8051977Z 55 | Vectorized lerp_vec(Vectorized start, Vectorized end, Vectorized weight) { 2024-04-03T15:57:38.8053088Z | ^~~~~~~~ 2024-04-03T15:57:39.4811175Z INFO: From Compiling aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:39.4819147Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::is_nan_vec(at::vec::DEFAULT::Vectorized) [with scalar_t = unsigned char]': 2024-04-03T15:57:39.4822046Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp:35:32: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:39.4824104Z 35 | vec::Vectorized is_nan_vec(vec::Vectorized vec) { 2024-04-03T15:57:39.4825209Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:57:40.1577499Z INFO: From Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:40.1580363Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:40.1581938Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp:6: 2024-04-03T15:57:40.1585044Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::native::{anonymous}::sampled_addmm_sparse_csr_kernel_impl(const at::Tensor&, const at::Tensor&, const c10::Scalar&, const c10::Scalar&, const at::Tensor&) [with scalar_t = double; index_t = int]::::]': 2024-04-03T15:57:40.1587951Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:40.1589226Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:57:40.1589634Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:41.9283514Z [1,673 / 3,559] Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp; 4s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:57:41.9339827Z INFO: From Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:41.9410509Z In file included from aten/src/ATen/native/cpu/Loops.h:37, 2024-04-03T15:57:41.9412612Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp:13: 2024-04-03T15:57:41.9414999Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T15:57:41.9416853Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:41.9417917Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:57:41.9418529Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:57:42.2687972Z INFO: From Compiling aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:42.2711522Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:12: 2024-04-03T15:57:42.2714441Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:42.2718459Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:350:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:42.2721554Z 350 | [](Vectorized a, Vectorized min, Vectorized max) { 2024-04-03T15:57:42.2724915Z | ^ 2024-04-03T15:57:42.2825561Z INFO: From Compiling aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:42.2826632Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T15:57:42.2827118Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T15:57:42.2828091Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T15:57:42.2828795Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T15:57:42.2829449Z from aten/src/ATen/native/layer_norm.h:3, 2024-04-03T15:57:42.2830528Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp:2: 2024-04-03T15:57:42.2832603Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T15:57:42.2834521Z ./c10/util/SmallVector.h:601:8: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:42.2835533Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T15:57:42.2835990Z | ^~~~~~~~~~~~~ 2024-04-03T15:57:42.6442114Z INFO: From Compiling aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:42.6448718Z In file included from aten/src/ATen/native/UpSample.h:12, 2024-04-03T15:57:42.6450656Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp:8: 2024-04-03T15:57:42.6453657Z aten/src/ATen/native/cpu/utils.h: In constructor 'at::native::DEFAULT::Vec2::Vec2(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized)': 2024-04-03T15:57:42.6456326Z aten/src/ATen/native/cpu/utils.h:61:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:42.6458174Z 61 | Vec2(Vectorized v0, Vectorized v1) : val0(v0), val1(v1) {} 2024-04-03T15:57:42.6459781Z | ^~~~ 2024-04-03T15:57:42.8387960Z INFO: From Compiling aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: 2024-04-03T15:57:42.8390217Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:12: 2024-04-03T15:57:42.8392792Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:42.8396119Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:108:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:42.8398547Z 108 | [=](Vec a, Vec b, Vec c) -> Vec { 2024-04-03T15:57:42.8399280Z | ^ 2024-04-03T15:57:43.0926855Z INFO: From Compiling aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:43.0930257Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:43.0931902Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp:9: 2024-04-03T15:57:43.0936280Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::native::{anonymous}::weight_norm_first_dim_kernel(at::TensorBase&, at::TensorBase&, const at::TensorBase&, const at::TensorBase&, int64_t, int64_t) [with scalar_t = double; accscalar_t = double]::::]': 2024-04-03T15:57:43.0940608Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:43.0942373Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:57:43.0943085Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:43.9302189Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:43.9306142Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:43.9307593Z 48 | # pragma unroll 2024-04-03T15:57:43.9307932Z | 2024-04-03T15:57:43.9486031Z INFO: From Compiling aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:43.9486981Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T15:57:43.9488106Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:57:43.9489816Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T15:57:43.9491375Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:43.9492393Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:57:43.9493004Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:57:44.5764527Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:44.5767279Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5769597Z 443 | # pragma unroll 2024-04-03T15:57:44.5770180Z | 2024-04-03T15:57:44.5772807Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5775181Z 568 | # pragma unroll 2024-04-03T15:57:44.5775779Z | 2024-04-03T15:57:44.5778026Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5780257Z 654 | # pragma unroll 2024-04-03T15:57:44.5780835Z | 2024-04-03T15:57:44.5783841Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5786065Z 752 | # pragma unroll 2024-04-03T15:57:44.5786665Z | 2024-04-03T15:57:44.5788860Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5791107Z 793 | # pragma unroll 2024-04-03T15:57:44.5791724Z | 2024-04-03T15:57:44.5793425Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5794590Z 927 | # pragma unroll 2024-04-03T15:57:44.5794905Z | 2024-04-03T15:57:44.5796084Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5797284Z 981 | # pragma unroll 2024-04-03T15:57:44.5797611Z | 2024-04-03T15:57:44.5798788Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5818150Z 1112 | # pragma unroll 2024-04-03T15:57:44.5818820Z | 2024-04-03T15:57:44.5820633Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:44.5822235Z 1119 | # pragma unroll 2024-04-03T15:57:44.5822670Z | 2024-04-03T15:57:45.0712918Z INFO: From Compiling aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:45.0714867Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:4: 2024-04-03T15:57:45.0718656Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:45.0721527Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:62:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:45.0723096Z 62 | [=](Vec /*self_vec*/, 2024-04-03T15:57:45.0723481Z | ^ 2024-04-03T15:57:45.6385179Z INFO: From Compiling aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:45.6389222Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:45.6393444Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp:62:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:45.6396217Z 62 | [](Vec base) -> Vec { return base * base; } 2024-04-03T15:57:45.6397146Z | ^ 2024-04-03T15:57:45.6723160Z INFO: From Compiling aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:45.6726120Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:45.6729612Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp:65:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:45.6731870Z 65 | [s](Vec q, Vec q_bias) { return (q + q_bias) * Vec(s); }, 2024-04-03T15:57:45.6733132Z | ^ 2024-04-03T15:57:46.1615298Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:46.1619276Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:46.1621497Z 107 | # pragma unroll 2024-04-03T15:57:46.1622106Z | 2024-04-03T15:57:46.1624081Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:46.1628013Z 123 | # pragma unroll 2024-04-03T15:57:46.1628561Z | 2024-04-03T15:57:46.3770098Z INFO: From Compiling aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:46.3771430Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:46.3772616Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp:14: 2024-04-03T15:57:46.3775561Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::native::{anonymous}::_vec_softmax_lastdim(const scalar_t*, scalar_t*, int64_t, int64_t) [with scalar_t = double]::::]': 2024-04-03T15:57:46.3778369Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:46.3779448Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:57:46.3779945Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:46.5165263Z INFO: From Compiling aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:46.5175279Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:46.5177645Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp:10: 2024-04-03T15:57:46.5182174Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::vec::DEFAULT::Vectorized(const at::vec::DEFAULT::Vectorized&, const at::vec::DEFAULT::Vectorized&)]': 2024-04-03T15:57:46.5187950Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:46.5189594Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:57:46.5190168Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:46.6265058Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:46.6266609Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:57:46.6268470Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp:14: 2024-04-03T15:57:46.6275275Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = unsigned char; Op = at::native::{anonymous}::reduce_all_impl_vec(at::Tensor&, const at::Tensor&, scalar_t, func_t, vec_func_t) [with scalar_t = unsigned char; func_t = at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::; vec_func_t = at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::]::::]': 2024-04-03T15:57:46.6281071Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:46.6282600Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:57:46.6283432Z | ^~~~~~~~~~~~~~ 2024-04-03T15:57:46.7215620Z INFO: From Compiling aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:46.7217099Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:57:46.7218381Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T15:57:46.7219875Z aten/src/ATen/native/cpu/SerialStackImpl.h:56:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:46.7224030Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T15:57:46.7224754Z | ^ 2024-04-03T15:57:46.9822558Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:46.9824552Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:57:46.9827167Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T15:57:46.9829420Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:46.9830887Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:57:46.9831684Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:57:47.1925799Z INFO: From Compiling aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:47.1928442Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp:9: 2024-04-03T15:57:47.1930470Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T15:57:47.1932677Z aten/src/ATen/native/cpu/ReduceUtils.h:76:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:47.1934599Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T15:57:47.1935365Z | ^ 2024-04-03T15:57:47.5259335Z INFO: From Compiling aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:47.5261272Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:8: 2024-04-03T15:57:47.5263216Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:47.5267109Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:27:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:47.5269502Z 27 | [maxnorm_v, eps_v, one_v](vec_t norm) -> vec_t { 2024-04-03T15:57:47.5270161Z | ^ 2024-04-03T15:57:47.7813464Z INFO: From Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:47.7815526Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:47.7818366Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp:79:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:47.7820274Z 79 | [](Vectorized x_vec) { return x_vec.log(); }, 2024-04-03T15:57:47.7820997Z | ^ 2024-04-03T15:57:48.2307366Z INFO: From Compiling aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:48.2310337Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:57:48.2313453Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:48.2317907Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:136:18: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:48.2321840Z 136 | vec::map([](vec::Vectorized x) -> vec::Vectorized { return x; }, keys + begin, sorted_keys + begin, job_size); 2024-04-03T15:57:48.2323650Z | ^ 2024-04-03T15:57:48.7813255Z INFO: From Compiling aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:48.7814424Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T15:57:48.7814926Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T15:57:48.7815727Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T15:57:48.7817021Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T15:57:48.7817999Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp:8: 2024-04-03T15:57:48.7819716Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T15:57:48.7821298Z ./c10/util/SmallVector.h:601:8: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:48.7822181Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T15:57:48.7822643Z | ^~~~~~~~~~~~~ 2024-04-03T15:57:49.4411202Z INFO: From Compiling aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:49.4414076Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:49.4418144Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp:261:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:49.4419667Z 261 | [](Vec x, Vec y) { return x + y; }, 2024-04-03T15:57:49.4420160Z | ^ 2024-04-03T15:57:49.7989742Z INFO: From Compiling aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: 2024-04-03T15:57:49.7990977Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:8: 2024-04-03T15:57:49.7992352Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:49.7994153Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:38:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:49.7996062Z 38 | [=](at::vec::Vectorized self, at::vec::Vectorized other) { return ufunc::add(self, other, _v_alpha); } 2024-04-03T15:57:49.7996877Z | ^ 2024-04-03T15:57:50.6758813Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:50.6762057Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:57:50.6763917Z 842 | # pragma unroll 2024-04-03T15:57:50.6764642Z | 2024-04-03T15:57:50.6765889Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:11: 2024-04-03T15:57:50.6767764Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T15:57:50.6769933Z aten/src/ATen/native/cpu/ReduceUtils.h:76:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:50.6771679Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T15:57:50.6772457Z | ^ 2024-04-03T15:57:50.9088193Z INFO: From Compiling aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:57:50.9090416Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:6: 2024-04-03T15:57:50.9092925Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:57:50.9096259Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:59:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:57:50.9098613Z 59 | [=](Vectorized a, Vectorized b) 2024-04-03T15:57:50.9099427Z | ^ 2024-04-03T15:57:51.9304599Z [1,792 / 3,559] Executing genrule //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox ... (15 actions, 14 running) 2024-04-03T15:57:54.8069226Z INFO: From Executing genrule //:generated_caffe2_aten_op_headers: 2024-04-03T15:57:54.8073216Z Skipping rename Because of Arg: ::std::optional (at::DimnameList) 2024-04-03T15:57:54.8074526Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8075642Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8076878Z Skipping _functional_assert_scalar Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8078240Z Skipping _functional_assert_async Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8079651Z Skipping _functional_sym_constrain_range Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8081134Z Skipping _functional_sym_constrain_range_for_size Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8082346Z Skipping _make_dep_token because it is a factory method 2024-04-03T15:57:54.8083477Z Skipping refine_names Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8084535Z Skipping _cudnn_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T15:57:54.8085505Z Skipping _cudnn_init_dropout_state because it is a factory method 2024-04-03T15:57:54.8086333Z Skipping _fused_dropout Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8087196Z Skipping native_dropout Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8088106Z Skipping _sobol_engine_draw Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8089043Z Skipping chalf Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T15:57:54.8089901Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8090719Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8091459Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8092793Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8094315Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8095430Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8096199Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8097059Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8097689Z Skipping arange because it is a factory method 2024-04-03T15:57:54.8098383Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8099470Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8100546Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8101699Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8102620Z Skipping as_strided Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8103516Z Skipping bartlett_window because it is a factory method 2024-04-03T15:57:54.8104472Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8105560Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8106551Z Skipping blackman_window because it is a factory method 2024-04-03T15:57:54.8107361Z Skipping cat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8108111Z Skipping concat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8108931Z Skipping concatenate Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8109963Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8111149Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8112349Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8113549Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8115591Z Skipping contiguous Because of Arg: at::MemoryFormat (at::MemoryFormat) 2024-04-03T15:57:54.8117015Z Skipping convolution_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8118420Z Skipping _convolution_mode Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8119593Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8120698Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8121898Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8123109Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8124238Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8125654Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8126974Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8128432Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8130011Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8131696Z Skipping count_nonzero Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8133940Z Skipping cudnn_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8135927Z Skipping cummax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8137092Z Skipping cummin Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8138364Z Skipping cumprod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8139513Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8140687Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8142291Z Skipping cumsum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8143684Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8144816Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8146000Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8147218Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8148713Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8150349Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8152088Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8153839Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8155291Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8156682Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8158083Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8159358Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8160401Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8161148Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8162112Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8163577Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8165062Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8166639Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8168384Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8170227Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8171786Z Skipping _rowwise_prune Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8173603Z Skipping embedding_bag Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8174925Z Skipping empty because it is a factory method 2024-04-03T15:57:54.8175926Z Skipping empty_permuted because it is a factory method 2024-04-03T15:57:54.8176917Z Skipping new_empty because it is a factory method 2024-04-03T15:57:54.8177949Z Skipping new_empty_strided because it is a factory method 2024-04-03T15:57:54.8178699Z Skipping new_full because it is a factory method 2024-04-03T15:57:54.8179208Z Skipping new_zeros because it is a factory method 2024-04-03T15:57:54.8179799Z Skipping new_ones because it is a factory method 2024-04-03T15:57:54.8180395Z Skipping _empty_affine_quantized because it is a factory method 2024-04-03T15:57:54.8181120Z Skipping _empty_per_channel_affine_quantized because it is a factory method 2024-04-03T15:57:54.8181824Z Skipping empty_quantized because it is a factory method 2024-04-03T15:57:54.8182522Z Skipping empty_like because it is a factory method 2024-04-03T15:57:54.8183331Z Skipping empty_strided because it is a factory method 2024-04-03T15:57:54.8184093Z Skipping eye because it is a factory method 2024-04-03T15:57:54.8184699Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8185312Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8185988Z Skipping flatten Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8186889Z Skipping unflatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8187728Z Skipping full because it is a factory method 2024-04-03T15:57:54.8188457Z Skipping full_like because it is a factory method 2024-04-03T15:57:54.8189224Z Skipping from_file because it is a factory method 2024-04-03T15:57:54.8190207Z Skipping hann_window because it is a factory method 2024-04-03T15:57:54.8191036Z Skipping hamming_window because it is a factory method 2024-04-03T15:57:54.8191881Z Skipping kaiser_window because it is a factory method 2024-04-03T15:57:54.8192901Z Skipping _cufft_get_plan_cache_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T15:57:54.8193820Z Skipping _cufft_get_plan_cache_max_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T15:57:54.8194620Z Skipping index_copy Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8195273Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8195898Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8196865Z Skipping rms_norm Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8197961Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8199020Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8200146Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8201391Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8202873Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8204020Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8205211Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8206492Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8208116Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8209753Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8211305Z Skipping _mixed_dtypes_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8212796Z Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) 2024-04-03T15:57:54.8213701Z Skipping linspace because it is a factory method 2024-04-03T15:57:54.8214510Z Skipping logspace because it is a factory method 2024-04-03T15:57:54.8215557Z Skipping log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8216706Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8217683Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8218823Z Skipping _log_softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8220003Z Skipping logcumsumexp Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8221079Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8222215Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8223346Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8224478Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8225473Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8226354Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8227411Z Skipping mean Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8228673Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8229882Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8231058Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8232208Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8233253Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8234788Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8235992Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8237250Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8238489Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8239588Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8240551Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8241437Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8242423Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8243350Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8244262Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8245740Z Skipping miopen_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8247155Z Skipping miopen_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T15:57:54.8248226Z Skipping _sparse_mm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8249049Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8249823Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8250475Z Skipping ones because it is a factory method 2024-04-03T15:57:54.8251077Z Skipping ones_like because it is a factory method 2024-04-03T15:57:54.8251810Z Skipping cdist Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8252771Z Skipping _cdist_forward Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8253781Z Skipping is_pinned Because of Arg: ::std::optional (at::Device) 2024-04-03T15:57:54.8254781Z Skipping pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T15:57:54.8255847Z Skipping _pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T15:57:54.8257866Z Skipping scalar_tensor because it is a factory method 2024-04-03T15:57:54.8258388Z Skipping rand because it is a factory method 2024-04-03T15:57:54.8258890Z Skipping rand_like because it is a factory method 2024-04-03T15:57:54.8259537Z Skipping randint because it is a factory method 2024-04-03T15:57:54.8260178Z Skipping randint_like because it is a factory method 2024-04-03T15:57:54.8260827Z Skipping randn because it is a factory method 2024-04-03T15:57:54.8261453Z Skipping randn_like because it is a factory method 2024-04-03T15:57:54.8262088Z Skipping randperm because it is a factory method 2024-04-03T15:57:54.8262714Z Skipping range because it is a factory method 2024-04-03T15:57:54.8263501Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8264559Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8265537Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8266593Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8267618Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8268586Z Skipping rrelu Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8269665Z Skipping gelu Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8270631Z Skipping gelu_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8271600Z Skipping select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8272502Z Skipping logit Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8273412Z Skipping size Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8274216Z Skipping sym_size Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8275046Z Skipping sym_numel Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8277099Z Skipping sym_storage_offset Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8278125Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8279129Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8280112Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8281182Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8282327Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8283460Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8284824Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8285976Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8287169Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8288207Z Skipping as_strided_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8289050Z Skipping softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8289809Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8290440Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8291161Z Skipping _softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8291905Z Skipping squeeze Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8292566Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8293327Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8294004Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8294690Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8295376Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8297052Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8297801Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8298484Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8299186Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8299946Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8300630Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8301346Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8302082Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8302820Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8303497Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8304257Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8304957Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8305653Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8306386Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8307085Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8307782Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8308468Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8309124Z Skipping stride Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8309743Z Skipping sym_stride Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8310476Z Skipping sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8311315Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8320808Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8322008Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8323093Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8324105Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8325285Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8326462Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8327858Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8329152Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8330341Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8331526Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8332746Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8333952Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8335027Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8336176Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8337311Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8338427Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8339640Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8340873Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8342060Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8343258Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8344653Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8345822Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8346941Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8347988Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8349032Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8350124Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8351218Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8352314Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8353348Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8354340Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8355343Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8356320Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8357303Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8358296Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8359408Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8360631Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8361693Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8362537Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8363408Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8364455Z Skipping transpose Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8365407Z Skipping unique_consecutive Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8366330Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8367057Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8367869Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8369008Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8370150Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8371311Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8372419Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8373649Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8374748Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8375744Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8376765Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8377789Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8378794Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8379781Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8380869Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8382121Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8383356Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8384551Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8385784Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8386995Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8388141Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8389407Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8390498Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8391571Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8392659Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8393737Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T15:57:54.8394654Z Skipping zeros because it is a factory method 2024-04-03T15:57:54.8395516Z Skipping _efficientzerotensor because it is a factory method 2024-04-03T15:57:54.8396397Z Skipping zeros_like because it is a factory method 2024-04-03T15:57:54.8397483Z Skipping _standard_gamma Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8398930Z Skipping _sample_dirichlet Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8400297Z Skipping poisson Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8401564Z Skipping binomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8403000Z Skipping native_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8404077Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8404961Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8405902Z Skipping _sparse_csr_sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8407366Z Skipping _sparse_csr_prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8408770Z Skipping _sparse_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8409971Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8411302Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8412513Z Skipping _sparse_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8413809Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8414883Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8416051Z Skipping _spdiags Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8417293Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8418537Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8419901Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8421302Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8422688Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8424022Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8425365Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8426687Z Skipping clone Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T15:57:54.8428026Z Skipping _sparse_mm_reduce_impl Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8429437Z Skipping _sparse_mm_reduce_impl_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8430783Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8432034Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8433346Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8434719Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8436433Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8437613Z Skipping sparse_compressed_tensor because it is a factory method 2024-04-03T15:57:54.8438521Z Skipping sparse_csr_tensor because it is a factory method 2024-04-03T15:57:54.8439376Z Skipping sparse_csc_tensor because it is a factory method 2024-04-03T15:57:54.8440267Z Skipping sparse_bsr_tensor because it is a factory method 2024-04-03T15:57:54.8441166Z Skipping sparse_bsc_tensor because it is a factory method 2024-04-03T15:57:54.8442113Z Skipping _sparse_compressed_tensor_unsafe because it is a factory method 2024-04-03T15:57:54.8443155Z Skipping _sparse_csr_tensor_unsafe because it is a factory method 2024-04-03T15:57:54.8444096Z Skipping _sparse_csc_tensor_unsafe because it is a factory method 2024-04-03T15:57:54.8445225Z Skipping _sparse_bsr_tensor_unsafe because it is a factory method 2024-04-03T15:57:54.8446268Z Skipping _sparse_bsc_tensor_unsafe because it is a factory method 2024-04-03T15:57:54.8447204Z Skipping sparse_coo_tensor because it is a factory method 2024-04-03T15:57:54.8448107Z Skipping _sparse_coo_tensor_unsafe because it is a factory method 2024-04-03T15:57:54.8449136Z Skipping _sparse_coo_tensor_with_dims because it is a factory method 2024-04-03T15:57:54.8450232Z Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method 2024-04-03T15:57:54.8451442Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8452744Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8454083Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8455304Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8456476Z Skipping to_dense_backward Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8458093Z Skipping unbind Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8459146Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8460290Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8461394Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8462462Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8463619Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8464811Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T15:57:54.8465893Z Skipping to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8466951Z Skipping _to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8468055Z Skipping to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8469198Z Skipping _to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8470340Z Skipping to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8471470Z Skipping _to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8472589Z Skipping to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8473677Z Skipping _to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8474831Z Skipping to_mkldnn Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8476171Z Skipping mkldnn_reorder_conv2d_weight Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8477503Z Skipping quantize_per_tensor_dynamic Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8478663Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8480821Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8481961Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8483110Z Skipping quantize_per_channel Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8484057Z Skipping q_scale Because of Ret: double (double) 2024-04-03T15:57:54.8484945Z Skipping qscheme Because of Ret: at::QScheme (at::QScheme) 2024-04-03T15:57:54.8485880Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T15:57:54.8486864Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T15:57:54.8488012Z Skipping _autocast_to_reduced_precision Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8489081Z Skipping _to_copy because it is a factory method 2024-04-03T15:57:54.8489780Z Skipping to because it is a factory method 2024-04-03T15:57:54.8490641Z Skipping meshgrid Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8491666Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8492657Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8493718Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8494717Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8495667Z Skipping can_cast Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8496632Z Skipping promote_types Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8497490Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8498289Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8499325Z Skipping _masked_softmax_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8500467Z Skipping view Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8502629Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8503921Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8504906Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8505891Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8506887Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8507773Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8508685Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8509611Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8510521Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8511407Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8512269Z Skipping scatter_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8513168Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8514155Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8515139Z Skipping cross Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8515950Z Skipping tril_indices because it is a factory method 2024-04-03T15:57:54.8516813Z Skipping triu_indices because it is a factory method 2024-04-03T15:57:54.8517998Z Skipping take_along_dim Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8519284Z Skipping index_select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8520139Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8520976Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8521824Z Skipping linalg_vander Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8522995Z Skipping multinomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8525821Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8527148Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8528654Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8530268Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8531902Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8533423Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8534867Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8536347Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8537856Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8539287Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8540609Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8541894Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8543225Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8544623Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8545936Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8548617Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8550033Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8551851Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8552943Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8553681Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8554416Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8555141Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8556053Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8557073Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8558065Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8559028Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8559948Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8560703Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8561476Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8562242Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8562938Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8563815Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8565069Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8565977Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8566556Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8568726Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8569561Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T15:57:54.8570356Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8571114Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T15:57:54.8572140Z Skipping normal_functional Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8573152Z Skipping normal because it is a factory method 2024-04-03T15:57:54.8574131Z Skipping _foreach_add Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8575339Z Skipping _foreach_sub Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8576431Z Skipping _foreach_mul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8577649Z Skipping _foreach_div Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8578892Z Skipping _foreach_clamp_max Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8580135Z Skipping _foreach_clamp_min Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8581350Z Skipping _foreach_maximum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8582459Z Skipping _foreach_minimum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8583761Z Skipping _foreach_addcdiv Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8584864Z Skipping _foreach_addcmul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8586098Z Skipping _foreach_pow Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T15:57:54.8587300Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8589683Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8590852Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8591934Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8593057Z Skipping rrelu_with_noise Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8594141Z Skipping avg_pool2d Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8595135Z Skipping avg_pool2d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8596077Z Skipping avg_pool3d Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8597039Z Skipping avg_pool3d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8598098Z Skipping _pad_enum Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8598967Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8599777Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8600738Z Skipping upsample_linear1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8601886Z Skipping upsample_bilinear2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8603031Z Skipping _upsample_bilinear2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8604241Z Skipping upsample_trilinear3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8605772Z Skipping upsample_bicubic2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8606915Z Skipping _upsample_bicubic2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8607992Z Skipping upsample_nearest1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8609269Z Skipping _upsample_nearest_exact1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8611820Z Skipping upsample_nearest2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8612938Z Skipping _upsample_nearest_exact2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8614270Z Skipping upsample_nearest3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8615364Z Skipping _upsample_nearest_exact3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8616520Z Skipping upsample_linear1d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8617581Z Skipping upsample_linear1d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8618587Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8619550Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8620644Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8621837Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8622911Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8623900Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8625027Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8626178Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8627313Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8628345Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8629411Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8632123Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8633632Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8635107Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8636053Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8636994Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8637861Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8638694Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8639525Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8640403Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8641320Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8642249Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8643117Z Skipping upsample_nearest1d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8643946Z Skipping _upsample_nearest_exact1d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8645098Z Skipping upsample_nearest1d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8646039Z Skipping _upsample_nearest_exact1d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8646915Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8647732Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8648570Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8649447Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8653656Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8655243Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8656463Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8657425Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8658316Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8659132Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8659946Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8660775Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8661648Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8662522Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8663399Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8664300Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8665195Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8666111Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8667076Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8668041Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8668907Z Skipping logit_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8671451Z Skipping special_logit Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8672336Z Skipping special_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8673310Z Skipping special_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8674135Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8674857Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8675574Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8676290Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8677020Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8678114Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8679388Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8680451Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8681173Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8681908Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8682631Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8683367Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8684094Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8687599Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8688329Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8689336Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8690427Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8691326Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8693932Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8694760Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8695564Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8696384Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8697207Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8698025Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8698852Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8699671Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8700480Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8701316Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8702149Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8703199Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8704675Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8705805Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8706625Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8707446Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8708282Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8709116Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8711613Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8712510Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8713324Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8714138Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8714950Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8715775Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8716593Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8717397Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8718218Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8719044Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8719876Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8720713Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8721541Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8722361Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8723171Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8724005Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8724988Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8725804Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8726499Z Skipping fft_fftfreq because it is a factory method 2024-04-03T15:57:54.8727056Z Skipping fft_rfftfreq because it is a factory method 2024-04-03T15:57:54.8730514Z Skipping fft_fftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8731377Z Skipping fft_ifftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8732191Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8732945Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8733778Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8734549Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8735318Z Skipping linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8736091Z Skipping linalg_eigvalsh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8736984Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8737968Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8738929Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8739902Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8740768Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8741526Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8742273Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8743034Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8743877Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8744791Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8748572Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8749526Z Skipping linalg_matrix_norm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8750421Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8751256Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8752085Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8752909Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8753767Z Skipping _linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8754679Z Skipping linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8755603Z Skipping linalg_svdvals Because of Arg: ::std::optional (c10::string_view) 2024-04-03T15:57:54.8756561Z Skipping linalg_cond Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T15:57:54.8757436Z Skipping linalg_cond Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8758188Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8758913Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8759645Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8760476Z Skipping linalg_tensorsolve Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8761322Z Skipping linalg_qr Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8762083Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8762888Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8763686Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8764780Z Skipping nested_to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8765756Z Skipping _test_optional_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8766750Z Skipping _test_optional_filled_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8767834Z Skipping _test_optional_floatlist Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T15:57:54.8768812Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8769650Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8770513Z Skipping _test_ambiguous_defaults Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8771345Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8772136Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8772938Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8773803Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8774597Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8775387Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8776181Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8777004Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8777889Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8778771Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8779636Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8783525Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T15:57:54.8784532Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8785617Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8786714Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8787801Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T15:57:54.8788741Z Skipping as_strided_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8789505Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8790256Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8791000Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8791725Z Skipping view_copy Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T15:57:54.8792532Z Skipping to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T15:57:54.8793461Z Skipping _transformer_encoder_layer_fwd Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8794398Z Skipping _native_multi_head_attention Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8795304Z Skipping scaled_dot_product_attention Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8796154Z Skipping _fused_sdp_choice Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8797030Z Skipping _scaled_dot_product_attention_math Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8797922Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8798768Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8802506Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8803336Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8804176Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8806230Z Skipping _scaled_dot_product_flash_attention_for_cpu Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8807294Z Skipping _scaled_dot_product_flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8808384Z Skipping _scaled_dot_product_flash_attention_for_cpu_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8809456Z Skipping _scaled_dot_product_efficient_attention Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8810576Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T15:57:54.8811790Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T15:57:54.8812998Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T15:57:54.8814158Z Skipping _scaled_dot_product_cudnn_attention Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8815074Z Skipping _flash_attention_forward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8815927Z Skipping _flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8816757Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8817545Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8818312Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8822293Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8823086Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T15:57:54.8823934Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8824843Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T15:57:54.8825824Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8827014Z Skipping resize Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T15:57:54.8828296Z Skipping resize_as Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T15:57:54.8829407Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T15:57:54.8830261Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T15:57:54.8830828Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T15:57:54.8831503Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8832220Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T15:57:54.8832981Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8850428Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8851294Z Skipping uniform Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8852124Z Skipping cauchy Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8852976Z Skipping log_normal Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8853937Z Skipping exponential Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:57:54.8854805Z Skipping geometric Because of Arg: ::std::optional (at::Generator) 2024-04-03T15:58:02.7019656Z [1,854 / 3,559] Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:58:13.3140062Z [1,884 / 3,559] Compiling test/cpp/api/autograd.cpp; 17s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T15:58:22.6603262Z INFO: From Compiling torch/csrc/jit/runtime/static/ops.cpp: 2024-04-03T15:58:22.6606000Z In file included from torch/csrc/jit/runtime/static/ops.cpp:18: 2024-04-03T15:58:22.6607198Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T15:58:22.6609225Z aten/src/ATen/native/cpu/SerialStackImpl.h:56:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T15:58:22.6610922Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T15:58:22.6611695Z | ^ 2024-04-03T15:58:23.3140881Z [1,911 / 3,559] Compiling test/cpp/api/autograd.cpp; 27s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T15:58:33.3567764Z [1,932 / 3,559] Compiling test/cpp/api/autograd.cpp; 37s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:58:43.3824392Z [1,955 / 3,559] Compiling torch/csrc/api/src/nn/options/normalization.cpp; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T15:58:53.5497042Z [1,978 / 3,559] Compiling torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:04.3367798Z [2,005 / 3,559] Compiling torch/csrc/jit/tensorexpr/operators/softmax.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:14.7319991Z [2,029 / 3,559] Compiling torch/csrc/lazy/core/shape_inference.cpp; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:25.4229000Z [2,056 / 3,559] Compiling torch/csrc/autograd/generated/VariableType_0.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:35.4234233Z [2,082 / 3,559] Compiling torch/csrc/api/src/nn/modules/fold.cpp; 7s processwrapper-sandbox ... (15 actions running) 2024-04-03T15:59:45.7990329Z [2,105 / 3,559] Compiling torch/csrc/api/src/nn/modules/batchnorm.cpp; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:56.4022935Z [2,129 / 3,559] Compiling torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:00:06.4390139Z [2,155 / 3,559] Compiling torch/csrc/jit/runtime/static/generated_ops.cpp; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:00:17.3709644Z [2,182 / 3,559] Compiling torch/csrc/autograd/generated/VariableType_4.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:00:27.6835505Z [2,208 / 3,559] Compiling torch/csrc/jit/passes/quantization/register_packed_params.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:00:29.7300035Z INFO: From Compiling torch/csrc/autograd/record_function_ops.cpp: 2024-04-03T16:00:29.7318696Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::Tensor torch::autograd::profiler::record_function_enter_legacy(const string&, const std::optional >&)': 2024-04-03T16:00:29.7323663Z torch/csrc/autograd/record_function_ops.cpp:41:78: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:00:29.7369399Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:00:29.7370508Z | ^ 2024-04-03T16:00:29.7371512Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:00:29.7568982Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:00:29.7570245Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:00:29.7572681Z | ^~~~~~ 2024-04-03T16:00:29.7577272Z torch/csrc/autograd/record_function_ops.cpp:41:78: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:00:29.7580796Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:00:29.7581907Z | ^ 2024-04-03T16:00:29.7582927Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:00:29.7584127Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:00:29.7585189Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:00:29.7586017Z | ^~~~~~ 2024-04-03T16:00:29.7588181Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::RecordFunction& torch::autograd::profiler::getRecordFunctionFromTensor(const at::Tensor&)': 2024-04-03T16:00:29.7593542Z torch/csrc/autograd/record_function_ops.cpp:56:72: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:00:29.7596959Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:00:29.7598240Z | ^ 2024-04-03T16:00:29.7599547Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:00:29.7600918Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:00:29.7602199Z 76 | cast(const Tensor& packed) { 2024-04-03T16:00:29.7602920Z | ^~~~ 2024-04-03T16:00:29.7608884Z torch/csrc/autograd/record_function_ops.cpp:56:72: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:00:29.7613063Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:00:29.7614264Z | ^ 2024-04-03T16:00:29.7615299Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:00:29.7616517Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:00:29.7618031Z 76 | cast(const Tensor& packed) { 2024-04-03T16:00:29.7618671Z | ^~~~ 2024-04-03T16:00:38.0988285Z [2,231 / 3,559] Compiling torch/csrc/api/src/nn/options/conv.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:00:49.0355044Z [2,259 / 3,559] Compiling torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:00.1296688Z [2,286 / 3,559] Compiling torch/csrc/autograd/functions/init.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:02.8584632Z INFO: From Compiling torch/csrc/dynamo/eval_frame.c: 2024-04-03T16:01:02.8586686Z torch/csrc/dynamo/eval_frame.c:165:20: warning: 'previous_eval_frame' defined but not used [-Wunused-variable] 2024-04-03T16:01:02.8588208Z 165 | static PyObject *(*previous_eval_frame)(PyThreadState *tstate, 2024-04-03T16:01:02.8589207Z | ^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:01:10.5479577Z [2,312 / 3,559] Compiling torch/csrc/utils/tensor_new.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:20.8306791Z [2,336 / 3,559] Compiling torch/csrc/tensor/python_tensor.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:31.2721769Z [2,362 / 3,559] Compiling torch/csrc/DynamicTypes.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:41.9258805Z [2,386 / 3,559] Compiling torch/csrc/autograd/generated/python_functions_1.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:52.9216607Z [2,411 / 3,559] Compiling torch/csrc/jit/python/python_custom_class.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:03.2700789Z [2,436 / 3,559] Compiling test/cpp/tensorexpr/test_kernel.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:13.3768750Z [2,460 / 3,559] Compiling test/cpp/jit/test_shape_analysis.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:23.3848720Z [2,484 / 3,559] Compiling test/cpp/tensorexpr/test_dynamic_shapes.cpp; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:02:33.4322450Z [2,509 / 3,559] Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:02:43.6598306Z [2,534 / 3,559] Compiling torch/csrc/api/src/nn/modules/instancenorm.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:53.9556257Z [2,559 / 3,559] Compiling torch/csrc/jit/passes/batch_mm.cpp; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:04.1794408Z [2,583 / 3,559] Compiling torch/csrc/distributed/c10d/Utils.cpp; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:14.1804194Z [2,609 / 3,559] Compiling torch/csrc/autograd/functions/basic_ops.cpp; 8s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:03:22.3386904Z INFO: From Compiling caffe2/ideep/operators/utility_ops.cc: 2024-04-03T16:03:22.3388619Z caffe2/ideep/operators/utility_ops.cc: In member function 'virtual bool {anonymous}::CopyIDEEPToCPUOp::RunOnDevice()': 2024-04-03T16:03:22.3394494Z caffe2/ideep/operators/utility_ops.cc:62:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:22.3396490Z 62 | for (int i = 0; i < X.get_dims().size(); ++i) { 2024-04-03T16:03:22.3397246Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:03:24.5828350Z [2,633 / 3,559] Compiling caffe2/contrib/aten/aten_op.cc; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:28.3650074Z INFO: From Compiling caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: 2024-04-03T16:03:28.3652941Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: In instantiation of 'bool caffe2::MulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:03:28.3655467Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:26:8: required from here 2024-04-03T16:03:28.3658649Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:79:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:28.3661095Z 79 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:03:28.3661866Z | ~~^~~~~ 2024-04-03T16:03:28.3664457Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:81:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:28.3666848Z 81 | for (int j = 0; j < n; ++j) { 2024-04-03T16:03:28.3667607Z | ~~^~~ 2024-04-03T16:03:28.3670182Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:83:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:28.3672601Z 83 | for (int k = 0; k < post; ++k) { 2024-04-03T16:03:28.3673416Z | ~~^~~~~~ 2024-04-03T16:03:34.9977144Z [2,659 / 3,559] Compiling caffe2/operators/deform_conv_gradient_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:38.2449916Z INFO: From Compiling caffe2/core/net_async_tracing.cc: 2024-04-03T16:03:38.2456755Z caffe2/core/net_async_tracing.cc: In function 'int caffe2::tracing::extractShardId(const string&)': 2024-04-03T16:03:38.2459129Z caffe2/core/net_async_tracing.cc:402:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:38.2460788Z 402 | while (right_pos < name.length() && isdigit(name[right_pos])) { 2024-04-03T16:03:38.2461461Z | ~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:03:39.4815309Z INFO: From Compiling caffe2/ideep/operators/concat_split_op.cc: 2024-04-03T16:03:39.4860360Z caffe2/ideep/operators/concat_split_op.cc: In member function 'virtual bool {anonymous}::IDEEPConcatOp::RunOnDevice()': 2024-04-03T16:03:39.4863489Z caffe2/ideep/operators/concat_split_op.cc:65:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:39.4865432Z 65 | for (int i = 0; i < axis_vdata.size(); i++) { 2024-04-03T16:03:39.4866079Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:03:43.2499779Z INFO: From Compiling caffe2/operators/slice_op.cc: 2024-04-03T16:03:43.2500881Z caffe2/operators/slice_op.cc: In lambda function: 2024-04-03T16:03:43.2503522Z caffe2/operators/slice_op.cc:93:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:43.2506009Z 93 | if (i >= starts.size()) { 2024-04-03T16:03:43.2506817Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:03:45.7606648Z [2,683 / 3,559] Compiling caffe2/operators/conv_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:48.8586905Z INFO: From Compiling caffe2/operators/reshape_op.cc: 2024-04-03T16:03:48.8591923Z caffe2/operators/reshape_op.cc: In lambda function: 2024-04-03T16:03:48.8594509Z caffe2/operators/reshape_op.cc:42:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:48.8596448Z 42 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:03:48.8596993Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:03:48.8598474Z caffe2/operators/reshape_op.cc:68:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:03:48.8600258Z 68 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:03:48.8600869Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:03:55.7728072Z [2,711 / 3,559] Compiling caffe2/quantization/server/conv_dnnlowp_acc16_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:03.8768931Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc: 2024-04-03T16:04:03.8778316Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:223: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:04:03.8779780Z 223 | #pragma omp parallel for 2024-04-03T16:04:03.8780326Z | 2024-04-03T16:04:03.8781675Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:245: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:04:03.8783083Z 245 | #pragma omp parallel for 2024-04-03T16:04:03.8783622Z | 2024-04-03T16:04:04.9214835Z INFO: From Compiling caffe2/operators/ctc_beam_search_decoder_op.cc: 2024-04-03T16:04:04.9216509Z caffe2/operators/ctc_beam_search_decoder_op.cc: In member function 'bool caffe2::CTCBeamSearchDecoderOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:04:04.9221518Z caffe2/operators/ctc_beam_search_decoder_op.cc:142:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:04.9223400Z 142 | for (int i = 0; i < values_cache.size(); ++i) { 2024-04-03T16:04:04.9224179Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:05.2174937Z INFO: From Compiling caffe2/operators/generate_proposals_op.cc: 2024-04-03T16:04:05.2176441Z caffe2/operators/generate_proposals_op.cc: In function 'size_t caffe2::{anonymous}::ComputeStartIndex(const TensorCPU&, const std::vector&)': 2024-04-03T16:04:05.2178649Z caffe2/operators/generate_proposals_op.cc:18:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:05.2180033Z 18 | for (int i = 0; i < index.size(); i++) { 2024-04-03T16:04:05.2180528Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:04:05.2183898Z caffe2/operators/generate_proposals_op.cc: In member function 'void caffe2::GenerateProposalsOp::ProposalsForOneImage(const Array3f&, const Eigen::Map >&, const caffe2::utils::ConstTensorView&, const caffe2::utils::ConstTensorView&, caffe2::ERArrXXf*, caffe2::EArrXf*) const [with Context = caffe2::CPUContext; Eigen::Array3f = Eigen::Array; caffe2::ERArrXXf = Eigen::Array; caffe2::EArrXf = Eigen::Array]': 2024-04-03T16:04:05.2188071Z caffe2/operators/generate_proposals_op.cc:216:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:05.2189463Z 216 | for (int i = 0; i < order.size(); ++i) { 2024-04-03T16:04:05.2189915Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:04:05.2194060Z caffe2/operators/generate_proposals_op.cc:253:42: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:05.2195600Z 253 | if (post_nms_topN > 0 && post_nms_topN < keep.size()) { 2024-04-03T16:04:05.2196202Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:04:06.8856770Z [2,728 / 3,559] Compiling caffe2/operators/mean_op.cc; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:17.1942307Z [2,743 / 3,559] Compiling caffe2/operators/sinh_op.cc; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:17.6800380Z INFO: From Compiling caffe2/operators/cc_bmm_bg_op.cc: 2024-04-03T16:04:17.6801345Z In file included from caffe2/operators/cc_bmm_bg_op.cc:1: 2024-04-03T16:04:17.6802342Z caffe2/operators/cc_bmm_bg_op.h:103: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:04:17.6803205Z 103 | #pragma omp parallel 2024-04-03T16:04:17.6803607Z | 2024-04-03T16:04:17.6804224Z caffe2/operators/cc_bmm_bg_op.h:108: warning: ignoring #pragma omp for [-Wunknown-pragmas] 2024-04-03T16:04:17.6805246Z 108 | #pragma omp for 2024-04-03T16:04:17.6805586Z | 2024-04-03T16:04:19.5214814Z INFO: From Compiling caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: 2024-04-03T16:04:19.5219773Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = short unsigned int]': 2024-04-03T16:04:19.5221807Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:04:19.5223919Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:312:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5225602Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:04:19.5228323Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:19.5230595Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:344:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5232034Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:04:19.5232494Z | ~~^~~ 2024-04-03T16:04:19.5234016Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:348:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5235454Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5235984Z | ~~^~~ 2024-04-03T16:04:19.5237464Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:353:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5238862Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5239359Z | ~~^~~ 2024-04-03T16:04:19.5240846Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:664:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5242204Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:04:19.5242632Z | ~~^~~ 2024-04-03T16:04:19.5244093Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:668:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5245875Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5246427Z | ~~^~~ 2024-04-03T16:04:19.5250021Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:673:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5252712Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5253593Z | ~~^~~ 2024-04-03T16:04:19.5256285Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:681:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5258682Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:04:19.5259454Z | ~~^~~ 2024-04-03T16:04:19.5262053Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:685:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5264463Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5265215Z | ~~^~~ 2024-04-03T16:04:19.5267626Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:690:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5269887Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5270677Z | ~~^~~ 2024-04-03T16:04:19.5273268Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:697:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5275660Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:04:19.5276457Z | ~~^~~ 2024-04-03T16:04:19.5279052Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:701:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5281533Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5468613Z | ~~^~~ 2024-04-03T16:04:19.5471354Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:707:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5473800Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5474598Z | ~~^~~ 2024-04-03T16:04:19.5477259Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:713:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5479713Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5480484Z | ~~^~~ 2024-04-03T16:04:19.5482961Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:719:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5485546Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5486296Z | ~~^~~ 2024-04-03T16:04:19.5488586Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:732:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5490696Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:04:19.5491497Z | ~~^~~~~~~ 2024-04-03T16:04:19.5493807Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:04:19.5496118Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:04:19.5499901Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:312:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5502783Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:04:19.5503785Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:19.5506522Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:344:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5508949Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:04:19.5509630Z | ~~^~~ 2024-04-03T16:04:19.5512054Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:348:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5514280Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5515207Z | ~~^~~ 2024-04-03T16:04:19.5517846Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:353:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5520281Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5521099Z | ~~^~~ 2024-04-03T16:04:19.5523713Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:664:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5528662Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:04:19.5529445Z | ~~^~~ 2024-04-03T16:04:19.5531827Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:668:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5534035Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5534783Z | ~~^~~ 2024-04-03T16:04:19.5538011Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:673:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5540440Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5541253Z | ~~^~~ 2024-04-03T16:04:19.5543985Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:681:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5546416Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:04:19.5547175Z | ~~^~~ 2024-04-03T16:04:19.5549778Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:685:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5552311Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5553132Z | ~~^~~ 2024-04-03T16:04:19.5555794Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:690:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5558223Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5559010Z | ~~^~~ 2024-04-03T16:04:19.5561609Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:697:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5564102Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:04:19.5565081Z | ~~^~~ 2024-04-03T16:04:19.5567683Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:701:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5569784Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5570498Z | ~~^~~ 2024-04-03T16:04:19.5572941Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:707:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5575380Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5576193Z | ~~^~~ 2024-04-03T16:04:19.5578828Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:713:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5581009Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5581831Z | ~~^~~ 2024-04-03T16:04:19.5584511Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:719:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5586988Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:04:19.5587796Z | ~~^~~ 2024-04-03T16:04:19.5590281Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:732:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:19.5592671Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:04:19.5593400Z | ~~^~~~~~~ 2024-04-03T16:04:23.7873628Z INFO: From Compiling caffe2/operators/copy_rows_to_tensor_op.cc: 2024-04-03T16:04:23.7875113Z In file included from caffe2/operators/copy_rows_to_tensor_op.cc:1: 2024-04-03T16:04:23.7877606Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = c10::Half; Context = caffe2::CPUContext]': 2024-04-03T16:04:23.7881528Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7885316Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7887892Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:04:23.7889079Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:04:23.7890603Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:04:23.7891880Z 45 | for (size_t i = 0; i < indices.sizes()[0]; ++i) { 2024-04-03T16:04:23.7892374Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:23.7893736Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:04:23.7896406Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7899866Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7903228Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7905931Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:04:23.7907222Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:04:23.7908849Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:04:23.7911048Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = double; Context = caffe2::CPUContext]': 2024-04-03T16:04:23.7913848Z ./caffe2/core/operator.h:1293:1: recursively required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7917267Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7920651Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7923336Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:04:23.7926092Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:04:23.7927822Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:04:23.7929945Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:04:23.7932843Z ./caffe2/core/operator.h:1293:1: recursively required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7936292Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7939738Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7942431Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:04:23.7943642Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:04:23.7945140Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:04:23.7947226Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = long int; Context = caffe2::CPUContext]': 2024-04-03T16:04:23.7949957Z ./caffe2/core/operator.h:1293:1: recursively required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7953312Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7956650Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:04:23.7959794Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:04:23.7961597Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:04:23.7963884Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:04:24.7254195Z INFO: From Compiling caffe2/operators/sequence_ops.cc: 2024-04-03T16:04:24.7264244Z caffe2/operators/sequence_ops.cc:58: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:04:24.7265785Z 58 | #pragma warning(suppress: 4804) 2024-04-03T16:04:24.7266458Z | 2024-04-03T16:04:24.7267560Z caffe2/operators/sequence_ops.cc:67: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:04:24.7268825Z 67 | #pragma warning(suppress: 4804) 2024-04-03T16:04:24.7269494Z | 2024-04-03T16:04:27.2015097Z [2,766 / 3,559] Compiling caffe2/operators/clip_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:37.9920945Z [2,793 / 3,559] Compiling caffe2/operators/elementwise_mul_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:38.0042651Z INFO: From Compiling caffe2/operators/lengths_top_k_op.cc: 2024-04-03T16:04:38.0052038Z caffe2/operators/lengths_top_k_op.cc: In instantiation of 'bool caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:04:38.0053980Z caffe2/operators/lengths_top_k_op.cc:6:6: required from here 2024-04-03T16:04:38.0058962Z caffe2/operators/lengths_top_k_op.cc:42:26: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]::&, std::pair&)> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:04:38.0063125Z 42 | if (p_queue.size() < k_ || value > p_queue.top().first) { 2024-04-03T16:04:38.0069414Z caffe2/operators/lengths_top_k_op.cc:46:26: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]::&, std::pair&)> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:04:38.0074427Z 46 | if (p_queue.size() > k_) { 2024-04-03T16:04:39.5993143Z INFO: From Compiling caffe2/queue/rebatching_queue.cc: 2024-04-03T16:04:39.5995074Z caffe2/queue/rebatching_queue.cc: In function 'void caffe2::{anonymous}::concat(caffe2::CPUContext&, const std::vector >&, const std::vector&)': 2024-04-03T16:04:39.5998690Z caffe2/queue/rebatching_queue.cc:39:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 2024-04-03T16:04:39.6000117Z 39 | for (int j = 0; j < numTensors; ++j) { 2024-04-03T16:04:39.6000827Z | ~~^~~~~~~~~~~~ 2024-04-03T16:04:39.6002259Z caffe2/queue/rebatching_queue.cc: In member function 'bool caffe2::RebatchingQueue::enqueue(std::vector >)': 2024-04-03T16:04:39.6005266Z caffe2/queue/rebatching_queue.cc:188:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:39.6007115Z 188 | if (idx >= splittedInputs.size()) { 2024-04-03T16:04:39.6007831Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:39.6010536Z caffe2/queue/rebatching_queue.cc:206:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:39.6012213Z 206 | } while (canWrite() && idx < splittedInputs.size()); 2024-04-03T16:04:39.6015141Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:45.7546685Z INFO: From Compiling caffe2/operators/flexible_top_k.cc: 2024-04-03T16:04:45.7549784Z caffe2/operators/flexible_top_k.cc: In instantiation of 'bool caffe2::FlexibleTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:04:45.7551952Z caffe2/operators/flexible_top_k.cc:23:6: required from here 2024-04-03T16:04:45.7556609Z caffe2/operators/flexible_top_k.cc:77:21: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::{anonymous}::ValueCmp >::size_type' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:04:45.7560013Z 77 | if (PQ.size() < k_ || value > PQ.top().first) { 2024-04-03T16:04:45.7564208Z caffe2/operators/flexible_top_k.cc:81:21: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::{anonymous}::ValueCmp >::size_type' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:04:45.7566908Z 81 | if (PQ.size() > k_) { 2024-04-03T16:04:47.4735446Z INFO: From Compiling caffe2/operators/half_float_ops.cc: 2024-04-03T16:04:47.4737868Z caffe2/operators/half_float_ops.cc: In member function 'bool caffe2::Float16UniformFillOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:04:47.4740686Z caffe2/operators/half_float_ops.cc:139:26: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 2024-04-03T16:04:47.4742544Z 139 | for (uint64_t i = 0; i < leading_dim_sz; i++) { 2024-04-03T16:04:47.4743728Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:47.4745594Z caffe2/operators/half_float_ops.cc:143:28: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:04:47.4747348Z 143 | for (uint64_t j = 0; j < rowsz; j++) { 2024-04-03T16:04:47.4747974Z | ~~^~~~~~~ 2024-04-03T16:04:48.5698391Z [2,817 / 3,559] Compiling caffe2/operators/integral_image_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:52.9729938Z INFO: From Compiling caffe2/operators/load_save_op.cc: 2024-04-03T16:04:52.9733336Z caffe2/operators/load_save_op.cc: In constructor 'caffe2::internal::SaveOpImpl::SaveOpImpl(caffe2::OperatorBase*, const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:04:52.9737810Z caffe2/operators/load_save_op.cc:108:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:52.9740010Z 108 | for (int i = 0; i < blob_names_.size(); ++i) { 2024-04-03T16:04:52.9740747Z | ~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:52.9742118Z caffe2/operators/load_save_op.cc: In member function 'bool caffe2::internal::SaveOpImpl::RunOnDevice()': 2024-04-03T16:04:52.9744927Z caffe2/operators/load_save_op.cc:189:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:52.9746905Z 189 | for (int i = 0; i < inputs.size(); ++i) { 2024-04-03T16:04:52.9747564Z | ~~^~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0318152Z INFO: From Compiling caffe2/utils/math_cpu.cc: 2024-04-03T16:04:57.0319649Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = signed char; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0321842Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int8_t' {aka 'signed char'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0323130Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:04:57.0323777Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0324752Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0325425Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:04:57.0325816Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0326983Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int8_t' {aka 'signed char'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0328239Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:04:57.0328867Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0329644Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0330298Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:04:57.0330682Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0331909Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = short int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0333921Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int16_t' {aka 'short int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0335202Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:04:57.0335847Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0338425Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0339776Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:04:57.0340507Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0342502Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int16_t' {aka 'short int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0344576Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:04:57.0345616Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0346968Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0348078Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:04:57.0348765Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0350804Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0353943Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0355978Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:04:57.0357068Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0358405Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0359516Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:04:57.0360215Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0362138Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0364180Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:04:57.0366937Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0368280Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0369424Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:04:57.0370073Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0371816Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = long int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0374382Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0376154Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:04:57.0377056Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0378219Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0379220Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:04:57.0379762Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0381281Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0383009Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:04:57.0383884Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0385050Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:04:57.0386029Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:04:57.0386635Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0389751Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = float; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0392541Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0394432Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0395211Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0396347Z caffe2/utils/math_cpu.cc:1403:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0397143Z 1403 | CAFFE2_RAND_SYNTHETIC_DATA(float); 2024-04-03T16:04:57.0397800Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0399310Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = double; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0402255Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0404189Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0405179Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0406332Z caffe2/utils/math_cpu.cc:1405:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0407389Z 1405 | CAFFE2_RAND_SYNTHETIC_DATA(double); 2024-04-03T16:04:57.0408009Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0409817Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = signed char; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0412691Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0414611Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0417536Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0418930Z caffe2/utils/math_cpu.cc:1407:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0420118Z 1407 | CAFFE2_RAND_SYNTHETIC_DATA(int8_t); 2024-04-03T16:04:57.0420797Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0423231Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = short int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0426942Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0429490Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0430588Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0432017Z caffe2/utils/math_cpu.cc:1409:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0433308Z 1409 | CAFFE2_RAND_SYNTHETIC_DATA(int16_t); 2024-04-03T16:04:57.0434062Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0436202Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0439876Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0442365Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0443424Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0445121Z caffe2/utils/math_cpu.cc:1411:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0448338Z 1411 | CAFFE2_RAND_SYNTHETIC_DATA(int32_t); 2024-04-03T16:04:57.0449077Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0451320Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = long int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0454574Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0457313Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0458417Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0459865Z caffe2/utils/math_cpu.cc:1413:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0461186Z 1413 | CAFFE2_RAND_SYNTHETIC_DATA(int64_t); 2024-04-03T16:04:57.0461942Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0464436Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = unsigned char; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0468428Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0470695Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0471751Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0473025Z caffe2/utils/math_cpu.cc:1415:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0474249Z 1415 | CAFFE2_RAND_SYNTHETIC_DATA(uint8_t); 2024-04-03T16:04:57.0474949Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0477401Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = short unsigned int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0483674Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0486462Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0487557Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0489000Z caffe2/utils/math_cpu.cc:1417:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0490373Z 1417 | CAFFE2_RAND_SYNTHETIC_DATA(uint16_t); 2024-04-03T16:04:57.0491157Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0493665Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = unsigned int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0497872Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0500506Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0501618Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0503050Z caffe2/utils/math_cpu.cc:1419:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0504406Z 1419 | CAFFE2_RAND_SYNTHETIC_DATA(uint32_t); 2024-04-03T16:04:57.0505137Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0507663Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = long unsigned int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:04:57.0511868Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:04:57.0516512Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:04:57.0517675Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0519123Z caffe2/utils/math_cpu.cc:1421:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:04:57.0520421Z 1421 | CAFFE2_RAND_SYNTHETIC_DATA(uint64_t); 2024-04-03T16:04:57.0521169Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:04:57.0525119Z caffe2/utils/math_cpu.cc: In instantiation of 'void caffe2::math::generate_trace_lru(std::vector&, std::vector&, std::vector&, std::vector&, Context_t*, Ind_t, Ind_t, Type, Type, Type*) [with Type = unsigned int; Val_t = double; Ind_t = int; Context_t = caffe2::CPUContext; bool cdf_app = false]': 2024-04-03T16:04:57.0528573Z caffe2/utils/math_cpu.cc:1419:1: required from here 2024-04-03T16:04:57.0530837Z caffe2/utils/math_cpu.cc:1354:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0532522Z 1354 | if (mem_ref < min) { 2024-04-03T16:04:57.0533121Z | ~~~~~~~~^~~~~ 2024-04-03T16:04:57.0534977Z caffe2/utils/math_cpu.cc:1360:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0536847Z 1360 | if (mem_ref > max) { 2024-04-03T16:04:57.0537512Z | ~~~~~~~~^~~~~ 2024-04-03T16:04:57.0541308Z caffe2/utils/math_cpu.cc: In instantiation of 'void caffe2::math::generate_trace_lru(std::vector&, std::vector&, std::vector&, std::vector&, Context_t*, Ind_t, Ind_t, Type, Type, Type*) [with Type = long unsigned int; Val_t = double; Ind_t = int; Context_t = caffe2::CPUContext; bool cdf_app = false]': 2024-04-03T16:04:57.0544872Z caffe2/utils/math_cpu.cc:1421:1: required from here 2024-04-03T16:04:57.0547029Z caffe2/utils/math_cpu.cc:1354:17: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0551409Z 1354 | if (mem_ref < min) { 2024-04-03T16:04:57.0552071Z | ~~~~~~~~^~~~~ 2024-04-03T16:04:57.0554070Z caffe2/utils/math_cpu.cc:1360:17: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:04:57.0555938Z 1360 | if (mem_ref > max) { 2024-04-03T16:04:57.0556574Z | ~~~~~~~~^~~~~ 2024-04-03T16:04:59.5722860Z [2,842 / 3,559] Compiling caffe2/operators/communicator_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:03.6551567Z INFO: From Compiling caffe2/queue/blobs_queue.cc: 2024-04-03T16:05:03.6555483Z caffe2/queue/blobs_queue.cc: In member function 'bool caffe2::BlobsQueue::canWrite()': 2024-04-03T16:05:03.6557711Z caffe2/queue/blobs_queue.cc:159:18: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:05:03.6559305Z 159 | return writer_ != reader_ + queue_.size(); 2024-04-03T16:05:03.6559961Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9353503Z INFO: From Compiling caffe2/operators/dataset_ops.cc: 2024-04-03T16:05:04.9356790Z caffe2/operators/dataset_ops.cc: In constructor 'caffe2::dataset_ops::TreeWalker::TreeWalker(const std::vector&, caffe2::dataset_ops::TreeCursor&)': 2024-04-03T16:05:04.9361312Z caffe2/operators/dataset_ops.cc:143:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9364646Z 143 | for (int fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:05:04.9365841Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9367876Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherLengthData()': 2024-04-03T16:05:04.9371024Z caffe2/operators/dataset_ops.cc:176:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9373028Z 176 | for (int i = 0; i < lengths_.size(); ++i) { 2024-04-03T16:05:04.9373751Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9375297Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherSizeLimits()': 2024-04-03T16:05:04.9378708Z caffe2/operators/dataset_ops.cc:189:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9381829Z 189 | for (auto fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:05:04.9382977Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9383817Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:04.9384555Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:04.9385280Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:05:04.9386024Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:05:04.9387905Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::CheckDatasetConsistencyOp::RunOnDevice()': 2024-04-03T16:05:04.9391294Z caffe2/operators/dataset_ops.cc:261:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9393475Z 261 | InputSize() == iterator_.fields().size(), 2024-04-03T16:05:04.9394265Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9396002Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::RunOnDevice()': 2024-04-03T16:05:04.9398955Z caffe2/operators/dataset_ops.cc:394:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9400759Z 394 | for (int i = 0; i < numRows; i++) { 2024-04-03T16:05:04.9401423Z | ~~^~~~~~~~~ 2024-04-03T16:05:04.9403333Z caffe2/operators/dataset_ops.cc:432:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9408867Z 432 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:05:04.9409544Z | ~~^~~~~~~~~ 2024-04-03T16:05:04.9411826Z caffe2/operators/dataset_ops.cc:434:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9413962Z 434 | for (int j = 0; j < tensors[i].size(); ++j) { 2024-04-03T16:05:04.9414695Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9416673Z caffe2/operators/dataset_ops.cc:457:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9418316Z 457 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:05:04.9418975Z | ~~^~~~~~~~~ 2024-04-03T16:05:04.9421578Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromInput(const Shared2DTensorVectorPtr&, std::vector >&, std::vector&)': 2024-04-03T16:05:04.9425008Z caffe2/operators/dataset_ops.cc:489:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 2024-04-03T16:05:04.9426730Z 489 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:05:04.9427927Z | ~~^~~~~~~~~~~~ 2024-04-03T16:05:04.9430210Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromPrototypeBlobs(std::vector >&, std::vector&)': 2024-04-03T16:05:04.9432914Z caffe2/operators/dataset_ops.cc:503:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 2024-04-03T16:05:04.9434596Z 503 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:05:04.9435310Z | ~~^~~~~~~~~~~~ 2024-04-03T16:05:04.9436018Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:04.9436737Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:04.9437402Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:05:04.9438144Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:05:04.9439887Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadNextBatchOp::RunOnDevice()': 2024-04-03T16:05:04.9443443Z caffe2/operators/dataset_ops.cc:527:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9445955Z 527 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:05:04.9446728Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9449102Z caffe2/operators/dataset_ops.cc:537:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9451064Z 537 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:05:04.9451672Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9454690Z caffe2/operators/dataset_ops.cc:548:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9457069Z 548 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:05:04.9457895Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9460135Z caffe2/operators/dataset_ops.cc:571:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9462082Z 571 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:05:04.9462707Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9463372Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:04.9464081Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:04.9464695Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:05:04.9465364Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:05:04.9466885Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ComputeOffsetOp::RunOnDevice()': 2024-04-03T16:05:04.9469890Z caffe2/operators/dataset_ops.cc:604:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9471921Z 604 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:05:04.9472851Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9475136Z caffe2/operators/dataset_ops.cc:615:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9477937Z 615 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:05:04.9478772Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9481579Z caffe2/operators/dataset_ops.cc:626:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9484508Z 626 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:05:04.9485468Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9486125Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:04.9486823Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:04.9487622Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:05:04.9488496Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:05:04.9490474Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::SortAndShuffleOp::RunOnDevice()': 2024-04-03T16:05:04.9494105Z caffe2/operators/dataset_ops.cc:662:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9496889Z 662 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:05:04.9497648Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9499440Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadRandomBatchOp::RunOnDevice()': 2024-04-03T16:05:04.9502689Z caffe2/operators/dataset_ops.cc:750:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9504946Z 750 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 3); 2024-04-03T16:05:04.9507588Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9510728Z caffe2/operators/dataset_ops.cc:774:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9513592Z 774 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:05:04.9514523Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9516469Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::TrimDatasetOp::RunOnDevice()': 2024-04-03T16:05:04.9520119Z caffe2/operators/dataset_ops.cc:1095:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9522762Z 1095 | for (int col = 0; col < walker.fields().size(); ++col) { 2024-04-03T16:05:04.9523739Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9524714Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:04.9525509Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:04.9526335Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:05:04.9527220Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:05:04.9529516Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::CollectTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:05:04.9531632Z caffe2/operators/dataset_ops.cc:1010:8: required from here 2024-04-03T16:05:04.9534472Z caffe2/operators/dataset_ops.cc:1032:34: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:04.9538312Z 1032 | tensorVector->size() == numToCollect_, 2024-04-03T16:05:04.9539136Z | ^ 2024-04-03T16:05:04.9541660Z caffe2/operators/dataset_ops.cc:1045:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9543916Z 1045 | } else if (pos >= tensorVector->size()) { 2024-04-03T16:05:04.9544715Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:04.9546891Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::ConcatTensorVectorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:05:04.9548973Z caffe2/operators/dataset_ops.cc:959:8: required from here 2024-04-03T16:05:04.9551597Z caffe2/operators/dataset_ops.cc:969:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:04.9553856Z 969 | for (int i = 1; i < tensorVector->size(); i++) { 2024-04-03T16:05:04.9554645Z | ~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:07.0502509Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_executor.cc: 2024-04-03T16:05:07.0504000Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:05:07.0504862Z from ./caffe2/core/context.h:9, 2024-04-03T16:05:07.0505570Z from ./caffe2/operators/rnn/recurrent_network_executor.h:4, 2024-04-03T16:05:07.0506370Z from caffe2/operators/rnn/recurrent_network_executor.cc:1: 2024-04-03T16:05:07.0508177Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::Run(int)': 2024-04-03T16:05:07.0511132Z caffe2/operators/rnn/recurrent_network_executor.cc:40:38: warning: comparison of integer expressions of different signedness: 'std::vector >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:07.0515693Z 40 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:05:07.0516472Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:05:07.0518500Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::RunBackwards(int)': 2024-04-03T16:05:07.0522857Z caffe2/operators/rnn/recurrent_network_executor.cc:67:38: warning: comparison of integer expressions of different signedness: 'std::vector >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:07.0526314Z 67 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:05:07.0527162Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:05:07.0529312Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::WorkerFunction()': 2024-04-03T16:05:07.0533012Z caffe2/operators/rnn/recurrent_network_executor.cc:181:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:07.0535456Z 181 | if (job.op_idx == timestep_ops_template_.size() - 1) { 2024-04-03T16:05:07.0536231Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:07.0537811Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::_Exec()': 2024-04-03T16:05:07.0540744Z caffe2/operators/rnn/recurrent_network_executor.cc:210:26: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:07.0542700Z 210 | while (workers_.size() < num_threads_) { 2024-04-03T16:05:07.0543329Z | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:05:09.1414771Z INFO: From Compiling caffe2/operators/reservoir_sampling.cc: 2024-04-03T16:05:09.1417588Z caffe2/operators/reservoir_sampling.cc: In instantiation of 'bool caffe2::{anonymous}::ReservoirSamplingOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:05:09.1419955Z caffe2/operators/reservoir_sampling.cc:22:8: required from here 2024-04-03T16:05:09.1422634Z caffe2/operators/reservoir_sampling.cc:38:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:09.1424917Z 38 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:05:09.9205730Z [2,867 / 3,559] Compiling caffe2/operators/roi_align_op.cc; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:10.0644790Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_op.cc: 2024-04-03T16:05:10.0648232Z caffe2/operators/rnn/recurrent_network_op.cc: In function 'void caffe2::detail::extractLinks(caffe2::OperatorBase*, const string&, const string&, const string&, const string&, std::vector*)': 2024-04-03T16:05:10.0653182Z caffe2/operators/rnn/recurrent_network_op.cc:232:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:10.0656082Z 232 | for (auto i = 0; i < internal.size(); ++i) { 2024-04-03T16:05:10.0656946Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:05:14.4379171Z INFO: From Compiling caffe2/opt/onnxifi_transformer.cc: 2024-04-03T16:05:14.4381246Z caffe2/opt/onnxifi_transformer.cc: In function 'void caffe2::{anonymous}::mergeFp32InputsAndConvertToFp16(size_t, const std::unordered_set >&, caffe2::NetDef*, caffe2::ShapeInfoMap*)': 2024-04-03T16:05:14.4384020Z caffe2/opt/onnxifi_transformer.cc:266:34: warning: comparison of integer expressions of different signedness: 'google::protobuf::int64' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:14.4387142Z 266 | shape_info.shape.dims(0) != batch_size) { 2024-04-03T16:05:14.4387730Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:05:14.4390457Z caffe2/opt/onnxifi_transformer.cc: In member function 'caffe2::NetDef caffe2::OnnxifiTransformer::SubnetToOnnxifiOpViaC2(const caffe2::NetDef&, const std::unordered_set >&, const ShapeInfoMap&, const std::unordered_map, caffe2::ShapeInfo> >&)': 2024-04-03T16:05:14.4393981Z caffe2/opt/onnxifi_transformer.cc:735:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:14.4395284Z 735 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:05:14.4395808Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:05:14.4399009Z caffe2/opt/onnxifi_transformer.cc: In member function 'caffe2::NetDef caffe2::OnnxifiTransformer::SubnetToOnnxifiOpViaOnnx(const caffe2::NetDef&, const std::unordered_set >&, caffe2::Workspace*, caffe2::onnx::OnnxExporter*, caffe2::ShapeInfoMap*, const std::unordered_map, caffe2::ShapeInfo> >&)': 2024-04-03T16:05:14.4402898Z caffe2/opt/onnxifi_transformer.cc:868:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:14.4404527Z 868 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:05:14.4405077Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:05:14.4406359Z caffe2/opt/onnxifi_transformer.cc: In member function 'std::vector caffe2::OnnxifiTransformer::getBackendId()': 2024-04-03T16:05:14.4410265Z caffe2/opt/onnxifi_transformer.cc:1273:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:14.4412159Z 1273 | for (int i = 0; i < backend_ids_.size(); ++i) { 2024-04-03T16:05:14.4412775Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:16.8749567Z INFO: From Compiling caffe2/ideep/operators/reshape_op.cc: 2024-04-03T16:05:16.8753389Z caffe2/ideep/operators/reshape_op.cc: In member function 'virtual bool {anonymous}::IDEEPReshapeOp::RunOnDevice()': 2024-04-03T16:05:16.8756469Z caffe2/ideep/operators/reshape_op.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:16.8758533Z 49 | for (int i = 0; i < actual_new_shape.size() && i < input.ndims(); ++i) { 2024-04-03T16:05:16.8759498Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:16.8761688Z caffe2/ideep/operators/reshape_op.cc:62:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:16.8763618Z 62 | for (int i = 0; i < actual_new_shape.size(); ++i) { 2024-04-03T16:05:16.8764477Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:16.8783432Z INFO: From Compiling caffe2/ideep/operators/queue_ops.cc: 2024-04-03T16:05:16.8784326Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:05:16.8788453Z from ./caffe2/utils/eigen_utils.h:9, 2024-04-03T16:05:16.8789329Z from ./caffe2/ideep/ideep_utils.h:4, 2024-04-03T16:05:16.8790153Z from caffe2/ideep/operators/queue_ops.cc:1: 2024-04-03T16:05:16.8792203Z caffe2/ideep/operators/queue_ops.cc: In member function 'virtual bool {anonymous}::IDEEPSafeEnqueueBlobsOp::RunOnDevice()': 2024-04-03T16:05:16.8795249Z caffe2/ideep/operators/queue_ops.cc:55:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:05:16.8798033Z 55 | OutputSize() == size + 1, 2024-04-03T16:05:16.8798759Z | ~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:05:20.4524700Z [2,892 / 3,559] Compiling caffe2/core/init.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:22.9284253Z INFO: From Compiling caffe2/operators/partition_ops.cc: 2024-04-03T16:05:22.9285975Z caffe2/operators/partition_ops.cc: In member function 'virtual std::vector caffe2::{anonymous}::{anonymous}::GetGatherByKeyGradient::GetGradientDefs()': 2024-04-03T16:05:22.9288237Z caffe2/operators/partition_ops.cc:122:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:22.9289668Z 122 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:05:22.9290178Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:05:22.9291752Z caffe2/operators/partition_ops.cc:135:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:22.9293130Z 135 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:05:22.9293679Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:05:23.3289329Z INFO: From Compiling caffe2/operators/gather_ranges_to_dense_op.cc: 2024-04-03T16:05:27.6992993Z caffe2/operators/gather_ranges_to_dense_op.cc: In lambda function: 2024-04-03T16:05:27.6996034Z caffe2/operators/gather_ranges_to_dense_op.cc:95:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:27.6998063Z 95 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:05:27.6998763Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:05:27.7000564Z INFO: From Compiling caffe2/operators/concat_split_op.cc: 2024-04-03T16:05:27.7002973Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::{anonymous}::TensorInferenceForSplit(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:05:27.7006466Z caffe2/operators/concat_split_op.cc:66:27: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] 2024-04-03T16:05:27.7008347Z 66 | } else if (split.size() != output_size) { 2024-04-03T16:05:27.7009036Z | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:05:27.7010894Z caffe2/operators/concat_split_op.cc: In function 'caffe2::OpSchema::Cost caffe2::CostInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:05:27.7014108Z caffe2/operators/concat_split_op.cc:326:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:27.7016180Z 326 | for (int i = 0; i < in.size(); ++i) { 2024-04-03T16:05:27.7016842Z | ~~^~~~~~~~~~~ 2024-04-03T16:05:27.7018898Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::TensorInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:05:27.7022455Z caffe2/operators/concat_split_op.cc:378:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:27.7024462Z 378 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:05:27.7025146Z | ~~^~~~~~~~~~~ 2024-04-03T16:05:27.7027453Z caffe2/operators/concat_split_op.cc:399:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:27.7030308Z 399 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:05:27.7030894Z | ~~^~~~~~~~~~~ 2024-04-03T16:05:27.7033063Z caffe2/operators/concat_split_op.cc:427:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:27.7035060Z 427 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:05:27.7035568Z | ~~^~~~~~~~~~~ 2024-04-03T16:05:29.3152194Z INFO: From Compiling caffe2/operators/last_n_window_collector.cc: 2024-04-03T16:05:29.3155262Z caffe2/operators/last_n_window_collector.cc: In instantiation of 'bool caffe2::{anonymous}::LastNWindowCollectorOp::collect() [with Context = caffe2::CPUContext]': 2024-04-03T16:05:29.3159122Z caffe2/operators/last_n_window_collector.cc:27:14: required from 'bool caffe2::{anonymous}::LastNWindowCollectorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:05:29.3161614Z caffe2/operators/last_n_window_collector.cc:23:8: required from here 2024-04-03T16:05:29.3164561Z caffe2/operators/last_n_window_collector.cc:47:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:05:29.3166418Z 47 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:05:29.3168246Z caffe2/operators/last_n_window_collector.cc:89:20: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare] 2024-04-03T16:05:29.3170037Z 89 | if (output_num > output_batch_size) { 2024-04-03T16:05:29.3170686Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:31.2832680Z [2,917 / 3,559] Compiling caffe2/operators/data_couple.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:38.9098146Z INFO: From Compiling caffe2/operators/boolean_mask_ops.cc: 2024-04-03T16:05:38.9099518Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:05:38.9100399Z from ./caffe2/core/context.h:9, 2024-04-03T16:05:38.9101312Z from ./caffe2/operators/boolean_mask_ops.h:4, 2024-04-03T16:05:38.9102305Z from caffe2/operators/boolean_mask_ops.cc:1: 2024-04-03T16:05:38.9104517Z caffe2/operators/boolean_mask_ops.cc: In member function 'bool caffe2::{anonymous}::SequenceFunctor::operator()(int, int, float)': 2024-04-03T16:05:38.9108068Z caffe2/operators/boolean_mask_ops.cc:360:21: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:38.9110462Z 360 | CAFFE_ENFORCE(i < len_, "Out of bound."); 2024-04-03T16:05:38.9111317Z | ~~^~~~~~ 2024-04-03T16:05:39.0887040Z INFO: From Compiling caffe2/operators/box_with_nms_limit_op.cc: 2024-04-03T16:05:39.0889460Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:05:39.0892399Z caffe2/operators/box_with_nms_limit_op.h:67:35: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:05:39.0894259Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:05:39.0896863Z caffe2/operators/box_with_nms_limit_op.cc:210:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:39.0898989Z 210 | for (int k = 0; k < cur_keep.size(); k++) { 2024-04-03T16:05:39.0899762Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:05:39.0901694Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:05:39.0905815Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::BoxWithNMSLimitOp; FirstType = int; Types = {float}; ExtraArgs = {}]' 2024-04-03T16:05:39.0910541Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::BoxWithNMSLimitOp; FirstType = int; Types = {float}; ExtraArgs = {}]' 2024-04-03T16:05:39.0914029Z caffe2/operators/box_with_nms_limit_op.h:65:59: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:05:39.0915734Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:05:39.0918056Z caffe2/operators/box_with_nms_limit_op.cc:210:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:05:41.5506561Z [2,940 / 3,559] Compiling caffe2/operators/negative_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:46.9897617Z INFO: From Compiling caffe2/operators/fused_rowwise_random_quantization_ops.cc: 2024-04-03T16:05:46.9899827Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FusedRandRowwiseQuantizedToFloatOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:05:46.9901413Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:88:6: required from here 2024-04-03T16:05:46.9903371Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:113:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:05:46.9909350Z 113 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:05:46.9910142Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:05:46.9911844Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FloatToFusedRandRowwiseQuantizedOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:05:46.9913499Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:14:6: required from here 2024-04-03T16:05:46.9916180Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:55:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:05:46.9917562Z 55 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:05:46.9918062Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:05:48.1239484Z INFO: From Compiling caffe2/core/blob_serialization.cc: 2024-04-03T16:05:48.1241850Z caffe2/core/blob_serialization.cc: In member function 'virtual void caffe2::TensorSerializer::SerializeWithOptions(const void*, caffe2::TypeMeta, const string&, caffe2::BlobSerializerBase::SerializationAcceptor, const caffe2::BlobSerializationOptions&)': 2024-04-03T16:05:48.1244803Z caffe2/core/blob_serialization.cc:414:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:05:48.1246463Z 414 | chunkBegin < std::max(tensor.numel(), static_cast(1)); 2024-04-03T16:05:48.1247257Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:05:48.1247868Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:48.1248471Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:48.1248965Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:05:48.1249571Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:05:48.1253116Z caffe2/core/blob_serialization.cc: In member function 'void caffe2::TensorSerializer::Serialize(const caffe2::Tensor&, const string&, caffe2::TensorProto*, const caffe2::BlobSerializationOptions&, size_t, int32_t)': 2024-04-03T16:05:48.1255813Z caffe2/core/blob_serialization.cc:657:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1257271Z 657 | chunkBegin <= input.numel(), 2024-04-03T16:05:48.1257756Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ 2024-04-03T16:05:48.1259309Z caffe2/core/blob_serialization.cc:663:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1260713Z 663 | if (chunkBegin + chunkSize > input.numel()) { 2024-04-03T16:05:48.1261324Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:05:48.1261846Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:05:48.1262419Z from ./caffe2/core/blob.h:9, 2024-04-03T16:05:48.1262891Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:05:48.1263512Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:05:48.1265116Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = float; size_t = long unsigned int]': 2024-04-03T16:05:48.1266598Z caffe2/core/blob_serialization.cc:696:5: required from here 2024-04-03T16:05:48.1268200Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1269570Z 104 | start + numElements <= tensor.numel(), 2024-04-03T16:05:48.1270119Z | ^ 2024-04-03T16:05:48.1273816Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = int; size_t = long unsigned int]': 2024-04-03T16:05:48.1275477Z caffe2/core/blob_serialization.cc:697:5: required from here 2024-04-03T16:05:48.1277072Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1279713Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = std::__cxx11::basic_string; size_t = long unsigned int]': 2024-04-03T16:05:48.1281249Z caffe2/core/blob_serialization.cc:698:5: required from here 2024-04-03T16:05:48.1282932Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1285756Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = bool; size_t = long unsigned int]': 2024-04-03T16:05:48.1287491Z caffe2/core/blob_serialization.cc:699:5: required from here 2024-04-03T16:05:48.1289044Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1291571Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': 2024-04-03T16:05:48.1293039Z caffe2/core/blob_serialization.cc:700:5: required from here 2024-04-03T16:05:48.1294702Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1299641Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': 2024-04-03T16:05:48.1301163Z caffe2/core/blob_serialization.cc:701:5: required from here 2024-04-03T16:05:48.1302752Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1305220Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = short unsigned int; size_t = long unsigned int]': 2024-04-03T16:05:48.1306732Z caffe2/core/blob_serialization.cc:702:5: required from here 2024-04-03T16:05:48.1308278Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1310674Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = short int; size_t = long unsigned int]': 2024-04-03T16:05:48.1312158Z caffe2/core/blob_serialization.cc:703:5: required from here 2024-04-03T16:05:48.1313731Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1316094Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = long int; size_t = long unsigned int]': 2024-04-03T16:05:48.1361463Z caffe2/core/blob_serialization.cc:704:5: required from here 2024-04-03T16:05:48.1363183Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1365631Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = c10::Half; size_t = long unsigned int]': 2024-04-03T16:05:48.1366991Z caffe2/core/blob_serialization.cc:705:5: required from here 2024-04-03T16:05:48.1368481Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1370703Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = double; size_t = long unsigned int]': 2024-04-03T16:05:48.1372076Z caffe2/core/blob_serialization.cc:706:5: required from here 2024-04-03T16:05:48.1373612Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1375911Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = float; size_t = long unsigned int]': 2024-04-03T16:05:48.1377341Z caffe2/core/blob_serialization.cc:1159:5: required from here 2024-04-03T16:05:48.1378828Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.1380076Z 87 | start + numElements <= tensor.numel(), 2024-04-03T16:05:48.1380535Z | ^ 2024-04-03T16:05:48.2079027Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = int; size_t = long unsigned int]': 2024-04-03T16:05:48.2081164Z caffe2/core/blob_serialization.cc:1160:5: required from here 2024-04-03T16:05:48.2083452Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2087360Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = std::__cxx11::basic_string; size_t = long unsigned int]': 2024-04-03T16:05:48.2089682Z caffe2/core/blob_serialization.cc:1161:5: required from here 2024-04-03T16:05:48.2091949Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2095530Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = bool; size_t = long unsigned int]': 2024-04-03T16:05:48.2097684Z caffe2/core/blob_serialization.cc:1162:5: required from here 2024-04-03T16:05:48.2099973Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2103560Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': 2024-04-03T16:05:48.2105704Z caffe2/core/blob_serialization.cc:1163:5: required from here 2024-04-03T16:05:48.2109388Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2111779Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': 2024-04-03T16:05:48.2113220Z caffe2/core/blob_serialization.cc:1164:5: required from here 2024-04-03T16:05:48.2114678Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2117737Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = short unsigned int; size_t = long unsigned int]': 2024-04-03T16:05:48.2119815Z caffe2/core/blob_serialization.cc:1165:5: required from here 2024-04-03T16:05:48.2121883Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2125049Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = short int; size_t = long unsigned int]': 2024-04-03T16:05:48.2126895Z caffe2/core/blob_serialization.cc:1166:5: required from here 2024-04-03T16:05:48.2128985Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2132278Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = long int; size_t = long unsigned int]': 2024-04-03T16:05:48.2135516Z caffe2/core/blob_serialization.cc:1167:5: required from here 2024-04-03T16:05:48.2137780Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2141162Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = c10::Half; size_t = long unsigned int]': 2024-04-03T16:05:48.2143357Z caffe2/core/blob_serialization.cc:1168:5: required from here 2024-04-03T16:05:48.2145020Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:48.2147623Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = double; size_t = long unsigned int]': 2024-04-03T16:05:48.2149498Z caffe2/core/blob_serialization.cc:1169:5: required from here 2024-04-03T16:05:48.2151465Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:05:51.7736342Z [2,965 / 3,559] Compiling caffe2/utils/string_utils.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:53.3122840Z INFO: From Compiling caffe2/core/plan_executor.cc: 2024-04-03T16:05:53.3130932Z caffe2/core/plan_executor.cc: In lambda function: 2024-04-03T16:05:53.3133316Z caffe2/core/plan_executor.cc:604:46: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:05:53.3137390Z 604 | auto workersDone = [&] { return done == numThreads; }; 2024-04-03T16:05:53.3138300Z | ~~~~~^~~~~~~~~~~~~ 2024-04-03T16:06:01.9997509Z [2,987 / 3,559] Compiling caffe2/ideep/operators/quantization/int8_quantize_op.cc; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:10.0033422Z INFO: From Compiling caffe2/transforms/pattern_net_transform.cc: 2024-04-03T16:06:10.0035518Z caffe2/transforms/pattern_net_transform.cc: In member function 'virtual bool caffe2::PatternNetTransform::PatternRule(const caffe2::transform::Graph&, const std::vector&, int)': 2024-04-03T16:06:10.0039151Z caffe2/transforms/pattern_net_transform.cc:120:30: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, int>::value_type' {aka 'int'} and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:10.0046075Z 120 | if (inverse_ops_[parent] < subgraph.size() && 2024-04-03T16:06:10.0048977Z caffe2/transforms/pattern_net_transform.cc:129:29: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, int>::value_type' {aka 'int'} and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:10.0051321Z 129 | if (inverse_ops_[child] < subgraph.size() && 2024-04-03T16:06:12.3713709Z [3,010 / 3,559] Compiling caffe2/share/contrib/depthwise/depthwise3x3_conv_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:12.8541892Z INFO: From Compiling caffe2/operators/h_softmax_op.cc: 2024-04-03T16:06:12.8544178Z caffe2/operators/h_softmax_op.cc: In member function 'bool caffe2::HSoftmaxSearchOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:06:12.8547821Z caffe2/operators/h_softmax_op.cc:408:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:12.8550857Z 408 | info.begin() + (top_n_ < info.size() ? top_n_ : info.size() - 1), 2024-04-03T16:06:12.8551768Z | ~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:06:12.8554602Z caffe2/operators/h_softmax_op.cc:419:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:12.8556907Z 419 | if (i < info.size()) { 2024-04-03T16:06:12.8561048Z | ~~^~~~~~~~~~~~~ 2024-04-03T16:06:14.8424600Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_op.cc: 2024-04-03T16:06:14.8427899Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:06:14.8429952Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:06:14.8431636Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:519:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8432915Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:06:14.8433354Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8434735Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:523:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8435995Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:06:14.8436434Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8446365Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:527:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8448351Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:06:14.8449020Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8451480Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::GetQuantizationParameters_(float, int) [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:06:14.8453902Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:06:14.8456761Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:710:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8459262Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:14.8459950Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:14.8462617Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:933:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8464867Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:14.8465656Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:14.8467748Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:06:14.8470011Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:06:14.8472534Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:519:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8475239Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:06:14.8475871Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8477755Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:523:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8479681Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:06:14.8480387Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8482553Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:527:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8485796Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:06:14.8486596Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8489479Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:06:14.8492398Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:06:14.8495624Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:519:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8498030Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:06:14.8498830Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8501519Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:523:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8503937Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:06:14.8504730Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8507588Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:527:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8510035Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:06:14.8510820Z | ~~^~~~~~~~ 2024-04-03T16:06:14.8513876Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::GetQuantizationParameters_(float, int) [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:06:14.8518320Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:129:8: required from 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = unsigned char; bool ReluFused = true]' 2024-04-03T16:06:14.8521033Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:06:14.8524882Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:710:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8527983Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:14.8528982Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:14.8532408Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:933:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8535353Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:14.8536299Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:14.8539557Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::GetQuantizationParameters_(float, int) [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:06:14.8544429Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:129:8: required from 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = short unsigned int; bool ReluFused = false]' 2024-04-03T16:06:14.8547351Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:06:14.8551237Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:710:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8554363Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:14.8555324Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:14.8558821Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:933:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:14.8561846Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:14.8562762Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:15.8510139Z INFO: From Compiling caffe2/quantization/server/caffe2_dnnlowp_utils.cc: 2024-04-03T16:06:15.8512700Z caffe2/quantization/server/caffe2_dnnlowp_utils.cc: In function 'void dnnlowp::MeasureQuantizationError(const float*, const float*, size_t, dnnlowp::QuantizationErrorStats*)': 2024-04-03T16:06:15.8515601Z caffe2/quantization/server/caffe2_dnnlowp_utils.cc:240:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:15.8518463Z 240 | for (int i = 0; i < len; ++i) { 2024-04-03T16:06:15.8519345Z | ~~^~~~~ 2024-04-03T16:06:15.8712648Z INFO: From Compiling caffe2/quantization/server/fbgemm_pack_op.cc: 2024-04-03T16:06:15.8719469Z caffe2/quantization/server/fbgemm_pack_op.cc: In function 'void caffe2::QuantizeConvBias(const caffe2::Blob&, int, const fbgemm::TensorQuantizationParams&, const std::vector&, std::vector&, bool, bool)': 2024-04-03T16:06:15.8723785Z caffe2/quantization/server/fbgemm_pack_op.cc:222:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:15.8726104Z 222 | for (int g = 0; g < filter_qparams.size(); ++g) { 2024-04-03T16:06:15.8727067Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:15.8731289Z caffe2/quantization/server/fbgemm_pack_op.cc: In instantiation of 'void caffe2::QuantizeWeight(const caffe2::Blob&, int, int, std::vector&, std::vector::type>&, dnnlowp::QuantizationFactory*) [with T = unsigned char; typename std::make_signed::type = signed char]': 2024-04-03T16:06:15.8735428Z caffe2/quantization/server/fbgemm_pack_op.cc:76:43: required from here 2024-04-03T16:06:15.8739041Z caffe2/quantization/server/fbgemm_pack_op.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:15.8741964Z 49 | for (int g = 0; g < qparams.size(); ++g) { 2024-04-03T16:06:15.8742805Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:06:15.8747001Z caffe2/quantization/server/fbgemm_pack_op.cc: In instantiation of 'void caffe2::QuantizeWeight(const caffe2::Blob&, int, int, std::vector&, std::vector::type>&, dnnlowp::QuantizationFactory*) [with T = short unsigned int; typename std::make_signed::type = short int]': 2024-04-03T16:06:15.8751194Z caffe2/quantization/server/fbgemm_pack_op.cc:84:43: required from here 2024-04-03T16:06:15.8757357Z caffe2/quantization/server/fbgemm_pack_op.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4694875Z INFO: From Compiling caffe2/quantization/server/pool_dnnlowp_op.cc: 2024-04-03T16:06:18.4697876Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::AveragePoolDnnLowPOp::AveragePoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = unsigned char]': 2024-04-03T16:06:18.4703959Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::AveragePoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:06:18.4708253Z caffe2/quantization/server/pool_dnnlowp_op.cc:769:1: required from here 2024-04-03T16:06:18.4711624Z caffe2/quantization/server/pool_dnnlowp_op.cc:76:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4714407Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4717492Z caffe2/quantization/server/pool_dnnlowp_op.cc:82:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4720266Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4723289Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::MaxPoolDnnLowPOp::MaxPoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = unsigned char]': 2024-04-03T16:06:18.4729570Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::MaxPoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:06:18.4731970Z caffe2/quantization/server/pool_dnnlowp_op.cc:773:1: required from here 2024-04-03T16:06:18.4733808Z caffe2/quantization/server/pool_dnnlowp_op.cc:438:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4735247Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4736842Z caffe2/quantization/server/pool_dnnlowp_op.cc:444:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4738290Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4739938Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::AveragePoolDnnLowPOp::AveragePoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = short unsigned int]': 2024-04-03T16:06:18.4743298Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::AveragePoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:06:18.4745659Z caffe2/quantization/server/pool_dnnlowp_op.cc:775:1: required from here 2024-04-03T16:06:18.4747366Z caffe2/quantization/server/pool_dnnlowp_op.cc:76:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4748985Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4750569Z caffe2/quantization/server/pool_dnnlowp_op.cc:82:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4751983Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4753569Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::MaxPoolDnnLowPOp::MaxPoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = short unsigned int]': 2024-04-03T16:06:18.4756856Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::MaxPoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:06:18.4759134Z caffe2/quantization/server/pool_dnnlowp_op.cc:779:1: required from here 2024-04-03T16:06:18.4760841Z caffe2/quantization/server/pool_dnnlowp_op.cc:438:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4762250Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:18.4763838Z caffe2/quantization/server/pool_dnnlowp_op.cc:444:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:18.4766772Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:19.3230629Z INFO: From Compiling caffe2/opt/bound_shape_inferencer.cc: 2024-04-03T16:06:19.3231543Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:06:19.3232968Z from ./caffe2/core/logging.h:2, 2024-04-03T16:06:19.3233749Z from caffe2/opt/bound_shape_inferencer.h:3, 2024-04-03T16:06:19.3234513Z from caffe2/opt/bound_shape_inferencer.cc:1: 2024-04-03T16:06:19.3236541Z caffe2/opt/bound_shape_inferencer.cc: In member function 'void caffe2::BoundShapeInferencer::InferCommonOp(const caffe2::OperatorDef&, const caffe2::OpSchema*, bool, bool)': 2024-04-03T16:06:19.3239996Z caffe2/opt/bound_shape_inferencer.cc:1116:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:19.3241959Z 1116 | CAFFE_ENFORCE(target < input_shapes.size()); 2024-04-03T16:06:19.3242711Z | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:19.5992003Z INFO: From Compiling caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: 2024-04-03T16:06:19.5993783Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: In instantiation of 'bool caffe2::AddDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:06:19.5995703Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:31:8: required from here 2024-04-03T16:06:19.5997791Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:151:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:19.5999207Z 151 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:06:19.5999731Z | ~~^~~~~ 2024-04-03T16:06:19.6002018Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:153:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:19.6004075Z 153 | for (int j = 0; j < n; ++j) { 2024-04-03T16:06:19.6004923Z | ~~^~~ 2024-04-03T16:06:19.6007346Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:155:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:19.6010816Z 155 | for (int k = 0; k < post; ++k) { 2024-04-03T16:06:19.6011395Z | ~~^~~~~~ 2024-04-03T16:06:21.2833558Z INFO: From Compiling caffe2/quantization/server/dynamic_histogram.cc: 2024-04-03T16:06:21.2836128Z caffe2/quantization/server/dynamic_histogram.cc: In function 'void dnnlowp::RemapHistograms(dnnlowp::Histogram&, dnnlowp::Histogram&)': 2024-04-03T16:06:21.2840245Z caffe2/quantization/server/dynamic_histogram.cc:50:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:21.2842935Z 50 | for (int i = 0; i < src_bins.size(); ++i) { 2024-04-03T16:06:21.2843781Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:06:22.8854812Z [3,034 / 3,559] Compiling caffe2/quantization/server/dequantize_dnnlowp_op.cc; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:25.7207072Z INFO: From Compiling caffe2/quantization/server/conv_dnnlowp_op.cc: 2024-04-03T16:06:25.7210423Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:06:25.7213203Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:06:25.7216848Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.7219874Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.7220818Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.7225708Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:06:25.7227915Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:06:25.7230144Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.7231885Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:25.7233348Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:06:25.7235083Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:06:25.7237399Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.7238985Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:25.7239591Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.7241356Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:06:25.7243013Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:06:25.7245253Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.7246915Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.7249808Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.7252389Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:06:25.7254906Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:06:25.7258169Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.7260837Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.7261701Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.7264003Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:06:25.7266330Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:06:25.7269234Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.7271632Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:25.7274063Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:06:25.7276409Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:06:25.7279715Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8294133Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:25.8295225Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8297407Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:06:25.8299453Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:06:25.8302430Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8304860Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.8305671Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8308112Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:06:25.8310381Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:06:25.8313464Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8315930Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.8316795Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8318976Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:06:25.8321149Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:06:25.8323992Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8326800Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:25.8329000Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:06:25.8331172Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:06:25.8334229Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8336532Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:25.8337121Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8339225Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:06:25.8341363Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:06:25.8343807Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8345365Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.8345905Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8348133Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:06:25.8350811Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:06:25.8353874Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8356278Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.8357100Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8359146Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:06:25.8361229Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:06:25.8363899Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8366262Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:06:25.8368567Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:06:25.8370661Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:06:25.8373726Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8376083Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:06:25.8376886Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:25.8379033Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:06:25.8381344Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:06:25.8384299Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:25.8386772Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:06:25.8387614Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:26.4780793Z INFO: From Compiling caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: 2024-04-03T16:06:26.4783680Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenTensorFillOp::IDEEPInt8GivenTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:06:26.4787037Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc:44:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:06:26.4788910Z 44 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:06:26.4789474Z | ~~^~~~~~~~~~ 2024-04-03T16:06:26.4791337Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenIntTensorFillOp::IDEEPInt8GivenIntTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:06:26.4794087Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc:115:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:06:26.4795565Z 115 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:06:26.4796141Z | ~~^~~~~~~~~~ 2024-04-03T16:06:28.1859913Z INFO: From Compiling caffe2/quantization/server/activation_distribution_observer.cc: 2024-04-03T16:06:28.1864663Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputMinMaxNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:06:28.1868765Z caffe2/quantization/server/activation_distribution_observer.cc:183:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:28.1871227Z 183 | for (int op_index = 0; op_index < min_max_infos_.size(); ++op_index) { 2024-04-03T16:06:28.1871965Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:28.1874409Z caffe2/quantization/server/activation_distribution_observer.cc:188:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:28.1876524Z 188 | for (int i = 0; i < op_info->tensor_infos.size(); ++i) { 2024-04-03T16:06:28.1877217Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:28.1878764Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'virtual void caffe2::OutputColumnMaxHistogramObserver::Stop()': 2024-04-03T16:06:28.1881995Z caffe2/quantization/server/activation_distribution_observer.cc:388:34: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:06:28.1883896Z 388 | if (info_->histograms.size() <= col) { 2024-04-03T16:06:28.1884634Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ 2024-04-03T16:06:28.1944381Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::HistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:06:28.1947426Z caffe2/quantization/server/activation_distribution_observer.cc:470:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:28.1951536Z 470 | for (int op_index = 0; op_index < hist_infos_.size(); ++op_index) { 2024-04-03T16:06:28.1952229Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:28.1954295Z caffe2/quantization/server/activation_distribution_observer.cc:477:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:28.1956231Z 477 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:06:28.1956819Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:28.1958311Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputColumnMaxHistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:06:28.1961063Z caffe2/quantization/server/activation_distribution_observer.cc:628:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:28.1962737Z 628 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:06:28.1963278Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:33.0142546Z [3,058 / 3,559] Compiling caffe2/opt/mobile.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:39.7425227Z INFO: From Compiling caffe2/opt/tvm_transformer.cc: 2024-04-03T16:06:39.7439153Z caffe2/opt/tvm_transformer.cc: In member function 'caffe2::NetDef caffe2::TvmTransformer::buildTvmOp(const caffe2::NetDef&, const std::unordered_set >&, const ShapeInfoMap&)': 2024-04-03T16:06:39.7445530Z caffe2/opt/tvm_transformer.cc:11:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:06:39.7447702Z 11 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:06:39.7448484Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:06:42.2199761Z INFO: From Compiling caffe2/opt/optimize_ideep.cc: 2024-04-03T16:06:42.2205646Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::removeStopGradientForInference(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:06:42.2226119Z caffe2/opt/optimize_ideep.cc:177:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:42.2228961Z 177 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:06:42.2229775Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:06:42.2231592Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvBNAndAffCh(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:06:42.2235699Z caffe2/opt/optimize_ideep.cc:247:32: warning: comparison of integer expressions of different signedness: 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:06:42.2238800Z 247 | if (bnOrAffChInputs.size() < numInputs) { 2024-04-03T16:06:42.2239641Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:06:42.2241248Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvSum(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:06:42.2245398Z caffe2/opt/optimize_ideep.cc:419:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:42.2266219Z 419 | for (int idx = conv_idx + 1; idx < allNodes.size() - 1; ++idx) { 2024-04-03T16:06:42.2267073Z | ~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:42.2268847Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseOrderSwitchToQuantizeOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:06:42.2272338Z caffe2/opt/optimize_ideep.cc:663:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:42.2274904Z 663 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:06:42.2277006Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:06:42.2278531Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fusePreConvertOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:06:42.2281996Z caffe2/opt/optimize_ideep.cc:744:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:42.2284802Z 744 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:06:42.2285543Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:06:42.2287981Z caffe2/opt/optimize_ideep.cc:771:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:42.2290004Z 771 | for (int j = 0; j < op_list.size(); j++) { 2024-04-03T16:06:42.2290722Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:06:42.2293267Z caffe2/opt/optimize_ideep.cc: In function 'void caffe2::opt::setPoolingInferenceMode(nom::repr::NNModule*)': 2024-04-03T16:06:42.2296774Z caffe2/opt/optimize_ideep.cc:833:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:06:42.2299214Z 833 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:06:42.2299913Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:06:43.1557445Z [3,081 / 3,559] Compiling caffe2/operators/transpose_op.cc; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:43.2029217Z INFO: From Compiling caffe2/operators/transpose_op.cc: 2024-04-03T16:06:43.2029910Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:06:43.2030444Z from ./caffe2/core/context.h:9, 2024-04-03T16:06:43.2030997Z from ./caffe2/operators/transpose_op.h:7, 2024-04-03T16:06:43.2031603Z from caffe2/operators/transpose_op.cc:1: 2024-04-03T16:06:43.2032267Z caffe2/operators/transpose_op.cc: In lambda function: 2024-04-03T16:06:43.2033907Z caffe2/operators/transpose_op.cc:32:25: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:06:43.2035237Z 32 | axes.size() == tensor_size, 2024-04-03T16:06:43.2035762Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:06:46.3516995Z INFO: From Compiling caffe2/operators/utility_ops.cc: 2024-04-03T16:06:46.3520182Z caffe2/operators/utility_ops.cc: In member function 'bool caffe2::NanCheckOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:06:46.3526381Z caffe2/operators/utility_ops.cc:877:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:06:46.3529836Z 877 | for (size_t i = 0; i < Input(j).numel(); ++i) { 2024-04-03T16:06:46.3530937Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:06:47.2435874Z INFO: From Compiling caffe2/operators/text_file_reader.cc: 2024-04-03T16:06:47.2437071Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:06:47.2437962Z from ./caffe2/core/context.h:9, 2024-04-03T16:06:47.2439183Z from caffe2/operators/text_file_reader.cc:1: 2024-04-03T16:06:47.2440494Z caffe2/operators/text_file_reader.cc: In member function 'virtual bool caffe2::TextFileReaderReadOp::RunOnDevice()': 2024-04-03T16:06:47.2442810Z caffe2/operators/text_file_reader.cc:107:37: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] 2024-04-03T16:06:47.2444812Z 107 | instance->fieldTypes.size() == numFields, 2024-04-03T16:06:47.2445724Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-04-03T16:06:53.4344854Z [3,106 / 3,559] Compiling aten/src/ATen/functorch/BatchRulesNorm.cpp; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:06:57.2686897Z INFO: From Compiling aten/src/ATen/native/sparse/SparseUnaryOps.cpp: 2024-04-03T16:06:57.2688426Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:193: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:06:57.2689513Z 193 | #pragma clang diagnostic push 2024-04-03T16:06:57.2689919Z | 2024-04-03T16:06:57.2691031Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:194: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:06:57.2692186Z 194 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:06:57.2692917Z | 2024-04-03T16:06:57.2693918Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:196: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:06:57.2695885Z 196 | #pragma clang diagnostic pop 2024-04-03T16:06:57.2696436Z | 2024-04-03T16:07:00.3409472Z INFO: From Compiling aten/src/ATen/native/TensorFactories.cpp: 2024-04-03T16:07:00.3411278Z aten/src/ATen/native/TensorFactories.cpp:371: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:07:00.3412750Z 371 | #pragma clang diagnostic push 2024-04-03T16:07:00.3413191Z | 2024-04-03T16:07:00.3414151Z aten/src/ATen/native/TensorFactories.cpp:372: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:07:00.3415872Z 372 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:07:00.3416541Z | 2024-04-03T16:07:00.3417703Z aten/src/ATen/native/TensorFactories.cpp:374: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:07:00.3418897Z 374 | #pragma clang diagnostic pop 2024-04-03T16:07:00.3419472Z | 2024-04-03T16:07:03.5409718Z [3,134 / 3,559] Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:13.5821127Z [3,159 / 3,559] Compiling aten/src/ATen/native/quantized/cpu/qdropout.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:23.9201652Z [3,188 / 3,559] Compiling aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp; 5s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:33.9615387Z [3,215 / 3,559] Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:44.5999681Z [3,239 / 3,559] Compiling aten/src/ATen/FunctionalInverses.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:55.4399333Z [3,268 / 3,559] Compiling aten/src/ATen/native/nested/NestedTensorAliases.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:05.5287781Z [3,298 / 3,559] Compiling aten/src/ATen/native/SobolEngineOpsUtils.cpp; 5s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:08.4265578Z INFO: From Compiling aten/src/ATen/native/QuantizedLinear.cpp: 2024-04-03T16:08:08.4268177Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_linear_int8_weight_fp32_activation(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const c10::Scalar&, const c10::Scalar&, const at::Tensor&)': 2024-04-03T16:08:08.4271962Z aten/src/ATen/native/QuantizedLinear.cpp:126:69: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4274083Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:08:08.4274980Z | ^ 2024-04-03T16:08:08.4275835Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4276862Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:08:08.4277724Z 76 | cast(const Tensor& packed) { 2024-04-03T16:08:08.4278292Z | ^~~~ 2024-04-03T16:08:08.4281243Z aten/src/ATen/native/QuantizedLinear.cpp:126:69: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4307400Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:08:08.4308291Z | ^ 2024-04-03T16:08:08.4309193Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4310285Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:08:08.4311159Z 76 | cast(const Tensor& packed) { 2024-04-03T16:08:08.4312763Z | ^~~~ 2024-04-03T16:08:08.4313984Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_quantized_matrix(const at::Tensor&)': 2024-04-03T16:08:08.4316955Z aten/src/ATen/native/QuantizedLinear.cpp:317:71: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4319527Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:08:08.4320294Z | ^ 2024-04-03T16:08:08.4321071Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4321990Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:08:08.4322848Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:08:08.4323499Z | ^~~~~~ 2024-04-03T16:08:08.4326917Z aten/src/ATen/native/QuantizedLinear.cpp:317:71: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4330520Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:08:08.4365914Z | ^ 2024-04-03T16:08:08.4366938Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4367895Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:08:08.4368869Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:08:08.4369399Z | ^~~~~~ 2024-04-03T16:08:08.4370434Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_gemm_matrix_fp16(const at::Tensor&)': 2024-04-03T16:08:08.4376229Z aten/src/ATen/native/QuantizedLinear.cpp:411:54: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4378867Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:08:08.4379482Z | ^ 2024-04-03T16:08:08.4380156Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4381003Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:08:08.4381791Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:08:08.4382547Z | ^~~~~~ 2024-04-03T16:08:08.4385445Z aten/src/ATen/native/QuantizedLinear.cpp:411:54: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4387991Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:08:08.4388537Z | ^ 2024-04-03T16:08:08.4389307Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4390044Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:08:08.4390831Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:08:08.4391573Z | ^~~~~~ 2024-04-03T16:08:08.4394576Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_linear_fp16_weight_fp32_activation(const at::Tensor&, const at::Tensor&, const at::Tensor&)': 2024-04-03T16:08:08.4398046Z aten/src/ATen/native/QuantizedLinear.cpp:433:73: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4448750Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:08:08.4449623Z | ^ 2024-04-03T16:08:08.4450357Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4451264Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:08:08.4451975Z 76 | cast(const Tensor& packed) { 2024-04-03T16:08:08.4452422Z | ^~~~ 2024-04-03T16:08:08.4455213Z aten/src/ATen/native/QuantizedLinear.cpp:433:73: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:08:08.4457958Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:08:08.4458753Z | ^ 2024-04-03T16:08:08.4459571Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:08:08.4460471Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:08:08.4461105Z 76 | cast(const Tensor& packed) { 2024-04-03T16:08:08.4461553Z | ^~~~ 2024-04-03T16:08:15.7994495Z [3,326 / 3,559] Compiling aten/src/ATen/native/quantized/cpu/qsoftmax.cpp; 5s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:25.8080932Z [3,354 / 3,559] Compiling aten/src/ATen/native/nested/NestedTensorMatmul.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:35.9491344Z [3,379 / 3,559] Compiling aten/src/ATen/native/TensorConversions.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:46.1372599Z [3,408 / 3,559] Compiling aten/src/ATen/functorch/BatchRulesViews.cpp; 6s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:56.4120328Z [3,436 / 3,559] Compiling aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:09:00.0706509Z INFO: From Compiling aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: 2024-04-03T16:09:00.0707744Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: In lambda function: 2024-04-03T16:09:00.0709933Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp:42:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:09:00.0711171Z 42 | [](Vec /* unused */) { return 0.0; }, 2024-04-03T16:09:00.0711951Z | ^ 2024-04-03T16:09:07.1604036Z [3,463 / 3,559] Compiling aten/src/ATen/native/nested/NestedTensorBackward.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:09:17.7904150Z [3,492 / 3,559] Compiling aten/src/ATen/autocast_mode.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:09:29.3947137Z [3,531 / 3,559] Linking torch/_C.so; 3s processwrapper-sandbox ... (3 actions, 2 running) 2024-04-03T16:09:39.9432959Z [3,534 / 3,559] Linking torch/_C.so; 13s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:09:53.4359945Z [3,546 / 3,559] Linking torch/_C.so; 27s processwrapper-sandbox ... (13 actions running) 2024-04-03T16:10:03.4576684Z [3,546 / 3,559] Linking torch/_C.so; 37s processwrapper-sandbox ... (13 actions running) 2024-04-03T16:10:23.4445277Z [3,549 / 3,559] Linking torch/_C.so; 57s processwrapper-sandbox ... (10 actions running) 2024-04-03T16:10:38.5255643Z [3,557 / 3,559] Linking torch/_C.so; 72s processwrapper-sandbox ... (2 actions running) 2024-04-03T16:10:41.8047373Z INFO: Elapsed time: 891.091s, Critical Path: 126.13s 2024-04-03T16:10:41.8048312Z INFO: 3559 processes: 265 internal, 1 local, 3293 processwrapper-sandbox. 2024-04-03T16:10:41.8049666Z INFO: Build completed successfully, 3559 total actions 2024-04-03T16:10:42.1427243Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *libtorch* ]] 2024-04-03T16:10:42.1428060Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *bazel* ]] 2024-04-03T16:10:42.1428605Z + print_sccache_stats 2024-04-03T16:10:42.1428971Z + echo 'PyTorch Build Statistics' 2024-04-03T16:10:42.1429366Z PyTorch Build Statistics 2024-04-03T16:10:42.1429736Z + sccache --show-stats 2024-04-03T16:10:42.2445042Z Compile requests 3150 2024-04-03T16:10:42.2445504Z Compile requests executed 3081 2024-04-03T16:10:42.2445941Z Cache hits 3065 2024-04-03T16:10:42.2446343Z Cache hits (C/C++) 3065 2024-04-03T16:10:42.2446792Z Cache misses 3 2024-04-03T16:10:42.2447206Z Cache misses (C/C++) 3 2024-04-03T16:10:42.2447654Z Cache timeouts 0 2024-04-03T16:10:42.2448244Z Cache read errors 0 2024-04-03T16:10:42.2448980Z Forced recaches 0 2024-04-03T16:10:42.2449533Z Cache write errors 0 2024-04-03T16:10:42.2450067Z Compilation failures 0 2024-04-03T16:10:42.2450639Z Cache errors 13 2024-04-03T16:10:42.2451159Z Cache errors (C/C++) 13 2024-04-03T16:10:42.2451935Z Non-cacheable compilations 0 2024-04-03T16:10:42.2452812Z Non-cacheable calls 4 2024-04-03T16:10:42.2453371Z Non-compilation calls 65 2024-04-03T16:10:42.2453808Z Unsupported compiler calls 0 2024-04-03T16:10:42.2454241Z Average cache write 0.085 s 2024-04-03T16:10:42.2454894Z Average cache read miss 12.020 s 2024-04-03T16:10:42.2455357Z Average cache read hit 0.073 s 2024-04-03T16:10:42.2455808Z Failed distributed compilations 0 2024-04-03T16:10:42.2456104Z 2024-04-03T16:10:42.2456263Z Non-cacheable reasons: 2024-04-03T16:10:42.2456620Z -E 4 2024-04-03T16:10:42.2456902Z 2024-04-03T16:10:42.2457798Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:10:42.2458870Z + [[ -n 23401561823 ]] 2024-04-03T16:10:42.2459250Z + sccache --show-stats --stats-format json 2024-04-03T16:10:42.2459662Z + jq .stats 2024-04-03T16:10:42.4854020Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2024-04-03T16:10:50.4827288Z + sccache_epilogue 2024-04-03T16:10:50.4827923Z + echo '::group::Sccache Compilation Log' 2024-04-03T16:10:50.4828907Z ##[group]Sccache Compilation Log 2024-04-03T16:10:50.4829502Z + echo '=================== sccache compilation log ===================' 2024-04-03T16:10:50.4830099Z =================== sccache compilation log =================== 2024-04-03T16:10:50.4830938Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2024-04-03T16:10:50.5355165Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpOUl4mk" 2024-04-03T16:10:50.5355988Z 2024-04-03T16:10:50.5356723Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpOUl4mk" 2024-04-03T16:10:50.5357447Z 2024-04-03T16:10:50.5358197Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpkibsEt" 2024-04-03T16:10:50.5358971Z 2024-04-03T16:10:50.5359659Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpkibsEt" 2024-04-03T16:10:50.5360574Z 2024-04-03T16:10:50.5361337Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpIGZP6y" 2024-04-03T16:10:50.5362105Z 2024-04-03T16:10:50.5362774Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpIGZP6y" 2024-04-03T16:10:50.5363495Z 2024-04-03T16:10:50.5364242Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpJpqZXY" 2024-04-03T16:10:50.5365171Z 2024-04-03T16:10:50.5365842Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpJpqZXY" 2024-04-03T16:10:50.5366549Z 2024-04-03T16:10:50.5367308Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpf43tff" 2024-04-03T16:10:50.5368083Z 2024-04-03T16:10:50.5368768Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpf43tff" 2024-04-03T16:10:50.5369473Z 2024-04-03T16:10:50.5370212Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpe8iy6r" 2024-04-03T16:10:50.5370992Z 2024-04-03T16:10:50.5371655Z ERROR 2024-04-03T15:55:58Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpe8iy6r" 2024-04-03T16:10:50.5372355Z 2024-04-03T16:10:50.5373073Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2024-04-03T16:10:50.5374221Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2024-04-03T16:10:50.5374999Z + sccache --show-stats 2024-04-03T16:10:50.5376691Z Compile requests 3150 2024-04-03T16:10:50.5377418Z Compile requests executed 3081 2024-04-03T16:10:50.5378370Z Cache hits 3065 2024-04-03T16:10:50.5378779Z Cache hits (C/C++) 3065 2024-04-03T16:10:50.5379183Z Cache misses 3 2024-04-03T16:10:50.5379574Z Cache misses (C/C++) 3 2024-04-03T16:10:50.5380004Z Cache timeouts 0 2024-04-03T16:10:50.5380690Z Cache read errors 0 2024-04-03T16:10:50.5381410Z Forced recaches 0 2024-04-03T16:10:50.5381826Z Cache write errors 0 2024-04-03T16:10:50.5382245Z Compilation failures 0 2024-04-03T16:10:50.5382643Z Cache errors 13 2024-04-03T16:10:50.5383050Z Cache errors (C/C++) 13 2024-04-03T16:10:50.5383535Z Non-cacheable compilations 0 2024-04-03T16:10:50.5383998Z Non-cacheable calls 4 2024-04-03T16:10:50.5384462Z Non-compilation calls 65 2024-04-03T16:10:50.5384914Z Unsupported compiler calls 0 2024-04-03T16:10:50.5385333Z Average cache write 0.085 s 2024-04-03T16:10:50.5385779Z Average cache read miss 12.020 s 2024-04-03T16:10:50.5386218Z Average cache read hit 0.073 s 2024-04-03T16:10:50.5386657Z Failed distributed compilations 0 2024-04-03T16:10:50.5386965Z 2024-04-03T16:10:50.5387105Z Non-cacheable reasons: 2024-04-03T16:10:50.5387472Z -E 4 2024-04-03T16:10:50.5387737Z 2024-04-03T16:10:50.5388647Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:10:50.5389718Z + sccache --stop-server 2024-04-03T16:10:50.5408137Z Stopping sccache server... 2024-04-03T16:10:50.5410820Z Compile requests 3150 2024-04-03T16:10:50.5411418Z Compile requests executed 3081 2024-04-03T16:10:50.5411884Z Cache hits 3065 2024-04-03T16:10:50.5412515Z Cache hits (C/C++) 3065 2024-04-03T16:10:50.5412927Z Cache misses 3 2024-04-03T16:10:50.5413402Z Cache misses (C/C++) 3 2024-04-03T16:10:50.5413825Z Cache timeouts 0 2024-04-03T16:10:50.5414239Z Cache read errors 0 2024-04-03T16:10:50.5414681Z Forced recaches 0 2024-04-03T16:10:50.5415097Z Cache write errors 0 2024-04-03T16:10:50.5415566Z Compilation failures 0 2024-04-03T16:10:50.5415963Z Cache errors 13 2024-04-03T16:10:50.5416376Z Cache errors (C/C++) 13 2024-04-03T16:10:50.5416863Z Non-cacheable compilations 0 2024-04-03T16:10:50.5417317Z Non-cacheable calls 4 2024-04-03T16:10:50.5417786Z Non-compilation calls 65 2024-04-03T16:10:50.5418215Z Unsupported compiler calls 0 2024-04-03T16:10:50.5418631Z Average cache write 0.085 s 2024-04-03T16:10:50.5419091Z Average cache read miss 12.020 s 2024-04-03T16:10:50.5419534Z Average cache read hit 0.073 s 2024-04-03T16:10:50.5419970Z Failed distributed compilations 0 2024-04-03T16:10:50.5420280Z 2024-04-03T16:10:50.5420421Z Non-cacheable reasons: 2024-04-03T16:10:50.5420788Z -E 4 2024-04-03T16:10:50.5421054Z 2024-04-03T16:10:50.5421943Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:10:50.5422995Z + echo ::endgroup:: 2024-04-03T16:10:50.5423642Z ##[endgroup] 2024-04-03T16:10:50.6152090Z ##[group]Run docker exec -t "${container_id}" sh -c '.ci/pytorch/test.sh && cp -Lr ./bazel-testlogs ./test/test-reports' 2024-04-03T16:10:50.6153320Z docker exec -t "${container_id}" sh -c '.ci/pytorch/test.sh && cp -Lr ./bazel-testlogs ./test/test-reports' 2024-04-03T16:10:50.6462523Z shell: /usr/bin/bash -e {0} 2024-04-03T16:10:50.6462894Z env: 2024-04-03T16:10:50.6463140Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:10:50.6463729Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:10:50.6464355Z ##[endgroup] 2024-04-03T16:10:50.9273713Z + echo 'Environment variables:' 2024-04-03T16:10:50.9274137Z Environment variables: 2024-04-03T16:10:50.9274449Z + env 2024-04-03T16:10:50.9279682Z INSTALLED_DB=yes 2024-04-03T16:10:50.9280344Z NV_LIBCUBLAS_VERSION=12.1.3.1-1 2024-04-03T16:10:50.9281044Z NVIDIA_VISIBLE_DEVICES=all 2024-04-03T16:10:50.9281599Z NV_NVML_DEV_VERSION=12.1.105-1 2024-04-03T16:10:50.9282354Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T16:10:50.9283042Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.17.1-1+cuda12.1 2024-04-03T16:10:50.9283885Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:10:50.9285094Z BUILD_ENVIRONMENT=linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T16:10:50.9285993Z HOSTNAME=8ef995c0b05b 2024-04-03T16:10:50.9287448Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9288376Z GITHUB_ACTION=__run_2 2024-04-03T16:10:50.9292420Z NVIDIA_REQUIRE_CUDA=cuda>=12.1 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=525,driver<526 brand=unknown,driver>=525,driver<526 brand=nvidia,driver>=525,driver<526 brand=nvidiartx,driver>=525,driver<526 brand=geforce,driver>=525,driver<526 brand=geforcertx,driver>=525,driver<526 brand=quadro,driver>=525,driver<526 brand=quadrortx,driver>=525,driver<526 brand=titan,driver>=525,driver<526 brand=titanrtx,driver>=525,driver<526 2024-04-03T16:10:50.9296709Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-1=12.1.3.1-1 2024-04-03T16:10:50.9297212Z NV_NVTX_VERSION=12.1.105-1 2024-04-03T16:10:50.9297598Z GITHUB_RUN_NUMBER=192590 2024-04-03T16:10:50.9297929Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T16:10:50.9298384Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T16:10:50.9298831Z NV_CUDA_CUDART_DEV_VERSION=12.1.105-1 2024-04-03T16:10:50.9299241Z NV_LIBCUSPARSE_VERSION=12.1.0.106-1 2024-04-03T16:10:50.9299652Z NV_LIBNPP_VERSION=12.1.0.40-1 2024-04-03T16:10:50.9300015Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T16:10:50.9300446Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-04-03T16:10:50.9300911Z GITHUB_REF_TYPE=branch 2024-04-03T16:10:50.9301230Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T16:10:50.9301553Z NCCL_VERSION=2.17.1-1 2024-04-03T16:10:50.9301956Z *** 2024-04-03T16:10:50.9302214Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-04-03T16:10:50.9302581Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T16:10:50.9302932Z GITHUB_ACTIONS=true 2024-04-03T16:10:50.9303281Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2024-04-03T16:10:50.9303810Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-1=12.1.105-1 2024-04-03T16:10:50.9304334Z NV_LIBNPP_PACKAGE=libnpp-12-1=12.1.0.40-1 2024-04-03T16:10:50.9304812Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-04-03T16:10:50.9305276Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:10:50.9306001Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T16:10:50.9306758Z UCC_HOME=/usr 2024-04-03T16:10:50.9307061Z NV_LIBCUBLAS_DEV_VERSION=12.1.3.1-1 2024-04-03T16:10:50.9307446Z NVIDIA_PRODUCT_NAME=CUDA 2024-04-03T16:10:50.9308085Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-1 2024-04-03T16:10:50.9308540Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T16:10:50.9308942Z NV_CUDA_CUDART_VERSION=12.1.105-1 2024-04-03T16:10:50.9309303Z SHARD_NUMBER=0 2024-04-03T16:10:50.9309579Z GITHUB_REF_PROTECTED=false 2024-04-03T16:10:50.9309911Z HOME=/var/lib/jenkins 2024-04-03T16:10:50.9310369Z GITHUB_API_URL=https://api.github.com 2024-04-03T16:10:50.9310833Z UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af 2024-04-03T16:10:50.9311290Z CUDA_VERSION=cpu 2024-04-03T16:10:50.9311684Z NV_LIBCUBLAS_PACKAGE=libcublas-12-1=12.1.3.1-1 2024-04-03T16:10:50.9312096Z UCX_HOME=/usr 2024-04-03T16:10:50.9312599Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-1=12.1.1-1 2024-04-03T16:10:50.9313722Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9315105Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9316258Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T16:10:50.9316935Z GITHUB_EVENT_NAME=pull_request 2024-04-03T16:10:50.9317291Z GITHUB_RUN_ID=8536950919 2024-04-03T16:10:50.9317715Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-1=12.1.0.40-1 2024-04-03T16:10:50.9318247Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-1 2024-04-03T16:10:50.9319283Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9320162Z GITHUB_ACTOR=caic99 2024-04-03T16:10:50.9320497Z NV_LIBNPP_DEV_VERSION=12.1.0.40-1 2024-04-03T16:10:50.9320868Z GITHUB_RUN_ATTEMPT=2 2024-04-03T16:10:50.9321173Z ANACONDA_PYTHON_VERSION=3.10 2024-04-03T16:10:50.9321603Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T16:10:50.9322056Z TERM=xterm 2024-04-03T16:10:50.9322356Z NV_LIBCUSPARSE_DEV_VERSION=12.1.0.106-1 2024-04-03T16:10:50.9322757Z INSTALLED_VISION=yes 2024-04-03T16:10:50.9323072Z OUR_GITHUB_JOB_ID=23401561823 2024-04-03T16:10:50.9323415Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T16:10:50.9323797Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-04-03T16:10:50.9324207Z CUDA_PATH=/usr/local/cuda 2024-04-03T16:10:50.9325152Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T16:10:50.9325926Z GITHUB_SERVER_URL=https://github.com 2024-04-03T16:10:50.9326405Z UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea 2024-04-03T16:10:50.9326854Z REENABLED_ISSUES= 2024-04-03T16:10:50.9327131Z SHLVL=1 2024-04-03T16:10:50.9327370Z MAX_JOBS=14 2024-04-03T16:10:50.9327646Z NV_CUDA_LIB_VERSION=12.1.1-1 2024-04-03T16:10:50.9327981Z NVARCH=x86_64 2024-04-03T16:10:50.9328257Z GITHUB_ACTOR_ID=78061359 2024-04-03T16:10:50.9328693Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:10:50.9329211Z GIT_DEFAULT_BRANCH=main 2024-04-03T16:10:50.9329532Z GITHUB_REF_NAME=123154/merge 2024-04-03T16:10:50.9329933Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-1 2024-04-03T16:10:50.9330377Z GITHUB_JOB=build-and-test 2024-04-03T16:10:50.9330800Z NV_LIBNCCL_PACKAGE=libnccl2=2.17.1-1+cuda12.1 2024-04-03T16:10:50.9331333Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-04-03T16:10:50.9331890Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.1.1-1 2024-04-03T16:10:50.9332320Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T16:10:50.9332710Z NV_NVPROF_VERSION=12.1.105-1 2024-04-03T16:10:50.9333120Z GITHUB_RETENTION_DAYS=90 2024-04-03T16:10:50.9333456Z OPENSSL_DIR=/opt/openssl 2024-04-03T16:10:50.9333775Z GITHUB_ACTION_REPOSITORY= 2024-04-03T16:10:50.9334856Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-04-03T16:10:50.9335970Z GITHUB_BASE_REF=main 2024-04-03T16:10:50.9336275Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-04-03T16:10:50.9336627Z CI=true 2024-04-03T16:10:50.9336921Z NV_LIBNCCL_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:10:50.9337436Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T16:10:50.9337795Z JOB_ID=23401561823 2024-04-03T16:10:50.9338087Z INSTALLED_PROTOBUF=yes 2024-04-03T16:10:50.9338409Z GITHUB_HEAD_REF=patch-1 2024-04-03T16:10:50.9338728Z GITHUB_ACTION_REF= 2024-04-03T16:10:50.9339150Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T16:10:50.9339678Z GITHUB_WORKFLOW=pull 2024-04-03T16:10:50.9340006Z DEBIAN_FRONTEND=noninteractive 2024-04-03T16:10:50.9340951Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9341811Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T16:10:50.9342160Z _=/usr/bin/env 2024-04-03T16:10:50.9342620Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2024-04-03T16:10:50.9439653Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2024-04-03T16:10:50.9440794Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2024-04-03T16:10:50.9441714Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2024-04-03T16:10:50.9442597Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2024-04-03T16:10:50.9443216Z + BUILD_DIR=build 2024-04-03T16:10:50.9443522Z + BUILD_RENAMED_DIR=build_renamed 2024-04-03T16:10:50.9443883Z + BUILD_BIN_DIR=build/bin 2024-04-03T16:10:50.9444246Z + SHARD_NUMBER=0 2024-04-03T16:10:50.9444693Z + NUM_TEST_SHARDS=1 2024-04-03T16:10:50.9444979Z + export VALGRIND=ON 2024-04-03T16:10:50.9445277Z + VALGRIND=ON 2024-04-03T16:10:50.9445772Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *clang9* ]] 2024-04-03T16:10:50.9446316Z + [[ '' == \1 ]] 2024-04-03T16:10:50.9446612Z + [[ '' == \1 ]] 2024-04-03T16:10:50.9447100Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *bazel* ]] 2024-04-03T16:10:50.9447626Z + [[ -n '' ]] 2024-04-03T16:10:50.9447908Z ++ dirname .ci/pytorch/test.sh 2024-04-03T16:10:50.9473653Z + source .ci/pytorch/common.sh 2024-04-03T16:10:50.9480782Z +++ dirname .ci/pytorch/common.sh 2024-04-03T16:10:50.9486937Z ++ source .ci/pytorch/common_utils.sh 2024-04-03T16:10:50.9493541Z +++ declare -f -t trap_add 2024-04-03T16:10:50.9498889Z ++ set -ex 2024-04-03T16:10:50.9499422Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T16:10:50.9499960Z ++ BUILD_TEST_LIBTORCH=0 2024-04-03T16:10:50.9500357Z + echo 'Environment variables' 2024-04-03T16:10:50.9500705Z Environment variables 2024-04-03T16:10:50.9501002Z + env 2024-04-03T16:10:50.9506432Z INSTALLED_DB=yes 2024-04-03T16:10:50.9507173Z NV_LIBCUBLAS_VERSION=12.1.3.1-1 2024-04-03T16:10:50.9507884Z NVIDIA_VISIBLE_DEVICES=all 2024-04-03T16:10:50.9508477Z NV_NVML_DEV_VERSION=12.1.105-1 2024-04-03T16:10:50.9509417Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T16:10:50.9510527Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.17.1-1+cuda12.1 2024-04-03T16:10:50.9511452Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:10:50.9512602Z BUILD_ENVIRONMENT=linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T16:10:50.9513329Z HOSTNAME=8ef995c0b05b 2024-04-03T16:10:50.9514448Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9515893Z GITHUB_ACTION=__run_2 2024-04-03T16:10:50.9523467Z NVIDIA_REQUIRE_CUDA=cuda>=12.1 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=geforce,driver>=470,driver<471 brand=geforcertx,driver>=470,driver<471 brand=quadro,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 brand=titan,driver>=470,driver<471 brand=titanrtx,driver>=470,driver<471 brand=tesla,driver>=525,driver<526 brand=unknown,driver>=525,driver<526 brand=nvidia,driver>=525,driver<526 brand=nvidiartx,driver>=525,driver<526 brand=geforce,driver>=525,driver<526 brand=geforcertx,driver>=525,driver<526 brand=quadro,driver>=525,driver<526 brand=quadrortx,driver>=525,driver<526 brand=titan,driver>=525,driver<526 brand=titanrtx,driver>=525,driver<526 2024-04-03T16:10:50.9528157Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-1=12.1.3.1-1 2024-04-03T16:10:50.9528648Z NV_NVTX_VERSION=12.1.105-1 2024-04-03T16:10:50.9528991Z GITHUB_RUN_NUMBER=192590 2024-04-03T16:10:50.9529337Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T16:10:50.9529907Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T16:10:50.9530354Z NV_CUDA_CUDART_DEV_VERSION=12.1.105-1 2024-04-03T16:10:50.9530780Z NV_LIBCUSPARSE_VERSION=12.1.0.106-1 2024-04-03T16:10:50.9531173Z NV_LIBNPP_VERSION=12.1.0.40-1 2024-04-03T16:10:50.9531545Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T16:10:50.9531993Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-04-03T16:10:50.9532444Z GITHUB_REF_TYPE=branch 2024-04-03T16:10:50.9532759Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T16:10:50.9533185Z NCCL_VERSION=2.17.1-1 2024-04-03T16:10:50.9533557Z *** 2024-04-03T16:10:50.9533825Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-04-03T16:10:50.9534193Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T16:10:50.9534545Z GITHUB_ACTIONS=true 2024-04-03T16:10:50.9534890Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2024-04-03T16:10:50.9535418Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-1=12.1.105-1 2024-04-03T16:10:50.9535936Z NV_LIBNPP_PACKAGE=libnpp-12-1=12.1.0.40-1 2024-04-03T16:10:50.9536408Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-04-03T16:10:50.9536877Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:10:50.9537602Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T16:10:50.9538240Z UCC_HOME=/usr 2024-04-03T16:10:50.9538533Z NV_LIBCUBLAS_DEV_VERSION=12.1.3.1-1 2024-04-03T16:10:50.9538915Z NVIDIA_PRODUCT_NAME=CUDA 2024-04-03T16:10:50.9539352Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-1 2024-04-03T16:10:50.9539797Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T16:10:50.9540191Z NV_CUDA_CUDART_VERSION=12.1.105-1 2024-04-03T16:10:50.9540545Z SHARD_NUMBER=0 2024-04-03T16:10:50.9540819Z GITHUB_REF_PROTECTED=false 2024-04-03T16:10:50.9541150Z HOME=/var/lib/jenkins 2024-04-03T16:10:50.9541494Z GITHUB_API_URL=https://api.github.com 2024-04-03T16:10:50.9541956Z UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af 2024-04-03T16:10:50.9542407Z CUDA_VERSION=cpu 2024-04-03T16:10:50.9542796Z NV_LIBCUBLAS_PACKAGE=libcublas-12-1=12.1.3.1-1 2024-04-03T16:10:50.9543201Z UCX_HOME=/usr 2024-04-03T16:10:50.9543704Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-1=12.1.1-1 2024-04-03T16:10:50.9544849Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9546236Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9547381Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T16:10:50.9548054Z GITHUB_EVENT_NAME=pull_request 2024-04-03T16:10:50.9548407Z GITHUB_RUN_ID=8536950919 2024-04-03T16:10:50.9548834Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-1=12.1.0.40-1 2024-04-03T16:10:50.9549358Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-1 2024-04-03T16:10:50.9550386Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9551279Z GITHUB_ACTOR=caic99 2024-04-03T16:10:50.9551601Z NV_LIBNPP_DEV_VERSION=12.1.0.40-1 2024-04-03T16:10:50.9551964Z GITHUB_RUN_ATTEMPT=2 2024-04-03T16:10:50.9552256Z VALGRIND=ON 2024-04-03T16:10:50.9552517Z ANACONDA_PYTHON_VERSION=3.10 2024-04-03T16:10:50.9552939Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T16:10:50.9553389Z TERM=xterm 2024-04-03T16:10:50.9553684Z NV_LIBCUSPARSE_DEV_VERSION=12.1.0.106-1 2024-04-03T16:10:50.9554077Z INSTALLED_VISION=yes 2024-04-03T16:10:50.9554382Z OUR_GITHUB_JOB_ID=23401561823 2024-04-03T16:10:50.9554722Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T16:10:50.9555098Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-04-03T16:10:50.9555504Z CUDA_PATH=/usr/local/cuda 2024-04-03T16:10:50.9556363Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T16:10:50.9557132Z GITHUB_SERVER_URL=https://github.com 2024-04-03T16:10:50.9557606Z UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea 2024-04-03T16:10:50.9558052Z REENABLED_ISSUES= 2024-04-03T16:10:50.9558326Z SHLVL=1 2024-04-03T16:10:50.9558632Z MAX_JOBS=14 2024-04-03T16:10:50.9558904Z NV_CUDA_LIB_VERSION=12.1.1-1 2024-04-03T16:10:50.9559233Z NVARCH=x86_64 2024-04-03T16:10:50.9559505Z GITHUB_ACTOR_ID=78061359 2024-04-03T16:10:50.9559940Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:10:50.9560448Z GIT_DEFAULT_BRANCH=main 2024-04-03T16:10:50.9560769Z GITHUB_REF_NAME=123154/merge 2024-04-03T16:10:50.9561164Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-1 2024-04-03T16:10:50.9561599Z GITHUB_JOB=build-and-test 2024-04-03T16:10:50.9562013Z NV_LIBNCCL_PACKAGE=libnccl2=2.17.1-1+cuda12.1 2024-04-03T16:10:50.9562540Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-04-03T16:10:50.9563093Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.1.1-1 2024-04-03T16:10:50.9563513Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T16:10:50.9563896Z NV_NVPROF_VERSION=12.1.105-1 2024-04-03T16:10:50.9564240Z GITHUB_RETENTION_DAYS=90 2024-04-03T16:10:50.9564981Z OPENSSL_DIR=/opt/openssl 2024-04-03T16:10:50.9565295Z GITHUB_ACTION_REPOSITORY= 2024-04-03T16:10:50.9566379Z PATH=/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-04-03T16:10:50.9567488Z GITHUB_BASE_REF=main 2024-04-03T16:10:50.9567793Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-04-03T16:10:50.9568137Z CI=true 2024-04-03T16:10:50.9568431Z NV_LIBNCCL_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:10:50.9568812Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T16:10:50.9569162Z JOB_ID=23401561823 2024-04-03T16:10:50.9569448Z INSTALLED_PROTOBUF=yes 2024-04-03T16:10:50.9569763Z GITHUB_HEAD_REF=patch-1 2024-04-03T16:10:50.9570072Z GITHUB_ACTION_REF= 2024-04-03T16:10:50.9570493Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T16:10:50.9570934Z GITHUB_WORKFLOW=pull 2024-04-03T16:10:50.9571250Z DEBIAN_FRONTEND=noninteractive 2024-04-03T16:10:50.9572177Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_5cfb02f5-560a-4bfe-aa82-55a3d0255e2a 2024-04-03T16:10:50.9573106Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T16:10:50.9573453Z _=/usr/bin/env 2024-04-03T16:10:50.9573767Z + echo 'Testing pytorch' 2024-04-03T16:10:50.9574073Z Testing pytorch 2024-04-03T16:10:50.9574368Z + export LANG=C.UTF-8 2024-04-03T16:10:50.9574677Z + LANG=C.UTF-8 2024-04-03T16:10:50.9596761Z + PR_NUMBER= 2024-04-03T16:10:50.9597236Z + [[ '' == \d\e\f\a\u\l\t ]] 2024-04-03T16:10:50.9597667Z + [[ '' == \d\i\s\t\r\i\b\u\t\e\d ]] 2024-04-03T16:10:50.9598255Z + [[ '' == \s\l\o\w ]] 2024-04-03T16:10:50.9598981Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *slow-gradcheck* ]] 2024-04-03T16:10:50.9600272Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T16:10:50.9601303Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-04-03T16:10:50.9602141Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-04-03T16:10:50.9602920Z + [[ '' == *crossref* ]] 2024-04-03T16:10:50.9603852Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T16:10:50.9605375Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *xpu* ]] 2024-04-03T16:10:50.9606750Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *-bazel-* ]] 2024-04-03T16:10:50.9607608Z + install_tlparse 2024-04-03T16:10:50.9608189Z + pip_install --user tlparse==0.3.7 2024-04-03T16:10:50.9609084Z + pip install --progress-bar off --user tlparse==0.3.7 2024-04-03T16:10:52.2528116Z Collecting tlparse==0.3.7 2024-04-03T16:10:52.2725113Z Downloading tlparse-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (346 bytes) 2024-04-03T16:10:52.2879172Z Downloading tlparse-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-04-03T16:10:53.1142890Z Installing collected packages: tlparse 2024-04-03T16:10:53.1575148Z Successfully installed tlparse-0.3.7 2024-04-03T16:10:53.2220750Z ++ python -m site --user-base 2024-04-03T16:10:53.2406663Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-04-03T16:10:53.2408825Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *asan* ]] 2024-04-03T16:10:53.2409565Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-debug* ]] 2024-04-03T16:10:53.2410298Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *-bazel-* ]] 2024-04-03T16:10:53.2410907Z + [[ '' == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2024-04-03T16:10:53.2411358Z + [[ '' == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2024-04-03T16:10:53.2412575Z + DYNAMO_BENCHMARK_FLAGS=() 2024-04-03T16:10:53.2413099Z + [[ '' == *dynamo_eager* ]] 2024-04-03T16:10:53.2413474Z + [[ '' == *aot_eager* ]] 2024-04-03T16:10:53.2413837Z + [[ '' == *aot_inductor* ]] 2024-04-03T16:10:53.2414206Z + [[ '' == *inductor* ]] 2024-04-03T16:10:53.2414554Z + [[ '' == *dynamic* ]] 2024-04-03T16:10:53.2414889Z + [[ '' == *cpu_inductor* ]] 2024-04-03T16:10:53.2415301Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2024-04-03T16:10:53.2425054Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *tbb* ]] 2024-04-03T16:10:53.2438299Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *libtorch* ]] 2024-04-03T16:10:53.2439058Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-bazel-* ]] 2024-04-03T16:10:53.2441545Z + [[ '' == *backward* ]] 2024-04-03T16:10:53.2441976Z + [[ '' == *xla* ]] 2024-04-03T16:10:53.2442461Z + [[ '' == *executorch* ]] 2024-04-03T16:10:53.2443026Z + [[ '' == \j\i\t\_\l\e\g\a\c\y ]] 2024-04-03T16:10:53.2443660Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *libtorch* ]] 2024-04-03T16:10:53.2444223Z + [[ '' == distributed ]] 2024-04-03T16:10:53.2444720Z + [[ '' == deploy ]] 2024-04-03T16:10:53.2445080Z + [[ '' == *inductor_distributed* ]] 2024-04-03T16:10:53.2445501Z + [[ '' == *huggingface* ]] 2024-04-03T16:10:53.2445864Z + [[ '' == *timm* ]] 2024-04-03T16:10:53.2446197Z + [[ '' == *torchbench* ]] 2024-04-03T16:10:53.2446616Z + [[ '' == *inductor_cpp_wrapper_abi_compatible* ]] 2024-04-03T16:10:53.2447143Z + [[ '' == *inductor* ]] 2024-04-03T16:10:53.2447487Z + [[ '' == *dynamo* ]] 2024-04-03T16:10:53.2447817Z + [[ '' == *dynamo* ]] 2024-04-03T16:10:53.2448108Z + [[ 0 == 1 ]] 2024-04-03T16:10:53.2448367Z + [[ 0 == 2 ]] 2024-04-03T16:10:53.2448638Z + [[ 0 -gt 2 ]] 2024-04-03T16:10:53.2449122Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *vulkan* ]] 2024-04-03T16:10:53.2449869Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-bazel-* ]] 2024-04-03T16:10:53.2450379Z + test_bazel 2024-04-03T16:10:53.2450643Z + set -e 2024-04-03T16:10:53.2450907Z ++ dirname .ci/pytorch/test.sh 2024-04-03T16:10:53.2456823Z + source .ci/pytorch/common-build.sh 2024-04-03T16:10:53.2471472Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *win-* ]] 2024-04-03T16:10:53.2477022Z ++++ dirname .ci/pytorch/common-build.sh 2024-04-03T16:10:53.2485843Z +++ cd .ci/pytorch 2024-04-03T16:10:53.2486163Z +++ pwd -P 2024-04-03T16:10:53.2488253Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2024-04-03T16:10:53.2488775Z ++ which sccache 2024-04-03T16:10:53.2516017Z ++ sccache --stop-server 2024-04-03T16:10:53.2539200Z ++ true 2024-04-03T16:10:53.2539609Z ++ rm -f /var/lib/jenkins/sccache_error.log 2024-04-03T16:10:53.2599896Z ++ trap_add sccache_epilogue EXIT 2024-04-03T16:10:53.2600371Z ++ trap_add_cmd=sccache_epilogue 2024-04-03T16:10:53.2600724Z ++ shift 2024-04-03T16:10:53.2600975Z ++ for trap_add_name in "$@" 2024-04-03T16:10:53.2606930Z ++++ trap -p EXIT 2024-04-03T16:10:53.2609381Z +++ eval 'extract_trap_cmd ' 2024-04-03T16:10:53.2609711Z ++++ extract_trap_cmd 2024-04-03T16:10:53.2610057Z ++++ printf '%s\n' '' 2024-04-03T16:10:53.2610418Z +++ printf '%s\n' sccache_epilogue 2024-04-03T16:10:53.2611492Z ++ trap -- ' 2024-04-03T16:10:53.2611888Z sccache_epilogue' EXIT 2024-04-03T16:10:53.2612443Z ++ [[ -n 1 ]] 2024-04-03T16:10:53.2613077Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-04-03T16:10:53.2613895Z Skipping sccache server initialization, setting environment variables 2024-04-03T16:10:53.2614496Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-04-03T16:10:53.2614980Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-04-03T16:10:53.2615439Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T16:10:53.2616028Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T16:10:53.2616532Z ++ export RUST_LOG=sccache::server=error 2024-04-03T16:10:53.2616950Z ++ RUST_LOG=sccache::server=error 2024-04-03T16:10:53.2617348Z ++ sccache --zero-stats 2024-04-03T16:10:53.2884811Z Compile requests 0 2024-04-03T16:10:53.2885428Z Compile requests executed 0 2024-04-03T16:10:53.2885934Z Cache hits 0 2024-04-03T16:10:53.2886335Z Cache misses 0 2024-04-03T16:10:53.2886818Z Cache timeouts 0 2024-04-03T16:10:53.2887222Z Cache read errors 0 2024-04-03T16:10:53.2887626Z Forced recaches 0 2024-04-03T16:10:53.2888014Z Cache write errors 0 2024-04-03T16:10:53.2888428Z Compilation failures 0 2024-04-03T16:10:53.2888840Z Cache errors 0 2024-04-03T16:10:53.2889326Z Non-cacheable compilations 0 2024-04-03T16:10:53.2889795Z Non-cacheable calls 0 2024-04-03T16:10:53.2890252Z Non-compilation calls 0 2024-04-03T16:10:53.2890668Z Unsupported compiler calls 0 2024-04-03T16:10:53.2891092Z Average cache write 0.000 s 2024-04-03T16:10:53.2891521Z Average cache read miss 0.000 s 2024-04-03T16:10:53.2891938Z Average cache read hit 0.000 s 2024-04-03T16:10:53.2892371Z Failed distributed compilations 0 2024-04-03T16:10:53.2893661Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:10:53.2894682Z ++ which ccache 2024-04-03T16:10:53.2896845Z + get_bazel 2024-04-03T16:10:53.2897678Z + retry curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T16:10:53.2899034Z + curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T16:10:53.4266020Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-03T16:10:53.4267593Z Dload Upload Total Spent Left Speed 2024-04-03T16:10:53.4268083Z 2024-04-03T16:10:53.5002824Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-04-03T16:10:53.5003581Z 100 16968 100 16968 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k 2024-04-03T16:10:53.5099712Z + shasum --algorithm=1 --check /dev/fd/63 2024-04-03T16:10:53.5101956Z ++ echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel' 2024-04-03T16:10:53.5793516Z tools/bazel: OK 2024-04-03T16:10:53.5797597Z + chmod u+x tools/bazel 2024-04-03T16:10:53.5820031Z + [[ cpu == \c\p\u ]] 2024-04-03T16:10:53.5821598Z + tools/bazel test --config=cpu-only --test_timeout=480 --test_output=all --test_tag_filters=-gpu-required '--test_filter=-*CUDA' --no//c10:use_gflags --no//c10:use_glog //c10/... 2024-04-03T16:10:54.3416448Z Loading: 2024-04-03T16:10:55.0044159Z 2024-04-03T16:10:55.0045127Z Loading: 2024-04-03T16:10:55.0045621Z Fetching repository @bazel_tools; starting 2024-04-03T16:10:55.3424183Z 2024-04-03T16:10:55.3425121Z  2024-04-03T16:10:55.3425503Z Loading: 2024-04-03T16:10:55.3785096Z 2024-04-03T16:10:55.3791588Z Loading: 2024-04-03T16:10:55.3792052Z 2024-04-03T16:10:55.3792399Z Loading: 2 packages loaded 2024-04-03T16:10:55.4514204Z 2024-04-03T16:10:55.4515779Z INFO: Build options --//c10:use_gflags and --//c10:use_glog have changed, discarding analysis cache. 2024-04-03T16:10:55.4516812Z Analyzing: 49 targets (10 packages loaded) 2024-04-03T16:10:55.7429387Z 2024-04-03T16:10:55.7430656Z Analyzing: 49 targets (10 packages loaded) 2024-04-03T16:10:56.1898547Z 2024-04-03T16:10:56.1899415Z Analyzing: 49 targets (10 packages loaded, 0 targets configured) 2024-04-03T16:10:56.4386291Z 2024-04-03T16:10:56.4387637Z INFO: Analyzed 49 targets (55 packages loaded, 1040 targets configured). 2024-04-03T16:10:56.4388902Z  checking cached actions 2024-04-03T16:10:56.4588504Z 2024-04-03T16:10:56.4589452Z INFO: Found 36 targets and 13 test targets... 2024-04-03T16:10:56.4590033Z  checking cached actions 2024-04-03T16:10:56.7468923Z 2024-04-03T16:10:56.7469514Z  checking cached actions 2024-04-03T16:10:56.8840548Z 2024-04-03T16:10:56.8841509Z [0 / 15] [Prepa] BazelWorkspaceStatusAction stable-status.txt 2024-04-03T16:10:57.1496830Z 2024-04-03T16:10:57.1497494Z [7 / 133] 16 actions running 2024-04-03T16:10:57.1498206Z Compiling src/benchmark_runner.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1498958Z Compiling src/benchmark_register.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1499696Z Compiling src/colorprint.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1500355Z Compiling src/benchmark.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1500983Z Compiling src/counter.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1501955Z Compiling src/string_util.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1502833Z Compiling src/benchmark_name.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.1503695Z Compiling src/csv_reporter.cc; 0s processwrapper-sandbox ... 2024-04-03T16:10:57.5531718Z 2024-04-03T16:10:57.5532690Z  2024-04-03T16:10:57.5533326Z  2024-04-03T16:10:57.5533576Z  2024-04-03T16:10:57.5533872Z  2024-04-03T16:10:57.5534130Z  2024-04-03T16:10:57.5534502Z  2024-04-03T16:10:57.5534899Z  2024-04-03T16:10:57.5535297Z  2024-04-03T16:10:57.5535768Z [8 / 133] 16 actions, 15 running 2024-04-03T16:10:57.5536746Z Compiling src/benchmark_runner.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5537973Z Compiling src/benchmark_register.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5539089Z Compiling src/colorprint.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5539763Z Compiling src/benchmark.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5540406Z Compiling src/counter.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5541044Z Compiling src/string_util.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5541727Z Compiling src/benchmark_name.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.5542447Z Compiling src/csv_reporter.cc; 0s processwrapper-sandbox ... 2024-04-03T16:10:57.7614442Z 2024-04-03T16:10:57.7615200Z  2024-04-03T16:10:57.7615739Z  2024-04-03T16:10:57.7616209Z  2024-04-03T16:10:57.7616673Z  2024-04-03T16:10:57.7617115Z  2024-04-03T16:10:57.7617577Z  2024-04-03T16:10:57.7618029Z  2024-04-03T16:10:57.7642392Z  2024-04-03T16:10:57.7643216Z [24 / 133] 16 actions running 2024-04-03T16:10:57.7644550Z Compiling src/console_reporter.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.7645835Z Compiling src/timers.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.7646991Z Compiling src/sysinfo.cc; 0s processwrapper-sandbox 2024-04-03T16:10:57.7648189Z //c10/benchmark:intrusive_ptr; 0s processwrapper-sandbox 2024-04-03T16:10:57.7649441Z Compiling c10/util/ApproximateClock.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.7650903Z Compiling c10/util/Float8_e4m3fn.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.7652257Z Compiling c10/core/Allocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.7653998Z Compiling c10/core/impl/alloc_cpu.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:57.9615023Z 2024-04-03T16:10:57.9615700Z  2024-04-03T16:10:57.9616246Z  2024-04-03T16:10:57.9616689Z  2024-04-03T16:10:57.9617139Z  2024-04-03T16:10:57.9617600Z  2024-04-03T16:10:57.9618315Z  2024-04-03T16:10:57.9618770Z  2024-04-03T16:10:57.9619234Z  2024-04-03T16:10:57.9619843Z [36 / 133] 16 actions running 2024-04-03T16:10:57.9621061Z Compiling c10/util/ApproximateClock.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9622710Z Compiling c10/core/impl/PyInterpreter.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9624259Z Compiling c10/util/signal_handler.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9625903Z Compiling c10/core/impl/PythonDispatcherTLS.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9627516Z Compiling c10/core/thread_pool.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9628850Z Compiling c10/core/WrapDimMinimal.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9630194Z Compiling c10/util/numa.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:57.9631669Z Compiling c10/core/impl/PyObjectSlot.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:58.1877568Z 2024-04-03T16:10:58.1878306Z  2024-04-03T16:10:58.1878910Z  2024-04-03T16:10:58.1879375Z  2024-04-03T16:10:58.1879859Z  2024-04-03T16:10:58.1881643Z  2024-04-03T16:10:58.1882149Z  2024-04-03T16:10:58.1883186Z  2024-04-03T16:10:58.1883699Z  2024-04-03T16:10:58.1884499Z [57 / 133] 15 actions, 14 running 2024-04-03T16:10:58.1885556Z Compiling c10/util/Backtrace.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1886538Z Compiling c10/util/Type_demangle.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1887449Z Compiling c10/util/DeadlockDetection.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1888296Z Compiling c10/util/Half.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1889105Z Compiling c10/util/Float8_e5m2fnuz.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1889939Z Compiling c10/util/Bfloat16.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1891158Z Compiling c10/util/Float8_e5m2.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.1892134Z Compiling c10/util/Exception.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:58.3986508Z 2024-04-03T16:10:58.3987230Z  2024-04-03T16:10:58.3987812Z  2024-04-03T16:10:58.3988272Z  2024-04-03T16:10:58.3988697Z  2024-04-03T16:10:58.3989157Z  2024-04-03T16:10:58.3989596Z  2024-04-03T16:10:58.3990038Z  2024-04-03T16:10:58.3990486Z  2024-04-03T16:10:58.3991110Z [76 / 133] 16 actions, 15 running 2024-04-03T16:10:58.3992290Z Compiling c10/core/CopyBytes.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.3993650Z Compiling c10/core/StorageImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.3995072Z Compiling c10/core/impl/GPUTrace.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.4006508Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.4007445Z Compiling c10/core/SafePyObject.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.4008178Z Compiling c10/util/tempfile.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.4008954Z Compiling c10/core/SymIntArrayRef.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.4009749Z Compiling c10/core/DeviceType.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:58.6286659Z 2024-04-03T16:10:58.6287381Z  2024-04-03T16:10:58.6287907Z  2024-04-03T16:10:58.6288275Z  2024-04-03T16:10:58.6288646Z  2024-04-03T16:10:58.6289032Z  2024-04-03T16:10:58.6289387Z  2024-04-03T16:10:58.6289753Z  2024-04-03T16:10:58.6290130Z  2024-04-03T16:10:58.6290668Z [98 / 133] 16 actions, 15 running 2024-04-03T16:10:58.6292026Z Compiling c10/core/GeneratorImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6293569Z Compiling c10/core/TensorImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6294950Z Compiling c10/core/SymbolicShapeMeta.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6296319Z Compiling c10/core/SymFloat.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6297841Z Compiling c10/core/RefcountedDeleter.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6299315Z Compiling c10/core/Device.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6300613Z Compiling c10/core/ScalarType.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.6301979Z Compiling c10/core/Stream.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:58.8332234Z 2024-04-03T16:10:58.8335698Z  2024-04-03T16:10:58.8336327Z  2024-04-03T16:10:58.8336803Z  2024-04-03T16:10:58.8337277Z  2024-04-03T16:10:58.8337747Z  2024-04-03T16:10:58.8338215Z  2024-04-03T16:10:58.8338644Z  2024-04-03T16:10:58.8339077Z  2024-04-03T16:10:58.8339798Z [117 / 148] 16 actions, 14 running 2024-04-03T16:10:58.8340943Z Compiling c10/core/DispatchKeySet.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.8342329Z Compiling c10/core/impl/COW.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.8343739Z Compiling c10/core/SymNodeImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.8345120Z Compiling c10/core/Storage.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.8346403Z Compiling c10/core/Scalar.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.8347745Z Compiling c10/core/InferenceMode.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:58.8349190Z Compiling third_party/cpuinfo/src/init.c; 0s processwrapper-sandbox 2024-04-03T16:10:58.8350637Z //c10/mobile:CPUCachingAllocator; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.0351151Z 2024-04-03T16:10:59.0351981Z  2024-04-03T16:10:59.0352521Z  2024-04-03T16:10:59.0353153Z  2024-04-03T16:10:59.0353777Z  2024-04-03T16:10:59.0354372Z  2024-04-03T16:10:59.0354782Z  2024-04-03T16:10:59.0355298Z  2024-04-03T16:10:59.0355707Z  2024-04-03T16:10:59.0356312Z [130 / 148] 16 actions, 15 running 2024-04-03T16:10:59.0357168Z Compiling c10/core/DispatchKey.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.0357938Z Compiling c10/core/SymInt.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.0358647Z Compiling googletest/src/gtest.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.0359437Z Compiling googletest/src/gtest-matchers.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.0360316Z Compiling googlemock/src/gmock-cardinalities.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.0361205Z Compiling googletest/src/gtest-printers.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.0362025Z Compiling googletest/src/gtest-port.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.0362770Z @com_google_googletest//:gtest; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.2355759Z 2024-04-03T16:10:59.2356485Z  2024-04-03T16:10:59.2356999Z  2024-04-03T16:10:59.2357393Z  2024-04-03T16:10:59.2357868Z  2024-04-03T16:10:59.2358335Z  2024-04-03T16:10:59.2358780Z  2024-04-03T16:10:59.2359210Z  2024-04-03T16:10:59.2359655Z  2024-04-03T16:10:59.2360303Z [160 / 188] 15 actions, 14 running 2024-04-03T16:10:59.2361705Z Compiling googlemock/src/gmock-spec-builders.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.2363166Z Compiling googlemock/src/gmock.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.2363957Z Compiling googletest/src/gtest-test-part.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.2365105Z Compiling googletest/src/gtest-typed-test.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.2365982Z Compiling googletest/src/gtest-death-test.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.2366817Z Compiling googlemock/src/gmock_main.cc; 0s processwrapper-sandbox 2024-04-03T16:10:59.2367817Z Compiling c10/test/util/typeid_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.2368671Z Compiling c10/test/util/bit_cast_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.4463404Z 2024-04-03T16:10:59.4464148Z  2024-04-03T16:10:59.4464697Z  2024-04-03T16:10:59.4465438Z  2024-04-03T16:10:59.4465895Z  2024-04-03T16:10:59.4466342Z  2024-04-03T16:10:59.4466786Z  2024-04-03T16:10:59.4467240Z  2024-04-03T16:10:59.4467705Z  2024-04-03T16:10:59.4468345Z [174 / 220] 16 actions, 15 running 2024-04-03T16:10:59.4469642Z Compiling c10/test/core/impl/cow_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.4470991Z //c10/test:core_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.4472067Z //c10/test:core_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.4473355Z Compiling c10/test/core/Device_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.4474898Z Compiling c10/test/core/Scalar_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.4476492Z Compiling c10/test/core/StreamGuard_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.4478256Z Compiling c10/test/core/DispatchKeySet_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.4479745Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.6804822Z 2024-04-03T16:10:59.6805560Z  2024-04-03T16:10:59.6806105Z  2024-04-03T16:10:59.6806585Z  2024-04-03T16:10:59.6807021Z  2024-04-03T16:10:59.6814821Z  2024-04-03T16:10:59.6815329Z  2024-04-03T16:10:59.6819153Z  2024-04-03T16:10:59.6819603Z  2024-04-03T16:10:59.6820807Z [192 / 222] 1 / 13 tests; 16 actions running; last test: .../ssize_test 2024-04-03T16:10:59.6822700Z Compiling c10/test/util/small_vector_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6824216Z Compiling c10/test/util/TypeIndex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6825663Z Compiling c10/test/util/registry_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6826975Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.6828233Z Compiling c10/test/util/logging_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6829802Z Compiling c10/test/util/irange_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6831323Z Compiling c10/test/util/TypeList_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6832811Z Testing //c10/test:util/bit_cast_test; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.6833683Z 2024-04-03T16:10:59.6833895Z  2024-04-03T16:10:59.6834357Z  2024-04-03T16:10:59.6834788Z  2024-04-03T16:10:59.6835209Z  2024-04-03T16:10:59.6835665Z  2024-04-03T16:10:59.6836062Z  2024-04-03T16:10:59.6836482Z  2024-04-03T16:10:59.6836938Z  2024-04-03T16:10:59.6837733Z INFO: From Testing //c10/test:util/bit_cast_test: 2024-04-03T16:10:59.6838841Z ==================== Test output for //c10/test:util/bit_cast_test: 2024-04-03T16:10:59.6839726Z Running main() from gmock_main.cc 2024-04-03T16:10:59.6840475Z Note: Google Test filter = -*CUDA 2024-04-03T16:10:59.6841224Z [==========] Running 1 test from 1 test suite. 2024-04-03T16:10:59.6842097Z [----------] Global test environment set-up. 2024-04-03T16:10:59.6842950Z [----------] 1 test from bitCastTest 2024-04-03T16:10:59.6843643Z [ RUN ] bitCastTest.basic 2024-04-03T16:10:59.6845365Z [ OK ] bitCastTest.basic (0 ms) 2024-04-03T16:10:59.6846292Z [----------] 1 test from bitCastTest (0 ms total) 2024-04-03T16:10:59.6846891Z 2024-04-03T16:10:59.6847252Z [----------] Global test environment tear-down 2024-04-03T16:10:59.6848116Z [==========] 1 test from 1 test suite ran. (0 ms total) 2024-04-03T16:10:59.6848914Z [ PASSED ] 1 test. 2024-04-03T16:10:59.6849530Z ================================================================================ 2024-04-03T16:10:59.6851290Z [192 / 222] 2 / 13 tests; 16 actions running; last test: .../bit_cast_test 2024-04-03T16:10:59.6853152Z Compiling c10/test/util/small_vector_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6854806Z Compiling c10/test/util/TypeIndex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6856428Z Compiling c10/test/util/registry_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6857994Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.6859377Z Compiling c10/test/util/logging_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6860926Z Compiling c10/test/util/irange_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6862495Z Compiling c10/test/util/TypeList_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6864033Z Testing //c10/test:util/bit_cast_test; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.6895927Z 2024-04-03T16:10:59.6896394Z  2024-04-03T16:10:59.6896972Z  2024-04-03T16:10:59.6897519Z  2024-04-03T16:10:59.6898047Z  2024-04-03T16:10:59.6898574Z  2024-04-03T16:10:59.6899101Z  2024-04-03T16:10:59.6899609Z  2024-04-03T16:10:59.6900135Z  2024-04-03T16:10:59.6901070Z INFO: From Testing //c10/test:util/ssize_test: 2024-04-03T16:10:59.6913059Z ==================== Test output for //c10/test:util/ssize_test: 2024-04-03T16:10:59.6913992Z Running main() from gmock_main.cc 2024-04-03T16:10:59.6914869Z Note: Google Test filter = -*CUDA 2024-04-03T16:10:59.6915637Z [==========] Running 4 tests from 1 test suite. 2024-04-03T16:10:59.6916551Z [----------] Global test environment set-up. 2024-04-03T16:10:59.6917449Z [----------] 4 tests from ssizeTest 2024-04-03T16:10:59.6918157Z [ RUN ] ssizeTest.size_t 2024-04-03T16:10:59.6918792Z [ OK ] ssizeTest.size_t (0 ms) 2024-04-03T16:10:59.6919545Z [ RUN ] ssizeTest.size_t_overflow 2024-04-03T16:10:59.6920354Z [ OK ] ssizeTest.size_t_overflow (0 ms) 2024-04-03T16:10:59.6921274Z [ RUN ] ssizeTest.small_container_promotes_to_ptrdiff_t 2024-04-03T16:10:59.6922448Z [ OK ] ssizeTest.small_container_promotes_to_ptrdiff_t (0 ms) 2024-04-03T16:10:59.6923502Z [ RUN ] ssizeTest.promotes_to_64_bit_on_32_bit_platform 2024-04-03T16:10:59.6924620Z c10/test/util/ssize_test.cpp:50: Skipped 2024-04-03T16:10:59.6925474Z Only valid in 64-bits. 2024-04-03T16:10:59.6925855Z 2024-04-03T16:10:59.6926342Z [ SKIPPED ] ssizeTest.promotes_to_64_bit_on_32_bit_platform (0 ms) 2024-04-03T16:10:59.6927414Z [----------] 4 tests from ssizeTest (0 ms total) 2024-04-03T16:10:59.6928017Z 2024-04-03T16:10:59.6928385Z [----------] Global test environment tear-down 2024-04-03T16:10:59.6929291Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2024-04-03T16:10:59.6930115Z [ PASSED ] 3 tests. 2024-04-03T16:10:59.6930718Z [ SKIPPED ] 1 test, listed below: 2024-04-03T16:10:59.6931578Z [ SKIPPED ] ssizeTest.promotes_to_64_bit_on_32_bit_platform 2024-04-03T16:10:59.6932587Z ================================================================================ 2024-04-03T16:10:59.6934210Z [193 / 222] 2 / 13 tests; 16 actions, 15 running; last test: .../bit_cast_test 2024-04-03T16:10:59.6935966Z Compiling c10/test/util/small_vector_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6937542Z Compiling c10/test/util/TypeIndex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6939128Z Compiling c10/test/util/registry_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6940450Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.6941801Z Compiling c10/test/util/logging_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6943294Z Compiling c10/test/util/irange_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6944690Z Compiling c10/test/util/TypeList_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.6946184Z Compiling c10/test/util/LeftRight_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.8936775Z 2024-04-03T16:10:59.8937836Z  2024-04-03T16:10:59.8938375Z  2024-04-03T16:10:59.8938753Z  2024-04-03T16:10:59.8939223Z  2024-04-03T16:10:59.8939685Z  2024-04-03T16:10:59.8940129Z  2024-04-03T16:10:59.8940591Z  2024-04-03T16:10:59.8941021Z  2024-04-03T16:10:59.8942275Z [208 / 225] 2 / 13 tests; 15 actions, 14 running; last test: .../bit_cast_test 2024-04-03T16:10:59.8944289Z Compiling c10/test/util/complex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.8945901Z Compiling c10/test/util/accumulate_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.8947278Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.8948664Z Compiling c10/test/util/bfloat16_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.8950295Z Compiling c10/test/util/TypeTraits_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.8951850Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.8953432Z Compiling c10/test/util/string_view_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.8955125Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.9238574Z 2024-04-03T16:10:59.9239316Z  2024-04-03T16:10:59.9239893Z  2024-04-03T16:10:59.9240465Z  2024-04-03T16:10:59.9240909Z  2024-04-03T16:10:59.9241307Z  2024-04-03T16:10:59.9241789Z  2024-04-03T16:10:59.9242201Z  2024-04-03T16:10:59.9242667Z  2024-04-03T16:10:59.9243536Z INFO: From Testing //c10/test:typeid_test: 2024-04-03T16:10:59.9244943Z ==================== Test output for //c10/test:typeid_test: 2024-04-03T16:10:59.9245901Z Running main() from gmock_main.cc 2024-04-03T16:10:59.9246704Z Note: Google Test filter = -*CUDA 2024-04-03T16:10:59.9247617Z [==========] Running 5 tests from 1 test suite. 2024-04-03T16:10:59.9248583Z [----------] Global test environment set-up. 2024-04-03T16:10:59.9249479Z [----------] 5 tests from TypeMetaTest 2024-04-03T16:10:59.9250211Z [ RUN ] TypeMetaTest.TypeMetaStatic 2024-04-03T16:10:59.9251039Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2024-04-03T16:10:59.9251826Z [ RUN ] TypeMetaTest.Names 2024-04-03T16:10:59.9252543Z [ OK ] TypeMetaTest.Names (0 ms) 2024-04-03T16:10:59.9253479Z [ RUN ] TypeMetaTest.TypeMeta 2024-04-03T16:10:59.9254247Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2024-04-03T16:10:59.9255144Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2024-04-03T16:10:59.9255982Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2024-04-03T16:10:59.9256940Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2024-04-03T16:10:59.9257972Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2024-04-03T16:10:59.9259073Z [----------] 5 tests from TypeMetaTest (0 ms total) 2024-04-03T16:10:59.9259725Z 2024-04-03T16:10:59.9260105Z [----------] Global test environment tear-down 2024-04-03T16:10:59.9261035Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2024-04-03T16:10:59.9261882Z [ PASSED ] 5 tests. 2024-04-03T16:10:59.9262533Z ================================================================================ 2024-04-03T16:10:59.9264082Z [209 / 225] 3 / 13 tests; 15 actions running; last test: .../test:typeid_test 2024-04-03T16:10:59.9265835Z Compiling c10/test/util/complex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9267408Z Compiling c10/test/util/accumulate_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9268797Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.9270192Z Compiling c10/test/util/bfloat16_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9271800Z Compiling c10/test/util/TypeTraits_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9273364Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9274858Z Compiling c10/test/util/string_view_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9276657Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:10:59.9372558Z 2024-04-03T16:10:59.9373263Z  2024-04-03T16:10:59.9373809Z  2024-04-03T16:10:59.9374272Z  2024-04-03T16:10:59.9374730Z  2024-04-03T16:10:59.9375186Z  2024-04-03T16:10:59.9375625Z  2024-04-03T16:10:59.9376369Z  2024-04-03T16:10:59.9376841Z  2024-04-03T16:10:59.9377574Z INFO: From Testing //c10/test:core_tests: 2024-04-03T16:10:59.9378586Z ==================== Test output for //c10/test:core_tests: 2024-04-03T16:10:59.9379431Z Running main() from gmock_main.cc 2024-04-03T16:10:59.9380221Z Note: Google Test filter = -*CUDA 2024-04-03T16:10:59.9380992Z [==========] Running 70 tests from 16 test suites. 2024-04-03T16:10:59.9381985Z [----------] Global test environment set-up. 2024-04-03T16:10:59.9383040Z [----------] 2 tests from CompileTimeFunctionPointerTest 2024-04-03T16:10:59.9384271Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2024-04-03T16:10:59.9385724Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2024-04-03T16:10:59.9387271Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2024-04-03T16:10:59.9388811Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2024-04-03T16:10:59.9390405Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2024-04-03T16:10:59.9391211Z 2024-04-03T16:10:59.9391500Z [----------] 1 test from DeviceGuard 2024-04-03T16:10:59.9392360Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2024-04-03T16:10:59.9393518Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2024-04-03T16:10:59.9394700Z [----------] 1 test from DeviceGuard (0 ms total) 2024-04-03T16:10:59.9395301Z 2024-04-03T16:10:59.9395659Z [----------] 1 test from OptionalDeviceGuard 2024-04-03T16:10:59.9396774Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2024-04-03T16:10:59.9398221Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2024-04-03T16:10:59.9399568Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2024-04-03T16:10:59.9400232Z 2024-04-03T16:10:59.9400530Z [----------] 1 test from DeviceTest 2024-04-03T16:10:59.9401300Z [ RUN ] DeviceTest.BasicConstruction 2024-04-03T16:10:59.9402182Z [ OK ] DeviceTest.BasicConstruction (0 ms) 2024-04-03T16:10:59.9403217Z [----------] 1 test from DeviceTest (0 ms total) 2024-04-03T16:10:59.9403823Z 2024-04-03T16:10:59.9404235Z [----------] 16 tests from DispatchKeySet 2024-04-03T16:10:59.9405294Z [ RUN ] DispatchKeySet.ShowSemantics 2024-04-03T16:10:59.9406193Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2024-04-03T16:10:59.9407092Z [ RUN ] DispatchKeySet.Empty 2024-04-03T16:10:59.9407857Z [ OK ] DispatchKeySet.Empty (0 ms) 2024-04-03T16:10:59.9408825Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2024-04-03T16:10:59.9409996Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2024-04-03T16:10:59.9411193Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2024-04-03T16:10:59.9412377Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2024-04-03T16:10:59.9413811Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2024-04-03T16:10:59.9415308Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2024-04-03T16:10:59.9416491Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2024-04-03T16:10:59.9417506Z [ OK ] DispatchKeySet.DoubletonPerBackend (19 ms) 2024-04-03T16:10:59.9418457Z [ RUN ] DispatchKeySet.Full 2024-04-03T16:10:59.9419199Z [ OK ] DispatchKeySet.Full (0 ms) 2024-04-03T16:10:59.9420078Z [ RUN ] DispatchKeySet.IteratorBasicOps 2024-04-03T16:10:59.9420891Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2024-04-03T16:10:59.9421844Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2024-04-03T16:10:59.9423120Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2024-04-03T16:10:59.9424388Z [ RUN ] DispatchKeySet.IteratorEmpty 2024-04-03T16:10:59.9425268Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2024-04-03T16:10:59.9426234Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2024-04-03T16:10:59.9427270Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2024-04-03T16:10:59.9428256Z [ RUN ] DispatchKeySet.IteratorFull 2024-04-03T16:10:59.9429461Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2024-04-03T16:10:59.9430384Z [ RUN ] DispatchKeySet.FailAtEndIterator 2024-04-03T16:10:59.9431361Z [ OK ] DispatchKeySet.FailAtEndIterator (0 ms) 2024-04-03T16:10:59.9432400Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2024-04-03T16:10:59.9433622Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2024-04-03T16:10:59.9434951Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2024-04-03T16:10:59.9436369Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2024-04-03T16:10:59.9437808Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2024-04-03T16:10:59.9439283Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2024-04-03T16:10:59.9440689Z [----------] 16 tests from DispatchKeySet (19 ms total) 2024-04-03T16:10:59.9441342Z 2024-04-03T16:10:59.9441639Z [----------] 3 tests from ScalarTest 2024-04-03T16:10:59.9442467Z [ RUN ] ScalarTest.UnsignedConstructor 2024-04-03T16:10:59.9443407Z [ OK ] ScalarTest.UnsignedConstructor (0 ms) 2024-04-03T16:10:59.9445130Z [ RUN ] ScalarTest.Equality 2024-04-03T16:10:59.9445905Z [ OK ] ScalarTest.Equality (0 ms) 2024-04-03T16:10:59.9446741Z [ RUN ] ScalarTest.LongsAndLongLongs 2024-04-03T16:10:59.9447617Z [ OK ] ScalarTest.LongsAndLongLongs (0 ms) 2024-04-03T16:10:59.9448657Z [----------] 3 tests from ScalarTest (0 ms total) 2024-04-03T16:10:59.9449264Z 2024-04-03T16:10:59.9449581Z [----------] 3 tests from SymIntTest 2024-04-03T16:10:59.9450309Z [ RUN ] SymIntTest.ConcreteInts 2024-04-03T16:10:59.9451128Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2024-04-03T16:10:59.9451953Z [ RUN ] SymIntTest.CheckRange 2024-04-03T16:10:59.9452709Z [ OK ] SymIntTest.CheckRange (0 ms) 2024-04-03T16:10:59.9453583Z [ RUN ] SymIntTest.Overflows 2024-04-03T16:10:59.9454335Z [ OK ] SymIntTest.Overflows (0 ms) 2024-04-03T16:10:59.9455274Z [----------] 3 tests from SymIntTest (0 ms total) 2024-04-03T16:10:59.9455918Z 2024-04-03T16:10:59.9456265Z [----------] 5 tests from InlineDeviceGuard 2024-04-03T16:10:59.9457115Z [ RUN ] InlineDeviceGuard.Constructor 2024-04-03T16:10:59.9458034Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2024-04-03T16:10:59.9458982Z [ RUN ] InlineDeviceGuard.ConstructorError 2024-04-03T16:10:59.9459966Z [ OK ] InlineDeviceGuard.ConstructorError (0 ms) 2024-04-03T16:10:59.9460949Z [ RUN ] InlineDeviceGuard.SetDevice 2024-04-03T16:10:59.9461758Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2024-04-03T16:10:59.9462654Z [ RUN ] InlineDeviceGuard.ResetDevice 2024-04-03T16:10:59.9463588Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2024-04-03T16:10:59.9464492Z [ RUN ] InlineDeviceGuard.SetIndex 2024-04-03T16:10:59.9465347Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2024-04-03T16:10:59.9466383Z [----------] 5 tests from InlineDeviceGuard (0 ms total) 2024-04-03T16:10:59.9467055Z 2024-04-03T16:10:59.9467486Z [----------] 4 tests from InlineOptionalDeviceGuard 2024-04-03T16:10:59.9468481Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2024-04-03T16:10:59.9469600Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2024-04-03T16:10:59.9470771Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2024-04-03T16:10:59.9472046Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2024-04-03T16:10:59.9473223Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2024-04-03T16:10:59.9474255Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2024-04-03T16:10:59.9475188Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2024-04-03T16:10:59.9476314Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2024-04-03T16:10:59.9477555Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2024-04-03T16:10:59.9478316Z 2024-04-03T16:10:59.9478669Z [----------] 4 tests from InlineStreamGuard 2024-04-03T16:10:59.9479505Z [ RUN ] InlineStreamGuard.Constructor 2024-04-03T16:10:59.9480588Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2024-04-03T16:10:59.9481631Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2024-04-03T16:10:59.9482874Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2024-04-03T16:10:59.9484188Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2024-04-03T16:10:59.9485656Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2024-04-03T16:10:59.9487010Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2024-04-03T16:10:59.9488299Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2024-04-03T16:10:59.9489679Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2024-04-03T16:10:59.9490341Z 2024-04-03T16:10:59.9490763Z [----------] 3 tests from InlineOptionalStreamGuard 2024-04-03T16:10:59.9491794Z [ RUN ] InlineOptionalStreamGuard.Constructor 2024-04-03T16:10:59.9492902Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2024-04-03T16:10:59.9494187Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2024-04-03T16:10:59.9495573Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2024-04-03T16:10:59.9497011Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2024-04-03T16:10:59.9498496Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2024-04-03T16:10:59.9499959Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2024-04-03T16:10:59.9500718Z 2024-04-03T16:10:59.9501110Z [----------] 1 test from InlineMultiStreamGuard 2024-04-03T16:10:59.9502060Z [ RUN ] InlineMultiStreamGuard.Constructor 2024-04-03T16:10:59.9503091Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2024-04-03T16:10:59.9504288Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2024-04-03T16:10:59.9504992Z 2024-04-03T16:10:59.9505381Z [----------] 18 tests from SizesAndStridesTest 2024-04-03T16:10:59.9506336Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2024-04-03T16:10:59.9507453Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2024-04-03T16:10:59.9508401Z [ RUN ] SizesAndStridesTest.SetSizes 2024-04-03T16:10:59.9509290Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2024-04-03T16:10:59.9510204Z [ RUN ] SizesAndStridesTest.Resize 2024-04-03T16:10:59.9511080Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2024-04-03T16:10:59.9511958Z [ RUN ] SizesAndStridesTest.SetAtIndex 2024-04-03T16:10:59.9512914Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2024-04-03T16:10:59.9513892Z [ RUN ] SizesAndStridesTest.SetAtIterator 2024-04-03T16:10:59.9514900Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2024-04-03T16:10:59.9515911Z [ RUN ] SizesAndStridesTest.SetViaData 2024-04-03T16:10:59.9516869Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2024-04-03T16:10:59.9517868Z [ RUN ] SizesAndStridesTest.MoveConstructor 2024-04-03T16:10:59.9518881Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2024-04-03T16:10:59.9519940Z [ RUN ] SizesAndStridesTest.CopyConstructor 2024-04-03T16:10:59.9521006Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2024-04-03T16:10:59.9522187Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2024-04-03T16:10:59.9523490Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2024-04-03T16:10:59.9524948Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2024-04-03T16:10:59.9526271Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2024-04-03T16:10:59.9527575Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2024-04-03T16:10:59.9528858Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2024-04-03T16:10:59.9530323Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2024-04-03T16:10:59.9531596Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2024-04-03T16:10:59.9532848Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2024-04-03T16:10:59.9534125Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2024-04-03T16:10:59.9535528Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2024-04-03T16:10:59.9536753Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2024-04-03T16:10:59.9537995Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2024-04-03T16:10:59.9539284Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2024-04-03T16:10:59.9540560Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2024-04-03T16:10:59.9541816Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2024-04-03T16:10:59.9542977Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2024-04-03T16:10:59.9544114Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2024-04-03T16:10:59.9545241Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2024-04-03T16:10:59.9546357Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2024-04-03T16:10:59.9547626Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2024-04-03T16:10:59.9548324Z 2024-04-03T16:10:59.9548644Z [----------] 2 tests from ContextTest 2024-04-03T16:10:59.9549375Z [ RUN ] ContextTest.Basic 2024-04-03T16:10:59.9550088Z [ OK ] ContextTest.Basic (0 ms) 2024-04-03T16:10:59.9550860Z [ RUN ] ContextTest.cow_deleter 2024-04-03T16:10:59.9551620Z [ OK ] ContextTest.cow_deleter (0 ms) 2024-04-03T16:10:59.9552594Z [----------] 2 tests from ContextTest (0 ms total) 2024-04-03T16:10:59.9553223Z 2024-04-03T16:10:59.9553623Z [----------] 3 tests from lazy_clone_storage_test 2024-04-03T16:10:59.9554509Z [ RUN ] lazy_clone_storage_test.no_context 2024-04-03T16:10:59.9555444Z [ OK ] lazy_clone_storage_test.no_context (0 ms) 2024-04-03T16:10:59.9556402Z [ RUN ] lazy_clone_storage_test.different_context 2024-04-03T16:10:59.9557307Z [ OK ] lazy_clone_storage_test.different_context (0 ms) 2024-04-03T16:10:59.9558287Z [ RUN ] lazy_clone_storage_test.already_copy_on_write 2024-04-03T16:10:59.9559359Z [ OK ] lazy_clone_storage_test.already_copy_on_write (0 ms) 2024-04-03T16:10:59.9560562Z [----------] 3 tests from lazy_clone_storage_test (0 ms total) 2024-04-03T16:10:59.9561245Z 2024-04-03T16:10:59.9561564Z [----------] 3 tests from materialize_test 2024-04-03T16:10:59.9562423Z [ RUN ] materialize_test.not_copy_on_write_context 2024-04-03T16:10:59.9563462Z [ OK ] materialize_test.not_copy_on_write_context (0 ms) 2024-04-03T16:10:59.9567665Z [ RUN ] materialize_test.copy_on_write_single_reference 2024-04-03T16:10:59.9568811Z [ OK ] materialize_test.copy_on_write_single_reference (0 ms) 2024-04-03T16:10:59.9569826Z [ RUN ] materialize_test.copy_on_write 2024-04-03T16:10:59.9570695Z [ OK ] materialize_test.copy_on_write (0 ms) 2024-04-03T16:10:59.9571740Z [----------] 3 tests from materialize_test (0 ms total) 2024-04-03T16:10:59.9572340Z 2024-04-03T16:10:59.9572735Z [----------] Global test environment tear-down 2024-04-03T16:10:59.9573713Z [==========] 70 tests from 16 test suites ran. (20 ms total) 2024-04-03T16:10:59.9574575Z [ PASSED ] 70 tests. 2024-04-03T16:10:59.9575242Z ================================================================================ 2024-04-03T16:10:59.9576521Z [210 / 225] 4 / 13 tests; 14 actions running; last test: //c10/test:core_tests 2024-04-03T16:10:59.9578185Z Compiling c10/test/util/complex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9579724Z Compiling c10/test/util/accumulate_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9581011Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:10:59.9582390Z Compiling c10/test/util/bfloat16_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9584114Z Compiling c10/test/util/TypeTraits_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9585700Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9587252Z Compiling c10/test/util/string_view_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:10:59.9588917Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:00.1613911Z 2024-04-03T16:11:00.1614503Z  2024-04-03T16:11:00.1614870Z  2024-04-03T16:11:00.1615205Z  2024-04-03T16:11:00.1615475Z  2024-04-03T16:11:00.1615723Z  2024-04-03T16:11:00.1615970Z  2024-04-03T16:11:00.1616199Z  2024-04-03T16:11:00.1616448Z  2024-04-03T16:11:00.1617149Z [222 / 225] 4 / 13 tests; 2 actions running; last test: //c10/test:core_tests 2024-04-03T16:11:00.1618125Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:00.1619027Z Compiling c10/test/util/intrusive_ptr_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:00.3619150Z 2024-04-03T16:11:00.3620331Z  2024-04-03T16:11:00.3620868Z  2024-04-03T16:11:00.3621768Z [225 / 226] 4 / 13 tests; 1 action; last test: //c10/test:core_tests 2024-04-03T16:11:00.3623006Z [Prepa] Testing //c10/test:util_base_tests 2024-04-03T16:11:00.7623463Z 2024-04-03T16:11:00.7624044Z  2024-04-03T16:11:00.7624795Z [225 / 226] 4 / 13 tests; 1 action; last test: //c10/test:core_tests 2024-04-03T16:11:00.7625704Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:11:00.7979619Z 2024-04-03T16:11:00.7980159Z  2024-04-03T16:11:00.7980903Z INFO: From Testing //c10/test:util_base_tests: 2024-04-03T16:11:00.7981758Z ==================== Test output for //c10/test:util_base_tests: 2024-04-03T16:11:00.7982567Z Running main() from gmock_main.cc 2024-04-03T16:11:00.7983306Z Note: Google Test filter = -*CUDA 2024-04-03T16:11:00.7984044Z [==========] Running 739 tests from 78 test suites. 2024-04-03T16:11:00.7984910Z [----------] Global test environment set-up. 2024-04-03T16:11:00.7985642Z [----------] 1 test from LoggingDeathTest 2024-04-03T16:11:00.7986375Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2024-04-03T16:11:00.7987284Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (11 ms) 2024-04-03T16:11:00.7988249Z [----------] 1 test from LoggingDeathTest (11 ms total) 2024-04-03T16:11:00.7988856Z 2024-04-03T16:11:00.7989164Z [----------] 12 tests from BitsetTest 2024-04-03T16:11:00.7989804Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2024-04-03T16:11:00.7990763Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2024-04-03T16:11:00.7991820Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2024-04-03T16:11:00.7992907Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2024-04-03T16:11:00.7994171Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2024-04-03T16:11:00.7995453Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2024-04-03T16:11:00.7996790Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2024-04-03T16:11:00.7997923Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2024-04-03T16:11:00.7999038Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2024-04-03T16:11:00.8000521Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2024-04-03T16:11:00.8002214Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2024-04-03T16:11:00.8003477Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2024-04-03T16:11:00.8004844Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2024-04-03T16:11:00.8006173Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2024-04-03T16:11:00.8007691Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2024-04-03T16:11:00.8008873Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2024-04-03T16:11:00.8010469Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2024-04-03T16:11:00.8012173Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2024-04-03T16:11:00.8013703Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2024-04-03T16:11:00.8015290Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2024-04-03T16:11:00.8016626Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2024-04-03T16:11:00.8017967Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2024-04-03T16:11:00.8019615Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2024-04-03T16:11:00.8020975Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2024-04-03T16:11:00.8021991Z [----------] 12 tests from BitsetTest (0 ms total) 2024-04-03T16:11:00.8022328Z 2024-04-03T16:11:00.8022517Z [----------] 2 tests from DeadlockDetection 2024-04-03T16:11:00.8022971Z [ RUN ] DeadlockDetection.basic 2024-04-03T16:11:00.8023643Z [ OK ] DeadlockDetection.basic (0 ms) 2024-04-03T16:11:00.8024257Z [ RUN ] DeadlockDetection.disable 2024-04-03T16:11:00.8024700Z [ OK ] DeadlockDetection.disable (0 ms) 2024-04-03T16:11:00.8025271Z [----------] 2 tests from DeadlockDetection (0 ms total) 2024-04-03T16:11:00.8025618Z 2024-04-03T16:11:00.8025820Z [----------] 1 test from HalfConversionTest 2024-04-03T16:11:00.8026328Z [ RUN ] HalfConversionTest.TestPorableConversion 2024-04-03T16:11:00.8026944Z [ OK ] HalfConversionTest.TestPorableConversion (0 ms) 2024-04-03T16:11:00.8027594Z [----------] 1 test from HalfConversionTest (0 ms total) 2024-04-03T16:11:00.8027942Z 2024-04-03T16:11:00.8028114Z [----------] 2 tests from HalfConversion 2024-04-03T16:11:00.8028624Z [ RUN ] HalfConversion.TestNativeConversionToFloat 2024-04-03T16:11:00.8029265Z [ OK ] HalfConversion.TestNativeConversionToFloat (5 ms) 2024-04-03T16:11:00.8029897Z [ RUN ] HalfConversion.TestNativeConversionToHalf 2024-04-03T16:11:00.8030527Z [ OK ] HalfConversion.TestNativeConversionToHalf (6 ms) 2024-04-03T16:11:00.8031165Z [----------] 2 tests from HalfConversion (12 ms total) 2024-04-03T16:11:00.8031503Z 2024-04-03T16:11:00.8031677Z [----------] 12 tests from LeftRightTest 2024-04-03T16:11:00.8032293Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2024-04-03T16:11:00.8033154Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2024-04-03T16:11:00.8034038Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2024-04-03T16:11:00.8034934Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2024-04-03T16:11:00.8035836Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2024-04-03T16:11:00.8036738Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2024-04-03T16:11:00.8037469Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2024-04-03T16:11:00.8038017Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2024-04-03T16:11:00.8038699Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2024-04-03T16:11:00.8039511Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2024-04-03T16:11:00.8040329Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2024-04-03T16:11:00.8041154Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2024-04-03T16:11:00.8041930Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2024-04-03T16:11:00.8042780Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (100 ms) 2024-04-03T16:11:00.8043547Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2024-04-03T16:11:00.8044856Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2024-04-03T16:11:00.8045621Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2024-04-03T16:11:00.8046533Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2024-04-03T16:11:00.8047437Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2024-04-03T16:11:00.8048455Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2024-04-03T16:11:00.8049474Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2024-04-03T16:11:00.8050484Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2024-04-03T16:11:00.8051449Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2024-04-03T16:11:00.8052360Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2024-04-03T16:11:00.8053246Z [----------] 12 tests from LeftRightTest (101 ms total) 2024-04-03T16:11:00.8053590Z 2024-04-03T16:11:00.8053813Z [----------] 16 tests from MetaprogrammingTest 2024-04-03T16:11:00.8054369Z [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 2024-04-03T16:11:00.8055066Z [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 2024-04-03T16:11:00.8055764Z [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 2024-04-03T16:11:00.8056452Z [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 2024-04-03T16:11:00.8057128Z [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 2024-04-03T16:11:00.8057757Z [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 2024-04-03T16:11:00.8058357Z [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 2024-04-03T16:11:00.8058949Z [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 2024-04-03T16:11:00.8059525Z [ RUN ] MetaprogrammingTest.TupleTake_negative 2024-04-03T16:11:00.8060208Z [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 2024-04-03T16:11:00.8060872Z [ RUN ] MetaprogrammingTest.TupleSlice_middle 2024-04-03T16:11:00.8061448Z [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 2024-04-03T16:11:00.8062000Z [ RUN ] MetaprogrammingTest.TupleSlice_full 2024-04-03T16:11:00.8062535Z [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 2024-04-03T16:11:00.8063081Z [ RUN ] MetaprogrammingTest.TupleMap_simple 2024-04-03T16:11:00.8063624Z [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 2024-04-03T16:11:00.8064335Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 2024-04-03T16:11:00.8065258Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 2024-04-03T16:11:00.8066065Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 2024-04-03T16:11:00.8066733Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 2024-04-03T16:11:00.8067412Z [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 2024-04-03T16:11:00.8068102Z [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 2024-04-03T16:11:00.8068846Z [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 2024-04-03T16:11:00.8069668Z [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 2024-04-03T16:11:00.8070457Z [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 2024-04-03T16:11:00.8071213Z [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 2024-04-03T16:11:00.8071973Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 2024-04-03T16:11:00.8072757Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 2024-04-03T16:11:00.8073654Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 2024-04-03T16:11:00.8074421Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 2024-04-03T16:11:00.8075179Z [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 2024-04-03T16:11:00.8075907Z [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 2024-04-03T16:11:00.8076704Z [----------] 16 tests from MetaprogrammingTest (0 ms total) 2024-04-03T16:11:00.8077080Z 2024-04-03T16:11:00.8077243Z [----------] 2 tests from Synchronized 2024-04-03T16:11:00.8077726Z [ RUN ] Synchronized.TestSingleThreadExecution 2024-04-03T16:11:00.8078320Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2024-04-03T16:11:00.8078904Z [ RUN ] Synchronized.TestMultiThreadedExecution 2024-04-03T16:11:00.8079506Z [ OK ] Synchronized.TestMultiThreadedExecution (14 ms) 2024-04-03T16:11:00.8080125Z [----------] 2 tests from Synchronized (14 ms total) 2024-04-03T16:11:00.8080458Z 2024-04-03T16:11:00.8080619Z [----------] 1 test from ThreadLocal 2024-04-03T16:11:00.8081072Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2024-04-03T16:11:00.8081637Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2024-04-03T16:11:00.8082205Z [----------] 1 test from ThreadLocal (0 ms total) 2024-04-03T16:11:00.8082541Z 2024-04-03T16:11:00.8082720Z [----------] 11 tests from ThreadLocalTest 2024-04-03T16:11:00.8083237Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2024-04-03T16:11:00.8083849Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2024-04-03T16:11:00.8084592Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2024-04-03T16:11:00.8085156Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2024-04-03T16:11:00.8085711Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2024-04-03T16:11:00.8086282Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2024-04-03T16:11:00.8086878Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2024-04-03T16:11:00.8087494Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2024-04-03T16:11:00.8088067Z [ RUN ] ThreadLocalTest.TestClassScope 2024-04-03T16:11:00.8088573Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2024-04-03T16:11:00.8089122Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2024-04-03T16:11:00.8089705Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2024-04-03T16:11:00.8090339Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2024-04-03T16:11:00.8091007Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2024-04-03T16:11:00.8091653Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2024-04-03T16:11:00.8092305Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2024-04-03T16:11:00.8093036Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2024-04-03T16:11:00.8093693Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2024-04-03T16:11:00.8094328Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2024-04-03T16:11:00.8094924Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2024-04-03T16:11:00.8095654Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2024-04-03T16:11:00.8096572Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2024-04-03T16:11:00.8097379Z [----------] 11 tests from ThreadLocalTest (0 ms total) 2024-04-03T16:11:00.8097727Z 2024-04-03T16:11:00.8097886Z [----------] 7 tests from TypeIndex 2024-04-03T16:11:00.8098284Z [ RUN ] TypeIndex.TopLevelName 2024-04-03T16:11:00.8098711Z [ OK ] TypeIndex.TopLevelName (0 ms) 2024-04-03T16:11:00.8099147Z [ RUN ] TypeIndex.NestedName 2024-04-03T16:11:00.8099535Z [ OK ] TypeIndex.NestedName (0 ms) 2024-04-03T16:11:00.8100002Z [ RUN ] TypeIndex.TypeTemplateParameter 2024-04-03T16:11:00.8100520Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2024-04-03T16:11:00.8101042Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2024-04-03T16:11:00.8101593Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2024-04-03T16:11:00.8102293Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2024-04-03T16:11:00.8102866Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2024-04-03T16:11:00.8103490Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2024-04-03T16:11:00.8104170Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2024-04-03T16:11:00.8104885Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2024-04-03T16:11:00.8105463Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2024-04-03T16:11:00.8106057Z [----------] 7 tests from TypeIndex (0 ms total) 2024-04-03T16:11:00.8106376Z 2024-04-03T16:11:00.8106545Z [----------] 4 tests from TypeListTest 2024-04-03T16:11:00.8107017Z [ RUN ] TypeListTest.MapTypesToValues_sametype 2024-04-03T16:11:00.8107589Z [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 2024-04-03T16:11:00.8108172Z [ RUN ] TypeListTest.MapTypesToValues_differenttypes 2024-04-03T16:11:00.8108799Z [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 2024-04-03T16:11:00.8109399Z [ RUN ] TypeListTest.MapTypesToValues_members 2024-04-03T16:11:00.8109945Z [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 2024-04-03T16:11:00.8110493Z [ RUN ] TypeListTest.MapTypesToValues_empty 2024-04-03T16:11:00.8111032Z [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 2024-04-03T16:11:00.8111615Z [----------] 4 tests from TypeListTest (0 ms total) 2024-04-03T16:11:00.8111948Z 2024-04-03T16:11:00.8112119Z [----------] 4 tests from accumulateTest 2024-04-03T16:11:00.8112545Z [ RUN ] accumulateTest.vector_test 2024-04-03T16:11:00.8112998Z [ OK ] accumulateTest.vector_test (0 ms) 2024-04-03T16:11:00.8113442Z [ RUN ] accumulateTest.list_test 2024-04-03T16:11:00.8113913Z [ OK ] accumulateTest.list_test (0 ms) 2024-04-03T16:11:00.8114363Z [ RUN ] accumulateTest.base_cases 2024-04-03T16:11:00.8114789Z [ OK ] accumulateTest.base_cases (0 ms) 2024-04-03T16:11:00.8115270Z [ RUN ] accumulateTest.errors 2024-04-03T16:11:00.8115689Z [ OK ] accumulateTest.errors (0 ms) 2024-04-03T16:11:00.8116200Z [----------] 4 tests from accumulateTest (0 ms total) 2024-04-03T16:11:00.8116549Z 2024-04-03T16:11:00.8116741Z [----------] 5 tests from BFloat16Conversion 2024-04-03T16:11:00.8117261Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2024-04-03T16:11:00.8117868Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2024-04-03T16:11:00.8118501Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2024-04-03T16:11:00.8119152Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2024-04-03T16:11:00.8119694Z [ RUN ] BFloat16Conversion.NaN 2024-04-03T16:11:00.8120120Z [ OK ] BFloat16Conversion.NaN (0 ms) 2024-04-03T16:11:00.8120556Z [ RUN ] BFloat16Conversion.Inf 2024-04-03T16:11:00.8120956Z [ OK ] BFloat16Conversion.Inf (0 ms) 2024-04-03T16:11:00.8121441Z [ RUN ] BFloat16Conversion.SmallestDenormal 2024-04-03T16:11:00.8121996Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2024-04-03T16:11:00.8122596Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2024-04-03T16:11:00.8122961Z 2024-04-03T16:11:00.8123124Z [----------] 3 tests from BFloat16Math 2024-04-03T16:11:00.8123527Z [ RUN ] BFloat16Math.Addition 2024-04-03T16:11:00.8123939Z [ OK ] BFloat16Math.Addition (0 ms) 2024-04-03T16:11:00.8124517Z [ RUN ] BFloat16Math.Subtraction 2024-04-03T16:11:00.8124964Z [ OK ] BFloat16Math.Subtraction (0 ms) 2024-04-03T16:11:00.8125420Z [ RUN ] BFloat16Math.NextAfterZero 2024-04-03T16:11:00.8125865Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2024-04-03T16:11:00.8126407Z [----------] 3 tests from BFloat16Math (0 ms total) 2024-04-03T16:11:00.8126734Z 2024-04-03T16:11:00.8126925Z [----------] 2 tests from TestExponential 2024-04-03T16:11:00.8127331Z [ RUN ] TestExponential.IPi 2024-04-03T16:11:00.8127728Z [ OK ] TestExponential.IPi (0 ms) 2024-04-03T16:11:00.8128175Z [ RUN ] TestExponential.EulerFormula 2024-04-03T16:11:00.8128749Z [ OK ] TestExponential.EulerFormula (0 ms) 2024-04-03T16:11:00.8129321Z [----------] 2 tests from TestExponential (0 ms total) 2024-04-03T16:11:00.8129660Z 2024-04-03T16:11:00.8129827Z [----------] 2 tests from TestExpm1 2024-04-03T16:11:00.8130198Z [ RUN ] TestExpm1.Normal 2024-04-03T16:11:00.8130570Z [ OK ] TestExpm1.Normal (0 ms) 2024-04-03T16:11:00.8131055Z [ RUN ] TestExpm1.Small 2024-04-03T16:11:00.8131400Z [ OK ] TestExpm1.Small (0 ms) 2024-04-03T16:11:00.8131872Z [----------] 2 tests from TestExpm1 (0 ms total) 2024-04-03T16:11:00.8132187Z 2024-04-03T16:11:00.8132346Z [----------] 1 test from TestLog 2024-04-03T16:11:00.8132698Z [ RUN ] TestLog.Definition 2024-04-03T16:11:00.8133150Z [ OK ] TestLog.Definition (0 ms) 2024-04-03T16:11:00.8133628Z [----------] 1 test from TestLog (0 ms total) 2024-04-03T16:11:00.8133930Z 2024-04-03T16:11:00.8134081Z [----------] 1 test from TestLog10 2024-04-03T16:11:00.8134451Z [ RUN ] TestLog10.Rev 2024-04-03T16:11:00.8134796Z [ OK ] TestLog10.Rev (0 ms) 2024-04-03T16:11:00.8135239Z [----------] 1 test from TestLog10 (0 ms total) 2024-04-03T16:11:00.8135560Z 2024-04-03T16:11:00.8135709Z [----------] 1 test from TestLog2 2024-04-03T16:11:00.8136075Z [ RUN ] TestLog2.Rev 2024-04-03T16:11:00.8136414Z [ OK ] TestLog2.Rev (0 ms) 2024-04-03T16:11:00.8136852Z [----------] 1 test from TestLog2 (0 ms total) 2024-04-03T16:11:00.8137172Z 2024-04-03T16:11:00.8137328Z [----------] 3 tests from TestLog1p 2024-04-03T16:11:00.8137712Z [ RUN ] TestLog1p.Normal 2024-04-03T16:11:00.8138068Z [ OK ] TestLog1p.Normal (0 ms) 2024-04-03T16:11:00.8138458Z [ RUN ] TestLog1p.Small 2024-04-03T16:11:00.8138817Z [ OK ] TestLog1p.Small (0 ms) 2024-04-03T16:11:00.8139191Z [ RUN ] TestLog1p.Extreme 2024-04-03T16:11:00.8139567Z [ OK ] TestLog1p.Extreme (0 ms) 2024-04-03T16:11:00.8140053Z [----------] 3 tests from TestLog1p (0 ms total) 2024-04-03T16:11:00.8140374Z 2024-04-03T16:11:00.8140535Z [----------] 1 test from TestPowSqrt 2024-04-03T16:11:00.8140926Z [ RUN ] TestPowSqrt.Equal 2024-04-03T16:11:00.8141305Z [ OK ] TestPowSqrt.Equal (0 ms) 2024-04-03T16:11:00.8141780Z [----------] 1 test from TestPowSqrt (0 ms total) 2024-04-03T16:11:00.8142113Z 2024-04-03T16:11:00.8142262Z [----------] 1 test from TestPow 2024-04-03T16:11:00.8142629Z [ RUN ] TestPow.Square 2024-04-03T16:11:00.8142974Z [ OK ] TestPow.Square (0 ms) 2024-04-03T16:11:00.8143428Z [----------] 1 test from TestPow (0 ms total) 2024-04-03T16:11:00.8143729Z 2024-04-03T16:11:00.8143925Z [----------] 1 test from TestSinCosSinhCosh 2024-04-03T16:11:00.8144369Z [ RUN ] TestSinCosSinhCosh.Identity 2024-04-03T16:11:00.8144844Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2024-04-03T16:11:00.8145417Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2024-04-03T16:11:00.8145766Z 2024-04-03T16:11:00.8145915Z [----------] 1 test from TestTan 2024-04-03T16:11:00.8146279Z [ RUN ] TestTan.Identity 2024-04-03T16:11:00.8146654Z [ OK ] TestTan.Identity (0 ms) 2024-04-03T16:11:00.8147111Z [----------] 1 test from TestTan (0 ms total) 2024-04-03T16:11:00.8147425Z 2024-04-03T16:11:00.8147573Z [----------] 1 test from TestTanh 2024-04-03T16:11:00.8147950Z [ RUN ] TestTanh.Identity 2024-04-03T16:11:00.8148331Z [ OK ] TestTanh.Identity (0 ms) 2024-04-03T16:11:00.8148801Z [----------] 1 test from TestTanh (0 ms total) 2024-04-03T16:11:00.8149122Z 2024-04-03T16:11:00.8149317Z [----------] 1 test from TestRevTrigonometric 2024-04-03T16:11:00.8149767Z [ RUN ] TestRevTrigonometric.Rev 2024-04-03T16:11:00.8150200Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2024-04-03T16:11:00.8150767Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2024-04-03T16:11:00.8151124Z 2024-04-03T16:11:00.8151318Z [----------] 1 test from TestRevHyperbolic 2024-04-03T16:11:00.8151737Z [ RUN ] TestRevHyperbolic.Rev 2024-04-03T16:11:00.8152155Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2024-04-03T16:11:00.8152773Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2024-04-03T16:11:00.8153121Z 2024-04-03T16:11:00.8153276Z [----------] 1 test from TestMemory 2024-04-03T16:11:00.8153683Z [ RUN ] TestMemory.ReinterpretCast 2024-04-03T16:11:00.8154150Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2024-04-03T16:11:00.8154665Z [----------] 1 test from TestMemory (0 ms total) 2024-04-03T16:11:00.8155064Z 2024-04-03T16:11:00.8155238Z [----------] 1 test from TestConstructors 2024-04-03T16:11:00.8155692Z [ RUN ] TestConstructors.UnorderedMap 2024-04-03T16:11:00.8156180Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2024-04-03T16:11:00.8156749Z [----------] 1 test from TestConstructors (0 ms total) 2024-04-03T16:11:00.8157100Z 2024-04-03T16:11:00.8157309Z [----------] 1 test from TestArithmeticIntScalar 2024-04-03T16:11:00.8157789Z [ RUN ] TestArithmeticIntScalar.All 2024-04-03T16:11:00.8158256Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2024-04-03T16:11:00.8158857Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2024-04-03T16:11:00.8159229Z 2024-04-03T16:11:00.8159387Z [----------] 1 test from TestIO 2024-04-03T16:11:00.8159729Z [ RUN ] TestIO.All 2024-04-03T16:11:00.8160052Z [ OK ] TestIO.All (0 ms) 2024-04-03T16:11:00.8160478Z [----------] 1 test from TestIO (0 ms total) 2024-04-03T16:11:00.8160784Z 2024-04-03T16:11:00.8160931Z [----------] 1 test from TestStd 2024-04-03T16:11:00.8161310Z [ RUN ] TestStd.BasicFunctions 2024-04-03T16:11:00.8161734Z [ OK ] TestStd.BasicFunctions (0 ms) 2024-04-03T16:11:00.8162224Z [----------] 1 test from TestStd (0 ms total) 2024-04-03T16:11:00.8162539Z 2024-04-03T16:11:00.8162706Z [----------] 4 tests from ExceptionTest 2024-04-03T16:11:00.8163204Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2024-04-03T16:11:00.8163809Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2024-04-03T16:11:00.8164540Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2024-04-03T16:11:00.8165042Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (8 ms) 2024-04-03T16:11:00.8165530Z [ RUN ] ExceptionTest.ErrorFormatting 2024-04-03T16:11:00.8166028Z [ OK ] ExceptionTest.ErrorFormatting (0 ms) 2024-04-03T16:11:00.8166666Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2024-04-03T16:11:00.8167464Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2024-04-03T16:11:00.8168193Z [----------] 4 tests from ExceptionTest (8 ms total) 2024-04-03T16:11:00.8188890Z 2024-04-03T16:11:00.8189237Z [----------] 1 test from WarningTest 2024-04-03T16:11:00.8190062Z [ RUN ] WarningTest.JustPrintWarning 2024-04-03T16:11:00.8190983Z [W403 16:11:00.409899634 exception_test.cpp:46] Warning: I'm a warning (function TestBody) 2024-04-03T16:11:00.8191703Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2024-04-03T16:11:00.8192259Z [----------] 1 test from WarningTest (0 ms total) 2024-04-03T16:11:00.8192593Z 2024-04-03T16:11:00.8192747Z [----------] 1 test from FlagsTest 2024-04-03T16:11:00.8193180Z [ RUN ] FlagsTest.TestGflagsCorrectness 2024-04-03T16:11:00.8193704Z Caffe2 is not built with gflags. Nothing to test here. 2024-04-03T16:11:00.8194254Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2024-04-03T16:11:00.8194808Z [----------] 1 test from FlagsTest (0 ms total) 2024-04-03T16:11:00.8195122Z 2024-04-03T16:11:00.8195303Z [----------] 1 test from GenericMathTest 2024-04-03T16:11:00.8195744Z [ RUN ] GenericMathTest.div_floor_test 2024-04-03T16:11:00.8196225Z [ OK ] GenericMathTest.div_floor_test (0 ms) 2024-04-03T16:11:00.8196773Z [----------] 1 test from GenericMathTest (0 ms total) 2024-04-03T16:11:00.8197122Z 2024-04-03T16:11:00.8197306Z [----------] 5 tests from MakeIntrusiveTest 2024-04-03T16:11:00.8197809Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2024-04-03T16:11:00.8198389Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2024-04-03T16:11:00.8198979Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2024-04-03T16:11:00.8199692Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2024-04-03T16:11:00.8200267Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2024-04-03T16:11:00.8200864Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2024-04-03T16:11:00.8201451Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2024-04-03T16:11:00.8202030Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2024-04-03T16:11:00.8202754Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2024-04-03T16:11:00.8203385Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2024-04-03T16:11:00.8204038Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2024-04-03T16:11:00.8204549Z 2024-04-03T16:11:00.8204763Z [----------] 1 test from IntrusivePtrTargetTest 2024-04-03T16:11:00.8205405Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2024-04-03T16:11:00.8206240Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8207014Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2024-04-03T16:11:00.8207395Z 2024-04-03T16:11:00.8207584Z [----------] 146 tests from IntrusivePtrTest 2024-04-03T16:11:00.8208206Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2024-04-03T16:11:00.8209022Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2024-04-03T16:11:00.8209895Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2024-04-03T16:11:00.8210788Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2024-04-03T16:11:00.8211663Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2024-04-03T16:11:00.8212626Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2024-04-03T16:11:00.8213555Z [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 2024-04-03T16:11:00.8214475Z [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 2024-04-03T16:11:00.8215537Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2024-04-03T16:11:00.8216513Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:00.8217439Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2024-04-03T16:11:00.8218487Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:00.8219411Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2024-04-03T16:11:00.8220338Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:00.8221296Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2024-04-03T16:11:00.8222271Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:00.8223222Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8224148Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8225064Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2024-04-03T16:11:00.8225987Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8226951Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:00.8227948Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8228881Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2024-04-03T16:11:00.8229781Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:00.8230710Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:00.8231771Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:00.8232727Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2024-04-03T16:11:00.8233683Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8234728Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8235673Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8236713Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2024-04-03T16:11:00.8237843Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:00.8238925Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8239996Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8241051Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8242115Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8243178Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8244270Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8245515Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8246592Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8247743Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8248969Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8250125Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8251193Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8252198Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8253191Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8254092Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2024-04-03T16:11:00.8254994Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2024-04-03T16:11:00.8255951Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:00.8256946Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8257895Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2024-04-03T16:11:00.8258803Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:00.8259733Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:00.8260684Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:00.8261637Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2024-04-03T16:11:00.8262591Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8263583Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8264646Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8265801Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8266866Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8267928Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8269094Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8270182Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8271264Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8272386Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2024-04-03T16:11:00.8273540Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:00.8274655Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8275727Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8276711Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2024-04-03T16:11:00.8277610Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8278489Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2024-04-03T16:11:00.8279378Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8280258Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2024-04-03T16:11:00.8281126Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:00.8282095Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8283171Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8284222Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8285392Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8286432Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8287468Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8288483Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2024-04-03T16:11:00.8289483Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2024-04-03T16:11:00.8290609Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8291830Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8293051Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8294187Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8295194Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2024-04-03T16:11:00.8296099Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8296969Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2024-04-03T16:11:00.8297977Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2024-04-03T16:11:00.8298950Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2024-04-03T16:11:00.8299866Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:00.8300840Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8301925Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8303160Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8304180Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8305401Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8306587Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8307609Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2024-04-03T16:11:00.8308838Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8310029Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8311499Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8312863Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8314108Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8315047Z [ RUN ] IntrusivePtrTest.SwapFunction 2024-04-03T16:11:00.8315536Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2024-04-03T16:11:00.8316028Z [ RUN ] IntrusivePtrTest.SwapMethod 2024-04-03T16:11:00.8316505Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2024-04-03T16:11:00.8317045Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2024-04-03T16:11:00.8317658Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2024-04-03T16:11:00.8318261Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2024-04-03T16:11:00.8318995Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2024-04-03T16:11:00.8319602Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2024-04-03T16:11:00.8320223Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2024-04-03T16:11:00.8320811Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2024-04-03T16:11:00.8321408Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2024-04-03T16:11:00.8322049Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2024-04-03T16:11:00.8322829Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2024-04-03T16:11:00.8323747Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2024-04-03T16:11:00.8324794Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2024-04-03T16:11:00.8325788Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2024-04-03T16:11:00.8326522Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2024-04-03T16:11:00.8327421Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2024-04-03T16:11:00.8328023Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2024-04-03T16:11:00.8328572Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2024-04-03T16:11:00.8329189Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2024-04-03T16:11:00.8329925Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2024-04-03T16:11:00.8330538Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2024-04-03T16:11:00.8331402Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2024-04-03T16:11:00.8332174Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2024-04-03T16:11:00.8333131Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2024-04-03T16:11:00.8333877Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2024-04-03T16:11:00.8334676Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2024-04-03T16:11:00.8335296Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2024-04-03T16:11:00.8335880Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2024-04-03T16:11:00.8336398Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2024-04-03T16:11:00.8336899Z [ RUN ] IntrusivePtrTest.Inequality 2024-04-03T16:11:00.8337449Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2024-04-03T16:11:00.8337980Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2024-04-03T16:11:00.8338555Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2024-04-03T16:11:00.8339121Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2024-04-03T16:11:00.8339700Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2024-04-03T16:11:00.8340253Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2024-04-03T16:11:00.8340763Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2024-04-03T16:11:00.8341360Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2024-04-03T16:11:00.8342039Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2024-04-03T16:11:00.8342698Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2024-04-03T16:11:00.8343369Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2024-04-03T16:11:00.8344033Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2024-04-03T16:11:00.8344681Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2024-04-03T16:11:00.8345302Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2024-04-03T16:11:00.8345874Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2024-04-03T16:11:00.8346381Z [ RUN ] IntrusivePtrTest.OneIsLess 2024-04-03T16:11:00.8346846Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2024-04-03T16:11:00.8347338Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2024-04-03T16:11:00.8347839Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2024-04-03T16:11:00.8348358Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2024-04-03T16:11:00.8348871Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2024-04-03T16:11:00.8349462Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2024-04-03T16:11:00.8350120Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2024-04-03T16:11:00.8350817Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2024-04-03T16:11:00.8351559Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2024-04-03T16:11:00.8352305Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2024-04-03T16:11:00.8353078Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2024-04-03T16:11:00.8353859Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2024-04-03T16:11:00.8354634Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2024-04-03T16:11:00.8355580Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8356699Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8357886Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8359133Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8360183Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2024-04-03T16:11:00.8361111Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8362135Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:00.8363269Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8364515Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8365880Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8367174Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8368553Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8370011Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8371374Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8372740Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8374023Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8375711Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8377657Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8379619Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8381137Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8382474Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8383894Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8385288Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8386671Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8388121Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8389660Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8391044Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8392272Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8393561Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8394951Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8396298Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8397635Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8399037Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8400536Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8401698Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2024-04-03T16:11:00.8402537Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8403453Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:00.8404758Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8405884Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8407107Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8408493Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8409866Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8411222Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8412598Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8413728Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2024-04-03T16:11:00.8414475Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2024-04-03T16:11:00.8415377Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2024-04-03T16:11:00.8416462Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2024-04-03T16:11:00.8417613Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2024-04-03T16:11:00.8418811Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2024-04-03T16:11:00.8419968Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2024-04-03T16:11:00.8421076Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2024-04-03T16:11:00.8422177Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2024-04-03T16:11:00.8423249Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2024-04-03T16:11:00.8424135Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2024-04-03T16:11:00.8424830Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2024-04-03T16:11:00.8425519Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2024-04-03T16:11:00.8426208Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2024-04-03T16:11:00.8426882Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2024-04-03T16:11:00.8427530Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2024-04-03T16:11:00.8428169Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2024-04-03T16:11:00.8428817Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2024-04-03T16:11:00.8429462Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2024-04-03T16:11:00.8430085Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8430695Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2024-04-03T16:11:00.8431282Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2024-04-03T16:11:00.8431891Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2024-04-03T16:11:00.8432554Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:00.8433212Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2024-04-03T16:11:00.8433848Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:00.8434500Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2024-04-03T16:11:00.8435155Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:00.8435797Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2024-04-03T16:11:00.8436441Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:00.8437226Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2024-04-03T16:11:00.8438021Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8438776Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2024-04-03T16:11:00.8439523Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2024-04-03T16:11:00.8440394Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2024-04-03T16:11:00.8441214Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:00.8442043Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2024-04-03T16:11:00.8442855Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2024-04-03T16:11:00.8443624Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2024-04-03T16:11:00.8444536Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8445276Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2024-04-03T16:11:00.8445974Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2024-04-03T16:11:00.8446721Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2024-04-03T16:11:00.8447517Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:00.8448299Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2024-04-03T16:11:00.8449060Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2024-04-03T16:11:00.8449840Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2024-04-03T16:11:00.8450633Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2024-04-03T16:11:00.8451408Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2024-04-03T16:11:00.8452186Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:00.8453058Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2024-04-03T16:11:00.8453882Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2024-04-03T16:11:00.8454706Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2024-04-03T16:11:00.8455523Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2024-04-03T16:11:00.8456449Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2024-04-03T16:11:00.8457461Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8458452Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2024-04-03T16:11:00.8459431Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2024-04-03T16:11:00.8460561Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2024-04-03T16:11:00.8461582Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8462587Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2024-04-03T16:11:00.8463562Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2024-04-03T16:11:00.8464421Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2024-04-03T16:11:00.8465178Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2024-04-03T16:11:00.8465927Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2024-04-03T16:11:00.8466662Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:00.8467510Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2024-04-03T16:11:00.8468492Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8469590Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2024-04-03T16:11:00.8470514Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2024-04-03T16:11:00.8471475Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2024-04-03T16:11:00.8472541Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8473488Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2024-04-03T16:11:00.8474426Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2024-04-03T16:11:00.8475333Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2024-04-03T16:11:00.8476204Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8477094Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:00.8478036Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:00.8478930Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2024-04-03T16:11:00.8479757Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8480632Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:00.8481545Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:00.8482411Z [----------] 146 tests from IntrusivePtrTest (0 ms total) 2024-04-03T16:11:00.8482783Z 2024-04-03T16:11:00.8482997Z [----------] 172 tests from WeakIntrusivePtrTest 2024-04-03T16:11:00.8483704Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2024-04-03T16:11:00.8484818Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8485727Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2024-04-03T16:11:00.8486604Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2024-04-03T16:11:00.8487464Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2024-04-03T16:11:00.8488296Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2024-04-03T16:11:00.8489025Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2024-04-03T16:11:00.8489618Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2024-04-03T16:11:00.8490384Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8491372Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8492354Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2024-04-03T16:11:00.8493412Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8494232Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2024-04-03T16:11:00.8494903Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2024-04-03T16:11:00.8495742Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2024-04-03T16:11:00.8496758Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8497793Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:00.8498857Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8499868Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2024-04-03T16:11:00.8500819Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:00.8501898Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8502919Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8503918Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:00.8505005Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:00.8506021Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2024-04-03T16:11:00.8507055Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8508074Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8509104Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8510135Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:00.8511147Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:00.8512212Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:00.8513327Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8514470Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2024-04-03T16:11:00.8515641Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:00.8516838Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2024-04-03T16:11:00.8518040Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:00.8519189Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8520309Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8521431Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8522560Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8523677Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8525002Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8526158Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8527306Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8528529Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8529811Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8531040Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8532193Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8533444Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8534618Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8535853Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8537239Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8538469Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8539621Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8540758Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8541749Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8542722Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2024-04-03T16:11:00.8543689Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2024-04-03T16:11:00.8544688Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:00.8545762Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8546775Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2024-04-03T16:11:00.8547732Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:00.8548720Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2024-04-03T16:11:00.8549741Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8550738Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:00.8551755Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:00.8552770Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2024-04-03T16:11:00.8553799Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8554816Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2024-04-03T16:11:00.8555847Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8556873Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:00.8557893Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:00.8558950Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:00.8560055Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8561166Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8562288Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8563411Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8564723Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8565853Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8567013Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8568167Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8569324Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8570508Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2024-04-03T16:11:00.8571820Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:00.8573071Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8574248Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8575467Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8576638Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8577822Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:00.8579019Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:00.8580199Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8581348Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8582396Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2024-04-03T16:11:00.8583345Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8584309Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2024-04-03T16:11:00.8585264Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8586188Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2024-04-03T16:11:00.8587123Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:00.8588159Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8589299Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8590428Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8591573Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8592693Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8593776Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8594862Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8595952Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8597032Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2024-04-03T16:11:00.8598084Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2024-04-03T16:11:00.8599262Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8600550Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8601834Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8603602Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8604991Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8606179Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8607316Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2024-04-03T16:11:00.8608278Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8609223Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2024-04-03T16:11:00.8610227Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2024-04-03T16:11:00.8611143Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2024-04-03T16:11:00.8612075Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:00.8613173Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8614302Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8615444Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8616590Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8617722Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:00.8618808Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:00.8619899Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:00.8620986Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:00.8622054Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2024-04-03T16:11:00.8623141Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8624326Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8625614Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8626890Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:00.8628201Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:00.8629444Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:00.8630619Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:00.8631489Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2024-04-03T16:11:00.8632031Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2024-04-03T16:11:00.8632557Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2024-04-03T16:11:00.8633072Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2024-04-03T16:11:00.8633662Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2024-04-03T16:11:00.8634334Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2024-04-03T16:11:00.8634977Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2024-04-03T16:11:00.8635625Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2024-04-03T16:11:00.8636280Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2024-04-03T16:11:00.8636933Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2024-04-03T16:11:00.8637587Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2024-04-03T16:11:00.8638230Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2024-04-03T16:11:00.8638919Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2024-04-03T16:11:00.8639686Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2024-04-03T16:11:00.8640502Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2024-04-03T16:11:00.8641239Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2024-04-03T16:11:00.8641976Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2024-04-03T16:11:00.8642710Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2024-04-03T16:11:00.8643464Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2024-04-03T16:11:00.8644164Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2024-04-03T16:11:00.8645041Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2024-04-03T16:11:00.8645773Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:00.8646477Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2024-04-03T16:11:00.8647179Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:00.8647976Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2024-04-03T16:11:00.8648869Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:00.8649754Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2024-04-03T16:11:00.8650619Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:00.8651368Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2024-04-03T16:11:00.8651985Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2024-04-03T16:11:00.8652570Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2024-04-03T16:11:00.8653160Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2024-04-03T16:11:00.8653769Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2024-04-03T16:11:00.8654427Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2024-04-03T16:11:00.8655040Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2024-04-03T16:11:00.8655581Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2024-04-03T16:11:00.8656190Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2024-04-03T16:11:00.8656847Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2024-04-03T16:11:00.8657514Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2024-04-03T16:11:00.8658216Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2024-04-03T16:11:00.8658914Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2024-04-03T16:11:00.8659590Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2024-04-03T16:11:00.8660319Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2024-04-03T16:11:00.8661098Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2024-04-03T16:11:00.8661763Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2024-04-03T16:11:00.8662333Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2024-04-03T16:11:00.8662878Z [ RUN ] WeakIntrusivePtrTest.Inequality 2024-04-03T16:11:00.8663388Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2024-04-03T16:11:00.8663960Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2024-04-03T16:11:00.8664579Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2024-04-03T16:11:00.8665199Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2024-04-03T16:11:00.8665833Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2024-04-03T16:11:00.8666450Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2024-04-03T16:11:00.8667040Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2024-04-03T16:11:00.8667607Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2024-04-03T16:11:00.8668185Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2024-04-03T16:11:00.8668830Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2024-04-03T16:11:00.8669544Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2024-04-03T16:11:00.8670274Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2024-04-03T16:11:00.8671096Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2024-04-03T16:11:00.8671841Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2024-04-03T16:11:00.8672614Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2024-04-03T16:11:00.8673436Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2024-04-03T16:11:00.8674147Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2024-04-03T16:11:00.8674917Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2024-04-03T16:11:00.8675730Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2024-04-03T16:11:00.8676497Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2024-04-03T16:11:00.8677193Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2024-04-03T16:11:00.8677949Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2024-04-03T16:11:00.8678750Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2024-04-03T16:11:00.8679446Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2024-04-03T16:11:00.8680060Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2024-04-03T16:11:00.8680628Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2024-04-03T16:11:00.8681123Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2024-04-03T16:11:00.8681651Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2024-04-03T16:11:00.8682202Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2024-04-03T16:11:00.8682748Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2024-04-03T16:11:00.8683299Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2024-04-03T16:11:00.8683936Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2024-04-03T16:11:00.8684814Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2024-04-03T16:11:00.8685635Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2024-04-03T16:11:00.8686550Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2024-04-03T16:11:00.8687473Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2024-04-03T16:11:00.8688391Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2024-04-03T16:11:00.8689245Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2024-04-03T16:11:00.8690001Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2024-04-03T16:11:00.8690742Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2024-04-03T16:11:00.8691491Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2024-04-03T16:11:00.8692222Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2024-04-03T16:11:00.8692922Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2024-04-03T16:11:00.8693694Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2024-04-03T16:11:00.8694407Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2024-04-03T16:11:00.8695094Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2024-04-03T16:11:00.8695778Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8696471Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2024-04-03T16:11:00.8697151Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:00.8697843Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2024-04-03T16:11:00.8698574Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:00.8699300Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2024-04-03T16:11:00.8699990Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2024-04-03T16:11:00.8700714Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2024-04-03T16:11:00.8701558Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:00.8702285Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2024-04-03T16:11:00.8703008Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2024-04-03T16:11:00.8703801Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2024-04-03T16:11:00.8704735Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2024-04-03T16:11:00.8705599Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2024-04-03T16:11:00.8706438Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2024-04-03T16:11:00.8707313Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2024-04-03T16:11:00.8708203Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2024-04-03T16:11:00.8709094Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2024-04-03T16:11:00.8709964Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2024-04-03T16:11:00.8710815Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2024-04-03T16:11:00.8711670Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8712521Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2024-04-03T16:11:00.8713371Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:00.8714234Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2024-04-03T16:11:00.8715123Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:00.8715996Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2024-04-03T16:11:00.8716832Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2024-04-03T16:11:00.8717666Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2024-04-03T16:11:00.8718482Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8719280Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2024-04-03T16:11:00.8720093Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:00.8720921Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2024-04-03T16:11:00.8721764Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:00.8722574Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2024-04-03T16:11:00.8723381Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2024-04-03T16:11:00.8724211Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2024-04-03T16:11:00.8725214Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:00.8726072Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2024-04-03T16:11:00.8726932Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:00.8727795Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2024-04-03T16:11:00.8728698Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2024-04-03T16:11:00.8729592Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2024-04-03T16:11:00.8730491Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2024-04-03T16:11:00.8731443Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2024-04-03T16:11:00.8732476Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2024-04-03T16:11:00.8733807Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2024-04-03T16:11:00.8735053Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2024-04-03T16:11:00.8736105Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2024-04-03T16:11:00.8737034Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2024-04-03T16:11:00.8738033Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8739213Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8740466Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8741792Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8742893Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2024-04-03T16:11:00.8743805Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8744789Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:00.8745839Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8746999Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8748298Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8749663Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8751085Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8752514Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8753952Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8755243Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8756374Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8757583Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:00.8758862Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:00.8760169Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8761486Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8762894Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8764560Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8766031Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8767481Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8768997Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8770669Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8772097Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8773460Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8774900Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8776348Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8777761Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8779159Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8780637Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:00.8782195Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:00.8783410Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2024-04-03T16:11:00.8784318Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8785299Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:00.8786331Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:00.8787502Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8788810Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8790172Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8791592Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8793032Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:00.8794467Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:00.8795567Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2024-04-03T16:11:00.8796360Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2024-04-03T16:11:00.8797339Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2024-04-03T16:11:00.8798488Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2024-04-03T16:11:00.8799683Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2024-04-03T16:11:00.8800955Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2024-04-03T16:11:00.8802176Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2024-04-03T16:11:00.8803348Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2024-04-03T16:11:00.8804638Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2024-04-03T16:11:00.8805788Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2024-04-03T16:11:00.8806915Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2024-04-03T16:11:00.8807824Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8808809Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2024-04-03T16:11:00.8809917Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8810916Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:00.8811908Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:00.8812954Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:00.8814113Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:00.8815074Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2024-04-03T16:11:00.8815921Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2024-04-03T16:11:00.8816944Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2024-04-03T16:11:00.8818112Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2024-04-03T16:11:00.8819139Z [----------] 172 tests from WeakIntrusivePtrTest (0 ms total) 2024-04-03T16:11:00.8819533Z 2024-04-03T16:11:00.8819695Z [----------] 3 tests from irangeTest 2024-04-03T16:11:00.8820096Z [ RUN ] irangeTest.range_test 2024-04-03T16:11:00.8820490Z [ OK ] irangeTest.range_test (0 ms) 2024-04-03T16:11:00.8820921Z [ RUN ] irangeTest.end_test 2024-04-03T16:11:00.8821305Z [ OK ] irangeTest.end_test (0 ms) 2024-04-03T16:11:00.8821708Z [ RUN ] irangeTest.neg_range_test 2024-04-03T16:11:00.8822136Z [ OK ] irangeTest.neg_range_test (0 ms) 2024-04-03T16:11:00.8822659Z [----------] 3 tests from irangeTest (0 ms total) 2024-04-03T16:11:00.8822981Z 2024-04-03T16:11:00.8823128Z [----------] 2 tests from irange 2024-04-03T16:11:00.8823544Z [ RUN ] irange.empty_reverse_range_two_inputs 2024-04-03T16:11:00.8824072Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2024-04-03T16:11:00.8824585Z [ RUN ] irange.empty_reverse_range_one_input 2024-04-03T16:11:00.8825097Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2024-04-03T16:11:00.8825636Z [----------] 2 tests from irange (0 ms total) 2024-04-03T16:11:00.8825938Z 2024-04-03T16:11:00.8826099Z [----------] 9 tests from LoggingTest 2024-04-03T16:11:00.8826521Z [ RUN ] LoggingTest.TestEnforceTrue 2024-04-03T16:11:00.8826998Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2024-04-03T16:11:00.8827474Z [ RUN ] LoggingTest.TestEnforceFalse 2024-04-03T16:11:00.8827959Z [ OK ] LoggingTest.TestEnforceFalse (0 ms) 2024-04-03T16:11:00.8828453Z [ RUN ] LoggingTest.TestEnforceEquals 2024-04-03T16:11:00.8828939Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2024-04-03T16:11:00.8829493Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2024-04-03T16:11:00.8830099Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2024-04-03T16:11:00.8830973Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2024-04-03T16:11:00.8832144Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2024-04-03T16:11:00.8833040Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2024-04-03T16:11:00.8833628Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2024-04-03T16:11:00.8834150Z [ RUN ] LoggingTest.EnforceShowcase 2024-04-03T16:11:00.8834630Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2024-04-03T16:11:00.8835082Z [ RUN ] LoggingTest.Join 2024-04-03T16:11:00.8835442Z [ OK ] LoggingTest.Join (0 ms) 2024-04-03T16:11:00.8835879Z [ RUN ] LoggingTest.TestDanglingElse 2024-04-03T16:11:00.8836435Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2024-04-03T16:11:00.8836977Z [----------] 9 tests from LoggingTest (0 ms total) 2024-04-03T16:11:00.8837316Z 2024-04-03T16:11:00.8837594Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2024-04-03T16:11:00.8838108Z [ RUN ] OptionalTest/0.Empty 2024-04-03T16:11:00.8838553Z [ OK ] OptionalTest/0.Empty (0 ms) 2024-04-03T16:11:00.8838979Z [ RUN ] OptionalTest/0.Initialized 2024-04-03T16:11:00.8839425Z [ OK ] OptionalTest/0.Initialized (0 ms) 2024-04-03T16:11:00.8839957Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2024-04-03T16:11:00.8840302Z 2024-04-03T16:11:00.8840629Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned long 2024-04-03T16:11:00.8841187Z [ RUN ] OptionalTest/1.Empty 2024-04-03T16:11:00.8841581Z [ OK ] OptionalTest/1.Empty (0 ms) 2024-04-03T16:11:00.8841989Z [ RUN ] OptionalTest/1.Initialized 2024-04-03T16:11:00.8842430Z [ OK ] OptionalTest/1.Initialized (0 ms) 2024-04-03T16:11:00.8842967Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2024-04-03T16:11:00.8843300Z 2024-04-03T16:11:00.8843729Z [----------] 2 tests from OptionalTest/2, where TypeParam = c10::ArrayRef 2024-04-03T16:11:00.8844558Z [ RUN ] OptionalTest/2.Empty 2024-04-03T16:11:00.8844965Z [ OK ] OptionalTest/2.Empty (0 ms) 2024-04-03T16:11:00.8845383Z [ RUN ] OptionalTest/2.Initialized 2024-04-03T16:11:00.8845829Z [ OK ] OptionalTest/2.Initialized (0 ms) 2024-04-03T16:11:00.8846378Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2024-04-03T16:11:00.8846711Z 2024-04-03T16:11:00.8847398Z [----------] 2 tests from OptionalTest/3, where TypeParam = std::basic_string, std::allocator > 2024-04-03T16:11:00.8848239Z [ RUN ] OptionalTest/3.Empty 2024-04-03T16:11:00.8848637Z [ OK ] OptionalTest/3.Empty (0 ms) 2024-04-03T16:11:00.8849048Z [ RUN ] OptionalTest/3.Initialized 2024-04-03T16:11:00.8849499Z [ OK ] OptionalTest/3.Initialized (0 ms) 2024-04-03T16:11:00.8850035Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2024-04-03T16:11:00.8850365Z 2024-04-03T16:11:00.8850537Z [----------] 1 test from OptionalTest 2024-04-03T16:11:00.8850661Z [ RUN ] OptionalTest.Nullopt 2024-04-03T16:11:00.8850802Z [ OK ] OptionalTest.Nullopt (0 ms) 2024-04-03T16:11:00.8851026Z [----------] 1 test from OptionalTest (0 ms total) 2024-04-03T16:11:00.8851031Z 2024-04-03T16:11:00.8851559Z [----------] 1 test from CmpTest/0, where TypeParam = std::pair, std::optional > 2024-04-03T16:11:00.8851670Z [ RUN ] CmpTest/0.Cmp 2024-04-03T16:11:00.8851799Z [ OK ] CmpTest/0.Cmp (0 ms) 2024-04-03T16:11:00.8851995Z [----------] 1 test from CmpTest/0 (0 ms total) 2024-04-03T16:11:00.8852000Z 2024-04-03T16:11:00.8852437Z [----------] 1 test from CmpTest/1, where TypeParam = std::pair, int> 2024-04-03T16:11:00.8852557Z [ RUN ] CmpTest/1.Cmp 2024-04-03T16:11:00.8852677Z [ OK ] CmpTest/1.Cmp (0 ms) 2024-04-03T16:11:00.8852872Z [----------] 1 test from CmpTest/1 (0 ms total) 2024-04-03T16:11:00.8852891Z 2024-04-03T16:11:00.8853401Z [----------] 1 test from CmpTest/2, where TypeParam = std::pair > 2024-04-03T16:11:00.8853512Z [ RUN ] CmpTest/2.Cmp 2024-04-03T16:11:00.8853644Z [ OK ] CmpTest/2.Cmp (0 ms) 2024-04-03T16:11:00.8853840Z [----------] 1 test from CmpTest/2 (0 ms total) 2024-04-03T16:11:00.8853845Z 2024-04-03T16:11:00.8854283Z [----------] 1 test from CmpTest/3, where TypeParam = std::pair, long> 2024-04-03T16:11:00.8854405Z [ RUN ] CmpTest/3.Cmp 2024-04-03T16:11:00.8854520Z [ OK ] CmpTest/3.Cmp (0 ms) 2024-04-03T16:11:00.8854713Z [----------] 1 test from CmpTest/3 (0 ms total) 2024-04-03T16:11:00.8854718Z 2024-04-03T16:11:00.8855176Z [----------] 1 test from CmpTest/4, where TypeParam = std::pair > 2024-04-03T16:11:00.8855286Z [ RUN ] CmpTest/4.Cmp 2024-04-03T16:11:00.8855520Z [ OK ] CmpTest/4.Cmp (0 ms) 2024-04-03T16:11:00.8855717Z [----------] 1 test from CmpTest/4 (0 ms total) 2024-04-03T16:11:00.8855722Z 2024-04-03T16:11:00.8855954Z [----------] 19 tests from OrderedPreservingDictTest 2024-04-03T16:11:00.8856225Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2024-04-03T16:11:00.8856590Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2024-04-03T16:11:00.8856915Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2024-04-03T16:11:00.8857295Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2024-04-03T16:11:00.8857494Z [ RUN ] OrderedPreservingDictTest.testRefType 2024-04-03T16:11:00.8857714Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2024-04-03T16:11:00.8857939Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2024-04-03T16:11:00.8858186Z [ OK ] OrderedPreservingDictTest.DictCollisions (102 ms) 2024-04-03T16:11:00.8858419Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2024-04-03T16:11:00.8858656Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2024-04-03T16:11:00.8858879Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2024-04-03T16:11:00.8859142Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2024-04-03T16:11:00.8859345Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2024-04-03T16:11:00.8859582Z [ OK ] OrderedPreservingDictTest.test_range_erase (6 ms) 2024-04-03T16:11:00.8859847Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2024-04-03T16:11:00.8860133Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2024-04-03T16:11:00.8860376Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2024-04-03T16:11:00.8860656Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2024-04-03T16:11:00.8860988Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2024-04-03T16:11:00.8861369Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2024-04-03T16:11:00.8861689Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2024-04-03T16:11:00.8862036Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2024-04-03T16:11:00.8862334Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2024-04-03T16:11:00.8862662Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2024-04-03T16:11:00.8862916Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2024-04-03T16:11:00.8863208Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2024-04-03T16:11:00.8863453Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2024-04-03T16:11:00.8863735Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2024-04-03T16:11:00.8863907Z [ RUN ] OrderedPreservingDictTest.test_at 2024-04-03T16:11:00.8864101Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2024-04-03T16:11:00.8864317Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2024-04-03T16:11:00.8864545Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2024-04-03T16:11:00.8864772Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2024-04-03T16:11:00.8865038Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2024-04-03T16:11:00.8865218Z [ RUN ] OrderedPreservingDictTest.test_swap 2024-04-03T16:11:00.8865418Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2024-04-03T16:11:00.8865630Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2024-04-03T16:11:00.8865856Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2024-04-03T16:11:00.8866158Z [----------] 19 tests from OrderedPreservingDictTest (110 ms total) 2024-04-03T16:11:00.8866175Z 2024-04-03T16:11:00.8866336Z [----------] 3 tests from RegistryTest 2024-04-03T16:11:00.8866476Z [ RUN ] RegistryTest.CanRunCreator 2024-04-03T16:11:00.8866707Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2024-04-03T16:11:00.8866936Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2024-04-03T16:11:00.8867192Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2024-04-03T16:11:00.8867372Z [ RUN ] RegistryTest.RegistryPriorities 2024-04-03T16:11:00.8867694Z Key already registered with the same priority: FooWithPriority 2024-04-03T16:11:00.8868053Z Higher priority item already registered, skipping registration of FooWithPriority 2024-04-03T16:11:00.8868252Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2024-04-03T16:11:00.8868462Z [----------] 3 tests from RegistryTest (0 ms total) 2024-04-03T16:11:00.8868467Z 2024-04-03T16:11:00.8869130Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 0u> 2024-04-03T16:11:00.8869321Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2024-04-03T16:11:00.8869533Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:00.8869732Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2024-04-03T16:11:00.8869926Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2024-04-03T16:11:00.8870086Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2024-04-03T16:11:00.8870274Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2024-04-03T16:11:00.8870427Z [ RUN ] SmallVectorTest/0.PushPopTest 2024-04-03T16:11:00.8870590Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2024-04-03T16:11:00.8870736Z [ RUN ] SmallVectorTest/0.ClearTest 2024-04-03T16:11:00.8870893Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2024-04-03T16:11:00.8871053Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2024-04-03T16:11:00.8871245Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2024-04-03T16:11:00.8871398Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2024-04-03T16:11:00.8871582Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2024-04-03T16:11:00.8871769Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2024-04-03T16:11:00.8871984Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:00.8872149Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2024-04-03T16:11:00.8872317Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2024-04-03T16:11:00.8872463Z [ RUN ] SmallVectorTest/0.OverflowTest 2024-04-03T16:11:00.8872638Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2024-04-03T16:11:00.8872787Z [ RUN ] SmallVectorTest/0.IterationTest 2024-04-03T16:11:00.8872948Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2024-04-03T16:11:00.8873092Z [ RUN ] SmallVectorTest/0.SwapTest 2024-04-03T16:11:00.8873242Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2024-04-03T16:11:00.8873380Z [ RUN ] SmallVectorTest/0.AppendTest 2024-04-03T16:11:00.8873549Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2024-04-03T16:11:00.8873720Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2024-04-03T16:11:00.8873911Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2024-04-03T16:11:00.8874093Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2024-04-03T16:11:00.8874278Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2024-04-03T16:11:00.8874537Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2024-04-03T16:11:00.8874819Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:00.8874990Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2024-04-03T16:11:00.8875193Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2024-04-03T16:11:00.8875334Z [ RUN ] SmallVectorTest/0.AssignTest 2024-04-03T16:11:00.8875490Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2024-04-03T16:11:00.8875661Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2024-04-03T16:11:00.8875838Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2024-04-03T16:11:00.8876001Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2024-04-03T16:11:00.8876203Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2024-04-03T16:11:00.8876418Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2024-04-03T16:11:00.8876606Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2024-04-03T16:11:00.8876774Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2024-04-03T16:11:00.8876946Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2024-04-03T16:11:00.8877095Z [ RUN ] SmallVectorTest/0.EraseTest 2024-04-03T16:11:00.8877311Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2024-04-03T16:11:00.8877464Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2024-04-03T16:11:00.8877649Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2024-04-03T16:11:00.8877789Z [ RUN ] SmallVectorTest/0.InsertTest 2024-04-03T16:11:00.8877945Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2024-04-03T16:11:00.8878096Z [ RUN ] SmallVectorTest/0.InsertCopy 2024-04-03T16:11:00.8878252Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2024-04-03T16:11:00.8878425Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2024-04-03T16:11:00.8878637Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2024-04-03T16:11:00.8878840Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2024-04-03T16:11:00.8879068Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:00.8879274Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2024-04-03T16:11:00.8879492Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:00.8879703Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2024-04-03T16:11:00.8879917Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:00.8880073Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2024-04-03T16:11:00.8880264Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2024-04-03T16:11:00.8880440Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2024-04-03T16:11:00.8880640Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:00.8880832Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2024-04-03T16:11:00.8881036Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:00.8881190Z [ RUN ] SmallVectorTest/0.ComparisonTest 2024-04-03T16:11:00.8881378Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2024-04-03T16:11:00.8881533Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2024-04-03T16:11:00.8881709Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2024-04-03T16:11:00.8881884Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2024-04-03T16:11:00.8882066Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2024-04-03T16:11:00.8882222Z [ RUN ] SmallVectorTest/0.IteratorTest 2024-04-03T16:11:00.8882381Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2024-04-03T16:11:00.8882625Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2024-04-03T16:11:00.8882630Z 2024-04-03T16:11:00.8883293Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 1u> 2024-04-03T16:11:00.8883480Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2024-04-03T16:11:00.8883694Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:00.8883880Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2024-04-03T16:11:00.8884072Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2024-04-03T16:11:00.8884229Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2024-04-03T16:11:00.8884589Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2024-04-03T16:11:00.8884741Z [ RUN ] SmallVectorTest/1.PushPopTest 2024-04-03T16:11:00.8884915Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2024-04-03T16:11:00.8885051Z [ RUN ] SmallVectorTest/1.ClearTest 2024-04-03T16:11:00.8885204Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2024-04-03T16:11:00.8885379Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2024-04-03T16:11:00.8885562Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2024-04-03T16:11:00.8885713Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2024-04-03T16:11:00.8885896Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2024-04-03T16:11:00.8886168Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2024-04-03T16:11:00.8886379Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:00.8886542Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2024-04-03T16:11:00.8886712Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2024-04-03T16:11:00.8886959Z [ RUN ] SmallVectorTest/1.OverflowTest 2024-04-03T16:11:00.8887133Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2024-04-03T16:11:00.8887284Z [ RUN ] SmallVectorTest/1.IterationTest 2024-04-03T16:11:00.8887462Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2024-04-03T16:11:00.8887592Z [ RUN ] SmallVectorTest/1.SwapTest 2024-04-03T16:11:00.8887744Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2024-04-03T16:11:00.8887898Z [ RUN ] SmallVectorTest/1.AppendTest 2024-04-03T16:11:00.8888055Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2024-04-03T16:11:00.8888227Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2024-04-03T16:11:00.8888439Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2024-04-03T16:11:00.8888604Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2024-04-03T16:11:00.8888791Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2024-04-03T16:11:00.8889048Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2024-04-03T16:11:00.8889332Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:00.8889497Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2024-04-03T16:11:00.8889696Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2024-04-03T16:11:00.8889835Z [ RUN ] SmallVectorTest/1.AssignTest 2024-04-03T16:11:00.8890001Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2024-04-03T16:11:00.8890156Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2024-04-03T16:11:00.8890329Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2024-04-03T16:11:00.8890501Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2024-04-03T16:11:00.8890688Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2024-04-03T16:11:00.8890847Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2024-04-03T16:11:00.8891041Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2024-04-03T16:11:00.8891194Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2024-04-03T16:11:00.8891364Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2024-04-03T16:11:00.8891514Z [ RUN ] SmallVectorTest/1.EraseTest 2024-04-03T16:11:00.8891666Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2024-04-03T16:11:00.8891818Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2024-04-03T16:11:00.8892000Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2024-04-03T16:11:00.8892138Z [ RUN ] SmallVectorTest/1.InsertTest 2024-04-03T16:11:00.8892292Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2024-04-03T16:11:00.8892440Z [ RUN ] SmallVectorTest/1.InsertCopy 2024-04-03T16:11:00.8892593Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2024-04-03T16:11:00.8892775Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2024-04-03T16:11:00.8893040Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2024-04-03T16:11:00.8893244Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2024-04-03T16:11:00.8893489Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:00.8893681Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2024-04-03T16:11:00.8893900Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:00.8894107Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2024-04-03T16:11:00.8894322Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:00.8894480Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2024-04-03T16:11:00.8894672Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2024-04-03T16:11:00.8894848Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2024-04-03T16:11:00.8895060Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:00.8895237Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2024-04-03T16:11:00.8895494Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:00.8895662Z [ RUN ] SmallVectorTest/1.ComparisonTest 2024-04-03T16:11:00.8895833Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2024-04-03T16:11:00.8895988Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2024-04-03T16:11:00.8896231Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2024-04-03T16:11:00.8896395Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2024-04-03T16:11:00.8896577Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2024-04-03T16:11:00.8896734Z [ RUN ] SmallVectorTest/1.IteratorTest 2024-04-03T16:11:00.8896895Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2024-04-03T16:11:00.8897143Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2024-04-03T16:11:00.8897151Z 2024-04-03T16:11:00.8897822Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 2u> 2024-04-03T16:11:00.8898015Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2024-04-03T16:11:00.8898239Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:00.8898414Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2024-04-03T16:11:00.8898606Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2024-04-03T16:11:00.8912531Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2024-04-03T16:11:00.8912817Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2024-04-03T16:11:00.8912975Z [ RUN ] SmallVectorTest/2.PushPopTest 2024-04-03T16:11:00.8913158Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2024-04-03T16:11:00.8913297Z [ RUN ] SmallVectorTest/2.ClearTest 2024-04-03T16:11:00.8913455Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2024-04-03T16:11:00.8913631Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2024-04-03T16:11:00.8913817Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2024-04-03T16:11:00.8913972Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2024-04-03T16:11:00.8914172Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2024-04-03T16:11:00.8914363Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2024-04-03T16:11:00.8914578Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:00.8914746Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2024-04-03T16:11:00.8914923Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2024-04-03T16:11:00.8915073Z [ RUN ] SmallVectorTest/2.OverflowTest 2024-04-03T16:11:00.8915245Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2024-04-03T16:11:00.8915394Z [ RUN ] SmallVectorTest/2.IterationTest 2024-04-03T16:11:00.8915557Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2024-04-03T16:11:00.8915702Z [ RUN ] SmallVectorTest/2.SwapTest 2024-04-03T16:11:00.8915853Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2024-04-03T16:11:00.8916007Z [ RUN ] SmallVectorTest/2.AppendTest 2024-04-03T16:11:00.8916163Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2024-04-03T16:11:00.8916342Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2024-04-03T16:11:00.8916548Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2024-04-03T16:11:00.8916713Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2024-04-03T16:11:00.8916900Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2024-04-03T16:11:00.8917158Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2024-04-03T16:11:00.8917443Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:00.8917608Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2024-04-03T16:11:00.8917809Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2024-04-03T16:11:00.8917949Z [ RUN ] SmallVectorTest/2.AssignTest 2024-04-03T16:11:00.8918105Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2024-04-03T16:11:00.8918270Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2024-04-03T16:11:00.8918447Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2024-04-03T16:11:00.8918766Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2024-04-03T16:11:00.8918957Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2024-04-03T16:11:00.8919118Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2024-04-03T16:11:00.8919320Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2024-04-03T16:11:00.8919476Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2024-04-03T16:11:00.8919712Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2024-04-03T16:11:00.8919862Z [ RUN ] SmallVectorTest/2.EraseTest 2024-04-03T16:11:00.8920016Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2024-04-03T16:11:00.8920169Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2024-04-03T16:11:00.8920352Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2024-04-03T16:11:00.8920491Z [ RUN ] SmallVectorTest/2.InsertTest 2024-04-03T16:11:00.8920647Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2024-04-03T16:11:00.8920803Z [ RUN ] SmallVectorTest/2.InsertCopy 2024-04-03T16:11:00.8920960Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2024-04-03T16:11:00.8921151Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2024-04-03T16:11:00.8921346Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2024-04-03T16:11:00.8921548Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2024-04-03T16:11:00.8921793Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:00.8921991Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2024-04-03T16:11:00.8922208Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:00.8922414Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2024-04-03T16:11:00.8922631Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:00.8922790Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2024-04-03T16:11:00.8922979Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2024-04-03T16:11:00.8923155Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2024-04-03T16:11:00.8923355Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:00.8923547Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2024-04-03T16:11:00.8923748Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:00.8923914Z [ RUN ] SmallVectorTest/2.ComparisonTest 2024-04-03T16:11:00.8924084Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2024-04-03T16:11:00.8924245Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2024-04-03T16:11:00.8924621Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2024-04-03T16:11:00.8924786Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2024-04-03T16:11:00.8924970Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2024-04-03T16:11:00.8925134Z [ RUN ] SmallVectorTest/2.IteratorTest 2024-04-03T16:11:00.8925296Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2024-04-03T16:11:00.8925568Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2024-04-03T16:11:00.8925577Z 2024-04-03T16:11:00.8926271Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 4u> 2024-04-03T16:11:00.8926467Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2024-04-03T16:11:00.8926696Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:00.8926871Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2024-04-03T16:11:00.8927066Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2024-04-03T16:11:00.8927241Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2024-04-03T16:11:00.8927417Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2024-04-03T16:11:00.8927563Z [ RUN ] SmallVectorTest/3.PushPopTest 2024-04-03T16:11:00.8927739Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2024-04-03T16:11:00.8927875Z [ RUN ] SmallVectorTest/3.ClearTest 2024-04-03T16:11:00.8928031Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2024-04-03T16:11:00.8928206Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2024-04-03T16:11:00.8928389Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2024-04-03T16:11:00.8928631Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2024-04-03T16:11:00.8928820Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2024-04-03T16:11:00.8929009Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2024-04-03T16:11:00.8929234Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:00.8929473Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2024-04-03T16:11:00.8929645Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2024-04-03T16:11:00.8929806Z [ RUN ] SmallVectorTest/3.OverflowTest 2024-04-03T16:11:00.8929967Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2024-04-03T16:11:00.8930120Z [ RUN ] SmallVectorTest/3.IterationTest 2024-04-03T16:11:00.8930300Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2024-04-03T16:11:00.8930433Z [ RUN ] SmallVectorTest/3.SwapTest 2024-04-03T16:11:00.8930586Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2024-04-03T16:11:00.8930740Z [ RUN ] SmallVectorTest/3.AppendTest 2024-04-03T16:11:00.8930901Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2024-04-03T16:11:00.8931075Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2024-04-03T16:11:00.8931285Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2024-04-03T16:11:00.8931449Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2024-04-03T16:11:00.8931650Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2024-04-03T16:11:00.8931899Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2024-04-03T16:11:00.8932178Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:00.8932355Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2024-04-03T16:11:00.8932545Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2024-04-03T16:11:00.8932683Z [ RUN ] SmallVectorTest/3.AssignTest 2024-04-03T16:11:00.8932851Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2024-04-03T16:11:00.8933096Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2024-04-03T16:11:00.8933276Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2024-04-03T16:11:00.8933459Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2024-04-03T16:11:00.8933645Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2024-04-03T16:11:00.8933806Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2024-04-03T16:11:00.8934005Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2024-04-03T16:11:00.8934162Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2024-04-03T16:11:00.8934349Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2024-04-03T16:11:00.8934486Z [ RUN ] SmallVectorTest/3.EraseTest 2024-04-03T16:11:00.8934640Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2024-04-03T16:11:00.8934808Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2024-04-03T16:11:00.8934976Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2024-04-03T16:11:00.8935115Z [ RUN ] SmallVectorTest/3.InsertTest 2024-04-03T16:11:00.8935281Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2024-04-03T16:11:00.8935417Z [ RUN ] SmallVectorTest/3.InsertCopy 2024-04-03T16:11:00.8935577Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2024-04-03T16:11:00.8935762Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2024-04-03T16:11:00.8935955Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2024-04-03T16:11:00.8936156Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2024-04-03T16:11:00.8936407Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:00.8936600Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2024-04-03T16:11:00.8936816Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:00.8937021Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2024-04-03T16:11:00.8937237Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:00.8937411Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2024-04-03T16:11:00.8937586Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2024-04-03T16:11:00.8937762Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2024-04-03T16:11:00.8938030Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:00.8938209Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2024-04-03T16:11:00.8938406Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:00.8938573Z [ RUN ] SmallVectorTest/3.ComparisonTest 2024-04-03T16:11:00.8938799Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2024-04-03T16:11:00.8938954Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2024-04-03T16:11:00.8939140Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2024-04-03T16:11:00.8939298Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2024-04-03T16:11:00.8939494Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2024-04-03T16:11:00.8939644Z [ RUN ] SmallVectorTest/3.IteratorTest 2024-04-03T16:11:00.8939804Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2024-04-03T16:11:00.8940064Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2024-04-03T16:11:00.8940071Z 2024-04-03T16:11:00.8940737Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 5u> 2024-04-03T16:11:00.8940928Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2024-04-03T16:11:00.8941151Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:00.8941327Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2024-04-03T16:11:00.8941527Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2024-04-03T16:11:00.8941700Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2024-04-03T16:11:00.8941875Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2024-04-03T16:11:00.8942036Z [ RUN ] SmallVectorTest/4.PushPopTest 2024-04-03T16:11:00.8942198Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2024-04-03T16:11:00.8942335Z [ RUN ] SmallVectorTest/4.ClearTest 2024-04-03T16:11:00.8942501Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2024-04-03T16:11:00.8942664Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2024-04-03T16:11:00.8942850Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2024-04-03T16:11:00.8943013Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2024-04-03T16:11:00.8943184Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2024-04-03T16:11:00.8943371Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2024-04-03T16:11:00.8943593Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:00.8943749Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2024-04-03T16:11:00.8943921Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2024-04-03T16:11:00.8944080Z [ RUN ] SmallVectorTest/4.OverflowTest 2024-04-03T16:11:00.8944242Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2024-04-03T16:11:00.8944393Z [ RUN ] SmallVectorTest/4.IterationTest 2024-04-03T16:11:00.8944569Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2024-04-03T16:11:00.8944700Z [ RUN ] SmallVectorTest/4.SwapTest 2024-04-03T16:11:00.8944865Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2024-04-03T16:11:00.8945007Z [ RUN ] SmallVectorTest/4.AppendTest 2024-04-03T16:11:00.8945167Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2024-04-03T16:11:00.8945353Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2024-04-03T16:11:00.8945548Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2024-04-03T16:11:00.8945715Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2024-04-03T16:11:00.8945919Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2024-04-03T16:11:00.8946163Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2024-04-03T16:11:00.8946445Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:00.8946626Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2024-04-03T16:11:00.8946813Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2024-04-03T16:11:00.8946950Z [ RUN ] SmallVectorTest/4.AssignTest 2024-04-03T16:11:00.8947121Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2024-04-03T16:11:00.8947278Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2024-04-03T16:11:00.8947521Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2024-04-03T16:11:00.8947685Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2024-04-03T16:11:00.8947871Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2024-04-03T16:11:00.8948044Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2024-04-03T16:11:00.8948292Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2024-04-03T16:11:00.8948446Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2024-04-03T16:11:00.8948629Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2024-04-03T16:11:00.8948766Z [ RUN ] SmallVectorTest/4.EraseTest 2024-04-03T16:11:00.8948920Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2024-04-03T16:11:00.8949084Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2024-04-03T16:11:00.8949254Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2024-04-03T16:11:00.8949393Z [ RUN ] SmallVectorTest/4.InsertTest 2024-04-03T16:11:00.8949562Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2024-04-03T16:11:00.8949703Z [ RUN ] SmallVectorTest/4.InsertCopy 2024-04-03T16:11:00.8949870Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2024-04-03T16:11:00.8950041Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2024-04-03T16:11:00.8950231Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2024-04-03T16:11:00.8950452Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2024-04-03T16:11:00.8950680Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:00.8950872Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2024-04-03T16:11:00.8951101Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:00.8951292Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2024-04-03T16:11:00.8951506Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:00.8951678Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2024-04-03T16:11:00.8951854Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2024-04-03T16:11:00.8952034Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2024-04-03T16:11:00.8952248Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:00.8952423Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2024-04-03T16:11:00.8952635Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:00.8952794Z [ RUN ] SmallVectorTest/4.ComparisonTest 2024-04-03T16:11:00.8952966Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2024-04-03T16:11:00.8953133Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2024-04-03T16:11:00.8953308Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2024-04-03T16:11:00.8953468Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2024-04-03T16:11:00.8953662Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2024-04-03T16:11:00.8953810Z [ RUN ] SmallVectorTest/4.IteratorTest 2024-04-03T16:11:00.8953971Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2024-04-03T16:11:00.8954229Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2024-04-03T16:11:00.8954239Z 2024-04-03T16:11:00.8954415Z [----------] 5 tests from SmallVectorTest 2024-04-03T16:11:00.8954593Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2024-04-03T16:11:00.8954810Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2024-04-03T16:11:00.8954947Z [ RUN ] SmallVectorTest.MidInsert 2024-04-03T16:11:00.8955120Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2024-04-03T16:11:00.8955268Z [ RUN ] SmallVectorTest.EmplaceBack 2024-04-03T16:11:00.8955437Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2024-04-03T16:11:00.8955646Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2024-04-03T16:11:00.8955865Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2024-04-03T16:11:00.8956033Z [ RUN ] SmallVectorTest.InitializerList 2024-04-03T16:11:00.8956228Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2024-04-03T16:11:00.8956453Z [----------] 5 tests from SmallVectorTest (0 ms total) 2024-04-03T16:11:00.8956459Z 2024-04-03T16:11:00.8957604Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 4u> > 2024-04-03T16:11:00.8957802Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2024-04-03T16:11:00.8957999Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2024-04-03T16:11:00.8958323Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2024-04-03T16:11:00.8958329Z 2024-04-03T16:11:00.8959414Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 2u> > 2024-04-03T16:11:00.8959594Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2024-04-03T16:11:00.8959803Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2024-04-03T16:11:00.8960059Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2024-04-03T16:11:00.8960064Z 2024-04-03T16:11:00.8961162Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 4u> > 2024-04-03T16:11:00.8961344Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2024-04-03T16:11:00.8961544Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2024-04-03T16:11:00.8961818Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2024-04-03T16:11:00.8961823Z 2024-04-03T16:11:00.8962896Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 2u> > 2024-04-03T16:11:00.8963087Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2024-04-03T16:11:00.8963283Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2024-04-03T16:11:00.8963538Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2024-04-03T16:11:00.8963543Z 2024-04-03T16:11:00.8963761Z [----------] 1 test from SmallVectorCustomTest 2024-04-03T16:11:00.8963943Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2024-04-03T16:11:00.8964152Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2024-04-03T16:11:00.8964588Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2024-04-03T16:11:00.8964595Z 2024-04-03T16:11:00.8965221Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = c10::SmallVector 2024-04-03T16:11:00.8965471Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2024-04-03T16:11:00.8965757Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2024-04-03T16:11:00.8966026Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2024-04-03T16:11:00.8966339Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2024-04-03T16:11:00.8966573Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2024-04-03T16:11:00.8966827Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2024-04-03T16:11:00.8967082Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2024-04-03T16:11:00.8967337Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2024-04-03T16:11:00.8967594Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2024-04-03T16:11:00.8967898Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (17 ms) 2024-04-03T16:11:00.8968135Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2024-04-03T16:11:00.8968387Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2024-04-03T16:11:00.8968654Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2024-04-03T16:11:00.8968941Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (16 ms) 2024-04-03T16:11:00.8969189Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2024-04-03T16:11:00.8969440Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2024-04-03T16:11:00.8969780Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2024-04-03T16:11:00.8970081Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2024-04-03T16:11:00.8970319Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2024-04-03T16:11:00.8970583Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2024-04-03T16:11:00.8970920Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2024-04-03T16:11:00.8971209Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (16 ms) 2024-04-03T16:11:00.8971463Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2024-04-03T16:11:00.8971763Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2024-04-03T16:11:00.8972159Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (51 ms total) 2024-04-03T16:11:00.8972164Z 2024-04-03T16:11:00.8973074Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 3u> 2024-04-03T16:11:00.8973329Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2024-04-03T16:11:00.8973602Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2024-04-03T16:11:00.8973884Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2024-04-03T16:11:00.8974178Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2024-04-03T16:11:00.8974418Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2024-04-03T16:11:00.8974685Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2024-04-03T16:11:00.8974920Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2024-04-03T16:11:00.8975190Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2024-04-03T16:11:00.8975445Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2024-04-03T16:11:00.8975736Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (16 ms) 2024-04-03T16:11:00.8975983Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2024-04-03T16:11:00.8976238Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2024-04-03T16:11:00.8976492Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2024-04-03T16:11:00.8976792Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (16 ms) 2024-04-03T16:11:00.8977025Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2024-04-03T16:11:00.8977286Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2024-04-03T16:11:00.8977550Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2024-04-03T16:11:00.8977833Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2024-04-03T16:11:00.8978080Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2024-04-03T16:11:00.8978342Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2024-04-03T16:11:00.8978595Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2024-04-03T16:11:00.8978897Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (16 ms) 2024-04-03T16:11:00.8979155Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2024-04-03T16:11:00.8979438Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2024-04-03T16:11:00.8979841Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (48 ms total) 2024-04-03T16:11:00.8979851Z 2024-04-03T16:11:00.8980619Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = c10::SmallVector, 3u> 2024-04-03T16:11:00.8980943Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2024-04-03T16:11:00.8981285Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2024-04-03T16:11:00.8981721Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2024-04-03T16:11:00.8981728Z 2024-04-03T16:11:00.8982945Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = c10::SmallVector, 3u> 2024-04-03T16:11:00.8983258Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2024-04-03T16:11:00.8983609Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2024-04-03T16:11:00.8984046Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2024-04-03T16:11:00.8984140Z 2024-04-03T16:11:00.8984314Z [----------] 5 tests from StringUtilTest 2024-04-03T16:11:00.8984511Z [ RUN ] StringUtilTest.testStrNarrowSingle 2024-04-03T16:11:00.8984719Z [ OK ] StringUtilTest.testStrNarrowSingle (0 ms) 2024-04-03T16:11:00.8984892Z [ RUN ] StringUtilTest.testStrWideSingle 2024-04-03T16:11:00.8985096Z [ OK ] StringUtilTest.testStrWideSingle (0 ms) 2024-04-03T16:11:00.8985309Z [ RUN ] StringUtilTest.testStrWideSingleMultibyte 2024-04-03T16:11:00.8985551Z [ OK ] StringUtilTest.testStrWideSingleMultibyte (0 ms) 2024-04-03T16:11:00.8985737Z [ RUN ] StringUtilTest.testStrWideEmpty 2024-04-03T16:11:00.8985920Z [ OK ] StringUtilTest.testStrWideEmpty (0 ms) 2024-04-03T16:11:00.8986066Z [ RUN ] StringUtilTest.testStrMulti 2024-04-03T16:11:00.8986246Z [ OK ] StringUtilTest.testStrMulti (0 ms) 2024-04-03T16:11:00.8986471Z [----------] 5 tests from StringUtilTest (0 ms total) 2024-04-03T16:11:00.8986480Z 2024-04-03T16:11:00.8986668Z [----------] 18 tests from StringViewTest 2024-04-03T16:11:00.8986858Z [ RUN ] StringViewTest.testStringConstructor 2024-04-03T16:11:00.8987071Z [ OK ] StringViewTest.testStringConstructor (0 ms) 2024-04-03T16:11:00.8987279Z [ RUN ] StringViewTest.testConversionToString 2024-04-03T16:11:00.8987493Z [ OK ] StringViewTest.testConversionToString (0 ms) 2024-04-03T16:11:00.8987666Z [ RUN ] StringViewTest.testCopyAssignment 2024-04-03T16:11:00.8987871Z [ OK ] StringViewTest.testCopyAssignment (0 ms) 2024-04-03T16:11:00.8988209Z [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 2024-04-03T16:11:00.8988583Z [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 2024-04-03T16:11:00.8988843Z [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 2024-04-03T16:11:00.8989116Z [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 2024-04-03T16:11:00.8989402Z [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 2024-04-03T16:11:00.8989699Z [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 2024-04-03T16:11:00.8989944Z [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 2024-04-03T16:11:00.8990227Z [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 2024-04-03T16:11:00.8990493Z [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 2024-04-03T16:11:00.8990790Z [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 2024-04-03T16:11:00.8990969Z [ RUN ] StringViewTest.testSwapFunction 2024-04-03T16:11:00.8991156Z [ OK ] StringViewTest.testSwapFunction (0 ms) 2024-04-03T16:11:00.8991315Z [ RUN ] StringViewTest.testSwapMethod 2024-04-03T16:11:00.8991502Z [ OK ] StringViewTest.testSwapMethod (0 ms) 2024-04-03T16:11:00.8991881Z [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 2024-04-03T16:11:00.8992309Z [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 2024-04-03T16:11:00.8992633Z [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 2024-04-03T16:11:00.8992986Z [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 2024-04-03T16:11:00.8993258Z [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 2024-04-03T16:11:00.8993552Z [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 2024-04-03T16:11:00.8993822Z [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 2024-04-03T16:11:00.8994132Z [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 2024-04-03T16:11:00.8994432Z [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 2024-04-03T16:11:00.8994699Z [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 2024-04-03T16:11:00.8995040Z [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 2024-04-03T16:11:00.8995403Z [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 2024-04-03T16:11:00.8995644Z [ RUN ] StringViewTest.testOutputOperator 2024-04-03T16:11:00.8995843Z [ OK ] StringViewTest.testOutputOperator (0 ms) 2024-04-03T16:11:00.8995975Z [ RUN ] StringViewTest.testHash 2024-04-03T16:11:00.8996138Z [ OK ] StringViewTest.testHash (0 ms) 2024-04-03T16:11:00.8996370Z [----------] 18 tests from StringViewTest (0 ms total) 2024-04-03T16:11:00.8996377Z 2024-04-03T16:11:00.8996538Z [----------] 1 test from TempFileTest 2024-04-03T16:11:00.8996733Z [ RUN ] TempFileTest.MatchesExpectedPattern 2024-04-03T16:11:00.8996940Z [ OK ] TempFileTest.MatchesExpectedPattern (0 ms) 2024-04-03T16:11:00.8997160Z [----------] 1 test from TempFileTest (0 ms total) 2024-04-03T16:11:00.8997178Z 2024-04-03T16:11:00.8997333Z [----------] 1 test from TempDirTest 2024-04-03T16:11:00.8997473Z [ RUN ] TempDirTest.tryMakeTempdir 2024-04-03T16:11:00.8997653Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2024-04-03T16:11:00.8997863Z [----------] 1 test from TempDirTest (0 ms total) 2024-04-03T16:11:00.8997869Z 2024-04-03T16:11:00.8998152Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test 2024-04-03T16:11:00.8998441Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 2024-04-03T16:11:00.8998744Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2024-04-03T16:11:00.8999018Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 2024-04-03T16:11:00.8999336Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2024-04-03T16:11:00.8999610Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 2024-04-03T16:11:00.8999921Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2024-04-03T16:11:00.9000188Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 2024-04-03T16:11:00.9000486Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2024-04-03T16:11:00.9000770Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 2024-04-03T16:11:00.9001067Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2024-04-03T16:11:00.9001429Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test (0 ms total) 2024-04-03T16:11:00.9001436Z 2024-04-03T16:11:00.9001656Z [----------] 1 test from nullopt/SelfCompareTest 2024-04-03T16:11:00.9001844Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2024-04-03T16:11:00.9002048Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2024-04-03T16:11:00.9002318Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2024-04-03T16:11:00.9002328Z 2024-04-03T16:11:00.9002520Z [----------] 1 test from int/SelfCompareTest 2024-04-03T16:11:00.9002705Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2024-04-03T16:11:00.9002896Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2024-04-03T16:11:00.9003127Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2024-04-03T16:11:00.9003137Z 2024-04-03T16:11:00.9003346Z [----------] Global test environment tear-down 2024-04-03T16:11:00.9003538Z [==========] 739 tests from 78 test suites ran. (365 ms total) 2024-04-03T16:11:00.9003647Z [ PASSED ] 739 tests. 2024-04-03T16:11:00.9003827Z ================================================================================ 2024-04-03T16:11:00.9004452Z [225 / 226] 5 / 13 tests; 1 action; last test: //c10/test:util_base_tests 2024-04-03T16:11:00.9004790Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:11:00.9004797Z 2024-04-03T16:11:00.9004912Z  2024-04-03T16:11:00.9005287Z INFO: Elapsed time: 6.858s, Critical Path: 1.16s 2024-04-03T16:11:00.9005797Z [226 / 226] 5 / 13 tests; checking cached actions; last test: ...il_base_tests 2024-04-03T16:11:00.9005803Z 2024-04-03T16:11:00.9006165Z INFO: 221 processes: 20 internal, 201 processwrapper-sandbox. 2024-04-03T16:11:00.9006715Z [226 / 226] 5 / 13 tests; checking cached actions; last test: ...il_base_tests 2024-04-03T16:11:00.9006721Z 2024-04-03T16:11:00.9007047Z INFO: Build completed successfully, 221 total actions 2024-04-03T16:11:00.9007404Z //c10/cuda/test:test SKIPPED 2024-04-03T16:11:00.9007867Z //c10/cuda/test:test_CUDAAssertionsTest_1_var_test SKIPPED 2024-04-03T16:11:00.9008316Z //c10/cuda/test:test_CUDAAssertionsTest_catches_stream SKIPPED 2024-04-03T16:11:00.9008814Z //c10/cuda/test:test_CUDAAssertionsTest_catches_thread_and_block_and_device SKIPPED 2024-04-03T16:11:00.9009284Z //c10/cuda/test:test_CUDAAssertionsTest_from_2_processes SKIPPED 2024-04-03T16:11:00.9009800Z //c10/cuda/test:test_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads SKIPPED 2024-04-03T16:11:00.9010304Z //c10/cuda/test:test_CUDAAssertionsTest_multiple_writes_from_multiple_blocks SKIPPED 2024-04-03T16:11:00.9010778Z //c10/cuda/test:test_CUDAAssertionsTest_multiple_writes_from_same_block SKIPPED 2024-04-03T16:11:00.9011152Z //c10/test:core_tests PASSED in 0.1s 2024-04-03T16:11:00.9011538Z //c10/test:typeid_test PASSED in 0.0s 2024-04-03T16:11:00.9011938Z //c10/test:util/bit_cast_test PASSED in 0.1s 2024-04-03T16:11:00.9012335Z //c10/test:util/ssize_test PASSED in 0.1s 2024-04-03T16:11:00.9012731Z //c10/test:util_base_tests PASSED in 0.4s 2024-04-03T16:11:00.9012737Z 2024-04-03T16:11:00.9013173Z Executed 5 out of 13 tests: 5 tests pass and 8 were skipped. 2024-04-03T16:11:00.9013948Z There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. 2024-04-03T16:11:00.9014701Z + tools/bazel test --config=cpu-only --test_timeout=480 --test_output=all --test_tag_filters=-gpu-required '--test_filter=-*CUDA' :all_tests 2024-04-03T16:11:01.1856881Z Loading: 2024-04-03T16:11:01.1935726Z 2024-04-03T16:11:01.1936393Z Loading: 2024-04-03T16:11:01.1936879Z 2024-04-03T16:11:01.1937233Z Loading: 0 packages loaded 2024-04-03T16:11:01.5903840Z 2024-04-03T16:11:01.5904663Z Loading: 0 packages loaded 2024-04-03T16:11:01.5905381Z currently loading: 2024-04-03T16:11:02.1317634Z 2024-04-03T16:11:02.1318537Z  2024-04-03T16:11:02.1319129Z Loading: 1 packages loaded 2024-04-03T16:11:02.1319720Z Fetching repository @onnx; starting 2024-04-03T16:11:02.3911262Z 2024-04-03T16:11:02.3911795Z  2024-04-03T16:11:02.3912253Z Loading: 1 packages loaded 2024-04-03T16:11:02.8834976Z 2024-04-03T16:11:02.8836043Z Loading: 1 packages loaded 2024-04-03T16:11:02.8836722Z Fetching repository @cuda; starting 2024-04-03T16:11:03.1660824Z 2024-04-03T16:11:03.1661542Z  2024-04-03T16:11:03.1662199Z Analyzing: 29 targets (1 packages loaded) 2024-04-03T16:11:03.1792608Z 2024-04-03T16:11:03.1793802Z INFO: Build options --//c10:use_gflags and --//c10:use_glog have changed, discarding analysis cache. 2024-04-03T16:11:03.1795078Z Analyzing: 29 targets (1 packages loaded) 2024-04-03T16:11:03.2618211Z 2024-04-03T16:11:03.2619810Z Analyzing: 29 targets (1 packages loaded, 0 targets configured) 2024-04-03T16:11:03.4845825Z 2024-04-03T16:11:03.4847126Z Analyzing: 29 targets (34 packages loaded, 8070 targets configured) 2024-04-03T16:11:03.4848381Z currently loading: @mkl_headers// 2024-04-03T16:11:03.7418844Z 2024-04-03T16:11:03.7420018Z  2024-04-03T16:11:03.7420757Z INFO: Analyzed 29 targets (36 packages loaded, 11032 targets configured). 2024-04-03T16:11:03.7421469Z  checking cached actions 2024-04-03T16:11:03.7432818Z 2024-04-03T16:11:03.7433197Z INFO: Found 3 targets and 26 test targets... 2024-04-03T16:11:03.7433736Z  checking cached actions 2024-04-03T16:11:03.7985006Z 2024-04-03T16:11:03.7986212Z [0 / 5] [Prepa] BazelWorkspaceStatusAction stable-status.txt 2024-04-03T16:11:04.0039439Z 2024-04-03T16:11:04.0040775Z [64 / 3,008] 14 actions, 13 running 2024-04-03T16:11:04.0041954Z Compiling src/asmjit/arm/armformatter.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.0043074Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.0044133Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.0045908Z Compiling src/libm/mkrename.c [for tool]; 0s processwrapper-sandbox 2024-04-03T16:11:04.0047204Z Compiling src/libm/mkalias.c [for tool]; 0s processwrapper-sandbox 2024-04-03T16:11:04.0048512Z //:cpu/ReduceOpsKernel.cpp_DEFAULT_cp; 0s processwrapper-sandbox 2024-04-03T16:11:04.0049632Z Executing genrule //:version_h; 0s processwrapper-sandbox 2024-04-03T16:11:04.0050916Z //:cpu/PointwiseOpsKernel.cpp_AVX2_cp; 0s processwrapper-sandbox ... 2024-04-03T16:11:04.2111839Z 2024-04-03T16:11:04.2112570Z  2024-04-03T16:11:04.2113128Z  2024-04-03T16:11:04.2113583Z  2024-04-03T16:11:04.2114015Z  2024-04-03T16:11:04.2114473Z  2024-04-03T16:11:04.2114928Z  2024-04-03T16:11:04.2115398Z  2024-04-03T16:11:04.2115889Z  2024-04-03T16:11:04.2116558Z [78 / 3,011] 15 actions, 14 running 2024-04-03T16:11:04.2117770Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.2119147Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.2120460Z Executing genrule //:version_h; 0s processwrapper-sandbox 2024-04-03T16:11:04.2121929Z Compiling src/GroupwiseConvAcc32Avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.2123429Z Compiling src/PackAWithIm2Col.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.2125014Z Compiling src/spmmUtilsAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.2126361Z Compiling src/ExecuteKernel.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.2127761Z Compiling src/QuantUtilsAvx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:04.4148832Z 2024-04-03T16:11:04.4149746Z  2024-04-03T16:11:04.4150406Z  2024-04-03T16:11:04.4150816Z  2024-04-03T16:11:04.4151191Z  2024-04-03T16:11:04.4151634Z  2024-04-03T16:11:04.4152040Z  2024-04-03T16:11:04.4152419Z  2024-04-03T16:11:04.4152708Z  2024-04-03T16:11:04.4153096Z [87 / 3,012] 15 actions, 14 running 2024-04-03T16:11:04.4153772Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.4154604Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.4155369Z Executing genrule //:version_h; 0s processwrapper-sandbox 2024-04-03T16:11:04.4156242Z Compiling src/GroupwiseConvAcc32Avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.4157106Z Compiling src/spmmUtilsAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.4157886Z Compiling src/QuantUtilsAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.4158736Z Compiling src/PackAWithQuantRowOffset.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.4159677Z Compiling src/asmjit/arm/a64instdb.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:04.6312850Z 2024-04-03T16:11:04.6313785Z  2024-04-03T16:11:04.6314324Z  2024-04-03T16:11:04.6314749Z  2024-04-03T16:11:04.6315136Z  2024-04-03T16:11:04.6315585Z  2024-04-03T16:11:04.6315951Z  2024-04-03T16:11:04.6316242Z  2024-04-03T16:11:04.6316616Z  2024-04-03T16:11:04.6317483Z [108 / 3,013] 13 actions, 11 running 2024-04-03T16:11:04.6318551Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.6319722Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2024-04-03T16:11:04.6320840Z Compiling src/old/task_v2.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.6321850Z Compiling src/tbb/observer_proxy.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.6323114Z Compiling src/tbb/condition_variable.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.6324487Z Compiling src/tbb/semaphore.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.6325529Z Compiling src/tbb/tbb_thread.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.6326488Z @tensorpipe//:libuv; 0s processwrapper-sandbox ... 2024-04-03T16:11:04.8354999Z 2024-04-03T16:11:04.8355677Z  2024-04-03T16:11:04.8356274Z  2024-04-03T16:11:04.8356712Z  2024-04-03T16:11:04.8357121Z  2024-04-03T16:11:04.8357569Z  2024-04-03T16:11:04.8358066Z  2024-04-03T16:11:04.8358528Z  2024-04-03T16:11:04.8358974Z  2024-04-03T16:11:04.8359627Z [154 / 3,043] 16 actions, 14 running 2024-04-03T16:11:04.8360845Z Compiling src/tbb/semaphore.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.8362125Z Compiling src/raw_logging.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.8363201Z Compiling src/gflags_reporting.cc; 0s processwrapper-sandbox 2024-04-03T16:11:04.8363896Z Compiling src/idl_parser.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:04.8364969Z Compiling gzclose.c; 0s processwrapper-sandbox 2024-04-03T16:11:04.8365810Z Compiling inflate.c; 0s processwrapper-sandbox 2024-04-03T16:11:04.8366680Z Compiling trees.c; 0s processwrapper-sandbox 2024-04-03T16:11:04.8368025Z Compiling uncompr.c; 0s processwrapper-sandbox ... 2024-04-03T16:11:05.0596480Z 2024-04-03T16:11:05.0597548Z  2024-04-03T16:11:05.0598069Z  2024-04-03T16:11:05.0598531Z  2024-04-03T16:11:05.0599021Z  2024-04-03T16:11:05.0599433Z  2024-04-03T16:11:05.0599864Z  2024-04-03T16:11:05.0600288Z  2024-04-03T16:11:05.0600713Z  2024-04-03T16:11:05.0601374Z [203 / 3,075] 16 actions, 15 running 2024-04-03T16:11:05.0602532Z Compiling src/reflection.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.0603820Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:11:05.0605377Z Compiling src/asmjit/core/zonetree.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.0606756Z Compiling src/asmjit/arm/a64operand.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.0608054Z Compiling src/cache.c; 0s processwrapper-sandbox 2024-04-03T16:11:05.0609160Z Compiling src/x86/cache/init.c; 0s processwrapper-sandbox 2024-04-03T16:11:05.0610455Z Compiling src/FbgemmI8Spmdm.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.0611780Z Compiling src/FbgemmI64.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:05.2846595Z 2024-04-03T16:11:05.2847341Z  2024-04-03T16:11:05.2847900Z  2024-04-03T16:11:05.2848351Z  2024-04-03T16:11:05.2848803Z  2024-04-03T16:11:05.2849263Z  2024-04-03T16:11:05.2849699Z  2024-04-03T16:11:05.2850136Z  2024-04-03T16:11:05.2850569Z  2024-04-03T16:11:05.2851243Z [209 / 3,075] 16 actions, 15 running 2024-04-03T16:11:05.2852425Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:11:05.2853773Z Compiling src/FbgemmI64.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.2854889Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2024-04-03T16:11:05.2856327Z Compiling src/EmbeddingSpMDM.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.2857649Z Compiling src/FbgemmConv.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.2858883Z Compiling src/PackMatrix.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.2860174Z Compiling src/PackWeightsForDirectConv.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.2862072Z Compiling src/GroupwiseConvAcc32Avx512.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:05.5148385Z 2024-04-03T16:11:05.5149213Z  2024-04-03T16:11:05.5149745Z  2024-04-03T16:11:05.5150271Z  2024-04-03T16:11:05.5150726Z  2024-04-03T16:11:05.5151167Z  2024-04-03T16:11:05.5151461Z  2024-04-03T16:11:05.5151696Z  2024-04-03T16:11:05.5151939Z  2024-04-03T16:11:05.5152411Z [222 / 3,076] 15 actions, 14 running 2024-04-03T16:11:05.5153106Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:11:05.5153903Z Compiling src/EmbeddingSpMDM.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.5154790Z Compiling src/PackWeightsForDirectConv.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.5155719Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.5156597Z Compiling src/FbgemmSparseDense.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.5157559Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.5158605Z Compiling src/PackDepthwiseConvMatrixAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.5159496Z Compiling src/UtilsAvx512.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:05.7319438Z 2024-04-03T16:11:05.7320198Z  2024-04-03T16:11:05.7320694Z  2024-04-03T16:11:05.7321168Z  2024-04-03T16:11:05.7326141Z  2024-04-03T16:11:05.7326666Z  2024-04-03T16:11:05.7327134Z  2024-04-03T16:11:05.7327601Z  2024-04-03T16:11:05.7328089Z  2024-04-03T16:11:05.7328766Z [238 / 3,079] 16 actions, 15 running 2024-04-03T16:11:05.7329971Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:11:05.7331474Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.7333118Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.7334849Z Compiling src/asmjit/arm/a64assembler.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.7336507Z Compiling src/asmjit/arm/a64formatter.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.7338162Z Compiling src/asmjit/arm/a64emithelper.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.7339790Z Compiling src/asmjit/core/formatter.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.7341367Z Compiling src/asmjit/core/emitter.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:05.9356606Z 2024-04-03T16:11:05.9357386Z  2024-04-03T16:11:05.9357939Z  2024-04-03T16:11:05.9358454Z  2024-04-03T16:11:05.9358962Z  2024-04-03T16:11:05.9359470Z  2024-04-03T16:11:05.9359969Z  2024-04-03T16:11:05.9360457Z  2024-04-03T16:11:05.9360907Z  2024-04-03T16:11:05.9361757Z [258 / 3,082] 15 actions, 14 running 2024-04-03T16:11:05.9362867Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:11:05.9364172Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:05.9365764Z Compiling src/asmjit/x86/x86assembler.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.9367157Z Compiling src/asmjit/x86/x86formatter.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.9368368Z Compiling src/tbb/market.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.9369537Z Compiling src/tbb/private_server.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.9370888Z Compiling src/tbb/reader_writer_lock.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:05.9372234Z Compiling src/tbb/itt_notify.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:06.1664006Z 2024-04-03T16:11:06.1664766Z  2024-04-03T16:11:06.1665562Z  2024-04-03T16:11:06.1666042Z  2024-04-03T16:11:06.1666515Z  2024-04-03T16:11:06.1666954Z  2024-04-03T16:11:06.1667418Z  2024-04-03T16:11:06.1667870Z  2024-04-03T16:11:06.1668298Z  2024-04-03T16:11:06.1669001Z [298 / 3,089] 14 actions, 13 running 2024-04-03T16:11:06.1670341Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:11:06.1671639Z Compiling src/tbb/tbb_main.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.1672986Z Compiling src/tbb/scheduler.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.1674397Z Compiling src/tbb/queuing_mutex.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.1675804Z Compiling src/rml/client/rml_tbb.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.1677363Z Compiling src/asmjit/core/jitallocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.1678920Z Compiling src/tbb/task_group_context.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.1680519Z Compiling src/tbb/critical_section.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:06.3730372Z 2024-04-03T16:11:06.3731061Z  2024-04-03T16:11:06.3731581Z  2024-04-03T16:11:06.3732027Z  2024-04-03T16:11:06.3732442Z  2024-04-03T16:11:06.3732885Z  2024-04-03T16:11:06.3733311Z  2024-04-03T16:11:06.3733874Z  2024-04-03T16:11:06.3734329Z  2024-04-03T16:11:06.3735003Z [321 / 3,099] 16 actions, 15 running 2024-04-03T16:11:06.3736139Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:11:06.3737552Z Compiling src/asmjit/core/compiler.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.3739039Z Compiling src/asmjit/core/rastack.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.3740500Z Compiling src/asmjit/core/builder.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.3741950Z Compiling src/asmjit/arm/a64func.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.3743401Z Compiling src/asmjit/core/support.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.3744953Z Compiling src/asmjit/core/emitterutils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.3746589Z Compiling src/asmjit/core/emithelper.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:06.5956569Z 2024-04-03T16:11:06.5957291Z  2024-04-03T16:11:06.5957885Z  2024-04-03T16:11:06.5958329Z  2024-04-03T16:11:06.5958777Z  2024-04-03T16:11:06.5959231Z  2024-04-03T16:11:06.5959669Z  2024-04-03T16:11:06.5960122Z  2024-04-03T16:11:06.5960564Z  2024-04-03T16:11:06.5961189Z [339 / 3,099] 16 actions running 2024-04-03T16:11:06.5962295Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:11:06.5963724Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.5965561Z Compiling src/asmjit/arm/a64builder.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:06.5967052Z Compiling src/GenerateI8Depthwise.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.5968506Z Compiling src/GenerateKernel.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.5969914Z Compiling src/OptimizedKernelsAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.5971556Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.5973290Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:06.7949963Z 2024-04-03T16:11:06.7950564Z  2024-04-03T16:11:06.7950971Z  2024-04-03T16:11:06.7951228Z  2024-04-03T16:11:06.7951474Z  2024-04-03T16:11:06.7951705Z  2024-04-03T16:11:06.7951953Z  2024-04-03T16:11:06.7952197Z  2024-04-03T16:11:06.7952426Z  2024-04-03T16:11:06.7952796Z [343 / 3,099] 16 actions running 2024-04-03T16:11:06.7953436Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:11:06.7954200Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.7955209Z Compiling src/GenerateI8Depthwise.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.7955972Z Compiling src/GenerateKernel.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.7956777Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.7957657Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.7958520Z Compiling src/QuantUtils.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.7959224Z Compiling src/FbgemmFPCommon.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:06.9966807Z 2024-04-03T16:11:06.9967519Z  2024-04-03T16:11:06.9968011Z  2024-04-03T16:11:06.9968462Z  2024-04-03T16:11:06.9968849Z  2024-04-03T16:11:06.9969240Z  2024-04-03T16:11:06.9969605Z  2024-04-03T16:11:06.9969999Z  2024-04-03T16:11:06.9970536Z  2024-04-03T16:11:06.9971210Z [392 / 3,136] 10 actions, 9 running 2024-04-03T16:11:06.9972491Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:11:06.9974121Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.9975997Z Compiling src/GenerateKernelU8S8S32ACC32.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.9977529Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2024-04-03T16:11:06.9978932Z Compiling src/QuantUtilsAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.9980395Z Compiling src/FbgemmBfloat16Convert.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.9982023Z Compiling src/FbgemmFloat16Convert.cc; 0s processwrapper-sandbox 2024-04-03T16:11:06.9983340Z Compiling src/asmjit/core/target.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:07.2000240Z 2024-04-03T16:11:07.2000981Z  2024-04-03T16:11:07.2001502Z  2024-04-03T16:11:07.2001942Z  2024-04-03T16:11:07.2002379Z  2024-04-03T16:11:07.2002641Z  2024-04-03T16:11:07.2002974Z  2024-04-03T16:11:07.2003337Z  2024-04-03T16:11:07.2003573Z  2024-04-03T16:11:07.2004091Z [429 / 3,155] 16 actions, 15 running 2024-04-03T16:11:07.2005305Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:11:07.2006293Z Compiling src/logging.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.2007316Z Compiling src/vlog_is_on.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.2008497Z Compiling src/idl_gen_fbs.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.2009514Z Compiling src/code_generators.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.2010445Z Compiling src/demangle.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.2011323Z Compiling src/signalhandler.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.2012363Z Compiling src/FbgemmFloat16ConvertAvx512.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:07.3999834Z 2024-04-03T16:11:07.4000989Z  2024-04-03T16:11:07.4001729Z  2024-04-03T16:11:07.4002669Z  2024-04-03T16:11:07.4003285Z  2024-04-03T16:11:07.4003893Z  2024-04-03T16:11:07.4005618Z  2024-04-03T16:11:07.4006221Z  2024-04-03T16:11:07.4006993Z  2024-04-03T16:11:07.4007829Z [452 / 3,164] 14 actions running 2024-04-03T16:11:07.4009295Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:11:07.4010862Z Compiling src/GroupwiseConv.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.4012583Z Compiling src/RefImplementations.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.4014666Z Compiling src/asmjit/core/archtraits.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.4015883Z Compiling src/FbgemmSparseDenseAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.4016793Z Compiling src/tbb/arena.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.4017664Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.4018909Z Compiling src/asmjit/x86/x86rapass.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:07.6122829Z 2024-04-03T16:11:07.6123953Z  2024-04-03T16:11:07.6125221Z  2024-04-03T16:11:07.6125645Z  2024-04-03T16:11:07.6126075Z  2024-04-03T16:11:07.6126431Z  2024-04-03T16:11:07.6126840Z  2024-04-03T16:11:07.6127269Z  2024-04-03T16:11:07.6127710Z  2024-04-03T16:11:07.6129183Z [472 / 3,170] 14 actions, 13 running 2024-04-03T16:11:07.6130811Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:11:07.6132404Z Compiling src/PackWeightsForConv.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.6133923Z Compiling src/tbb/spin_rw_mutex.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.6135639Z Compiling src/tbb/spin_mutex.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.6137106Z Compiling src/tbb/queuing_rw_mutex.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.6138746Z Compiling src/tbb/concurrent_monitor.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.6139796Z Compiling src/asmjit/arm/a64rapass.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.6140821Z Compiling src/old/spin_rw_mutex_v2.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:07.8259573Z 2024-04-03T16:11:07.8260325Z  2024-04-03T16:11:07.8260812Z  2024-04-03T16:11:07.8261297Z  2024-04-03T16:11:07.8261755Z  2024-04-03T16:11:07.8262179Z  2024-04-03T16:11:07.8262716Z  2024-04-03T16:11:07.8263229Z  2024-04-03T16:11:07.8263723Z  2024-04-03T16:11:07.8264418Z [498 / 3,182] 16 actions, 15 running 2024-04-03T16:11:07.8265807Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:11:07.8266886Z Compiling src/FbgemmFP16.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.8267838Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2024-04-03T16:11:07.8268920Z Compiling src/ExecuteKernelU8S8.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.8270139Z Compiling src/PackAWithRowOffset.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.8271278Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2024-04-03T16:11:07.8272435Z Compiling src/asmjit/core/assembler.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:07.8273846Z Compiling src/asmjit/core/ralocal.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:08.0331500Z 2024-04-03T16:11:08.0332108Z  2024-04-03T16:11:08.0332585Z  2024-04-03T16:11:08.0333068Z  2024-04-03T16:11:08.0333503Z  2024-04-03T16:11:08.0333830Z  2024-04-03T16:11:08.0334075Z  2024-04-03T16:11:08.0334319Z  2024-04-03T16:11:08.0334550Z  2024-04-03T16:11:08.0334952Z [522 / 3,185] 16 actions, 15 running 2024-04-03T16:11:08.0335581Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:11:08.0336322Z Compiling src/ExecuteKernelU8S8.cc; 0s processwrapper-sandbox 2024-04-03T16:11:08.0337014Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2024-04-03T16:11:08.0337729Z Compiling src/asmjit/x86/x86instdb.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:08.0338432Z Compiling src/util.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:08.0339078Z Compiling src/idl_gen_text.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:08.0339730Z Compiling src/gflags.cc; 0s processwrapper-sandbox 2024-04-03T16:11:08.0340376Z Compiling src/symbolize.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:08.2400217Z 2024-04-03T16:11:08.2401230Z  2024-04-03T16:11:08.2401582Z  2024-04-03T16:11:08.2401963Z  2024-04-03T16:11:08.2402369Z  2024-04-03T16:11:08.2402838Z  2024-04-03T16:11:08.2403279Z  2024-04-03T16:11:08.2403650Z  2024-04-03T16:11:08.2404000Z  2024-04-03T16:11:08.2405142Z [554 / 3,185] 16 actions, 15 running 2024-04-03T16:11:08.2405987Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:11:08.2406914Z Compiling src/EmbeddingSpMDMNBit.cc; 0s processwrapper-sandbox 2024-04-03T16:11:08.2407947Z Executing genrule @onnx//:generate_onnx_proto; 0s processwrapper-sandbox 2024-04-03T16:11:08.2409241Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.2410205Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.2411070Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.2412024Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.2413215Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:11:08.3630148Z 2024-04-03T16:11:08.3630880Z  2024-04-03T16:11:08.3631473Z  2024-04-03T16:11:08.3631881Z  2024-04-03T16:11:08.3632280Z  2024-04-03T16:11:08.3632796Z  2024-04-03T16:11:08.3633300Z  2024-04-03T16:11:08.3633759Z  2024-04-03T16:11:08.3634264Z  2024-04-03T16:11:08.3635176Z INFO: From Compiling external/sleef/dispsse.c: 2024-04-03T16:11:08.3637051Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispsse.c:63: 2024-04-03T16:11:08.3639280Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T16:11:08.3641038Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T16:11:08.3642013Z | ^~~~~~~~~~~~~~ 2024-04-03T16:11:08.3642917Z [560 / 3,185] 16 actions running 2024-04-03T16:11:08.3644164Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:11:08.3645862Z Executing genrule @onnx//:generate_onnx_proto; 0s processwrapper-sandbox 2024-04-03T16:11:08.3647341Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.3648693Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.3650114Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.3651513Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.3652778Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.3654565Z Compiling external/sleef/dispsse.c; 0s processwrapper-sandbox ... 2024-04-03T16:11:08.3995675Z 2024-04-03T16:11:08.3996476Z  2024-04-03T16:11:08.3996990Z  2024-04-03T16:11:08.3997491Z  2024-04-03T16:11:08.3997948Z  2024-04-03T16:11:08.3998284Z  2024-04-03T16:11:08.3998575Z  2024-04-03T16:11:08.3999052Z  2024-04-03T16:11:08.3999511Z  2024-04-03T16:11:08.4000263Z INFO: From Compiling external/sleef/dispavx.c: 2024-04-03T16:11:08.4001892Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispavx.c:70: 2024-04-03T16:11:08.4004050Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T16:11:08.4005859Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T16:11:08.4006651Z | ^~~~~~~~~~~~~~ 2024-04-03T16:11:08.4007378Z [566 / 3,185] 16 actions running 2024-04-03T16:11:08.4008352Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:11:08.4009625Z Executing genrule @onnx//:generate_onnx_proto; 0s processwrapper-sandbox 2024-04-03T16:11:08.4010938Z Compiling external/sleef/dispavx.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.4012177Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.4013317Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.4014604Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.4015787Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.4017024Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2024-04-03T16:11:08.6040237Z 2024-04-03T16:11:08.6040949Z  2024-04-03T16:11:08.6041566Z  2024-04-03T16:11:08.6041934Z  2024-04-03T16:11:08.6042327Z  2024-04-03T16:11:08.6042686Z  2024-04-03T16:11:08.6043228Z  2024-04-03T16:11:08.6043757Z  2024-04-03T16:11:08.6044799Z  2024-04-03T16:11:08.6045768Z [586 / 3,185] 16 actions, 15 running 2024-04-03T16:11:08.6047068Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:11:08.6048529Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.6050016Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.6051668Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.6053097Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.6054618Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.6056040Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.6057582Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:11:08.8240090Z 2024-04-03T16:11:08.8244778Z  2024-04-03T16:11:08.8245360Z  2024-04-03T16:11:08.8245828Z  2024-04-03T16:11:08.8246301Z  2024-04-03T16:11:08.8246785Z  2024-04-03T16:11:08.8247260Z  2024-04-03T16:11:08.8247721Z  2024-04-03T16:11:08.8248181Z  2024-04-03T16:11:08.8248891Z [602 / 3,185] 16 actions, 15 running 2024-04-03T16:11:08.8250052Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:11:08.8251449Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.8252772Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.8254168Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.8255513Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.8256900Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:11:08.8258298Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:08.8259663Z @com_google_protobuf//:protoc; 0s processwrapper-sandbox ... 2024-04-03T16:11:09.0250217Z 2024-04-03T16:11:09.0251583Z  2024-04-03T16:11:09.0252102Z  2024-04-03T16:11:09.0252584Z  2024-04-03T16:11:09.0253078Z  2024-04-03T16:11:09.0253568Z  2024-04-03T16:11:09.0254414Z  2024-04-03T16:11:09.0254870Z  2024-04-03T16:11:09.0255323Z  2024-04-03T16:11:09.0255948Z [613 / 3,185] 14 actions running 2024-04-03T16:11:09.0257103Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:11:09.0258406Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.0259728Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.0261035Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.0262314Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.0263624Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.0264884Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.0265632Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:09.2323270Z 2024-04-03T16:11:09.2323775Z  2024-04-03T16:11:09.2324093Z  2024-04-03T16:11:09.2324506Z  2024-04-03T16:11:09.2324919Z  2024-04-03T16:11:09.2325305Z  2024-04-03T16:11:09.2325762Z  2024-04-03T16:11:09.2326261Z  2024-04-03T16:11:09.2326700Z  2024-04-03T16:11:09.2327403Z [622 / 3,185] 15 actions, 14 running 2024-04-03T16:11:09.2328593Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:11:09.2329925Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.2330835Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.2331536Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.2332219Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.2333143Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.2333923Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.2334654Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:09.5032921Z 2024-04-03T16:11:09.5033728Z  2024-04-03T16:11:09.5034055Z  2024-04-03T16:11:09.5034532Z  2024-04-03T16:11:09.5034888Z  2024-04-03T16:11:09.5035333Z  2024-04-03T16:11:09.5035794Z  2024-04-03T16:11:09.5036113Z  2024-04-03T16:11:09.5036357Z  2024-04-03T16:11:09.5036735Z [633 / 3,185] 16 actions, 15 running 2024-04-03T16:11:09.5037383Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:11:09.5038096Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.5038785Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.5039477Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.5040179Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.5040854Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.5041541Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.5042262Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:09.7052608Z 2024-04-03T16:11:09.7053266Z  2024-04-03T16:11:09.7053853Z  2024-04-03T16:11:09.7054261Z  2024-04-03T16:11:09.7054702Z  2024-04-03T16:11:09.7055136Z  2024-04-03T16:11:09.7055561Z  2024-04-03T16:11:09.7055998Z  2024-04-03T16:11:09.7056415Z  2024-04-03T16:11:09.7057108Z [645 / 3,185] 15 actions, 14 running 2024-04-03T16:11:09.7058285Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:11:09.7059606Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.7060978Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.7062301Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.7063634Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.7064861Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.7066126Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.7067447Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:09.9417952Z 2024-04-03T16:11:09.9418507Z  2024-04-03T16:11:09.9419057Z  2024-04-03T16:11:09.9419539Z  2024-04-03T16:11:09.9419997Z  2024-04-03T16:11:09.9420309Z  2024-04-03T16:11:09.9420557Z  2024-04-03T16:11:09.9420791Z  2024-04-03T16:11:09.9421038Z  2024-04-03T16:11:09.9421432Z [654 / 3,185] 16 actions, 15 running 2024-04-03T16:11:09.9422066Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2024-04-03T16:11:09.9422795Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.9423504Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.9424183Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.9424870Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.9425571Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.9426236Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:09.9426955Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:10.1866009Z 2024-04-03T16:11:10.1866947Z  2024-04-03T16:11:10.1867664Z  2024-04-03T16:11:10.1868182Z  2024-04-03T16:11:10.1868446Z  2024-04-03T16:11:10.1868693Z  2024-04-03T16:11:10.1869009Z  2024-04-03T16:11:10.1869243Z  2024-04-03T16:11:10.1869488Z  2024-04-03T16:11:10.1869941Z [664 / 3,185] 16 actions, 15 running 2024-04-03T16:11:10.1870851Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2024-04-03T16:11:10.1871648Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.1872422Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.1873174Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.1874044Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.1874797Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.1875534Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.1876317Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:10.3907701Z 2024-04-03T16:11:10.3908387Z  2024-04-03T16:11:10.3908910Z  2024-04-03T16:11:10.3909356Z  2024-04-03T16:11:10.3909831Z  2024-04-03T16:11:10.3910297Z  2024-04-03T16:11:10.3910739Z  2024-04-03T16:11:10.3911224Z  2024-04-03T16:11:10.3911654Z  2024-04-03T16:11:10.3912365Z [675 / 3,185] 16 actions, 15 running 2024-04-03T16:11:10.3913558Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2024-04-03T16:11:10.3914865Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.3916174Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.3917428Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.3918724Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.3920010Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.3921296Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.3922688Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:11:10.5968149Z 2024-04-03T16:11:10.5968909Z  2024-04-03T16:11:10.5969378Z  2024-04-03T16:11:10.5969751Z  2024-04-03T16:11:10.5970088Z  2024-04-03T16:11:10.6007124Z  2024-04-03T16:11:10.6007861Z  2024-04-03T16:11:10.6008282Z  2024-04-03T16:11:10.6008716Z  2024-04-03T16:11:10.6009348Z [685 / 3,185] 16 actions running 2024-04-03T16:11:10.6010448Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2024-04-03T16:11:10.6011702Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.6012768Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.6014008Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.6015168Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.6016373Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:11:10.6017649Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.6018969Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:10.7972979Z 2024-04-03T16:11:10.7973839Z  2024-04-03T16:11:10.7974403Z  2024-04-03T16:11:10.7974887Z  2024-04-03T16:11:10.7975371Z  2024-04-03T16:11:10.7975763Z  2024-04-03T16:11:10.7976181Z  2024-04-03T16:11:10.7976642Z  2024-04-03T16:11:10.7977078Z  2024-04-03T16:11:10.7977768Z [693 / 3,185] 16 actions running 2024-04-03T16:11:10.7978859Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2024-04-03T16:11:10.7980169Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.7981443Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.7982735Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.7984011Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.7984920Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.7985876Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:10.7986613Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:11.0233896Z 2024-04-03T16:11:11.0234625Z  2024-04-03T16:11:11.0235172Z  2024-04-03T16:11:11.0235643Z  2024-04-03T16:11:11.0236106Z  2024-04-03T16:11:11.0236835Z  2024-04-03T16:11:11.0237220Z  2024-04-03T16:11:11.0237609Z  2024-04-03T16:11:11.0237995Z  2024-04-03T16:11:11.0238597Z [706 / 3,185] 15 actions, 14 running 2024-04-03T16:11:11.0239595Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2024-04-03T16:11:11.0240653Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.0241703Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.0242689Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.0243720Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.0245057Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.0246098Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.0247180Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:11.2276074Z 2024-04-03T16:11:11.2276751Z  2024-04-03T16:11:11.2277329Z  2024-04-03T16:11:11.2277765Z  2024-04-03T16:11:11.2278211Z  2024-04-03T16:11:11.2278657Z  2024-04-03T16:11:11.2279099Z  2024-04-03T16:11:11.2279535Z  2024-04-03T16:11:11.2279968Z  2024-04-03T16:11:11.2280668Z [717 / 3,185] 16 actions, 15 running 2024-04-03T16:11:11.2281835Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2024-04-03T16:11:11.2283156Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.2284574Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.2285872Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.2287185Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.2288432Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.2289696Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.2291039Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:11.4722397Z 2024-04-03T16:11:11.4723116Z  2024-04-03T16:11:11.4723679Z  2024-04-03T16:11:11.4724117Z  2024-04-03T16:11:11.4724545Z  2024-04-03T16:11:11.4724800Z  2024-04-03T16:11:11.4725049Z  2024-04-03T16:11:11.4725282Z  2024-04-03T16:11:11.4725530Z  2024-04-03T16:11:11.4725919Z [730 / 3,185] 16 actions, 14 running 2024-04-03T16:11:11.4726557Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2024-04-03T16:11:11.4727266Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.4727975Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.4728641Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.4729333Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.4730134Z Compiling src/google/protobuf/any.cc [for tool]; 0s processwrapper-sandbox 2024-04-03T16:11:11.4730928Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.4731793Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:11.6819902Z 2024-04-03T16:11:11.6820599Z  2024-04-03T16:11:11.6821090Z  2024-04-03T16:11:11.6821502Z  2024-04-03T16:11:11.6821897Z  2024-04-03T16:11:11.6822279Z  2024-04-03T16:11:11.6822654Z  2024-04-03T16:11:11.6823044Z  2024-04-03T16:11:11.6823431Z  2024-04-03T16:11:11.6824031Z [739 / 3,185] 15 actions, 14 running 2024-04-03T16:11:11.6825072Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2024-04-03T16:11:11.6826465Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.6827527Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.6828632Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.6829715Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:11.6831199Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.6832380Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.6833154Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:11:11.9135220Z 2024-04-03T16:11:11.9138705Z  2024-04-03T16:11:11.9139078Z  2024-04-03T16:11:11.9139358Z  2024-04-03T16:11:11.9139614Z  2024-04-03T16:11:11.9139853Z  2024-04-03T16:11:11.9140104Z  2024-04-03T16:11:11.9140349Z  2024-04-03T16:11:11.9140597Z  2024-04-03T16:11:11.9141202Z [753 / 3,185] 16 actions, 15 running 2024-04-03T16:11:11.9142179Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:11:11.9143122Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.9144252Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.9145412Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.9146409Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.9147269Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.9148413Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:11.9149545Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:11:12.1576763Z 2024-04-03T16:11:12.1577560Z  2024-04-03T16:11:12.1578090Z  2024-04-03T16:11:12.1578613Z  2024-04-03T16:11:12.1579008Z  2024-04-03T16:11:12.1579245Z  2024-04-03T16:11:12.1579513Z  2024-04-03T16:11:12.1579855Z  2024-04-03T16:11:12.1580105Z  2024-04-03T16:11:12.1580551Z [769 / 3,185] 16 actions, 15 running 2024-04-03T16:11:12.1581254Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:11:12.1582049Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:12.1582864Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:12.1583663Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:12.1584560Z Compiling src/google/protobuf/stubs/statusor.cc; 0s processwrapper-sandbox 2024-04-03T16:11:12.1585551Z Compiling src/google/protobuf/stubs/strutil.cc; 0s processwrapper-sandbox 2024-04-03T16:11:12.1586510Z Compiling src/google/protobuf/any_lite.cc; 0s processwrapper-sandbox 2024-04-03T16:11:12.1587487Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:11:12.3771984Z 2024-04-03T16:11:12.3772688Z  2024-04-03T16:11:12.3773235Z  2024-04-03T16:11:12.3773764Z  2024-04-03T16:11:12.3774229Z  2024-04-03T16:11:12.3774680Z  2024-04-03T16:11:12.3775136Z  2024-04-03T16:11:12.3775598Z  2024-04-03T16:11:12.3776058Z  2024-04-03T16:11:12.3776737Z [784 / 3,185] 16 actions, 15 running 2024-04-03T16:11:12.3777920Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:11:12.3779208Z @com_google_protobuf//:protoc; 0s processwrapper-sandbox 2024-04-03T16:11:12.3780504Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:12.3781973Z Compiling src/google/protobuf/stubs/time.cc; 0s processwrapper-sandbox 2024-04-03T16:11:12.3783596Z Compiling src/google/protobuf/io/strtod.cc; 0s processwrapper-sandbox 2024-04-03T16:11:12.3785286Z Compiling src/google/protobuf/repeated_field.cc; 0s processwrapper-sandbox 2024-04-03T16:11:12.3787104Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:11:12.3787968Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:11:12.5987852Z 2024-04-03T16:11:12.5988580Z  2024-04-03T16:11:12.5989123Z  2024-04-03T16:11:12.5989558Z  2024-04-03T16:11:12.5990018Z  2024-04-03T16:11:12.5990730Z  2024-04-03T16:11:12.5991167Z  2024-04-03T16:11:12.5991626Z  2024-04-03T16:11:12.5992077Z  2024-04-03T16:11:12.5992731Z [803 / 3,185] 16 actions running 2024-04-03T16:11:12.5993897Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:11:12.5995078Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.5996099Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.5997306Z Compiling src/common/primitive.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:12.5998838Z Compiling src/cpu/x64/gemm/gemm_driver.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:12.6000147Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.6001170Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.6002405Z Compiling src/common/stream.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:12.8143815Z 2024-04-03T16:11:12.8144528Z  2024-04-03T16:11:12.8145078Z  2024-04-03T16:11:12.8145582Z  2024-04-03T16:11:12.8146058Z  2024-04-03T16:11:12.8146518Z  2024-04-03T16:11:12.8146966Z  2024-04-03T16:11:12.8147415Z  2024-04-03T16:11:12.8147868Z  2024-04-03T16:11:12.8148557Z [809 / 3,185] 16 actions, 15 running 2024-04-03T16:11:12.8149740Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:11:12.8151247Z Compiling src/cpu/x64/gemm/gemm_driver.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:12.8152580Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.8153608Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.8155020Z Compiling src/cpu/matmul/gemm_bf16_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:12.8156538Z Compiling src/cpu/gemm/gemm.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:12.8157713Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:12.8158762Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:13.0176070Z 2024-04-03T16:11:13.0176954Z  2024-04-03T16:11:13.0177713Z  2024-04-03T16:11:13.0178370Z  2024-04-03T16:11:13.0178968Z  2024-04-03T16:11:13.0179498Z  2024-04-03T16:11:13.0179905Z  2024-04-03T16:11:13.0180274Z  2024-04-03T16:11:13.0180635Z  2024-04-03T16:11:13.0181196Z [817 / 3,185] 16 actions, 15 running 2024-04-03T16:11:13.0182126Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:11:13.0183430Z Compiling src/cpu/cpu_eltwise_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.0184572Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.0185541Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.0186735Z Compiling src/cpu/x64/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.0187898Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.0188854Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.0189841Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:13.2299456Z 2024-04-03T16:11:13.2300151Z  2024-04-03T16:11:13.2300729Z  2024-04-03T16:11:13.2301200Z  2024-04-03T16:11:13.2301639Z  2024-04-03T16:11:13.2302106Z  2024-04-03T16:11:13.2302543Z  2024-04-03T16:11:13.2302998Z  2024-04-03T16:11:13.2303454Z  2024-04-03T16:11:13.2304116Z [828 / 3,185] 16 actions, 15 running 2024-04-03T16:11:13.2305310Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:11:13.2306500Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.2307779Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.2308813Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.2310020Z Compiling src/cpu/cpu_engine.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.2311508Z Compiling src/cpu/x64/amx_tile_configure.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.2312993Z Compiling src/common/eltwise.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.2314405Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:13.4442121Z 2024-04-03T16:11:13.4442831Z  2024-04-03T16:11:13.4443296Z  2024-04-03T16:11:13.4443784Z  2024-04-03T16:11:13.4444228Z  2024-04-03T16:11:13.4444832Z  2024-04-03T16:11:13.4445303Z  2024-04-03T16:11:13.4445771Z  2024-04-03T16:11:13.4446164Z  2024-04-03T16:11:13.4446817Z [835 / 3,185] 16 actions, 15 running 2024-04-03T16:11:13.4448050Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:11:13.4449573Z Compiling src/cpu/ncsp_batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.4450951Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.4452288Z Compiling src/cpu/x64/jit_brgemm_conv_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.4453254Z Compiling src/cpu/ref_eltwise.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.4454108Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.4454729Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.4455392Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:13.6941694Z 2024-04-03T16:11:13.6942474Z  2024-04-03T16:11:13.6942947Z  2024-04-03T16:11:13.6943260Z  2024-04-03T16:11:13.6943514Z  2024-04-03T16:11:13.6943754Z  2024-04-03T16:11:13.6944000Z  2024-04-03T16:11:13.6944239Z  2024-04-03T16:11:13.6944467Z  2024-04-03T16:11:13.6944865Z [845 / 3,185] 16 actions, 15 running 2024-04-03T16:11:13.6945545Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:11:13.6946168Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.6946845Z Compiling src/cpu/x64/cpu_barrier.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.6947506Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.6948199Z Compiling src/cpu/x64/jit_uni_softmax.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.6949061Z Compiling src/cpu/x64/rnn/rnn_brgemm_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.6949881Z Compiling src/common/ittnotify.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.6950543Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:13.9097787Z 2024-04-03T16:11:13.9098645Z  2024-04-03T16:11:13.9099192Z  2024-04-03T16:11:13.9099659Z  2024-04-03T16:11:13.9100100Z  2024-04-03T16:11:13.9100546Z  2024-04-03T16:11:13.9100996Z  2024-04-03T16:11:13.9101435Z  2024-04-03T16:11:13.9101891Z  2024-04-03T16:11:13.9102594Z [852 / 3,185] 16 actions, 15 running 2024-04-03T16:11:13.9103808Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:11:13.9104986Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.9106383Z Compiling src/cpu/x64/jit_uni_reorder_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.9107759Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.9108806Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.9109834Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:13.9111119Z Compiling src/common/primitive_cache.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:13.9112477Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:14.1761366Z 2024-04-03T16:11:14.1762028Z  2024-04-03T16:11:14.1762574Z  2024-04-03T16:11:14.1763028Z  2024-04-03T16:11:14.1763492Z  2024-04-03T16:11:14.1763960Z  2024-04-03T16:11:14.1764511Z  2024-04-03T16:11:14.1765159Z  2024-04-03T16:11:14.1765510Z  2024-04-03T16:11:14.1766098Z [863 / 3,185] 16 actions, 15 running 2024-04-03T16:11:14.1767252Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:11:14.1768743Z Compiling src/cpu/cpu_deconvolution_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.1770275Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.1771338Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.1772393Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.1773777Z Compiling src/cpu/ref_batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.1775065Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.1776275Z Compiling src/cpu/bfloat16.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:14.3995509Z 2024-04-03T16:11:14.3996210Z  2024-04-03T16:11:14.3996549Z  2024-04-03T16:11:14.3996864Z  2024-04-03T16:11:14.3997125Z  2024-04-03T16:11:14.3997383Z  2024-04-03T16:11:14.3997632Z  2024-04-03T16:11:14.3998000Z  2024-04-03T16:11:14.3998401Z  2024-04-03T16:11:14.3998998Z [870 / 3,185] 16 actions running 2024-04-03T16:11:14.4000110Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:11:14.4001326Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.4002584Z Compiling src/cpu/x64/gemm/gemm_info.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.4003818Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.4005235Z Compiling src/cpu/cpu_inner_product_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.4006396Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.4007344Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.4008349Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:14.5999953Z 2024-04-03T16:11:14.6000639Z  2024-04-03T16:11:14.6001218Z  2024-04-03T16:11:14.6001696Z  2024-04-03T16:11:14.6002151Z  2024-04-03T16:11:14.6002599Z  2024-04-03T16:11:14.6003037Z  2024-04-03T16:11:14.6003480Z  2024-04-03T16:11:14.6003927Z  2024-04-03T16:11:14.6004716Z [879 / 3,185] 16 actions running 2024-04-03T16:11:14.6005756Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:11:14.6007066Z Compiling src/cpu/x64/jit_brgemm_conv.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.6008559Z Compiling src/cpu/cpu_binary_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.6010002Z Compiling src/common/scratchpad.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.6011223Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.6012350Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.6013388Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.6014577Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:14.8087523Z 2024-04-03T16:11:14.8088276Z  2024-04-03T16:11:14.8088899Z  2024-04-03T16:11:14.8089453Z  2024-04-03T16:11:14.8089938Z  2024-04-03T16:11:14.8090400Z  2024-04-03T16:11:14.8090882Z  2024-04-03T16:11:14.8091384Z  2024-04-03T16:11:14.8091885Z  2024-04-03T16:11:14.8092765Z [885 / 3,185] 16 actions, 15 running 2024-04-03T16:11:14.8093979Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:11:14.8094966Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.8095913Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.8097303Z Compiling src/cpu/x64/brgemm/brgemm_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:14.8098641Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.8099636Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.8100625Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:14.8102164Z Compiling src/cpu/jit_utils/jit_utils.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:15.0185900Z 2024-04-03T16:11:15.0186598Z  2024-04-03T16:11:15.0187117Z  2024-04-03T16:11:15.0187593Z  2024-04-03T16:11:15.0188037Z  2024-04-03T16:11:15.0188478Z  2024-04-03T16:11:15.0189225Z  2024-04-03T16:11:15.0189641Z  2024-04-03T16:11:15.0190092Z  2024-04-03T16:11:15.0190771Z [894 / 3,185] 16 actions, 15 running 2024-04-03T16:11:15.0191888Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2024-04-03T16:11:15.0192986Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.0193883Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.0194731Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.0195935Z Compiling src/cpu/x64/jit_uni_i8i8_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:15.0197052Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.0198167Z Compiling src/cpu/ref_inner_product_int8.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:15.0199502Z Compiling src/common/memory_tracking.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:15.2439838Z 2024-04-03T16:11:15.2440552Z  2024-04-03T16:11:15.2441037Z  2024-04-03T16:11:15.2441504Z  2024-04-03T16:11:15.2441894Z  2024-04-03T16:11:15.2442290Z  2024-04-03T16:11:15.2442680Z  2024-04-03T16:11:15.2443065Z  2024-04-03T16:11:15.2443467Z  2024-04-03T16:11:15.2444092Z [901 / 3,185] 16 actions, 15 running 2024-04-03T16:11:15.2445555Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2024-04-03T16:11:15.2446584Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.2447531Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.2448407Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.2449317Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.2450223Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.2451084Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.2452001Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:15.5297553Z 2024-04-03T16:11:15.5298207Z  2024-04-03T16:11:15.5298717Z  2024-04-03T16:11:15.5299213Z  2024-04-03T16:11:15.5299670Z  2024-04-03T16:11:15.5300140Z  2024-04-03T16:11:15.5300587Z  2024-04-03T16:11:15.5300987Z  2024-04-03T16:11:15.5301399Z  2024-04-03T16:11:15.5302080Z [910 / 3,185] 16 actions, 15 running 2024-04-03T16:11:15.5303284Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2024-04-03T16:11:15.5304674Z Compiling src/cpu/rnn/ref_postgemm_lstm.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:15.5306018Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.5306896Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.5307488Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.5308064Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.5308841Z Compiling src/cpu/gemm_x8s8s32x_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:15.5309588Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:15.7850395Z 2024-04-03T16:11:15.7851131Z  2024-04-03T16:11:15.7851663Z  2024-04-03T16:11:15.7852111Z  2024-04-03T16:11:15.7852574Z  2024-04-03T16:11:15.7853024Z  2024-04-03T16:11:15.7853463Z  2024-04-03T16:11:15.7853981Z  2024-04-03T16:11:15.7854433Z  2024-04-03T16:11:15.7855106Z [920 / 3,185] 16 actions, 15 running 2024-04-03T16:11:15.7856292Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2024-04-03T16:11:15.7857812Z Compiling src/cpu/gemm_x8s8s32x_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:15.7859145Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.7860447Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.7861467Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.7862466Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.7863490Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:15.7864953Z Compiling src/cpu/cpu_softmax_list.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:16.0007632Z 2024-04-03T16:11:16.0008344Z  2024-04-03T16:11:16.0008911Z  2024-04-03T16:11:16.0009409Z  2024-04-03T16:11:16.0009860Z  2024-04-03T16:11:16.0010324Z  2024-04-03T16:11:16.0010776Z  2024-04-03T16:11:16.0011228Z  2024-04-03T16:11:16.0011483Z  2024-04-03T16:11:16.0011845Z [926 / 3,185] 16 actions running 2024-04-03T16:11:16.0012474Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:11:16.0013238Z Compiling src/cpu/cpu_softmax_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.0014036Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.0014576Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.0015123Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.0015668Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.0016197Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.0016770Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:16.2020377Z 2024-04-03T16:11:16.2021047Z  2024-04-03T16:11:16.2021598Z  2024-04-03T16:11:16.2022055Z  2024-04-03T16:11:16.2022456Z  2024-04-03T16:11:16.2022872Z  2024-04-03T16:11:16.2023266Z  2024-04-03T16:11:16.2023653Z  2024-04-03T16:11:16.2024087Z  2024-04-03T16:11:16.2024716Z [937 / 3,185] 16 actions running 2024-04-03T16:11:16.2025800Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:11:16.2027374Z Compiling src/cpu/x64/matmul/brgemm_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.2029116Z Compiling src/cpu/gemm_inner_product_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.2030450Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.2031489Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.2032545Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.2033868Z Compiling src/cpu/rnn/ref_postgemm_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.2035238Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:16.4280244Z 2024-04-03T16:11:16.4281046Z  2024-04-03T16:11:16.4281593Z  2024-04-03T16:11:16.4282079Z  2024-04-03T16:11:16.4282528Z  2024-04-03T16:11:16.4282939Z  2024-04-03T16:11:16.4283332Z  2024-04-03T16:11:16.4283743Z  2024-04-03T16:11:16.4284107Z  2024-04-03T16:11:16.4284991Z [944 / 3,185] 16 actions, 15 running 2024-04-03T16:11:16.4286153Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:11:16.4287507Z Compiling src/cpu/rnn/ref_postgemm_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.4288741Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.4289748Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.4290710Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.4291611Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.4292692Z Compiling src/cpu/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.4294203Z Compiling src/cpu/ref_convolution_int8.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:16.6343519Z 2024-04-03T16:11:16.6344258Z  2024-04-03T16:11:16.6344956Z  2024-04-03T16:11:16.6345527Z  2024-04-03T16:11:16.6346014Z  2024-04-03T16:11:16.6346446Z  2024-04-03T16:11:16.6347005Z  2024-04-03T16:11:16.6347539Z  2024-04-03T16:11:16.6347982Z  2024-04-03T16:11:16.6349023Z [954 / 3,185] 16 actions, 15 running 2024-04-03T16:11:16.6350222Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:11:16.6351704Z Compiling src/common/memory_debug.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.6353378Z Compiling src/common/batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.6354920Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.6355983Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.6357480Z Compiling src/cpu/float16.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.6358688Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.6359742Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:16.9163890Z 2024-04-03T16:11:16.9164758Z  2024-04-03T16:11:16.9165351Z  2024-04-03T16:11:16.9165828Z  2024-04-03T16:11:16.9166280Z  2024-04-03T16:11:16.9166756Z  2024-04-03T16:11:16.9167223Z  2024-04-03T16:11:16.9167688Z  2024-04-03T16:11:16.9168150Z  2024-04-03T16:11:16.9168823Z [960 / 3,185] 16 actions, 15 running 2024-04-03T16:11:16.9170022Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:11:16.9171229Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.9172257Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.9173264Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.9174655Z Compiling src/common/scratchpad_debug.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:16.9175944Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.9176923Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:16.9177974Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:17.1354945Z 2024-04-03T16:11:17.1355654Z  2024-04-03T16:11:17.1356133Z  2024-04-03T16:11:17.1356580Z  2024-04-03T16:11:17.1357050Z  2024-04-03T16:11:17.1357430Z  2024-04-03T16:11:17.1357982Z  2024-04-03T16:11:17.1358393Z  2024-04-03T16:11:17.1358905Z  2024-04-03T16:11:17.1359578Z [971 / 3,185] 16 actions, 15 running 2024-04-03T16:11:17.1360758Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:11:17.1362248Z Compiling src/cpu/x64/jit_uni_reduction.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.1363600Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.1365004Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.1366038Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.1367241Z Compiling src/cpu/ref_prelu.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.1368595Z Compiling src/common/memory_desc.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.1369927Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:17.3464029Z 2024-04-03T16:11:17.3465044Z  2024-04-03T16:11:17.3465599Z  2024-04-03T16:11:17.3466070Z  2024-04-03T16:11:17.3466529Z  2024-04-03T16:11:17.3466967Z  2024-04-03T16:11:17.3467443Z  2024-04-03T16:11:17.3467902Z  2024-04-03T16:11:17.3468346Z  2024-04-03T16:11:17.3469032Z [977 / 3,185] 16 actions, 15 running 2024-04-03T16:11:17.3470207Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:11:17.3471399Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.3472398Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.3473696Z Compiling src/common/serialization.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.3475191Z Compiling src/cpu/ref_resampling.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.3476746Z Compiling src/cpu/x64/jit_brgemm_1x1_conv.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.3478256Z Compiling src/common/verbose.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.3479498Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:17.5593278Z 2024-04-03T16:11:17.5594352Z  2024-04-03T16:11:17.5595344Z  2024-04-03T16:11:17.5595866Z  2024-04-03T16:11:17.5596326Z  2024-04-03T16:11:17.5596765Z  2024-04-03T16:11:17.5597221Z  2024-04-03T16:11:17.5600433Z  2024-04-03T16:11:17.5601027Z  2024-04-03T16:11:17.5602254Z [985 / 3,185] 16 actions, 15 running 2024-04-03T16:11:17.5603612Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:11:17.5610972Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.5612245Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.5613457Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.5614749Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.5615861Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.5616981Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.5618558Z Compiling src/cpu/gemm/f32/ref_gemm_f32.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:17.8021945Z 2024-04-03T16:11:17.8022717Z  2024-04-03T16:11:17.8023282Z  2024-04-03T16:11:17.8023740Z  2024-04-03T16:11:17.8024197Z  2024-04-03T16:11:17.8024623Z  2024-04-03T16:11:17.8025085Z  2024-04-03T16:11:17.8025530Z  2024-04-03T16:11:17.8026004Z  2024-04-03T16:11:17.8026686Z [995 / 3,185] 15 actions running 2024-04-03T16:11:17.8027872Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:11:17.8029391Z Compiling src/cpu/x64/jit_uni_binary_kernel.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.8030970Z Compiling src/cpu/cpu_prelu_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.8032224Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.8033606Z Compiling src/cpu/x64/jit_sse41_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.8035246Z Compiling src/cpu/ref_deconvolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:17.8036528Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:17.8037823Z Compiling src/common/fpmath_mode.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:18.0203553Z 2024-04-03T16:11:18.0204730Z  2024-04-03T16:11:18.0205655Z  2024-04-03T16:11:18.0208584Z  2024-04-03T16:11:18.0209217Z  2024-04-03T16:11:18.0209900Z  2024-04-03T16:11:18.0210523Z  2024-04-03T16:11:18.0211139Z  2024-04-03T16:11:18.0211770Z  2024-04-03T16:11:18.0212626Z [1,006 / 3,185] 16 actions, 15 running 2024-04-03T16:11:18.0214088Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2024-04-03T16:11:18.0215854Z Compiling src/cpu/x64/lrn/jit_uni_lrn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.0217505Z Compiling src/cpu/simple_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.0218810Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.0220399Z Compiling src/common/resampling.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.0222102Z Compiling src/common/primitive_exec_types.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.0223871Z Compiling src/cpu/ref_group_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.0225588Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:18.2855392Z 2024-04-03T16:11:18.2856093Z  2024-04-03T16:11:18.2856594Z  2024-04-03T16:11:18.2857036Z  2024-04-03T16:11:18.2857423Z  2024-04-03T16:11:18.2857823Z  2024-04-03T16:11:18.2858203Z  2024-04-03T16:11:18.2858564Z  2024-04-03T16:11:18.2858967Z  2024-04-03T16:11:18.2859540Z [1,013 / 3,185] 16 actions, 15 running 2024-04-03T16:11:18.2860503Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2024-04-03T16:11:18.2861849Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.2863342Z Compiling src/cpu/ref_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.2865099Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.2866306Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.2867469Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.2868408Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.2869337Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:18.5138619Z 2024-04-03T16:11:18.5139484Z  2024-04-03T16:11:18.5139890Z  2024-04-03T16:11:18.5140193Z  2024-04-03T16:11:18.5140431Z  2024-04-03T16:11:18.5140676Z  2024-04-03T16:11:18.5140908Z  2024-04-03T16:11:18.5141163Z  2024-04-03T16:11:18.5141408Z  2024-04-03T16:11:18.5141796Z [1,022 / 3,185] 16 actions, 15 running 2024-04-03T16:11:18.5142450Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2024-04-03T16:11:18.5143257Z Compiling src/cpu/x64/jit_uni_eltwise_int.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.5143990Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.5144707Z Compiling src/common/primitive_desc_iface.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.5145558Z Compiling src/cpu/cpu_resampling_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.5146244Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.5146958Z Compiling src/cpu/gemm_convolution_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.5147677Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:18.7218864Z 2024-04-03T16:11:18.7219574Z  2024-04-03T16:11:18.7220107Z  2024-04-03T16:11:18.7220599Z  2024-04-03T16:11:18.7221033Z  2024-04-03T16:11:18.7221490Z  2024-04-03T16:11:18.7221937Z  2024-04-03T16:11:18.7222371Z  2024-04-03T16:11:18.7222816Z  2024-04-03T16:11:18.7223497Z [1,029 / 3,185] 16 actions, 15 running 2024-04-03T16:11:18.7224652Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2024-04-03T16:11:18.7226031Z Compiling src/cpu/gemm_convolution_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.7227537Z Compiling src/cpu/rnn/ref_postgemm_gru_lbr.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.7229162Z Compiling src/cpu/x64/jit_uni_convert_xf16.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.7230486Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.7231750Z Compiling src/cpu/rnn/cell_gru_lbr.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.7232985Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.7234032Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:18.9423721Z 2024-04-03T16:11:18.9424632Z  2024-04-03T16:11:18.9425364Z  2024-04-03T16:11:18.9425968Z  2024-04-03T16:11:18.9426402Z  2024-04-03T16:11:18.9426807Z  2024-04-03T16:11:18.9427216Z  2024-04-03T16:11:18.9427445Z  2024-04-03T16:11:18.9427689Z  2024-04-03T16:11:18.9428107Z [1,037 / 3,185] 16 actions, 15 running 2024-04-03T16:11:18.9428756Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2024-04-03T16:11:18.9429390Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.9429943Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.9430476Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.9431027Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.9431727Z Compiling src/cpu/x64/jit_uni_xf16_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:18.9432417Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:18.9432976Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:19.2029396Z 2024-04-03T16:11:19.2029924Z  2024-04-03T16:11:19.2030275Z  2024-04-03T16:11:19.2030549Z  2024-04-03T16:11:19.2030784Z  2024-04-03T16:11:19.2031029Z  2024-04-03T16:11:19.2031272Z  2024-04-03T16:11:19.2031501Z  2024-04-03T16:11:19.2181678Z  2024-04-03T16:11:19.2182727Z [1,047 / 3,185] 16 actions running 2024-04-03T16:11:19.2183747Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2024-04-03T16:11:19.2185038Z Compiling src/cpu/x64/jit_uni_eltwise.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.2186399Z Compiling src/cpu/x64/jit_brgemm_deconv.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.2187930Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.2189206Z Compiling src/cpu/x64/jit_uni_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.2190610Z Compiling src/cpu/matmul/ref_matmul_int8.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.2191951Z Compiling src/common/gemm.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.2193153Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:19.4190705Z 2024-04-03T16:11:19.4195526Z  2024-04-03T16:11:19.4196070Z  2024-04-03T16:11:19.4196518Z  2024-04-03T16:11:19.4196987Z  2024-04-03T16:11:19.4197239Z  2024-04-03T16:11:19.4197469Z  2024-04-03T16:11:19.4197714Z  2024-04-03T16:11:19.4197954Z  2024-04-03T16:11:19.4198313Z [1,051 / 3,185] 16 actions running 2024-04-03T16:11:19.4199087Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2024-04-03T16:11:19.4199900Z Compiling src/cpu/matmul/ref_matmul_int8.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.4200667Z Compiling src/common/gemm.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.4201445Z Compiling src/cpu/primitive_attr_postops.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.4202296Z Compiling src/cpu/x64/cpu_isa_traits.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.4202966Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.4203516Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.4204187Z Compiling src/cpu/ref_shuffle.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:19.6945764Z 2024-04-03T16:11:19.6946493Z  2024-04-03T16:11:19.6946993Z  2024-04-03T16:11:19.6947457Z  2024-04-03T16:11:19.6947860Z  2024-04-03T16:11:19.6948263Z  2024-04-03T16:11:19.6948659Z  2024-04-03T16:11:19.6949064Z  2024-04-03T16:11:19.6949458Z  2024-04-03T16:11:19.6950065Z [1,057 / 3,185] 16 actions, 15 running 2024-04-03T16:11:19.6951194Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2024-04-03T16:11:19.6952254Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.6953178Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.6954385Z Compiling src/cpu/reorder/cpu_reorder.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.6955583Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.6956508Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.6957747Z Compiling src/cpu/nspc_batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.6959053Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:19.9030480Z 2024-04-03T16:11:19.9031213Z  2024-04-03T16:11:19.9031744Z  2024-04-03T16:11:19.9032235Z  2024-04-03T16:11:19.9032682Z  2024-04-03T16:11:19.9033136Z  2024-04-03T16:11:19.9033591Z  2024-04-03T16:11:19.9034063Z  2024-04-03T16:11:19.9034522Z  2024-04-03T16:11:19.9035223Z [1,066 / 3,185] 16 actions, 15 running 2024-04-03T16:11:19.9036401Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:11:19.9037291Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.9037850Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.9038382Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.9038995Z Compiling src/cpu/ref_lrn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:19.9039608Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.9042045Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:19.9043409Z Compiling src/common/memory_zero_pad.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:20.1581601Z 2024-04-03T16:11:20.1582368Z  2024-04-03T16:11:20.1582902Z  2024-04-03T16:11:20.1583329Z  2024-04-03T16:11:20.1583732Z  2024-04-03T16:11:20.1584159Z  2024-04-03T16:11:20.1584901Z  2024-04-03T16:11:20.1585309Z  2024-04-03T16:11:20.1585733Z  2024-04-03T16:11:20.1586338Z [1,067 / 3,185] 16 actions, 15 running 2024-04-03T16:11:20.1587532Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:11:20.1588885Z @mkl_dnn//:mkl-dnn; 1s processwrapper-sandbox 2024-04-03T16:11:20.1590062Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.1591381Z Compiling src/cpu/ref_lrn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:20.1592683Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.1593926Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.1594951Z Compiling src/common/memory_zero_pad.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:20.1595997Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:20.4047516Z 2024-04-03T16:11:20.4048242Z  2024-04-03T16:11:20.4048761Z  2024-04-03T16:11:20.4049232Z  2024-04-03T16:11:20.4049710Z  2024-04-03T16:11:20.4050150Z  2024-04-03T16:11:20.4050587Z  2024-04-03T16:11:20.4051001Z  2024-04-03T16:11:20.4051445Z  2024-04-03T16:11:20.4052136Z [1,075 / 3,185] 15 actions, 14 running 2024-04-03T16:11:20.4053346Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:11:20.4054816Z Compiling src/cpu/rnn/cell_common.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:20.4056062Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.4057097Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.4058104Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.4059126Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.4060066Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.4061109Z Compiling src/common/utils.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:20.6188016Z 2024-04-03T16:11:20.6188730Z  2024-04-03T16:11:20.6189288Z  2024-04-03T16:11:20.6189746Z  2024-04-03T16:11:20.6190194Z  2024-04-03T16:11:20.6190642Z  2024-04-03T16:11:20.6191089Z  2024-04-03T16:11:20.6191514Z  2024-04-03T16:11:20.6191952Z  2024-04-03T16:11:20.6192632Z [1,080 / 3,185] 16 actions, 15 running 2024-04-03T16:11:20.6193770Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:11:20.6194855Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.6195580Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.6196122Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.6196682Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.6197219Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.6197929Z Compiling src/cpu/matmul/cpu_matmul_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:20.6198666Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:20.8199451Z 2024-04-03T16:11:20.8200305Z  2024-04-03T16:11:20.8200813Z  2024-04-03T16:11:20.8201234Z  2024-04-03T16:11:20.8201621Z  2024-04-03T16:11:20.8202017Z  2024-04-03T16:11:20.8202392Z  2024-04-03T16:11:20.8202805Z  2024-04-03T16:11:20.8203131Z  2024-04-03T16:11:20.8203692Z [1,086 / 3,185] 15 actions running 2024-04-03T16:11:20.8204942Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:11:20.8206001Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.8206830Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.8207996Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.8208910Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.8209805Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.8210669Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:20.8211600Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:21.0336233Z 2024-04-03T16:11:21.0337367Z  2024-04-03T16:11:21.0338601Z  2024-04-03T16:11:21.0339080Z  2024-04-03T16:11:21.0339519Z  2024-04-03T16:11:21.0339937Z  2024-04-03T16:11:21.0340299Z  2024-04-03T16:11:21.0340765Z  2024-04-03T16:11:21.0341180Z  2024-04-03T16:11:21.0341784Z [1,092 / 3,185] 16 actions, 15 running 2024-04-03T16:11:21.0342488Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:11:21.0343134Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.0343854Z Compiling src/cpu/x64/jit_brdgmm_dw_conv.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.0344587Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.0345136Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.0345668Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.0346353Z Compiling src/common/primitive_attr.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.0347177Z Compiling src/common/rw_mutex.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:21.3701508Z 2024-04-03T16:11:21.3705197Z  2024-04-03T16:11:21.3705792Z  2024-04-03T16:11:21.3706279Z  2024-04-03T16:11:21.3706713Z  2024-04-03T16:11:21.3707163Z  2024-04-03T16:11:21.3707600Z  2024-04-03T16:11:21.3708037Z  2024-04-03T16:11:21.3708482Z  2024-04-03T16:11:21.3709178Z [1,098 / 3,185] 16 actions, 15 running 2024-04-03T16:11:21.3710390Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:11:21.3711579Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.3712905Z Compiling src/common/primitive_attr.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.3714161Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.3715115Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.3715666Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.3727700Z Compiling src/cpu/cpu_reduction_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.3729195Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:21.6205802Z 2024-04-03T16:11:21.6206521Z  2024-04-03T16:11:21.6207068Z  2024-04-03T16:11:21.6207532Z  2024-04-03T16:11:21.6207989Z  2024-04-03T16:11:21.6208427Z  2024-04-03T16:11:21.6208878Z  2024-04-03T16:11:21.6209328Z  2024-04-03T16:11:21.6209764Z  2024-04-03T16:11:21.6210416Z [1,103 / 3,185] 16 actions running 2024-04-03T16:11:21.6211584Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:11:21.6212570Z Compiling src/cpu/cpu_reduction_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.6213327Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.6214028Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.6214667Z Compiling src/cpu/ref_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.6215331Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.6215977Z Compiling src/cpu/rnn/ref_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.6216679Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:21.8208165Z 2024-04-03T16:11:21.8208920Z  2024-04-03T16:11:21.8209466Z  2024-04-03T16:11:21.8209956Z  2024-04-03T16:11:21.8211102Z  2024-04-03T16:11:21.8211492Z  2024-04-03T16:11:21.8211876Z  2024-04-03T16:11:21.8212342Z  2024-04-03T16:11:21.8212800Z  2024-04-03T16:11:21.8213489Z [1,109 / 3,185] 16 actions running 2024-04-03T16:11:21.8214754Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:11:21.8215492Z Compiling src/cpu/rnn/ref_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.8216140Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.8216698Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.8217352Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.8218031Z Compiling src/cpu/cpu_shuffle_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:21.8218703Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:21.8219404Z Compiling src/cpu/simple_resampling.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:22.0424963Z 2024-04-03T16:11:22.0425695Z  2024-04-03T16:11:22.0426216Z  2024-04-03T16:11:22.0426679Z  2024-04-03T16:11:22.0427150Z  2024-04-03T16:11:22.0427623Z  2024-04-03T16:11:22.0428074Z  2024-04-03T16:11:22.0428524Z  2024-04-03T16:11:22.0428945Z  2024-04-03T16:11:22.0429670Z [1,116 / 3,185] 16 actions, 15 running 2024-04-03T16:11:22.0430912Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:11:22.0431671Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.0432222Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.0433075Z Compiling src/cpu/platform.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.0433876Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.0434725Z Compiling src/cpu/cpu_pooling_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.0435585Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.0436606Z Compiling src/common/primitive_iface.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:22.2851214Z 2024-04-03T16:11:22.2851888Z  2024-04-03T16:11:22.2852502Z  2024-04-03T16:11:22.2853158Z  2024-04-03T16:11:22.2853419Z  2024-04-03T16:11:22.2853652Z  2024-04-03T16:11:22.2853983Z  2024-04-03T16:11:22.2854257Z  2024-04-03T16:11:22.2854490Z  2024-04-03T16:11:22.2854898Z [1,117 / 3,185] 16 actions, 15 running 2024-04-03T16:11:22.2855565Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:11:22.2856189Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.2856839Z Compiling src/cpu/platform.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.2857465Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.2858134Z Compiling src/cpu/cpu_pooling_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.2858806Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.2859503Z Compiling src/common/primitive_iface.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.2860203Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:22.5245460Z 2024-04-03T16:11:22.5246130Z  2024-04-03T16:11:22.5246592Z  2024-04-03T16:11:22.5247037Z  2024-04-03T16:11:22.5247512Z  2024-04-03T16:11:22.5247967Z  2024-04-03T16:11:22.5248424Z  2024-04-03T16:11:22.5248863Z  2024-04-03T16:11:22.5249319Z  2024-04-03T16:11:22.5250014Z [1,124 / 3,185] 16 actions, 15 running 2024-04-03T16:11:22.5251227Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:11:22.5252711Z Compiling src/cpu/x64/ip_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.5254113Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.5255160Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.5256197Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.5257430Z Compiling src/cpu/rnn/ref_postgemm_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.5258888Z Compiling src/common/inner_product.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.5260137Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:22.7478489Z 2024-04-03T16:11:22.7481590Z  2024-04-03T16:11:22.7482245Z  2024-04-03T16:11:22.7482496Z  2024-04-03T16:11:22.7482774Z  2024-04-03T16:11:22.7483023Z  2024-04-03T16:11:22.7483290Z  2024-04-03T16:11:22.7483532Z  2024-04-03T16:11:22.7483761Z  2024-04-03T16:11:22.7484158Z [1,130 / 3,185] 16 actions, 15 running 2024-04-03T16:11:22.7485621Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:11:22.7486437Z Compiling src/cpu/x64/ip_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.7487294Z Compiling src/cpu/rnn/ref_postgemm_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.7488034Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.7488779Z Compiling src/common/primitive_hashing.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.7489571Z Compiling src/cpu/ref_binary.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.7490405Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.7491171Z Compiling src/cpu/cpu_lrn_list.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:22.9661043Z 2024-04-03T16:11:22.9661768Z  2024-04-03T16:11:22.9662318Z  2024-04-03T16:11:22.9662913Z  2024-04-03T16:11:22.9663354Z  2024-04-03T16:11:22.9663804Z  2024-04-03T16:11:22.9664231Z  2024-04-03T16:11:22.9664697Z  2024-04-03T16:11:22.9665133Z  2024-04-03T16:11:22.9665814Z [1,134 / 3,185] 16 actions, 15 running 2024-04-03T16:11:22.9666977Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:11:22.9668445Z Compiling src/common/primitive_hashing.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.9669738Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.9670929Z Compiling src/cpu/cpu_lrn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.9672094Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.9673477Z Compiling src/cpu/x64/prelu/jit_prelu_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:22.9674644Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:22.9675582Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:23.1752566Z 2024-04-03T16:11:23.1753612Z  2024-04-03T16:11:23.1754203Z  2024-04-03T16:11:23.1754770Z  2024-04-03T16:11:23.1755235Z  2024-04-03T16:11:23.1755706Z  2024-04-03T16:11:23.1756150Z  2024-04-03T16:11:23.1756636Z  2024-04-03T16:11:23.1757100Z  2024-04-03T16:11:23.1757779Z [1,139 / 3,185] 16 actions, 15 running 2024-04-03T16:11:23.1758876Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:11:23.1760231Z Compiling src/common/primitive_hashing.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.1761584Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.1762691Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.1763900Z Compiling src/cpu/x64/jit_uni_binary.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.1765465Z Compiling src/cpu/rnn/cell_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.1766696Z Compiling src/cpu/cpu_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.1767786Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:23.3823550Z 2024-04-03T16:11:23.3824282Z  2024-04-03T16:11:23.3824820Z  2024-04-03T16:11:23.3825303Z  2024-04-03T16:11:23.3825718Z  2024-04-03T16:11:23.3826152Z  2024-04-03T16:11:23.3826551Z  2024-04-03T16:11:23.3826968Z  2024-04-03T16:11:23.3827407Z  2024-04-03T16:11:23.3828085Z [1,141 / 3,185] 16 actions, 15 running 2024-04-03T16:11:23.3829206Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:11:23.3830623Z Compiling src/common/primitive_hashing.cpp; 1s processwrapper-sandbox 2024-04-03T16:11:23.3832053Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.3833478Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.3834584Z Compiling src/cpu/cpu_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.3835655Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.3836616Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.3837840Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:23.6012092Z 2024-04-03T16:11:23.6012841Z  2024-04-03T16:11:23.6013414Z  2024-04-03T16:11:23.6013810Z  2024-04-03T16:11:23.6014069Z  2024-04-03T16:11:23.6014305Z  2024-04-03T16:11:23.6014561Z  2024-04-03T16:11:23.6014811Z  2024-04-03T16:11:23.6015043Z  2024-04-03T16:11:23.6015443Z [1,148 / 3,185] 16 actions, 15 running 2024-04-03T16:11:23.6016106Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:11:23.6016891Z Compiling src/common/primitive_hashing.cpp; 1s processwrapper-sandbox 2024-04-03T16:11:23.6017728Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.6018379Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.6018920Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.6019474Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.6020034Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.6020593Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:23.8218244Z 2024-04-03T16:11:23.8218883Z  2024-04-03T16:11:23.8219474Z  2024-04-03T16:11:23.8219904Z  2024-04-03T16:11:23.8220145Z  2024-04-03T16:11:23.8220398Z  2024-04-03T16:11:23.8220647Z  2024-04-03T16:11:23.8220884Z  2024-04-03T16:11:23.8221133Z  2024-04-03T16:11:23.8221497Z [1,152 / 3,185] 16 actions running 2024-04-03T16:11:23.8222148Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:11:23.8222962Z Compiling src/common/primitive_hashing.cpp; 1s processwrapper-sandbox 2024-04-03T16:11:23.8223672Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.8224214Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.8224768Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.8225617Z Compiling src/cpu/matmul/gemm_f32_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:23.8226320Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:23.8227046Z Compiling src/cpu/x64/brgemm/brgemm.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:24.0351415Z 2024-04-03T16:11:24.0352120Z  2024-04-03T16:11:24.0352612Z  2024-04-03T16:11:24.0353009Z  2024-04-03T16:11:24.0353393Z  2024-04-03T16:11:24.0353803Z  2024-04-03T16:11:24.0354232Z  2024-04-03T16:11:24.0354654Z  2024-04-03T16:11:24.0355086Z  2024-04-03T16:11:24.0355703Z [1,154 / 3,185] 16 actions running 2024-04-03T16:11:24.0356890Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:11:24.0358356Z Compiling src/common/primitive_hashing.cpp; 1s processwrapper-sandbox 2024-04-03T16:11:24.0359659Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.0360991Z Compiling src/cpu/matmul/gemm_f32_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.0362323Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.0363559Z Compiling src/cpu/x64/brgemm/brgemm.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.0365182Z Compiling src/common/cache_blob_id.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.0366478Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:24.3355083Z 2024-04-03T16:11:24.3355542Z  2024-04-03T16:11:24.3355867Z  2024-04-03T16:11:24.3356252Z  2024-04-03T16:11:24.3356523Z  2024-04-03T16:11:24.3356777Z  2024-04-03T16:11:24.3357068Z  2024-04-03T16:11:24.3357332Z  2024-04-03T16:11:24.3357785Z  2024-04-03T16:11:24.3358260Z [1,161 / 3,185] 15 actions, 14 running 2024-04-03T16:11:24.3358979Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:11:24.3359842Z Compiling src/common/primitive_hashing.cpp; 2s processwrapper-sandbox 2024-04-03T16:11:24.3360786Z Compiling src/cpu/x64/jit_brgemm_conv_bwd.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.3361847Z Compiling src/cpu/simple_concat.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.3362527Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.3363143Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.3363740Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.3364590Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:24.5859396Z 2024-04-03T16:11:24.5860044Z  2024-04-03T16:11:24.5860535Z  2024-04-03T16:11:24.5860889Z  2024-04-03T16:11:24.5862879Z  2024-04-03T16:11:24.5863251Z  2024-04-03T16:11:24.5863635Z  2024-04-03T16:11:24.5864013Z  2024-04-03T16:11:24.5864351Z  2024-04-03T16:11:24.5864943Z [1,165 / 3,185] 16 actions, 15 running 2024-04-03T16:11:24.5865868Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:11:24.5867066Z Compiling src/common/primitive_hashing.cpp; 2s processwrapper-sandbox 2024-04-03T16:11:24.5868005Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.5868686Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.5869677Z Compiling src/cpu/cpu_convolution_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.5871097Z Compiling src/common/sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.5872208Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.5873251Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:24.7994582Z 2024-04-03T16:11:24.8001144Z  2024-04-03T16:11:24.8001735Z  2024-04-03T16:11:24.8002265Z  2024-04-03T16:11:24.8002781Z  2024-04-03T16:11:24.8003279Z  2024-04-03T16:11:24.8003808Z  2024-04-03T16:11:24.8004568Z  2024-04-03T16:11:24.8005087Z  2024-04-03T16:11:24.8005889Z [1,170 / 3,185] 16 actions, 15 running 2024-04-03T16:11:24.8007300Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:11:24.8008903Z Compiling src/common/primitive_hashing.cpp; 2s processwrapper-sandbox 2024-04-03T16:11:24.8010604Z Compiling src/cpu/cpu_convolution_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.8012114Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.8013573Z Compiling src/common/convolution_pd.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.8015621Z Compiling src/cpu/x64/gemm/gemv_driver.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:24.8016763Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:24.8017834Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:25.0156443Z 2024-04-03T16:11:25.0156970Z  2024-04-03T16:11:25.0157324Z  2024-04-03T16:11:25.0157571Z  2024-04-03T16:11:25.0157892Z  2024-04-03T16:11:25.0158147Z  2024-04-03T16:11:25.0158379Z  2024-04-03T16:11:25.0158692Z  2024-04-03T16:11:25.0158962Z  2024-04-03T16:11:25.0159398Z [1,177 / 3,185] 16 actions, 15 running 2024-04-03T16:11:25.0160125Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:11:25.0160984Z Compiling src/common/primitive_hashing.cpp; 2s processwrapper-sandbox 2024-04-03T16:11:25.0161909Z Compiling src/cpu/x64/jit_uni_pool_kernel.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.0162686Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.0163439Z Compiling src/common/deconvolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.0164615Z Compiling src/cpu/x64/jit_transpose_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.0165769Z Compiling src/cpu/x64/jit_avx2_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.0166589Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:25.2211561Z 2024-04-03T16:11:25.2212306Z  2024-04-03T16:11:25.2212809Z  2024-04-03T16:11:25.2213179Z  2024-04-03T16:11:25.2220940Z  2024-04-03T16:11:25.2221336Z  2024-04-03T16:11:25.2221736Z  2024-04-03T16:11:25.2222101Z  2024-04-03T16:11:25.2222356Z  2024-04-03T16:11:25.2222973Z [1,181 / 3,185] 16 actions, 15 running 2024-04-03T16:11:25.2223876Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:11:25.2225210Z Compiling src/common/primitive_hashing.cpp; 2s processwrapper-sandbox 2024-04-03T16:11:25.2226537Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.2227843Z Compiling src/cpu/x64/jit_avx2_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.2229167Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.2230169Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.2231489Z Compiling src/cpu/binary_injector_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.2232835Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:25.4306454Z 2024-04-03T16:11:25.4307451Z  2024-04-03T16:11:25.4307974Z  2024-04-03T16:11:25.4308401Z  2024-04-03T16:11:25.4308852Z  2024-04-03T16:11:25.4309283Z  2024-04-03T16:11:25.4309728Z  2024-04-03T16:11:25.4310174Z  2024-04-03T16:11:25.4310614Z  2024-04-03T16:11:25.4311271Z [1,217 / 3,233] 16 actions, 15 running 2024-04-03T16:11:25.4312335Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:11:25.4313672Z Compiling src/cpu/x64/jit_avx2_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.4314899Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.4315859Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.4316748Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.4317916Z Compiling src/cpu/x64/cpu_reducer.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.4319044Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.4319962Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:25.6344687Z 2024-04-03T16:11:25.6345584Z  2024-04-03T16:11:25.6346115Z  2024-04-03T16:11:25.6346575Z  2024-04-03T16:11:25.6347038Z  2024-04-03T16:11:25.6347772Z  2024-04-03T16:11:25.6348209Z  2024-04-03T16:11:25.6348996Z  2024-04-03T16:11:25.6349476Z  2024-04-03T16:11:25.6350264Z [1,222 / 3,233] 16 actions, 15 running 2024-04-03T16:11:25.6351132Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:11:25.6351794Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.6352352Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.6352998Z Compiling src/cpu/cpu_concat.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:25.6353632Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.6354186Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.6354718Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.6355302Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:11:25.8350025Z 2024-04-03T16:11:25.8350692Z  2024-04-03T16:11:25.8351263Z  2024-04-03T16:11:25.8351630Z  2024-04-03T16:11:25.8351882Z  2024-04-03T16:11:25.8352130Z  2024-04-03T16:11:25.8352362Z  2024-04-03T16:11:25.8352609Z  2024-04-03T16:11:25.8352841Z  2024-04-03T16:11:25.8353210Z [1,231 / 3,233] 16 actions running 2024-04-03T16:11:25.8353861Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:11:25.8354504Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.8588038Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:11:25.8589679Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:25.8591011Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:25.8592197Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:25.8593600Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:25.8595233Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:11:26.0449842Z 2024-04-03T16:11:26.0450565Z  2024-04-03T16:11:26.0451148Z  2024-04-03T16:11:26.0451691Z  2024-04-03T16:11:26.0452226Z  2024-04-03T16:11:26.0452755Z  2024-04-03T16:11:26.0453262Z  2024-04-03T16:11:26.0453873Z  2024-04-03T16:11:26.0454356Z  2024-04-03T16:11:26.0455014Z [1,236 / 3,233] 16 actions, 15 running 2024-04-03T16:11:26.0456271Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2024-04-03T16:11:26.0457799Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.0459092Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.0460477Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.0462000Z Compiling tensorpipe/transport/ibv/reactor.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.0463456Z Compiling tensorpipe/common/epoll_loop.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.0464738Z Compiling tensorpipe/core/pipe.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.0466013Z Compiling tensorpipe/common/ibv.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:26.2505353Z 2024-04-03T16:11:26.2506071Z  2024-04-03T16:11:26.2506591Z  2024-04-03T16:11:26.2507059Z  2024-04-03T16:11:26.2507510Z  2024-04-03T16:11:26.2510417Z  2024-04-03T16:11:26.2511303Z  2024-04-03T16:11:26.2512335Z  2024-04-03T16:11:26.2512827Z  2024-04-03T16:11:26.2513828Z [1,249 / 3,233] 16 actions, 15 running 2024-04-03T16:11:26.2515097Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2024-04-03T16:11:26.2516664Z Compiling tensorpipe/transport/ibv/utility.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.2518271Z Compiling tensorpipe/transport/shm/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.2519667Z Compiling tensorpipe/transport/uv/error.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.2520880Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.2522106Z Compiling tensorpipe/channel/mpt/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.2523363Z Compiling tensorpipe/transport/uv/loop.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.2525091Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:11:26.4595382Z 2024-04-03T16:11:26.4596067Z  2024-04-03T16:11:26.4596599Z  2024-04-03T16:11:26.4597058Z  2024-04-03T16:11:26.4597515Z  2024-04-03T16:11:26.4597985Z  2024-04-03T16:11:26.4598427Z  2024-04-03T16:11:26.4598844Z  2024-04-03T16:11:26.4599260Z  2024-04-03T16:11:26.4599898Z [1,258 / 3,233] 16 actions running 2024-04-03T16:11:26.4600990Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2024-04-03T16:11:26.4602390Z Compiling tensorpipe/transport/uv/loop.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.4603935Z Compiling tensorpipe/core/listener_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.4605568Z Compiling tensorpipe/core/listener.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.4607100Z Compiling tensorpipe/transport/uv/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.4608515Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.4609727Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.4611003Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:11:26.6599767Z 2024-04-03T16:11:26.6630509Z  2024-04-03T16:11:26.6631221Z  2024-04-03T16:11:26.6631510Z  2024-04-03T16:11:26.6631831Z  2024-04-03T16:11:26.6632080Z  2024-04-03T16:11:26.6632326Z  2024-04-03T16:11:26.6632628Z  2024-04-03T16:11:26.6632870Z  2024-04-03T16:11:26.6633333Z [1,268 / 3,233] 15 actions running 2024-04-03T16:11:26.6634234Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2024-04-03T16:11:26.6635418Z Compiling tensorpipe/core/listener_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.6636261Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.6636976Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.6637708Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.6638362Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.6639117Z Compiling tensorpipe/common/fd.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.6639829Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:11:26.8754346Z 2024-04-03T16:11:26.8755088Z  2024-04-03T16:11:26.8755682Z  2024-04-03T16:11:26.8756169Z  2024-04-03T16:11:26.8756572Z  2024-04-03T16:11:26.8756821Z  2024-04-03T16:11:26.8757063Z  2024-04-03T16:11:26.8757315Z  2024-04-03T16:11:26.8757555Z  2024-04-03T16:11:26.8757948Z [1,278 / 3,233] 16 actions, 15 running 2024-04-03T16:11:26.8758591Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:11:26.8759284Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:26.8760021Z Compiling tensorpipe/core/pipe_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.8760859Z Compiling tensorpipe/transport/ibv/sockaddr.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.8761736Z Compiling tensorpipe/channel/xth/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.8762588Z Compiling tensorpipe/common/shm_segment.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.8763425Z Compiling tensorpipe/core/context_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:11:26.8764244Z Compiling tensorpipe/common/socket.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:27.1028817Z 2024-04-03T16:11:27.1037072Z  2024-04-03T16:11:27.1037698Z  2024-04-03T16:11:27.1038144Z  2024-04-03T16:11:27.1038599Z  2024-04-03T16:11:27.1039057Z  2024-04-03T16:11:27.1039458Z  2024-04-03T16:11:27.1039915Z  2024-04-03T16:11:27.1040749Z  2024-04-03T16:11:27.1041537Z [1,289 / 3,233] 16 actions, 15 running 2024-04-03T16:11:27.1042647Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:11:27.1044023Z Compiling tensorpipe/core/context_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:11:27.1045457Z Compiling c10/core/Storage.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.1046828Z Compiling c10/core/SafePyObject.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.1048176Z Compiling c10/core/SymNodeImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.1049464Z Compiling c10/core/GeneratorImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.1050759Z Compiling c10/core/Allocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.1052093Z Compiling c10/core/SymBool.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:27.3418983Z 2024-04-03T16:11:27.3419486Z  2024-04-03T16:11:27.3419910Z  2024-04-03T16:11:27.3420292Z  2024-04-03T16:11:27.3420622Z  2024-04-03T16:11:27.3420855Z  2024-04-03T16:11:27.3421106Z  2024-04-03T16:11:27.3421352Z  2024-04-03T16:11:27.3421583Z  2024-04-03T16:11:27.3421979Z [1,301 / 3,233] 16 actions, 15 running 2024-04-03T16:11:27.3422643Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:11:27.3423424Z Compiling c10/core/ScalarType.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.3425436Z Compiling c10/core/UndefinedTensorImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.3426431Z Compiling c10/core/TensorImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.3427324Z Compiling c10/core/CopyBytes.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.3428186Z Compiling c10/core/DefaultDtype.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.3430989Z Compiling c10/core/RefcountedDeleter.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.3431937Z Compiling c10/core/Stream.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:27.5786351Z 2024-04-03T16:11:27.5787105Z  2024-04-03T16:11:27.5787650Z  2024-04-03T16:11:27.5788120Z  2024-04-03T16:11:27.5788562Z  2024-04-03T16:11:27.5789014Z  2024-04-03T16:11:27.5789467Z  2024-04-03T16:11:27.5789906Z  2024-04-03T16:11:27.5790345Z  2024-04-03T16:11:27.5791045Z [1,307 / 3,233] 16 actions, 15 running 2024-04-03T16:11:27.5792233Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:11:27.5793573Z Compiling c10/core/TensorImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.5794919Z Compiling c10/core/impl/COW.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.5796168Z Compiling c10/core/Scalar.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.5797613Z Compiling c10/core/ConstantSymNodeImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.5799234Z Compiling c10/core/impl/HermeticPyObjectTLS.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.5800520Z Compiling c10/core/impl/PyObjectSlot.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.5801606Z Compiling c10/core/impl/PyInterpreter.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:27.8053820Z 2024-04-03T16:11:27.8054509Z  2024-04-03T16:11:27.8055027Z  2024-04-03T16:11:27.8055458Z  2024-04-03T16:11:27.8055916Z  2024-04-03T16:11:27.8056307Z  2024-04-03T16:11:27.8056672Z  2024-04-03T16:11:27.8057068Z  2024-04-03T16:11:27.8057516Z  2024-04-03T16:11:27.8058186Z [1,319 / 3,233] 16 actions, 15 running 2024-04-03T16:11:27.8059321Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:11:27.8060521Z Compiling c10/core/DispatchKey.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.8061822Z Compiling c10/core/thread_pool.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.8063180Z Compiling c10/core/impl/SizesAndStrides.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.8064554Z Compiling c10/core/InferenceMode.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.8065898Z Compiling c10/core/TensorOptions.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.8067311Z Compiling c10/core/StorageImpl.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:27.8068545Z //c10/core:base; 0s processwrapper-sandbox ... 2024-04-03T16:11:28.0049711Z 2024-04-03T16:11:28.0050835Z  2024-04-03T16:11:28.0051424Z  2024-04-03T16:11:28.0051710Z  2024-04-03T16:11:28.0051982Z  2024-04-03T16:11:28.0052226Z  2024-04-03T16:11:28.0052454Z  2024-04-03T16:11:28.0052692Z  2024-04-03T16:11:28.0052937Z  2024-04-03T16:11:28.0053434Z [1,332 / 3,233] 16 actions, 15 running 2024-04-03T16:11:28.0054498Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:11:28.0055454Z //c10/core:base; 0s processwrapper-sandbox 2024-04-03T16:11:28.0056434Z Compiling c10/util/SmallVector.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.0057582Z Compiling c10/util/C++17.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.0058735Z Compiling c10/util/flags_use_gflags.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.0059870Z Compiling c10/util/Type_demangle.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.0061157Z Compiling c10/util/Metaprogramming.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.0062363Z Compiling c10/util/Logging.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:28.2334527Z 2024-04-03T16:11:28.2335550Z  2024-04-03T16:11:28.2336081Z  2024-04-03T16:11:28.2336494Z  2024-04-03T16:11:28.2336948Z  2024-04-03T16:11:28.2337405Z  2024-04-03T16:11:28.2337859Z  2024-04-03T16:11:28.2338301Z  2024-04-03T16:11:28.2338763Z  2024-04-03T16:11:28.2339394Z [1,341 / 3,233] 15 actions, 14 running 2024-04-03T16:11:28.2340096Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:11:28.2340949Z Compiling c10/util/ApproximateClock.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.2341878Z Compiling c10/util/ThreadLocalDebugInfo.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.2342732Z Compiling c10/util/tempfile.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.2343504Z Compiling c10/util/StringUtil.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.2344260Z Compiling c10/util/numa.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.2345113Z Compiling c10/mobile/CPUCachingAllocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.2346078Z Compiling c10/core/CPUAllocator.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:28.4499105Z 2024-04-03T16:11:28.4500188Z  2024-04-03T16:11:28.4500758Z  2024-04-03T16:11:28.4501228Z  2024-04-03T16:11:28.4501688Z  2024-04-03T16:11:28.4502336Z  2024-04-03T16:11:28.4502809Z  2024-04-03T16:11:28.4503262Z  2024-04-03T16:11:28.4503731Z  2024-04-03T16:11:28.4504448Z [1,355 / 3,233] 15 actions, 14 running 2024-04-03T16:11:28.4505679Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:11:28.4507293Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.4508808Z Compiling c10/util/int128.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.4510236Z Compiling c10/util/Float8_e5m2fnuz.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.4511696Z Compiling c10/util/Float8_e5m2.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.4513158Z Compiling c10/util/Type_no_demangle.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.4514709Z Compiling c10/util/UniqueVoidPtr.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.4516171Z Compiling c10/util/signal_handler.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:28.6417943Z 2024-04-03T16:11:28.6418720Z  2024-04-03T16:11:28.6419296Z  2024-04-03T16:11:28.6419732Z  2024-04-03T16:11:28.6420108Z  2024-04-03T16:11:28.6420499Z  2024-04-03T16:11:28.6420937Z  2024-04-03T16:11:28.6421389Z  2024-04-03T16:11:28.6421842Z  2024-04-03T16:11:28.6422716Z INFO: From Compiling third_party/miniz-2.1.0/miniz.c: 2024-04-03T16:11:28.6425224Z third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2024-04-03T16:11:28.6427034Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2024-04-03T16:11:28.6427864Z | ^~~~~~~ 2024-04-03T16:11:28.6428335Z [1,363 / 3,233] 16 actions running 2024-04-03T16:11:28.6429180Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:11:28.6430103Z Compiling c10/util/signal_handler.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.6431245Z Compiling c10/util/Bfloat16.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.6432439Z Compiling c10/util/DeadlockDetection.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:28.6433716Z Compiling foxi/onnxifi_loader.c; 0s processwrapper-sandbox 2024-04-03T16:11:28.6435005Z Compiling third_party/miniz-2.1.0/miniz.c; 0s processwrapper-sandbox 2024-04-03T16:11:28.6436523Z Compiling src/google/protobuf/io/gzip_stream.cc; 0s processwrapper-sandbox 2024-04-03T16:11:28.6437896Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:28.8610405Z 2024-04-03T16:11:28.8611137Z  2024-04-03T16:11:28.8882293Z  2024-04-03T16:11:28.8883170Z  2024-04-03T16:11:28.8883636Z  2024-04-03T16:11:28.8884083Z  2024-04-03T16:11:28.8884665Z  2024-04-03T16:11:28.8885043Z  2024-04-03T16:11:28.8885496Z  2024-04-03T16:11:28.8886150Z [1,372 / 3,233] 16 actions running 2024-04-03T16:11:28.8887517Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:11:28.8888835Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:28.8890211Z Compiling src/google/protobuf/timestamp.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:28.8891402Z Compiling src/google/protobuf/wrappers.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:28.8892185Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:28.8892989Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:28.8893976Z Compiling src/google/protobuf/message.cc; 0s processwrapper-sandbox 2024-04-03T16:11:28.8895102Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:29.0747327Z 2024-04-03T16:11:29.0748042Z  2024-04-03T16:11:29.0748580Z  2024-04-03T16:11:29.0749030Z  2024-04-03T16:11:29.0749474Z  2024-04-03T16:11:29.0749912Z  2024-04-03T16:11:29.0750371Z  2024-04-03T16:11:29.0750808Z  2024-04-03T16:11:29.0751234Z  2024-04-03T16:11:29.0751902Z [1,378 / 3,233] 16 actions, 15 running 2024-04-03T16:11:29.0753081Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:11:29.0754345Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:29.0755604Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:29.0757060Z Compiling src/google/protobuf/empty.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.0758481Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:29.0760070Z Compiling src/google/protobuf/io/tokenizer.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.0761564Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:29.0763013Z Compiling src/google/protobuf/map_field.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:29.2827903Z 2024-04-03T16:11:29.2828639Z  2024-04-03T16:11:29.2829191Z  2024-04-03T16:11:29.2829666Z  2024-04-03T16:11:29.2830113Z  2024-04-03T16:11:29.2830542Z  2024-04-03T16:11:29.2830976Z  2024-04-03T16:11:29.2831416Z  2024-04-03T16:11:29.2831839Z  2024-04-03T16:11:29.2832520Z [1,386 / 3,233] 16 actions, 15 running 2024-04-03T16:11:29.2833695Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:11:29.2835231Z Compiling src/google/protobuf/descriptor.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.2836866Z Compiling src/google/protobuf/any.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.2838144Z @onnx//:onnx_proto; 0s processwrapper-sandbox 2024-04-03T16:11:29.2839129Z @onnx//:onnx_proto; 0s processwrapper-sandbox 2024-04-03T16:11:29.2840137Z @onnx//:onnx_proto; 0s processwrapper-sandbox 2024-04-03T16:11:29.2841221Z Compiling onnx/checker.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.2842535Z Compiling onnx/defs/image/defs.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:29.4891052Z 2024-04-03T16:11:29.4891731Z  2024-04-03T16:11:29.4892295Z  2024-04-03T16:11:29.4892747Z  2024-04-03T16:11:29.4893028Z  2024-04-03T16:11:29.4893276Z  2024-04-03T16:11:29.4893528Z  2024-04-03T16:11:29.4893817Z  2024-04-03T16:11:29.4894065Z  2024-04-03T16:11:29.4894445Z [1,394 / 3,233] 16 actions running 2024-04-03T16:11:29.4895084Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:11:29.4895793Z Compiling onnx/defs/schema.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.5001349Z Compiling onnx/defs/nn/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.5003218Z Compiling onnx/defs/object_detection/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.5004854Z Compiling onnx/defs/logical/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.5006074Z Compiling onnx/defs/optional/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.5007626Z Compiling onnx/defs/math/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.5009052Z Compiling onnx/version_converter/convert.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:29.7017846Z 2024-04-03T16:11:29.7018578Z  2024-04-03T16:11:29.7019096Z  2024-04-03T16:11:29.7019538Z  2024-04-03T16:11:29.7019959Z  2024-04-03T16:11:29.7020390Z  2024-04-03T16:11:29.7020815Z  2024-04-03T16:11:29.7021267Z  2024-04-03T16:11:29.7021710Z  2024-04-03T16:11:29.7022347Z [1,400 / 3,233] 16 actions running 2024-04-03T16:11:29.7023545Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:11:29.7024901Z Compiling onnx/defs/math/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.7026349Z Compiling onnx/version_converter/convert.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.7027895Z Compiling onnx/defs/training/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.7029359Z Compiling onnx/defs/reduction/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.7030872Z Compiling onnx/defs/object_detection/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.7032330Z Compiling onnx/defs/nn/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.7033754Z Compiling onnx/defs/generator/utils.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:29.9214471Z 2024-04-03T16:11:29.9215161Z  2024-04-03T16:11:29.9215717Z  2024-04-03T16:11:29.9219826Z  2024-04-03T16:11:29.9220286Z  2024-04-03T16:11:29.9220735Z  2024-04-03T16:11:29.9221170Z  2024-04-03T16:11:29.9221632Z  2024-04-03T16:11:29.9222068Z  2024-04-03T16:11:29.9222801Z [1,411 / 3,233] 16 actions, 15 running 2024-04-03T16:11:29.9224041Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:11:29.9225396Z Compiling onnx/defs/function.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.9226864Z Compiling onnx/defs/traditionalml/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.9228439Z Compiling onnx/defs/data_type_utils.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.9229977Z Compiling onnx/defs/controlflow/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.9231412Z Compiling onnx/defs/printer.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.9232850Z Compiling onnx/common/model_helpers.cc; 0s processwrapper-sandbox 2024-04-03T16:11:29.9234338Z Compiling onnx/defs/rnn/defs.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:30.1573955Z 2024-04-03T16:11:30.1575524Z  2024-04-03T16:11:30.1577404Z  2024-04-03T16:11:30.1591316Z  2024-04-03T16:11:30.1591871Z  2024-04-03T16:11:30.1592385Z  2024-04-03T16:11:30.1592812Z  2024-04-03T16:11:30.1593272Z  2024-04-03T16:11:30.1593713Z  2024-04-03T16:11:30.1594414Z [1,421 / 3,233] 16 actions, 15 running 2024-04-03T16:11:30.1595652Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:11:30.1597194Z Compiling onnx/defs/reduction/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.1598498Z Compiling onnx/defs/quantization/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.1599790Z Compiling onnx/defs/optional/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.1601021Z Compiling onnx/defs/tensor_util.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.1602175Z Compiling onnx/defs/parser.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.1603326Z Compiling onnx/defs/generator/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.1604757Z Compiling onnx/defs/text/defs.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:30.3663605Z 2024-04-03T16:11:30.3664705Z  2024-04-03T16:11:30.3665066Z  2024-04-03T16:11:30.3665342Z  2024-04-03T16:11:30.3665590Z  2024-04-03T16:11:30.3665893Z  2024-04-03T16:11:30.3666200Z  2024-04-03T16:11:30.3666496Z  2024-04-03T16:11:30.3666956Z  2024-04-03T16:11:30.3667620Z [1,429 / 3,233] 16 actions, 15 running 2024-04-03T16:11:30.3668492Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:11:30.3669317Z Compiling onnx/defs/attr_proto_util.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.3670159Z Compiling onnx/defs/reduction/utils.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.3671026Z Compiling onnx/common/ir_pb_converter.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.3671870Z Compiling onnx/defs/logical/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.3672681Z Compiling onnx/defs/sequence/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.3673476Z Compiling onnx/defs/rnn/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.3674308Z Compiling onnx/defs/generator/defs.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:30.5809642Z 2024-04-03T16:11:30.5810394Z  2024-04-03T16:11:30.5810983Z  2024-04-03T16:11:30.5811370Z  2024-04-03T16:11:30.5811609Z  2024-04-03T16:11:30.5811860Z  2024-04-03T16:11:30.5812136Z  2024-04-03T16:11:30.5812367Z  2024-04-03T16:11:30.5812609Z  2024-04-03T16:11:30.5813002Z [1,437 / 3,233] 16 actions, 15 running 2024-04-03T16:11:30.5813646Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:11:30.5814475Z Compiling onnx/defs/tensor/utils.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.5815218Z Compiling onnx/defs/math/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.5815969Z Compiling onnx/defs/controlflow/old.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.5816796Z Compiling onnx/version_converter/helper.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.5817691Z Compiling src/google/protobuf/util/json_util.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.5818507Z Compiling onnx/defs/tensor/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.5819245Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:30.7882335Z 2024-04-03T16:11:30.7883644Z  2024-04-03T16:11:30.7884982Z  2024-04-03T16:11:30.7885761Z  2024-04-03T16:11:30.7886659Z  2024-04-03T16:11:30.7887361Z  2024-04-03T16:11:30.7888041Z  2024-04-03T16:11:30.7888732Z  2024-04-03T16:11:30.7889366Z  2024-04-03T16:11:30.7890274Z [1,447 / 3,233] 15 actions, 14 running 2024-04-03T16:11:30.7891635Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:11:30.7893591Z Compiling caffe2/proto/caffe2.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.7895101Z Compiling caffe2/proto/hsm.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.7896460Z Compiling caffe2/proto/metanet.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.7898114Z Compiling caffe2/proto/caffe2_legacy.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.7899801Z Compiling src/google/protobuf/descriptor.cc; 0s processwrapper-sandbox 2024-04-03T16:11:30.7901256Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:30.7902618Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:31.0247017Z 2024-04-03T16:11:31.0247706Z  2024-04-03T16:11:31.0248200Z  2024-04-03T16:11:31.0248595Z  2024-04-03T16:11:31.0248986Z  2024-04-03T16:11:31.0249378Z  2024-04-03T16:11:31.0249752Z  2024-04-03T16:11:31.0250142Z  2024-04-03T16:11:31.0250539Z  2024-04-03T16:11:31.0251132Z [1,459 / 3,233] 15 actions, 14 running 2024-04-03T16:11:31.0252153Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:11:31.0253637Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.0255213Z Compiling src/google/protobuf/api.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.0256635Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.0258116Z Compiling src/google/protobuf/struct.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.0259874Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.0261160Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.0262494Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:31.2242965Z 2024-04-03T16:11:31.2243531Z  2024-04-03T16:11:31.2243946Z  2024-04-03T16:11:31.2244646Z  2024-04-03T16:11:31.2245090Z  2024-04-03T16:11:31.2245542Z  2024-04-03T16:11:31.2245952Z  2024-04-03T16:11:31.2246378Z  2024-04-03T16:11:31.2246769Z  2024-04-03T16:11:31.2247169Z [1,469 / 3,233] 16 actions, 15 running 2024-04-03T16:11:31.2247841Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:11:31.2248547Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.2249222Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.2249985Z Compiling src/google/protobuf/text_format.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.2250864Z Compiling src/google/protobuf/wire_format.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.2251638Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.2252313Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.2253000Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:11:31.4264139Z 2024-04-03T16:11:31.4264878Z  2024-04-03T16:11:31.4265432Z  2024-04-03T16:11:31.4265910Z  2024-04-03T16:11:31.4266354Z  2024-04-03T16:11:31.4266792Z  2024-04-03T16:11:31.4267252Z  2024-04-03T16:11:31.4267699Z  2024-04-03T16:11:31.4268187Z  2024-04-03T16:11:31.4268883Z [1,476 / 3,233] 16 actions, 15 running 2024-04-03T16:11:31.4270073Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:11:31.4271398Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.4272700Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.4274226Z Compiling src/google/protobuf/reflection_ops.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.4275765Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:31.4277261Z Compiling gloo/transport/tcp/unbound_buffer.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.4278697Z Compiling gloo/gather.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.4279989Z Compiling gloo/common/linux.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:31.6592190Z 2024-04-03T16:11:31.6595161Z  2024-04-03T16:11:31.6595688Z  2024-04-03T16:11:31.6596127Z  2024-04-03T16:11:31.6596571Z  2024-04-03T16:11:31.6596982Z  2024-04-03T16:11:31.6597374Z  2024-04-03T16:11:31.6597811Z  2024-04-03T16:11:31.6598213Z  2024-04-03T16:11:31.6598841Z [1,495 / 3,233] 16 actions, 15 running 2024-04-03T16:11:31.6599925Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:11:31.6601179Z Compiling gloo/transport/tcp/loop.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.6602375Z Compiling gloo/broadcast.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.6603491Z Compiling gloo/allgatherv.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.6604837Z Compiling gloo/allreduce.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.6605978Z Compiling gloo/allreduce_local.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.6607120Z Compiling gloo/barrier.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.6608213Z Compiling gloo/alltoall.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:31.8616107Z 2024-04-03T16:11:31.8618752Z  2024-04-03T16:11:31.8619346Z  2024-04-03T16:11:31.8620027Z  2024-04-03T16:11:31.8620429Z  2024-04-03T16:11:31.8620662Z  2024-04-03T16:11:31.8620903Z  2024-04-03T16:11:31.8621265Z  2024-04-03T16:11:31.8621642Z  2024-04-03T16:11:31.8622537Z [1,527 / 3,250] 16 actions, 14 running 2024-04-03T16:11:31.8631643Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:11:31.8632401Z Compiling gloo/types.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.8633137Z Compiling gloo/transport/context.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.8633947Z Compiling gloo/transport/tcp/context.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.8634828Z Compiling gloo/transport/tcp/listener.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.8635682Z Compiling gloo/rendezvous/file_store.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.8636518Z Compiling gloo/transport/tcp/socket.cc; 0s processwrapper-sandbox 2024-04-03T16:11:31.8637421Z Compiling gloo/rendezvous/context.cc; 0s processwrapper-sandbox ... 2024-04-03T16:11:32.0629485Z 2024-04-03T16:11:32.0630251Z  2024-04-03T16:11:32.0630871Z  2024-04-03T16:11:32.0631398Z  2024-04-03T16:11:32.0631905Z  2024-04-03T16:11:32.0632466Z  2024-04-03T16:11:32.0632961Z  2024-04-03T16:11:32.0633424Z  2024-04-03T16:11:32.0633939Z  2024-04-03T16:11:32.0634712Z [1,591 / 3,309] 14 actions, 13 running 2024-04-03T16:11:32.0636082Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:11:32.0637661Z Compiling caffe2/proto/torch.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:11:32.0639207Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:11:32.0640785Z Executing genrule @local_config_python//:python_include; 0s local 2024-04-03T16:11:32.0642228Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.0643671Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:11:32.0645171Z Linking external/onnx/libonnx.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.0646306Z ...//src:flatbuffers; 0s processwrapper-sandbox ... 2024-04-03T16:11:32.3025370Z 2024-04-03T16:11:32.3026525Z  2024-04-03T16:11:32.3027298Z  2024-04-03T16:11:32.3027904Z  2024-04-03T16:11:32.3028235Z  2024-04-03T16:11:32.3028471Z  2024-04-03T16:11:32.3028719Z  2024-04-03T16:11:32.3028966Z  2024-04-03T16:11:32.3029197Z  2024-04-03T16:11:32.3029562Z [1,621 / 3,346] 16 actions running 2024-04-03T16:11:32.3030216Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:11:32.3030894Z Executing genrule @local_config_python//:python_include; 0s local 2024-04-03T16:11:32.3031674Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.3032447Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:11:32.3033162Z Linking external/onnx/libonnx.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.3033854Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:11:32.3034595Z Compiling c10/test/util/typeid_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.3035322Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2024-04-03T16:11:32.5039633Z 2024-04-03T16:11:32.5040440Z  2024-04-03T16:11:32.5041132Z  2024-04-03T16:11:32.5041594Z  2024-04-03T16:11:32.5042161Z  2024-04-03T16:11:32.5042718Z  2024-04-03T16:11:32.5043152Z  2024-04-03T16:11:32.5043721Z  2024-04-03T16:11:32.5044284Z  2024-04-03T16:11:32.5045113Z [1,658 / 3,410] 16 actions running 2024-04-03T16:11:32.5046390Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:11:32.5047928Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.5050067Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:11:32.5051826Z Compiling c10/test/core/impl/cow_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.5053500Z Compiling c10/test/core/Device_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.5055317Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2024-04-03T16:11:32.5057453Z Compiling c10/test/util/Bitset_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.5059359Z Compiling c10/test/util/tempfile_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:32.5574884Z 2024-04-03T16:11:32.5575869Z  2024-04-03T16:11:32.5576615Z  2024-04-03T16:11:32.5577609Z  2024-04-03T16:11:32.5578175Z  2024-04-03T16:11:32.5578649Z  2024-04-03T16:11:32.5579089Z  2024-04-03T16:11:32.5579571Z  2024-04-03T16:11:32.5580018Z  2024-04-03T16:11:32.5580778Z INFO: From Testing //c10/test:typeid_test: 2024-04-03T16:11:32.5581739Z ==================== Test output for //c10/test:typeid_test: 2024-04-03T16:11:32.5582526Z Running main() from gmock_main.cc 2024-04-03T16:11:32.5583254Z Note: Google Test filter = -*CUDA 2024-04-03T16:11:32.5583986Z [==========] Running 5 tests from 1 test suite. 2024-04-03T16:11:32.5584892Z [----------] Global test environment set-up. 2024-04-03T16:11:32.5585753Z [----------] 5 tests from TypeMetaTest 2024-04-03T16:11:32.5586530Z [ RUN ] TypeMetaTest.TypeMetaStatic 2024-04-03T16:11:32.5587411Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2024-04-03T16:11:32.5588237Z [ RUN ] TypeMetaTest.Names 2024-04-03T16:11:32.5588942Z [ OK ] TypeMetaTest.Names (0 ms) 2024-04-03T16:11:32.5589705Z [ RUN ] TypeMetaTest.TypeMeta 2024-04-03T16:11:32.5590434Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2024-04-03T16:11:32.5591274Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2024-04-03T16:11:32.5592177Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2024-04-03T16:11:32.5593070Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2024-04-03T16:11:32.5593997Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2024-04-03T16:11:32.5595080Z [----------] 5 tests from TypeMetaTest (0 ms total) 2024-04-03T16:11:32.5595707Z 2024-04-03T16:11:32.5596096Z [----------] Global test environment tear-down 2024-04-03T16:11:32.5597004Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2024-04-03T16:11:32.5597839Z [ PASSED ] 5 tests. 2024-04-03T16:11:32.5598493Z ================================================================================ 2024-04-03T16:11:32.5600011Z [1,658 / 3,410] 1 / 26 tests; 16 actions running; last test: ...st:typeid_test 2024-04-03T16:11:32.5601657Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:11:32.5603029Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.5604643Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:11:32.5606120Z Compiling c10/test/core/impl/cow_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.5607684Z Compiling c10/test/core/Device_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.5609071Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2024-04-03T16:11:32.5610495Z Compiling c10/test/util/Bitset_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.5612064Z Compiling c10/test/util/tempfile_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:32.7688018Z 2024-04-03T16:11:32.7688909Z  2024-04-03T16:11:32.7689434Z  2024-04-03T16:11:32.7689913Z  2024-04-03T16:11:32.7690372Z  2024-04-03T16:11:32.7690823Z  2024-04-03T16:11:32.7691277Z  2024-04-03T16:11:32.7691711Z  2024-04-03T16:11:32.7692150Z  2024-04-03T16:11:32.7693351Z [1,667 / 3,410] 1 / 26 tests; 16 actions, 15 running; last test: ...ypeid_test 2024-04-03T16:11:32.7695101Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:11:32.7696735Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:11:32.7698181Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:11:32.7699640Z Compiling c10/test/core/impl/cow_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.7701118Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2024-04-03T16:11:32.7702751Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.7704210Z Compiling c10/test/util/logging_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.7705211Z Compiling c10/test/util/irange_test.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:11:32.9731537Z 2024-04-03T16:11:32.9732492Z  2024-04-03T16:11:32.9733061Z  2024-04-03T16:11:32.9733558Z  2024-04-03T16:11:32.9734101Z  2024-04-03T16:11:32.9736334Z  2024-04-03T16:11:32.9737061Z  2024-04-03T16:11:32.9737550Z  2024-04-03T16:11:32.9738014Z  2024-04-03T16:11:32.9739296Z [1,676 / 3,410] 1 / 26 tests; 16 actions, 15 running; last test: ...ypeid_test 2024-04-03T16:11:32.9740942Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:11:32.9742295Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:11:32.9743687Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:11:32.9745054Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2024-04-03T16:11:32.9746567Z Compiling c10/test/util/intrusive_ptr_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.9748202Z Compiling c10/test/util/small_vector_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.9749808Z Compiling c10/test/util/string_view_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:32.9751239Z Linking c10/test/core_tests; 0s processwrapper-sandbox ... 2024-04-03T16:11:33.1109051Z 2024-04-03T16:11:33.1109782Z  2024-04-03T16:11:33.1110341Z  2024-04-03T16:11:33.1110835Z  2024-04-03T16:11:33.1111284Z  2024-04-03T16:11:33.1111743Z  2024-04-03T16:11:33.1112178Z  2024-04-03T16:11:33.1112635Z  2024-04-03T16:11:33.1113222Z  2024-04-03T16:11:33.1113971Z INFO: From Testing //c10/test:core_tests: 2024-04-03T16:11:33.1114968Z ==================== Test output for //c10/test:core_tests: 2024-04-03T16:11:33.1115828Z Running main() from gmock_main.cc 2024-04-03T16:11:33.1116627Z Note: Google Test filter = -*CUDA 2024-04-03T16:11:33.1117394Z [==========] Running 70 tests from 16 test suites. 2024-04-03T16:11:33.1118328Z [----------] Global test environment set-up. 2024-04-03T16:11:33.1119280Z [----------] 2 tests from CompileTimeFunctionPointerTest 2024-04-03T16:11:33.1120535Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2024-04-03T16:11:33.1122014Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2024-04-03T16:11:33.1123583Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2024-04-03T16:11:33.1125257Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2024-04-03T16:11:33.1126878Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2024-04-03T16:11:33.1127698Z 2024-04-03T16:11:33.1127986Z [----------] 1 test from DeviceGuard 2024-04-03T16:11:33.1128923Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2024-04-03T16:11:33.1130119Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2024-04-03T16:11:33.1131270Z [----------] 1 test from DeviceGuard (0 ms total) 2024-04-03T16:11:33.1131881Z 2024-04-03T16:11:33.1132235Z [----------] 1 test from OptionalDeviceGuard 2024-04-03T16:11:33.1133323Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2024-04-03T16:11:33.1134711Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2024-04-03T16:11:33.1135956Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2024-04-03T16:11:33.1136586Z 2024-04-03T16:11:33.1137113Z [----------] 1 test from DeviceTest 2024-04-03T16:11:33.1137888Z [ RUN ] DeviceTest.BasicConstruction 2024-04-03T16:11:33.1138774Z [ OK ] DeviceTest.BasicConstruction (0 ms) 2024-04-03T16:11:33.1139724Z [----------] 1 test from DeviceTest (0 ms total) 2024-04-03T16:11:33.1140257Z 2024-04-03T16:11:33.1140582Z [----------] 16 tests from DispatchKeySet 2024-04-03T16:11:33.1141526Z [ RUN ] DispatchKeySet.ShowSemantics 2024-04-03T16:11:33.1142398Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2024-04-03T16:11:33.1143226Z [ RUN ] DispatchKeySet.Empty 2024-04-03T16:11:33.1143961Z [ OK ] DispatchKeySet.Empty (0 ms) 2024-04-03T16:11:33.1144908Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2024-04-03T16:11:33.1146066Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2024-04-03T16:11:33.1147190Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2024-04-03T16:11:33.1148342Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2024-04-03T16:11:33.1149663Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2024-04-03T16:11:33.1151101Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2024-04-03T16:11:33.1152376Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2024-04-03T16:11:33.1153374Z [ OK ] DispatchKeySet.DoubletonPerBackend (19 ms) 2024-04-03T16:11:33.1154299Z [ RUN ] DispatchKeySet.Full 2024-04-03T16:11:33.1155040Z [ OK ] DispatchKeySet.Full (0 ms) 2024-04-03T16:11:33.1155906Z [ RUN ] DispatchKeySet.IteratorBasicOps 2024-04-03T16:11:33.1156822Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2024-04-03T16:11:33.1157888Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2024-04-03T16:11:33.1159167Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2024-04-03T16:11:33.1160277Z [ RUN ] DispatchKeySet.IteratorEmpty 2024-04-03T16:11:33.1161155Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2024-04-03T16:11:33.1162120Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2024-04-03T16:11:33.1163127Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2024-04-03T16:11:33.1164043Z [ RUN ] DispatchKeySet.IteratorFull 2024-04-03T16:11:33.1165050Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2024-04-03T16:11:33.1165958Z [ RUN ] DispatchKeySet.FailAtEndIterator 2024-04-03T16:11:33.1166932Z [ OK ] DispatchKeySet.FailAtEndIterator (0 ms) 2024-04-03T16:11:33.1168028Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2024-04-03T16:11:33.1169241Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2024-04-03T16:11:33.1170539Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2024-04-03T16:11:33.1171851Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2024-04-03T16:11:33.1173119Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2024-04-03T16:11:33.1174396Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2024-04-03T16:11:33.1175677Z [----------] 16 tests from DispatchKeySet (20 ms total) 2024-04-03T16:11:33.1176248Z 2024-04-03T16:11:33.1176573Z [----------] 3 tests from ScalarTest 2024-04-03T16:11:33.1177366Z [ RUN ] ScalarTest.UnsignedConstructor 2024-04-03T16:11:33.1178305Z [ OK ] ScalarTest.UnsignedConstructor (0 ms) 2024-04-03T16:11:33.1179195Z [ RUN ] ScalarTest.Equality 2024-04-03T16:11:33.1179908Z [ OK ] ScalarTest.Equality (0 ms) 2024-04-03T16:11:33.1180750Z [ RUN ] ScalarTest.LongsAndLongLongs 2024-04-03T16:11:33.1181641Z [ OK ] ScalarTest.LongsAndLongLongs (0 ms) 2024-04-03T16:11:33.1182661Z [----------] 3 tests from ScalarTest (0 ms total) 2024-04-03T16:11:33.1183283Z 2024-04-03T16:11:33.1183587Z [----------] 3 tests from SymIntTest 2024-04-03T16:11:33.1184320Z [ RUN ] SymIntTest.ConcreteInts 2024-04-03T16:11:33.1185127Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2024-04-03T16:11:33.1185964Z [ RUN ] SymIntTest.CheckRange 2024-04-03T16:11:33.1186750Z [ OK ] SymIntTest.CheckRange (0 ms) 2024-04-03T16:11:33.1187750Z [ RUN ] SymIntTest.Overflows 2024-04-03T16:11:33.1188516Z [ OK ] SymIntTest.Overflows (0 ms) 2024-04-03T16:11:33.1189472Z [----------] 3 tests from SymIntTest (0 ms total) 2024-04-03T16:11:33.1190087Z 2024-04-03T16:11:33.1190451Z [----------] 5 tests from InlineDeviceGuard 2024-04-03T16:11:33.1191283Z [ RUN ] InlineDeviceGuard.Constructor 2024-04-03T16:11:33.1192356Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2024-04-03T16:11:33.1193335Z [ RUN ] InlineDeviceGuard.ConstructorError 2024-04-03T16:11:33.1194330Z [ OK ] InlineDeviceGuard.ConstructorError (0 ms) 2024-04-03T16:11:33.1195304Z [ RUN ] InlineDeviceGuard.SetDevice 2024-04-03T16:11:33.1196182Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2024-04-03T16:11:33.1197054Z [ RUN ] InlineDeviceGuard.ResetDevice 2024-04-03T16:11:33.1197849Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2024-04-03T16:11:33.1198646Z [ RUN ] InlineDeviceGuard.SetIndex 2024-04-03T16:11:33.1199342Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2024-04-03T16:11:33.1200341Z [----------] 5 tests from InlineDeviceGuard (0 ms total) 2024-04-03T16:11:33.1200975Z 2024-04-03T16:11:33.1201396Z [----------] 4 tests from InlineOptionalDeviceGuard 2024-04-03T16:11:33.1202342Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2024-04-03T16:11:33.1203406Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2024-04-03T16:11:33.1204680Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2024-04-03T16:11:33.1205883Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2024-04-03T16:11:33.1206987Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2024-04-03T16:11:33.1208017Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2024-04-03T16:11:33.1209021Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2024-04-03T16:11:33.1210013Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2024-04-03T16:11:33.1211269Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2024-04-03T16:11:33.1212022Z 2024-04-03T16:11:33.1212396Z [----------] 4 tests from InlineStreamGuard 2024-04-03T16:11:33.1213235Z [ RUN ] InlineStreamGuard.Constructor 2024-04-03T16:11:33.1214222Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2024-04-03T16:11:33.1215178Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2024-04-03T16:11:33.1216247Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2024-04-03T16:11:33.1217415Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2024-04-03T16:11:33.1218777Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2024-04-03T16:11:33.1220097Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2024-04-03T16:11:33.1221369Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2024-04-03T16:11:33.1222656Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2024-04-03T16:11:33.1223322Z 2024-04-03T16:11:33.1223744Z [----------] 3 tests from InlineOptionalStreamGuard 2024-04-03T16:11:33.1224768Z [ RUN ] InlineOptionalStreamGuard.Constructor 2024-04-03T16:11:33.1225871Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2024-04-03T16:11:33.1227079Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2024-04-03T16:11:33.1228451Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2024-04-03T16:11:33.1229882Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2024-04-03T16:11:33.1231381Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2024-04-03T16:11:33.1232872Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2024-04-03T16:11:33.1233635Z 2024-04-03T16:11:33.1234020Z [----------] 1 test from InlineMultiStreamGuard 2024-04-03T16:11:33.1234938Z [ RUN ] InlineMultiStreamGuard.Constructor 2024-04-03T16:11:33.1235952Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2024-04-03T16:11:33.1237078Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2024-04-03T16:11:33.1237718Z 2024-04-03T16:11:33.1238095Z [----------] 18 tests from SizesAndStridesTest 2024-04-03T16:11:33.1239252Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2024-04-03T16:11:33.1240387Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2024-04-03T16:11:33.1241423Z [ RUN ] SizesAndStridesTest.SetSizes 2024-04-03T16:11:33.1242324Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2024-04-03T16:11:33.1243367Z [ RUN ] SizesAndStridesTest.Resize 2024-04-03T16:11:33.1244243Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2024-04-03T16:11:33.1246382Z [ RUN ] SizesAndStridesTest.SetAtIndex 2024-04-03T16:11:33.1247333Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2024-04-03T16:11:33.1248320Z [ RUN ] SizesAndStridesTest.SetAtIterator 2024-04-03T16:11:33.1249316Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2024-04-03T16:11:33.1250297Z [ RUN ] SizesAndStridesTest.SetViaData 2024-04-03T16:11:33.1251257Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2024-04-03T16:11:33.1252261Z [ RUN ] SizesAndStridesTest.MoveConstructor 2024-04-03T16:11:33.1253313Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2024-04-03T16:11:33.1254449Z [ RUN ] SizesAndStridesTest.CopyConstructor 2024-04-03T16:11:33.1255500Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2024-04-03T16:11:33.1256688Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2024-04-03T16:11:33.1258004Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2024-04-03T16:11:33.1259330Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2024-04-03T16:11:33.1260530Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2024-04-03T16:11:33.1261815Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2024-04-03T16:11:33.1263092Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2024-04-03T16:11:33.1264357Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2024-04-03T16:11:33.1265621Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2024-04-03T16:11:33.1266871Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2024-04-03T16:11:33.1268078Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2024-04-03T16:11:33.1269298Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2024-04-03T16:11:33.1270505Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2024-04-03T16:11:33.1271764Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2024-04-03T16:11:33.1273031Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2024-04-03T16:11:33.1274313Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2024-04-03T16:11:33.1275561Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2024-04-03T16:11:33.1276720Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2024-04-03T16:11:33.1277848Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2024-04-03T16:11:33.1278967Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2024-04-03T16:11:33.1280080Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2024-04-03T16:11:33.1281350Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2024-04-03T16:11:33.1282045Z 2024-04-03T16:11:33.1282367Z [----------] 2 tests from ContextTest 2024-04-03T16:11:33.1283079Z [ RUN ] ContextTest.Basic 2024-04-03T16:11:33.1283781Z [ OK ] ContextTest.Basic (0 ms) 2024-04-03T16:11:33.1284624Z [ RUN ] ContextTest.cow_deleter 2024-04-03T16:11:33.1285358Z [ OK ] ContextTest.cow_deleter (0 ms) 2024-04-03T16:11:33.1286333Z [----------] 2 tests from ContextTest (0 ms total) 2024-04-03T16:11:33.1286962Z 2024-04-03T16:11:33.1287352Z [----------] 3 tests from lazy_clone_storage_test 2024-04-03T16:11:33.1288232Z [ RUN ] lazy_clone_storage_test.no_context 2024-04-03T16:11:33.1289165Z [ OK ] lazy_clone_storage_test.no_context (0 ms) 2024-04-03T16:11:33.1290144Z [ RUN ] lazy_clone_storage_test.different_context 2024-04-03T16:11:33.1291184Z [ OK ] lazy_clone_storage_test.different_context (0 ms) 2024-04-03T16:11:33.1292404Z [ RUN ] lazy_clone_storage_test.already_copy_on_write 2024-04-03T16:11:33.1293491Z [ OK ] lazy_clone_storage_test.already_copy_on_write (0 ms) 2024-04-03T16:11:33.1294789Z [----------] 3 tests from lazy_clone_storage_test (0 ms total) 2024-04-03T16:11:33.1295485Z 2024-04-03T16:11:33.1295828Z [----------] 3 tests from materialize_test 2024-04-03T16:11:33.1296869Z [ RUN ] materialize_test.not_copy_on_write_context 2024-04-03T16:11:33.1297921Z [ OK ] materialize_test.not_copy_on_write_context (0 ms) 2024-04-03T16:11:33.1299006Z [ RUN ] materialize_test.copy_on_write_single_reference 2024-04-03T16:11:33.1300165Z [ OK ] materialize_test.copy_on_write_single_reference (0 ms) 2024-04-03T16:11:33.1301209Z [ RUN ] materialize_test.copy_on_write 2024-04-03T16:11:33.1302070Z [ OK ] materialize_test.copy_on_write (0 ms) 2024-04-03T16:11:33.1303127Z [----------] 3 tests from materialize_test (0 ms total) 2024-04-03T16:11:33.1303777Z 2024-04-03T16:11:33.1304157Z [----------] Global test environment tear-down 2024-04-03T16:11:33.1305097Z [==========] 70 tests from 16 test suites ran. (21 ms total) 2024-04-03T16:11:33.1305892Z [ PASSED ] 70 tests. 2024-04-03T16:11:33.1306571Z ================================================================================ 2024-04-03T16:11:33.1308123Z [1,682 / 3,411] 2 / 26 tests; 13 actions running; last test: ...est:core_tests 2024-04-03T16:11:33.1309764Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:11:33.1311173Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:11:33.1312629Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:11:33.1314023Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2024-04-03T16:11:33.1315544Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:33.1317151Z Compiling c10/test/util/complex_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:33.1318779Z Compiling c10/test/util/ThreadLocal_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:33.1320264Z //c10/test:util_base_tests; 0s processwrapper-sandbox ... 2024-04-03T16:11:33.2376621Z 2024-04-03T16:11:33.2377273Z  2024-04-03T16:11:33.2377816Z  2024-04-03T16:11:33.2378211Z  2024-04-03T16:11:33.2378622Z  2024-04-03T16:11:33.2379027Z  2024-04-03T16:11:33.2379364Z  2024-04-03T16:11:33.2379730Z  2024-04-03T16:11:33.2380092Z  2024-04-03T16:11:33.2380682Z INFO: From Executing genrule //:download_mnist: 2024-04-03T16:11:33.2381659Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2024-04-03T16:11:33.2382174Z 2024-04-03T16:11:33.2382410Z 0% | | 0% 2024-04-03T16:11:33.2382940Z 0% | | 0% 2024-04-03T16:11:33.2383520Z 0% | | 0% 2024-04-03T16:11:33.2384095Z 0% | | 0% 2024-04-03T16:11:33.2384666Z 0% | | 0% 2024-04-03T16:11:33.2385229Z 0% | | 0% 2024-04-03T16:11:33.2385848Z 0% | | 0% 2024-04-03T16:11:33.2386553Z 0% | | 0% 2024-04-03T16:11:33.2387203Z 0% | | 0% 2024-04-03T16:11:33.2387911Z 0% | | 0% 2024-04-03T16:11:33.2388640Z 0% | | 0% 2024-04-03T16:11:33.2389517Z 0% | | 0% 2024-04-03T16:11:33.2390318Z 0% | | 0% 2024-04-03T16:11:33.2391435Z 0% | | 1% 2024-04-03T16:11:33.2392273Z 0% | | 1% 2024-04-03T16:11:33.2393022Z 0% | | 1% 2024-04-03T16:11:33.2393727Z 0% | | 1% 2024-04-03T16:11:33.2394352Z 0% | | 1% 2024-04-03T16:11:33.2394855Z 0% | | 1% 2024-04-03T16:11:33.2395366Z 0% |# | 1% 2024-04-03T16:11:33.2396449Z 0% |# | 1% 2024-04-03T16:11:33.2396959Z 0% |# | 1% 2024-04-03T16:11:33.2397444Z 0% |# | 1% 2024-04-03T16:11:33.2397967Z 0% |# | 1% 2024-04-03T16:11:33.2398467Z 0% |# | 1% 2024-04-03T16:11:33.2399093Z 0% |# | 2% 2024-04-03T16:11:33.2399638Z 0% |# | 2% 2024-04-03T16:11:33.2400146Z 0% |# | 2% 2024-04-03T16:11:33.2400634Z 0% |# | 2% 2024-04-03T16:11:33.2401175Z 0% |# | 2% 2024-04-03T16:11:33.2401842Z 0% |# | 2% 2024-04-03T16:11:33.2402403Z 0% |# | 2% 2024-04-03T16:11:33.2402903Z 0% |# | 2% 2024-04-03T16:11:33.2403409Z 0% |# | 2% 2024-04-03T16:11:33.2403910Z 0% |# | 2% 2024-04-03T16:11:33.2404577Z 0% |# | 2% 2024-04-03T16:11:33.2405086Z 0% |# | 2% 2024-04-03T16:11:33.2405602Z 0% |# | 3% 2024-04-03T16:11:33.2406088Z 0% |## | 3% 2024-04-03T16:11:33.2406587Z 0% |## | 3% 2024-04-03T16:11:33.2407088Z 0% |## | 3% 2024-04-03T16:11:33.2407569Z 0% |## | 3% 2024-04-03T16:11:33.2408071Z 0% |## | 3% 2024-04-03T16:11:33.2408573Z 0% |## | 3% 2024-04-03T16:11:33.2409069Z 0% |## | 3% 2024-04-03T16:11:33.2409551Z 0% |## | 3% 2024-04-03T16:11:33.2410052Z 0% |## | 3% 2024-04-03T16:11:33.2410553Z 0% |## | 3% 2024-04-03T16:11:33.2411034Z 0% |## | 3% 2024-04-03T16:11:33.2411533Z 0% |## | 4% 2024-04-03T16:11:33.2412028Z 0% |## | 4% 2024-04-03T16:11:33.2412509Z 0% |## | 4% 2024-04-03T16:11:33.2413005Z 0% |## | 4% 2024-04-03T16:11:33.2413650Z 0% |## | 4% 2024-04-03T16:11:33.2414205Z 0% |## | 4% 2024-04-03T16:11:33.2414704Z 0% |## | 4% 2024-04-03T16:11:33.2415209Z 0% |## | 4% 2024-04-03T16:11:33.2415799Z 0% |### | 4% 2024-04-03T16:11:33.2416286Z 0% |### | 4% 2024-04-03T16:11:33.2416790Z 0% |### | 4% 2024-04-03T16:11:33.2417291Z 0% |### | 4% 2024-04-03T16:11:33.2417772Z 0% |### | 5% 2024-04-03T16:11:33.2418276Z 0% |### | 5% 2024-04-03T16:11:33.2418775Z 0% |### | 5% 2024-04-03T16:11:33.2419261Z 0% |### | 5% 2024-04-03T16:11:33.2419757Z 0% |### | 5% 2024-04-03T16:11:33.2420251Z 0% |### | 5% 2024-04-03T16:11:33.2420735Z 0% |### | 5% 2024-04-03T16:11:33.2421228Z 0% |### | 5% 2024-04-03T16:11:33.2421726Z 0% |### | 5% 2024-04-03T16:11:33.2422220Z 0% |### | 5% 2024-04-03T16:11:33.2422705Z 0% |### | 5% 2024-04-03T16:11:33.2423202Z 0% |### | 5% 2024-04-03T16:11:33.2423702Z 0% |### | 6% 2024-04-03T16:11:33.2424187Z 0% |### | 6% 2024-04-03T16:11:33.2424689Z 0% |### | 6% 2024-04-03T16:11:33.2425189Z 0% |#### | 6% 2024-04-03T16:11:33.2425677Z 0% |#### | 6% 2024-04-03T16:11:33.2426173Z 0% |#### | 6% 2024-04-03T16:11:33.2426668Z 0% |#### | 6% 2024-04-03T16:11:33.2427164Z 0% |#### | 6% 2024-04-03T16:11:33.2427647Z 0% |#### | 6% 2024-04-03T16:11:33.2428146Z 0% |#### | 6% 2024-04-03T16:11:33.2428655Z 0% |#### | 6% 2024-04-03T16:11:33.2429142Z 0% |#### | 6% 2024-04-03T16:11:33.2429646Z 0% |#### | 7% 2024-04-03T16:11:33.2430145Z 0% |#### | 7% 2024-04-03T16:11:33.2430634Z 0% |#### | 7% 2024-04-03T16:11:33.2431142Z 0% |#### | 7% 2024-04-03T16:11:33.2431645Z 0% |#### | 7% 2024-04-03T16:11:33.2432130Z 0% |#### | 7% 2024-04-03T16:11:33.2432629Z 0% |#### | 7% 2024-04-03T16:11:33.2433129Z 0% |#### | 7% 2024-04-03T16:11:33.2433707Z 0% |#### | 7% 2024-04-03T16:11:33.2434195Z 0% |#### | 7% 2024-04-03T16:11:33.2434700Z 0% |##### | 7% 2024-04-03T16:11:33.2435203Z 0% |##### | 7% 2024-04-03T16:11:33.2435758Z 0% |##### | 8% 2024-04-03T16:11:33.2436264Z 0% |##### | 8% 2024-04-03T16:11:33.2436767Z 0% |##### | 8% 2024-04-03T16:11:33.2437253Z 0% |##### | 8% 2024-04-03T16:11:33.2437760Z 0% |##### | 8% 2024-04-03T16:11:33.2438260Z 0% |##### | 8% 2024-04-03T16:11:33.2438749Z 0% |##### | 8% 2024-04-03T16:11:33.2439248Z 0% |##### | 8% 2024-04-03T16:11:33.2439749Z 0% |##### | 8% 2024-04-03T16:11:33.2440244Z 0% |##### | 8% 2024-04-03T16:11:33.2440734Z 0% |##### | 8% 2024-04-03T16:11:33.2441232Z 0% |##### | 8% 2024-04-03T16:11:33.2441732Z 0% |##### | 9% 2024-04-03T16:11:33.2442217Z 0% |##### | 9% 2024-04-03T16:11:33.2442713Z 0% |##### | 9% 2024-04-03T16:11:33.2443212Z 0% |##### | 9% 2024-04-03T16:11:33.2443702Z 0% |##### | 9% 2024-04-03T16:11:33.2444201Z 0% |###### | 9% 2024-04-03T16:11:33.2445002Z 0% |###### | 9% 2024-04-03T16:11:33.2445638Z 0% |###### | 9% 2024-04-03T16:11:33.2446128Z 0% |###### | 9% 2024-04-03T16:11:33.2446634Z 0% |###### | 9% 2024-04-03T16:11:33.2447133Z 0% |###### | 9% 2024-04-03T16:11:33.2447621Z 0% |###### | 9% 2024-04-03T16:11:33.2448126Z 0% |###### | 9% 2024-04-03T16:11:33.2448629Z 0% |###### | 10% 2024-04-03T16:11:33.2449133Z 0% |###### | 10% 2024-04-03T16:11:33.2449647Z 0% |###### | 10% 2024-04-03T16:11:33.2450152Z 0% |###### | 10% 2024-04-03T16:11:33.2450649Z 0% |###### | 10% 2024-04-03T16:11:33.2451156Z 0% |###### | 10% 2024-04-03T16:11:33.2451664Z 0% |###### | 10% 2024-04-03T16:11:33.2452173Z 0% |###### | 10% 2024-04-03T16:11:33.2452665Z 0% |###### | 10% 2024-04-03T16:11:33.2453171Z 0% |###### | 10% 2024-04-03T16:11:33.2453672Z 0% |###### | 10% 2024-04-03T16:11:33.2454412Z 0% |####### | 10% 2024-04-03T16:11:33.2454925Z 0% |####### | 11% 2024-04-03T16:11:33.2455437Z 0% |####### | 11% 2024-04-03T16:11:33.2455928Z 0% |####### | 11% 2024-04-03T16:11:33.2456517Z 0% |####### | 11% 2024-04-03T16:11:33.2457019Z 0% |####### | 11% 2024-04-03T16:11:33.2457519Z 0% |####### | 11% 2024-04-03T16:11:33.2458011Z 0% |####### | 11% 2024-04-03T16:11:33.2458515Z 0% |####### | 11% 2024-04-03T16:11:33.2459019Z 0% |####### | 11% 2024-04-03T16:11:33.2459509Z 0% |####### | 11% 2024-04-03T16:11:33.2460010Z 0% |####### | 11% 2024-04-03T16:11:33.2460509Z 0% |####### | 11% 2024-04-03T16:11:33.2461001Z 0% |####### | 12% 2024-04-03T16:11:33.2461507Z 0% |####### | 12% 2024-04-03T16:11:33.2462012Z 0% |####### | 12% 2024-04-03T16:11:33.2462500Z 0% |####### | 12% 2024-04-03T16:11:33.2462997Z 0% |####### | 12% 2024-04-03T16:11:33.2463495Z 0% |####### | 12% 2024-04-03T16:11:33.2463992Z 0% |######## | 12% 2024-04-03T16:11:33.2464481Z 0% |######## | 12% 2024-04-03T16:11:33.2464979Z 0% |######## | 12% 2024-04-03T16:11:33.2465476Z 0% |######## | 12% 2024-04-03T16:11:33.2465961Z 0% |######## | 12% 2024-04-03T16:11:33.2466466Z 0% |######## | 12% 2024-04-03T16:11:33.2466963Z 0% |######## | 13% 2024-04-03T16:11:33.2467450Z 0% |######## | 13% 2024-04-03T16:11:33.2467950Z 0% |######## | 13% 2024-04-03T16:11:33.2468447Z 0% |######## | 13% 2024-04-03T16:11:33.2468948Z 0% |######## | 13% 2024-04-03T16:11:33.2469438Z 0% |######## | 13% 2024-04-03T16:11:33.2469941Z 0% |######## | 13% 2024-04-03T16:11:33.2470437Z 0% |######## | 13% 2024-04-03T16:11:33.2470926Z 0% |######## | 13% 2024-04-03T16:11:33.2471437Z 0% |######## | 13% 2024-04-03T16:11:33.2471937Z 0% |######## | 13% 2024-04-03T16:11:33.2472428Z 0% |######## | 13% 2024-04-03T16:11:33.2472926Z 0% |######## | 14% 2024-04-03T16:11:33.2473428Z 0% |######### | 14% 2024-04-03T16:11:33.2473914Z 0% |######### | 14% 2024-04-03T16:11:33.2474476Z 0% |######### | 14% 2024-04-03T16:11:33.2474984Z 0% |######### | 14% 2024-04-03T16:11:33.2475489Z 0% |######### | 14% 2024-04-03T16:11:33.2475981Z 0% |######### | 14% 2024-04-03T16:11:33.2476553Z 0% |######### | 14% 2024-04-03T16:11:33.2477060Z 0% |######### | 14% 2024-04-03T16:11:33.2477551Z 0% |######### | 14% 2024-04-03T16:11:33.2478060Z 0% |######### | 14% 2024-04-03T16:11:33.2478564Z 0% |######### | 14% 2024-04-03T16:11:33.2479053Z 0% |######### | 15% 2024-04-03T16:11:33.2479565Z 0% |######### | 15% 2024-04-03T16:11:33.2480071Z 0% |######### | 15% 2024-04-03T16:11:33.2480579Z 0% |######### | 15% 2024-04-03T16:11:33.2481070Z 0% |######### | 15% 2024-04-03T16:11:33.2481581Z 0% |######### | 15% 2024-04-03T16:11:33.2482089Z 0% |######### | 15% 2024-04-03T16:11:33.2482578Z 0% |######### | 15% 2024-04-03T16:11:33.2483084Z 0% |########## | 15% 2024-04-03T16:11:33.2483593Z 0% |########## | 15% 2024-04-03T16:11:33.2484085Z 0% |########## | 15% 2024-04-03T16:11:33.2485152Z 0% |########## | 15% 2024-04-03T16:11:33.2485659Z 0% |########## | 16% 2024-04-03T16:11:33.2486166Z 0% |########## | 16% 2024-04-03T16:11:33.2486662Z 0% |########## | 16% 2024-04-03T16:11:33.2487172Z 0% |########## | 16% 2024-04-03T16:11:33.2487674Z 0% |########## | 16% 2024-04-03T16:11:33.2488161Z 0% |########## | 16% 2024-04-03T16:11:33.2488662Z 0% |########## | 16% 2024-04-03T16:11:33.2489162Z 0% |########## | 16% 2024-04-03T16:11:33.2489649Z 0% |########## | 16% 2024-04-03T16:11:33.2490154Z 0% |########## | 16% 2024-04-03T16:11:33.2490655Z 0% |########## | 16% 2024-04-03T16:11:33.2491139Z 0% |########## | 16% 2024-04-03T16:11:33.2491635Z 0% |########## | 17% 2024-04-03T16:11:33.2492136Z 0% |########## | 17% 2024-04-03T16:11:33.2492636Z 0% |########### | 17% 2024-04-03T16:11:33.2493124Z 0% |########### | 17% 2024-04-03T16:11:33.2493622Z 0% |########### | 17% 2024-04-03T16:11:33.2494187Z 0% |########### | 17% 2024-04-03T16:11:33.2494675Z 0% |########### | 17% 2024-04-03T16:11:33.2495290Z 0% |########### | 17% 2024-04-03T16:11:33.2495796Z 0% |########### | 17% 2024-04-03T16:11:33.2496283Z 0% |########### | 17% 2024-04-03T16:11:33.2496790Z 0% |########### | 17% 2024-04-03T16:11:33.2497371Z 0% |########### | 17% 2024-04-03T16:11:33.2497871Z 0% |########### | 18% 2024-04-03T16:11:33.2498359Z 0% |########### | 18% 2024-04-03T16:11:33.2498862Z 0% |########### | 18% 2024-04-03T16:11:33.2499361Z 0% |########### | 18% 2024-04-03T16:11:33.2499848Z 0% |########### | 18% 2024-04-03T16:11:33.2500355Z 0% |########### | 18% 2024-04-03T16:11:33.2500854Z 0% |########### | 18% 2024-04-03T16:11:33.2501341Z 0% |########### | 18% 2024-04-03T16:11:33.2501842Z 0% |########### | 18% 2024-04-03T16:11:33.2502342Z 0% |############ | 18% 2024-04-03T16:11:33.2502832Z 0% |############ | 18% 2024-04-03T16:11:33.2503331Z 0% |############ | 18% 2024-04-03T16:11:33.2503834Z 0% |############ | 19% 2024-04-03T16:11:33.2504333Z 0% |############ | 19% 2024-04-03T16:11:33.2504820Z 0% |############ | 19% 2024-04-03T16:11:33.2505324Z 0% |############ | 19% 2024-04-03T16:11:33.2505820Z 0% |############ | 19% 2024-04-03T16:11:33.2506306Z 0% |############ | 19% 2024-04-03T16:11:33.2506809Z 0% |############ | 19% 2024-04-03T16:11:33.2507309Z 0% |############ | 19% 2024-04-03T16:11:33.2507797Z 0% |############ | 19% 2024-04-03T16:11:33.2508295Z 0% |############ | 19% 2024-04-03T16:11:33.2508794Z 0% |############ | 19% 2024-04-03T16:11:33.2509291Z 0% |############ | 19% 2024-04-03T16:11:33.2509776Z 0% |############ | 19% 2024-04-03T16:11:33.2510280Z 0% |############ | 20% 2024-04-03T16:11:33.2510777Z 0% |############ | 20% 2024-04-03T16:11:33.2511259Z 0% |############ | 20% 2024-04-03T16:11:33.2511760Z 0% |############# | 20% 2024-04-03T16:11:33.2512263Z 0% |############# | 20% 2024-04-03T16:11:33.2512751Z 0% |############# | 20% 2024-04-03T16:11:33.2513249Z 0% |############# | 20% 2024-04-03T16:11:33.2513744Z 0% |############# | 20% 2024-04-03T16:11:33.2514245Z 0% |############# | 20% 2024-04-03T16:11:33.2514731Z 0% |############# | 20% 2024-04-03T16:11:33.2515297Z 0% |############# | 20% 2024-04-03T16:11:33.2515808Z 0% |############# | 20% 2024-04-03T16:11:33.2516295Z 0% |############# | 21% 2024-04-03T16:11:33.2516877Z 0% |############# | 21% 2024-04-03T16:11:33.2517372Z 0% |############# | 21% 2024-04-03T16:11:33.2517858Z 0% |############# | 21% 2024-04-03T16:11:33.2518358Z 0% |############# | 21% 2024-04-03T16:11:33.2518863Z 0% |############# | 21% 2024-04-03T16:11:33.2519353Z 0% |############# | 21% 2024-04-03T16:11:33.2519854Z 0% |############# | 21% 2024-04-03T16:11:33.2520358Z 0% |############# | 21% 2024-04-03T16:11:33.2520857Z 0% |############# | 21% 2024-04-03T16:11:33.2521344Z 0% |############## | 21% 2024-04-03T16:11:33.2521849Z 0% |############## | 21% 2024-04-03T16:11:33.2522345Z 0% |############## | 22% 2024-04-03T16:11:33.2522833Z 0% |############## | 22% 2024-04-03T16:11:33.2523331Z 0% |############## | 22% 2024-04-03T16:11:33.2523828Z 0% |############## | 22% 2024-04-03T16:11:33.2524485Z 0% |############## | 22% 2024-04-03T16:11:33.2524998Z 0% |############## | 22% 2024-04-03T16:11:33.2525511Z 0% |############## | 22% 2024-04-03T16:11:33.2526015Z 0% |############## | 22% 2024-04-03T16:11:33.2526504Z 0% |############## | 22% 2024-04-03T16:11:33.2527013Z 0% |############## | 22% 2024-04-03T16:11:33.2527516Z 0% |############## | 22% 2024-04-03T16:11:33.2528010Z 0% |############## | 22% 2024-04-03T16:11:33.2528515Z 0% |############## | 23% 2024-04-03T16:11:33.2529023Z 0% |############## | 23% 2024-04-03T16:11:33.2529513Z 0% |############## | 23% 2024-04-03T16:11:33.2530025Z 0% |############## | 23% 2024-04-03T16:11:33.2530527Z 0% |############## | 23% 2024-04-03T16:11:33.2531015Z 0% |############### | 23% 2024-04-03T16:11:33.2531522Z 0% |############### | 23% 2024-04-03T16:11:33.2532028Z 0% |############### | 23% 2024-04-03T16:11:33.2532536Z 0% |############### | 23% 2024-04-03T16:11:33.2533025Z 0% |############### | 23% 2024-04-03T16:11:33.2533531Z 0% |############### | 23% 2024-04-03T16:11:33.2534108Z 0% |############### | 23% 2024-04-03T16:11:33.2534602Z 0% |############### | 24% 2024-04-03T16:11:33.2535229Z 0% |############### | 24% 2024-04-03T16:11:33.2535733Z 0% |############### | 24% 2024-04-03T16:11:33.2536225Z 0% |############### | 24% 2024-04-03T16:11:33.2536732Z 0% |############### | 24% 2024-04-03T16:11:33.2537314Z 0% |############### | 24% 2024-04-03T16:11:33.2537821Z 0% |############### | 24% 2024-04-03T16:11:33.2538306Z 0% |############### | 24% 2024-04-03T16:11:33.2538814Z 0% |############### | 24% 2024-04-03T16:11:33.2539319Z 0% |############### | 24% 2024-04-03T16:11:33.2539812Z 0% |############### | 24% 2024-04-03T16:11:33.2540315Z 0% |############### | 24% 2024-04-03T16:11:33.2540812Z 0% |################ | 25% 2024-04-03T16:11:33.2541300Z 0% |################ | 25% 2024-04-03T16:11:33.2541801Z 0% |################ | 25% 2024-04-03T16:11:33.2542302Z 0% |################ | 25% 2024-04-03T16:11:33.2542799Z 0% |################ | 25% 2024-04-03T16:11:33.2543291Z 0% |################ | 25% 2024-04-03T16:11:33.2543789Z 0% |################ | 25% 2024-04-03T16:11:33.2544291Z 0% |################ | 25% 2024-04-03T16:11:33.2544774Z 0% |################ | 25% 2024-04-03T16:11:33.2545274Z 0% |################ | 25% 2024-04-03T16:11:33.2545778Z 0% |################ | 25% 2024-04-03T16:11:33.2546261Z 0% |################ | 25% 2024-04-03T16:11:33.2546764Z 0% |################ | 26% 2024-04-03T16:11:33.2547265Z 0% |################ | 26% 2024-04-03T16:11:33.2547749Z 0% |################ | 26% 2024-04-03T16:11:33.2548244Z 0% |################ | 26% 2024-04-03T16:11:33.2548742Z 0% |################ | 26% 2024-04-03T16:11:33.2549241Z 0% |################ | 26% 2024-04-03T16:11:33.2549725Z 0% |################ | 26% 2024-04-03T16:11:33.2550224Z 0% |################# | 26% 2024-04-03T16:11:33.2550722Z 0% |################# | 26% 2024-04-03T16:11:33.2551210Z 0% |################# | 26% 2024-04-03T16:11:33.2551715Z 0% |################# | 26% 2024-04-03T16:11:33.2552215Z 0% |################# | 26% 2024-04-03T16:11:33.2552703Z 0% |################# | 27% 2024-04-03T16:11:33.2553205Z 0% |################# | 27% 2024-04-03T16:11:33.2553703Z 0% |################# | 27% 2024-04-03T16:11:33.2554200Z 0% |################# | 27% 2024-04-03T16:11:33.2554687Z 0% |################# | 27% 2024-04-03T16:11:33.2555260Z 0% |################# | 27% 2024-04-03T16:11:33.2555771Z 0% |################# | 27% 2024-04-03T16:11:33.2556258Z 0% |################# | 27% 2024-04-03T16:11:33.2556760Z 0% |################# | 27% 2024-04-03T16:11:33.2557323Z 0% |################# | 27% 2024-04-03T16:11:33.2557810Z 0% |################# | 27% 2024-04-03T16:11:33.2558311Z 0% |################# | 27% 2024-04-03T16:11:33.2558809Z 0% |################# | 28% 2024-04-03T16:11:33.2559298Z 0% |################# | 28% 2024-04-03T16:11:33.2559797Z 0% |################## | 28% 2024-04-03T16:11:33.2560298Z 0% |################## | 28% 2024-04-03T16:11:33.2560796Z 0% |################## | 28% 2024-04-03T16:11:33.2561281Z 0% |################## | 28% 2024-04-03T16:11:33.2561777Z 0% |################## | 28% 2024-04-03T16:11:33.2562279Z 0% |################## | 28% 2024-04-03T16:11:33.2562769Z 0% |################## | 28% 2024-04-03T16:11:33.2563266Z 0% |################## | 28% 2024-04-03T16:11:33.2563762Z 0% |################## | 28% 2024-04-03T16:11:33.2564247Z 0% |################## | 28% 2024-04-03T16:11:33.2564889Z 0% |################## | 29% 2024-04-03T16:11:33.2565398Z 0% |################## | 29% 2024-04-03T16:11:33.2565904Z 0% |################## | 29% 2024-04-03T16:11:33.2566391Z 0% |################## | 29% 2024-04-03T16:11:33.2566896Z 0% |################## | 29% 2024-04-03T16:11:33.2567403Z 0% |################## | 29% 2024-04-03T16:11:33.2567892Z 0% |################## | 29% 2024-04-03T16:11:33.2568395Z 0% |################## | 29% 2024-04-03T16:11:33.2568896Z 0% |################## | 29% 2024-04-03T16:11:33.2569385Z 0% |################### | 29% 2024-04-03T16:11:33.2569889Z 0% |################### | 29% 2024-04-03T16:11:33.2570393Z 0% |################### | 29% 2024-04-03T16:11:33.2570894Z 0% |################### | 29% 2024-04-03T16:11:33.2571381Z 0% |################### | 30% 2024-04-03T16:11:33.2571879Z 0% |################### | 30% 2024-04-03T16:11:33.2572381Z 0% |################### | 30% 2024-04-03T16:11:33.2572870Z 0% |################### | 30% 2024-04-03T16:11:33.2573374Z 0% |################### | 30% 2024-04-03T16:11:33.2573942Z 0% |################### | 30% 2024-04-03T16:11:33.2574437Z 0% |################### | 30% 2024-04-03T16:11:33.2574945Z 0% |################### | 30% 2024-04-03T16:11:33.2575563Z 0% |################### | 30% 2024-04-03T16:11:33.2576053Z 0% |################### | 30% 2024-04-03T16:11:33.2576559Z 0% |################### | 30% 2024-04-03T16:11:33.2577064Z 0% |################### | 30% 2024-04-03T16:11:33.2577651Z 0% |################### | 31% 2024-04-03T16:11:33.2578140Z 0% |################### | 31% 2024-04-03T16:11:33.2578643Z 0% |################### | 31% 2024-04-03T16:11:33.2579149Z 0% |#################### | 31% 2024-04-03T16:11:33.2579638Z 0% |#################### | 31% 2024-04-03T16:11:33.2580142Z 0% |#################### | 31% 2024-04-03T16:11:33.2580651Z 0% |#################### | 31% 2024-04-03T16:11:33.2581140Z 0% |#################### | 31% 2024-04-03T16:11:33.2581646Z 0% |#################### | 31% 2024-04-03T16:11:33.2582153Z 0% |#################### | 31% 2024-04-03T16:11:33.2582662Z 0% |#################### | 31% 2024-04-03T16:11:33.2583154Z 0% |#################### | 31% 2024-04-03T16:11:33.2583664Z 0% |#################### | 32% 2024-04-03T16:11:33.2584163Z 0% |#################### | 32% 2024-04-03T16:11:33.2584654Z 0% |#################### | 32% 2024-04-03T16:11:33.2585157Z 0% |#################### | 32% 2024-04-03T16:11:33.2585655Z 0% |#################### | 32% 2024-04-03T16:11:33.2586143Z 0% |#################### | 32% 2024-04-03T16:11:33.2586644Z 0% |#################### | 32% 2024-04-03T16:11:33.2587143Z 0% |#################### | 32% 2024-04-03T16:11:33.2587631Z 0% |#################### | 32% 2024-04-03T16:11:33.2588128Z 0% |#################### | 32% 2024-04-03T16:11:33.2588624Z 0% |##################### | 32% 2024-04-03T16:11:33.2589122Z 0% |##################### | 32% 2024-04-03T16:11:33.2589611Z 0% |##################### | 33% 2024-04-03T16:11:33.2590107Z 0% |##################### | 33% 2024-04-03T16:11:33.2590608Z 0% |##################### | 33% 2024-04-03T16:11:33.2591094Z 0% |##################### | 33% 2024-04-03T16:11:33.2591597Z 0% |##################### | 33% 2024-04-03T16:11:33.2592097Z 0% |##################### | 33% 2024-04-03T16:11:33.2592587Z 0% |##################### | 33% 2024-04-03T16:11:33.2593083Z 0% |##################### | 33% 2024-04-03T16:11:33.2593585Z 0% |##################### | 33% 2024-04-03T16:11:33.2594081Z 0% |##################### | 33% 2024-04-03T16:11:33.2594565Z 0% |##################### | 33% 2024-04-03T16:11:33.2595203Z 0% |##################### | 33% 2024-04-03T16:11:33.2595789Z 0% |##################### | 34% 2024-04-03T16:11:33.2596277Z 0% |##################### | 34% 2024-04-03T16:11:33.2596780Z 0% |##################### | 34% 2024-04-03T16:11:33.2597283Z 0% |##################### | 34% 2024-04-03T16:11:33.2597834Z 0% |###################### | 34% 2024-04-03T16:11:33.2598338Z 0% |###################### | 34% 2024-04-03T16:11:33.2598836Z 0% |###################### | 34% 2024-04-03T16:11:33.2599336Z 0% |###################### | 34% 2024-04-03T16:11:33.2599828Z 0% |###################### | 34% 2024-04-03T16:11:33.2600329Z 0% |###################### | 34% 2024-04-03T16:11:33.2600838Z 0% |###################### | 34% 2024-04-03T16:11:33.2601321Z 0% |###################### | 34% 2024-04-03T16:11:33.2601821Z 0% |###################### | 35% 2024-04-03T16:11:33.2602324Z 0% |###################### | 35% 2024-04-03T16:11:33.2602809Z 0% |###################### | 35% 2024-04-03T16:11:33.2603306Z 0% |###################### | 35% 2024-04-03T16:11:33.2603802Z 0% |###################### | 35% 2024-04-03T16:11:33.2604419Z 0% |###################### | 35% 2024-04-03T16:11:33.2604936Z 0% |###################### | 35% 2024-04-03T16:11:33.2605439Z 0% |###################### | 35% 2024-04-03T16:11:33.2605948Z 0% |###################### | 35% 2024-04-03T16:11:33.2606436Z 0% |###################### | 35% 2024-04-03T16:11:33.2606939Z 0% |###################### | 35% 2024-04-03T16:11:33.2607442Z 0% |####################### | 35% 2024-04-03T16:11:33.2607925Z 0% |####################### | 36% 2024-04-03T16:11:33.2608425Z 0% |####################### | 36% 2024-04-03T16:11:33.2608925Z 0% |####################### | 36% 2024-04-03T16:11:33.2609409Z 0% |####################### | 36% 2024-04-03T16:11:33.2609907Z 0% |####################### | 36% 2024-04-03T16:11:33.2610403Z 0% |####################### | 36% 2024-04-03T16:11:33.2610907Z 0% |####################### | 36% 2024-04-03T16:11:33.2611396Z 0% |####################### | 36% 2024-04-03T16:11:33.2611899Z 0% |####################### | 36% 2024-04-03T16:11:33.2612407Z 0% |####################### | 36% 2024-04-03T16:11:33.2612896Z 0% |####################### | 36% 2024-04-03T16:11:33.2613400Z 0% |####################### | 36% 2024-04-03T16:11:33.2613983Z 0% |####################### | 37% 2024-04-03T16:11:33.2614471Z 0% |####################### | 37% 2024-04-03T16:11:33.2614979Z 0% |####################### | 37% 2024-04-03T16:11:33.2615595Z 0% |####################### | 37% 2024-04-03T16:11:33.2616088Z 0% |####################### | 37% 2024-04-03T16:11:33.2616593Z 0% |####################### | 37% 2024-04-03T16:11:33.2617099Z 0% |######################## | 37% 2024-04-03T16:11:33.2617678Z 0% |######################## | 37% 2024-04-03T16:11:33.2618165Z 0% |######################## | 37% 2024-04-03T16:11:33.2618669Z 0% |######################## | 37% 2024-04-03T16:11:33.2619166Z 0% |######################## | 37% 2024-04-03T16:11:33.2619654Z 0% |######################## | 37% 2024-04-03T16:11:33.2620162Z 0% |######################## | 38% 2024-04-03T16:11:33.2620663Z 0% |######################## | 38% 2024-04-03T16:11:33.2621150Z 0% |######################## | 38% 2024-04-03T16:11:33.2621657Z 0% |######################## | 38% 2024-04-03T16:11:33.2622159Z 0% |######################## | 38% 2024-04-03T16:11:33.2622670Z 0% |######################## | 38% 2024-04-03T16:11:33.2623161Z 0% |######################## | 38% 2024-04-03T16:11:33.2623666Z 0% |######################## | 38% 2024-04-03T16:11:33.2624172Z 0% |######################## | 38% 2024-04-03T16:11:33.2624660Z 0% |######################## | 38% 2024-04-03T16:11:33.2625167Z 0% |######################## | 38% 2024-04-03T16:11:33.2625678Z 0% |######################## | 38% 2024-04-03T16:11:33.2626168Z 0% |######################## | 39% 2024-04-03T16:11:33.2626676Z 0% |######################### | 39% 2024-04-03T16:11:33.2627180Z 0% |######################### | 39% 2024-04-03T16:11:33.2627674Z 0% |######################### | 39% 2024-04-03T16:11:33.2628177Z 0% |######################### | 39% 2024-04-03T16:11:33.2628675Z 0% |######################### | 39% 2024-04-03T16:11:33.2629178Z 0% |######################### | 39% 2024-04-03T16:11:33.2629665Z 0% |######################### | 39% 2024-04-03T16:11:33.2643360Z 0% |######################### | 39% 2024-04-03T16:11:33.2643933Z 0% |######################### | 39% 2024-04-03T16:11:33.2644677Z 0% |######################### | 39% 2024-04-03T16:11:33.2645198Z 0% |######################### | 39% 2024-04-03T16:11:33.2645714Z 0% |######################### | 39% 2024-04-03T16:11:33.2646241Z 0% |######################### | 40% 2024-04-03T16:11:33.2646733Z 0% |######################### | 40% 2024-04-03T16:11:33.2647246Z 0% |######################### | 40% 2024-04-03T16:11:33.2647752Z 0% |######################### | 40% 2024-04-03T16:11:33.2648248Z 0% |######################### | 40% 2024-04-03T16:11:33.2648757Z 0% |######################### | 40% 2024-04-03T16:11:33.2649430Z 0% |######################### | 40% 2024-04-03T16:11:33.2649924Z 0% |########################## | 40% 2024-04-03T16:11:33.2650431Z 0% |########################## | 40% 2024-04-03T16:11:33.2650941Z 0% |########################## | 40% 2024-04-03T16:11:33.2651541Z 0% |########################## | 40% 2024-04-03T16:11:33.2652031Z 0% |########################## | 40% 2024-04-03T16:11:33.2652540Z 0% |########################## | 41% 2024-04-03T16:11:33.2653047Z 0% |########################## | 41% 2024-04-03T16:11:33.2653537Z 0% |########################## | 41% 2024-04-03T16:11:33.2654137Z 0% |########################## | 41% 2024-04-03T16:11:33.2654650Z 0% |########################## | 41% 2024-04-03T16:11:33.2655143Z 0% |########################## | 41% 2024-04-03T16:11:33.2655648Z 0% |########################## | 41% 2024-04-03T16:11:33.2656156Z 0% |########################## | 41% 2024-04-03T16:11:33.2656659Z 0% |########################## | 41% 2024-04-03T16:11:33.2657163Z 0% |########################## | 41% 2024-04-03T16:11:33.2657667Z 0% |########################## | 41% 2024-04-03T16:11:33.2658168Z 0% |########################## | 41% 2024-04-03T16:11:33.2658663Z 0% |########################## | 42% 2024-04-03T16:11:33.2659168Z 0% |########################## | 42% 2024-04-03T16:11:33.2659676Z 0% |########################### | 42% 2024-04-03T16:11:33.2660168Z 0% |########################### | 42% 2024-04-03T16:11:33.2660676Z 0% |########################### | 42% 2024-04-03T16:11:33.2661181Z 0% |########################### | 42% 2024-04-03T16:11:33.2661676Z 0% |########################### | 42% 2024-04-03T16:11:33.2662176Z 0% |########################### | 42% 2024-04-03T16:11:33.2662681Z 0% |########################### | 42% 2024-04-03T16:11:33.2663183Z 0% |########################### | 42% 2024-04-03T16:11:33.2663674Z 0% |########################### | 42% 2024-04-03T16:11:33.2664175Z 0% |########################### | 42% 2024-04-03T16:11:33.2664685Z 0% |########################### | 43% 2024-04-03T16:11:33.2665175Z 0% |########################### | 43% 2024-04-03T16:11:33.2665676Z 0% |########################### | 43% 2024-04-03T16:11:33.2666177Z 0% |########################### | 43% 2024-04-03T16:11:33.2666673Z 0% |########################### | 43% 2024-04-03T16:11:33.2667175Z 0% |########################### | 43% 2024-04-03T16:11:33.2667679Z 0% |########################### | 43% 2024-04-03T16:11:33.2668170Z 0% |########################### | 43% 2024-04-03T16:11:33.2668668Z 0% |########################### | 43% 2024-04-03T16:11:33.2669174Z 0% |############################ | 43% 2024-04-03T16:11:33.2669752Z 0% |############################ | 43% 2024-04-03T16:11:33.2670247Z 0% |############################ | 43% 2024-04-03T16:11:33.2670757Z 0% |############################ | 44% 2024-04-03T16:11:33.2671270Z 0% |############################ | 44% 2024-04-03T16:11:33.2671848Z 0% |############################ | 44% 2024-04-03T16:11:33.2672351Z 0% |############################ | 44% 2024-04-03T16:11:33.2672857Z 0% |############################ | 44% 2024-04-03T16:11:33.2673346Z 0% |############################ | 44% 2024-04-03T16:11:33.2673850Z 0% |############################ | 44% 2024-04-03T16:11:33.2674356Z 0% |############################ | 44% 2024-04-03T16:11:33.2674870Z 0% |############################ | 44% 2024-04-03T16:11:33.2675363Z 0% |############################ | 44% 2024-04-03T16:11:33.2675865Z 0% |############################ | 44% 2024-04-03T16:11:33.2676365Z 0% |############################ | 44% 2024-04-03T16:11:33.2676858Z 0% |############################ | 45% 2024-04-03T16:11:33.2677365Z 0% |############################ | 45% 2024-04-03T16:11:33.2677868Z 0% |############################ | 45% 2024-04-03T16:11:33.2678359Z 0% |############################ | 45% 2024-04-03T16:11:33.2678862Z 0% |############################# | 45% 2024-04-03T16:11:33.2679367Z 0% |############################# | 45% 2024-04-03T16:11:33.2679858Z 0% |############################# | 45% 2024-04-03T16:11:33.2680358Z 0% |############################# | 45% 2024-04-03T16:11:33.2680861Z 0% |############################# | 45% 2024-04-03T16:11:33.2681365Z 0% |############################# | 45% 2024-04-03T16:11:33.2681859Z 0% |############################# | 45% 2024-04-03T16:11:33.2682358Z 0% |############################# | 45% 2024-04-03T16:11:33.2682858Z 0% |############################# | 46% 2024-04-03T16:11:33.2683349Z 0% |############################# | 46% 2024-04-03T16:11:33.2683853Z 0% |############################# | 46% 2024-04-03T16:11:33.2684513Z 0% |############################# | 46% 2024-04-03T16:11:33.2685020Z 0% |############################# | 46% 2024-04-03T16:11:33.2685526Z 0% |############################# | 46% 2024-04-03T16:11:33.2686031Z 0% |############################# | 46% 2024-04-03T16:11:33.2686542Z 0% |############################# | 46% 2024-04-03T16:11:33.2687037Z 0% |############################# | 46% 2024-04-03T16:11:33.2687539Z 0% |############################# | 46% 2024-04-03T16:11:33.2688044Z 0% |############################# | 46% 2024-04-03T16:11:33.2688534Z 0% |############################## | 46% 2024-04-03T16:11:33.2689038Z 0% |############################## | 47% 2024-04-03T16:11:33.2689541Z 0% |############################## | 47% 2024-04-03T16:11:33.2690132Z 0% |############################## | 47% 2024-04-03T16:11:33.2690641Z 0% |############################## | 47% 2024-04-03T16:11:33.2691146Z 0% |############################## | 47% 2024-04-03T16:11:33.2691651Z 0% |############################## | 47% 2024-04-03T16:11:33.2692226Z 0% |############################## | 47% 2024-04-03T16:11:33.2692728Z 0% |############################## | 47% 2024-04-03T16:11:33.2693230Z 0% |############################## | 47% 2024-04-03T16:11:33.2693780Z 0% |############################## | 47% 2024-04-03T16:11:33.2694293Z 0% |############################## | 47% 2024-04-03T16:11:33.2694800Z 0% |############################## | 47% 2024-04-03T16:11:33.2695295Z 0% |############################## | 48% 2024-04-03T16:11:33.2695797Z 0% |############################## | 48% 2024-04-03T16:11:33.2696303Z 0% |############################## | 48% 2024-04-03T16:11:33.2696792Z 0% |############################## | 48% 2024-04-03T16:11:33.2697300Z 0% |############################## | 48% 2024-04-03T16:11:33.2697802Z 0% |############################## | 48% 2024-04-03T16:11:33.2698306Z 0% |############################### | 48% 2024-04-03T16:11:33.2698798Z 0% |############################### | 48% 2024-04-03T16:11:33.2699306Z 0% |############################### | 48% 2024-04-03T16:11:33.2699808Z 0% |############################### | 48% 2024-04-03T16:11:33.2700299Z 0% |############################### | 48% 2024-04-03T16:11:33.2700803Z 0% |############################### | 48% 2024-04-03T16:11:33.2701302Z 0% |############################### | 49% 2024-04-03T16:11:33.2701796Z 0% |############################### | 49% 2024-04-03T16:11:33.2702299Z 0% |############################### | 49% 2024-04-03T16:11:33.2702798Z 0% |############################### | 49% 2024-04-03T16:11:33.2703302Z 0% |############################### | 49% 2024-04-03T16:11:33.2703791Z 0% |############################### | 49% 2024-04-03T16:11:33.2704290Z 0% |############################### | 49% 2024-04-03T16:11:33.2704797Z 0% |############################### | 49% 2024-04-03T16:11:33.2705292Z 0% |############################### | 49% 2024-04-03T16:11:33.2705797Z 0% |############################### | 49% 2024-04-03T16:11:33.2706302Z 0% |############################### | 49% 2024-04-03T16:11:33.2706797Z 0% |############################### | 49% 2024-04-03T16:11:33.2707290Z 0% |############################### | 49% 2024-04-03T16:11:33.2707788Z 0% |################################ | 50% 2024-04-03T16:11:33.2708277Z 0% |################################ | 50% 2024-04-03T16:11:33.2708777Z 0% |################################ | 50% 2024-04-03T16:11:33.2709280Z 0% |################################ | 50% 2024-04-03T16:11:33.2709774Z 0% |################################ | 50% 2024-04-03T16:11:33.2710325Z 0% |################################ | 50% 2024-04-03T16:11:33.2710831Z 0% |################################ | 50% 2024-04-03T16:11:33.2711335Z 0% |################################ | 50% 2024-04-03T16:11:33.2711894Z 0% |################################ | 50% 2024-04-03T16:11:33.2712398Z 0% |################################ | 50% 2024-04-03T16:11:33.2712899Z 0% |################################ | 50% 2024-04-03T16:11:33.2713382Z 0% |################################ | 50% 2024-04-03T16:11:33.2713888Z 0% |################################ | 51% 2024-04-03T16:11:33.2714395Z 0% |################################ | 51% 2024-04-03T16:11:33.2714902Z 0% |################################ | 51% 2024-04-03T16:11:33.2715392Z 0% |################################ | 51% 2024-04-03T16:11:33.2715895Z 0% |################################ | 51% 2024-04-03T16:11:33.2716393Z 0% |################################ | 51% 2024-04-03T16:11:33.2716889Z 0% |################################# | 51% 2024-04-03T16:11:33.2717395Z 0% |################################# | 51% 2024-04-03T16:11:33.2717898Z 0% |################################# | 51% 2024-04-03T16:11:33.2718391Z 0% |################################# | 51% 2024-04-03T16:11:33.2718896Z 0% |################################# | 51% 2024-04-03T16:11:33.2719398Z 0% |################################# | 51% 2024-04-03T16:11:33.2719902Z 0% |################################# | 52% 2024-04-03T16:11:33.2720394Z 0% |################################# | 52% 2024-04-03T16:11:33.2720901Z 0% |################################# | 52% 2024-04-03T16:11:33.2721404Z 0% |################################# | 52% 2024-04-03T16:11:33.2721896Z 0% |################################# | 52% 2024-04-03T16:11:33.2722398Z 0% |################################# | 52% 2024-04-03T16:11:33.2722902Z 0% |################################# | 52% 2024-04-03T16:11:33.2723392Z 0% |################################# | 52% 2024-04-03T16:11:33.2723897Z 0% |################################# | 52% 2024-04-03T16:11:33.2724553Z 0% |################################# | 52% 2024-04-03T16:11:33.2725058Z 0% |################################# | 52% 2024-04-03T16:11:33.2725566Z 0% |################################# | 52% 2024-04-03T16:11:33.2726069Z 0% |################################# | 53% 2024-04-03T16:11:33.2726576Z 0% |################################## | 53% 2024-04-03T16:11:33.2727069Z 0% |################################## | 53% 2024-04-03T16:11:33.2727573Z 0% |################################## | 53% 2024-04-03T16:11:33.2728075Z 0% |################################## | 53% 2024-04-03T16:11:33.2728565Z 0% |################################## | 53% 2024-04-03T16:11:33.2729068Z 0% |################################## | 53% 2024-04-03T16:11:33.2729569Z 0% |################################## | 53% 2024-04-03T16:11:33.2730154Z 0% |################################## | 53% 2024-04-03T16:11:33.2730662Z 0% |################################## | 53% 2024-04-03T16:11:33.2731173Z 0% |################################## | 53% 2024-04-03T16:11:33.2731679Z 0% |################################## | 53% 2024-04-03T16:11:33.2732248Z 0% |################################## | 54% 2024-04-03T16:11:33.2732754Z 0% |################################## | 54% 2024-04-03T16:11:33.2733263Z 0% |################################## | 54% 2024-04-03T16:11:33.2733825Z 0% |################################## | 54% 2024-04-03T16:11:33.2734336Z 0% |################################## | 54% 2024-04-03T16:11:33.2734842Z 0% |################################## | 54% 2024-04-03T16:11:33.2735339Z 0% |################################## | 54% 2024-04-03T16:11:33.2735844Z 0% |################################## | 54% 2024-04-03T16:11:33.2736352Z 0% |################################### | 54% 2024-04-03T16:11:33.2736842Z 0% |################################### | 54% 2024-04-03T16:11:33.2737346Z 0% |################################### | 54% 2024-04-03T16:11:33.2737851Z 0% |################################### | 54% 2024-04-03T16:11:33.2738355Z 0% |################################### | 55% 2024-04-03T16:11:33.2738849Z 0% |################################### | 55% 2024-04-03T16:11:33.2739350Z 0% |################################### | 55% 2024-04-03T16:11:33.2739850Z 0% |################################### | 55% 2024-04-03T16:11:33.2740345Z 0% |################################### | 55% 2024-04-03T16:11:33.2740848Z 0% |################################### | 55% 2024-04-03T16:11:33.2741350Z 0% |################################### | 55% 2024-04-03T16:11:33.2741845Z 0% |################################### | 55% 2024-04-03T16:11:33.2742355Z 0% |################################### | 55% 2024-04-03T16:11:33.2742856Z 0% |################################### | 55% 2024-04-03T16:11:33.2743363Z 0% |################################### | 55% 2024-04-03T16:11:33.2743851Z 0% |################################### | 55% 2024-04-03T16:11:33.2744355Z 0% |################################### | 56% 2024-04-03T16:11:33.2744856Z 0% |################################### | 56% 2024-04-03T16:11:33.2745354Z 0% |################################### | 56% 2024-04-03T16:11:33.2745858Z 0% |#################################### | 56% 2024-04-03T16:11:33.2746359Z 0% |#################################### | 56% 2024-04-03T16:11:33.2746844Z 0% |#################################### | 56% 2024-04-03T16:11:33.2747354Z 0% |#################################### | 56% 2024-04-03T16:11:33.2747856Z 0% |#################################### | 56% 2024-04-03T16:11:33.2748356Z 0% |#################################### | 56% 2024-04-03T16:11:33.2748845Z 0% |#################################### | 56% 2024-04-03T16:11:33.2749348Z 0% |#################################### | 56% 2024-04-03T16:11:33.2749850Z 0% |#################################### | 56% 2024-04-03T16:11:33.2750420Z 0% |#################################### | 57% 2024-04-03T16:11:33.2750929Z 0% |#################################### | 57% 2024-04-03T16:11:33.2751435Z 0% |#################################### | 57% 2024-04-03T16:11:33.2751923Z 0% |#################################### | 57% 2024-04-03T16:11:33.2752500Z 0% |#################################### | 57% 2024-04-03T16:11:33.2753002Z 0% |#################################### | 57% 2024-04-03T16:11:33.2753492Z 0% |#################################### | 57% 2024-04-03T16:11:33.2753996Z 0% |#################################### | 57% 2024-04-03T16:11:33.2754508Z 0% |#################################### | 57% 2024-04-03T16:11:33.2755012Z 0% |#################################### | 57% 2024-04-03T16:11:33.2755507Z 0% |##################################### | 57% 2024-04-03T16:11:33.2756009Z 0% |##################################### | 57% 2024-04-03T16:11:33.2756511Z 0% |##################################### | 58% 2024-04-03T16:11:33.2756998Z 0% |##################################### | 58% 2024-04-03T16:11:33.2757507Z 0% |##################################### | 58% 2024-04-03T16:11:33.2758012Z 0% |##################################### | 58% 2024-04-03T16:11:33.2758503Z 0% |##################################### | 58% 2024-04-03T16:11:33.2759001Z 0% |##################################### | 58% 2024-04-03T16:11:33.2759502Z 0% |##################################### | 58% 2024-04-03T16:11:33.2760005Z 0% |##################################### | 58% 2024-04-03T16:11:33.2760498Z 0% |##################################### | 58% 2024-04-03T16:11:33.2760999Z 0% |##################################### | 58% 2024-04-03T16:11:33.2761500Z 0% |##################################### | 58% 2024-04-03T16:11:33.2761990Z 0% |##################################### | 58% 2024-04-03T16:11:33.2762496Z 0% |##################################### | 59% 2024-04-03T16:11:33.2762997Z 0% |##################################### | 59% 2024-04-03T16:11:33.2763490Z 0% |##################################### | 59% 2024-04-03T16:11:33.2763989Z 0% |##################################### | 59% 2024-04-03T16:11:33.2764650Z 0% |##################################### | 59% 2024-04-03T16:11:33.2765144Z 0% |###################################### | 59% 2024-04-03T16:11:33.2765655Z 0% |###################################### | 59% 2024-04-03T16:11:33.2766163Z 0% |###################################### | 59% 2024-04-03T16:11:33.2766670Z 0% |###################################### | 59% 2024-04-03T16:11:33.2767158Z 0% |###################################### | 59% 2024-04-03T16:11:33.2767666Z 0% |###################################### | 59% 2024-04-03T16:11:33.2768170Z 0% |###################################### | 59% 2024-04-03T16:11:33.2768658Z 0% |###################################### | 59% 2024-04-03T16:11:33.2769163Z 0% |###################################### | 60% 2024-04-03T16:11:33.2769669Z 0% |###################################### | 60% 2024-04-03T16:11:33.2770157Z 0% |###################################### | 60% 2024-04-03T16:11:33.2770748Z 0% |###################################### | 60% 2024-04-03T16:11:33.2771257Z 0% |###################################### | 60% 2024-04-03T16:11:33.2771766Z 0% |###################################### | 60% 2024-04-03T16:11:33.2772256Z 0% |###################################### | 60% 2024-04-03T16:11:33.2772834Z 0% |###################################### | 60% 2024-04-03T16:11:33.2773336Z 0% |###################################### | 60% 2024-04-03T16:11:33.2773898Z 0% |###################################### | 60% 2024-04-03T16:11:33.2774405Z 0% |###################################### | 60% 2024-04-03T16:11:33.2774910Z 0% |####################################### | 60% 2024-04-03T16:11:33.2775403Z 0% |####################################### | 61% 2024-04-03T16:11:33.2775915Z 0% |####################################### | 61% 2024-04-03T16:11:33.2776420Z 0% |####################################### | 61% 2024-04-03T16:11:33.2776918Z 0% |####################################### | 61% 2024-04-03T16:11:33.2777407Z 0% |####################################### | 61% 2024-04-03T16:11:33.2777916Z 0% |####################################### | 61% 2024-04-03T16:11:33.2778422Z 0% |####################################### | 61% 2024-04-03T16:11:33.2778911Z 0% |####################################### | 61% 2024-04-03T16:11:33.2779418Z 0% |####################################### | 61% 2024-04-03T16:11:33.2779921Z 0% |####################################### | 61% 2024-04-03T16:11:33.2780406Z 0% |####################################### | 61% 2024-04-03T16:11:33.2780916Z 0% |####################################### | 61% 2024-04-03T16:11:33.2781420Z 0% |####################################### | 62% 2024-04-03T16:11:33.2781911Z 0% |####################################### | 62% 2024-04-03T16:11:33.2782412Z 0% |####################################### | 62% 2024-04-03T16:11:33.2782917Z 0% |####################################### | 62% 2024-04-03T16:11:33.2783421Z 0% |####################################### | 62% 2024-04-03T16:11:33.2783908Z 0% |####################################### | 62% 2024-04-03T16:11:33.2784410Z 0% |######################################## | 62% 2024-04-03T16:11:33.2784915Z 0% |######################################## | 62% 2024-04-03T16:11:33.2785405Z 0% |######################################## | 62% 2024-04-03T16:11:33.2785912Z 0% |######################################## | 62% 2024-04-03T16:11:33.2786411Z 0% |######################################## | 62% 2024-04-03T16:11:33.2786903Z 0% |######################################## | 62% 2024-04-03T16:11:33.2787409Z 0% |######################################## | 63% 2024-04-03T16:11:33.2787917Z 0% |######################################## | 63% 2024-04-03T16:11:33.2788424Z 0% |######################################## | 63% 2024-04-03T16:11:33.2788914Z 0% |######################################## | 63% 2024-04-03T16:11:33.2789416Z 0% |######################################## | 63% 2024-04-03T16:11:33.2789918Z 0% |######################################## | 63% 2024-04-03T16:11:33.2790408Z 0% |######################################## | 63% 2024-04-03T16:11:33.2790975Z 0% |######################################## | 63% 2024-04-03T16:11:33.2791481Z 0% |######################################## | 63% 2024-04-03T16:11:33.2791972Z 0% |######################################## | 63% 2024-04-03T16:11:33.2792535Z 0% |######################################## | 63% 2024-04-03T16:11:33.2793044Z 0% |######################################## | 63% 2024-04-03T16:11:33.2793528Z 0% |######################################## | 64% 2024-04-03T16:11:33.2794032Z 0% |######################################### | 64% 2024-04-03T16:11:33.2794540Z 0% |######################################### | 64% 2024-04-03T16:11:33.2795048Z 0% |######################################### | 64% 2024-04-03T16:11:33.2795539Z 0% |######################################### | 64% 2024-04-03T16:11:33.2796042Z 0% |######################################### | 64% 2024-04-03T16:11:33.2796543Z 0% |######################################### | 64% 2024-04-03T16:11:33.2797032Z 0% |######################################### | 64% 2024-04-03T16:11:33.2797545Z 0% |######################################### | 64% 2024-04-03T16:11:33.2798051Z 0% |######################################### | 64% 2024-04-03T16:11:33.2798540Z 0% |######################################### | 64% 2024-04-03T16:11:33.2799045Z 0% |######################################### | 64% 2024-04-03T16:11:33.2799545Z 0% |######################################### | 65% 2024-04-03T16:11:33.2800045Z 0% |######################################### | 65% 2024-04-03T16:11:33.2800538Z 0% |######################################### | 65% 2024-04-03T16:11:33.2801043Z 0% |######################################### | 65% 2024-04-03T16:11:33.2801542Z 0% |######################################### | 65% 2024-04-03T16:11:33.2802032Z 0% |######################################### | 65% 2024-04-03T16:11:33.2802539Z 0% |######################################### | 65% 2024-04-03T16:11:33.2803047Z 0% |######################################### | 65% 2024-04-03T16:11:33.2803536Z 0% |########################################## | 65% 2024-04-03T16:11:33.2804041Z 0% |########################################## | 65% 2024-04-03T16:11:33.2804733Z 0% |########################################## | 65% 2024-04-03T16:11:33.2805241Z 0% |########################################## | 65% 2024-04-03T16:11:33.2805416Z 0% |########################################## | 66% 2024-04-03T16:11:33.2805581Z 0% |########################################## | 66% 2024-04-03T16:11:33.2805757Z 0% |########################################## | 66% 2024-04-03T16:11:33.2805918Z 0% |########################################## | 66% 2024-04-03T16:11:33.2806083Z 0% |########################################## | 66% 2024-04-03T16:11:33.2806261Z 0% |########################################## | 66% 2024-04-03T16:11:33.2806422Z 0% |########################################## | 66% 2024-04-03T16:11:33.2806584Z 0% |########################################## | 66% 2024-04-03T16:11:33.2806757Z 0% |########################################## | 66% 2024-04-03T16:11:33.2806914Z 0% |########################################## | 66% 2024-04-03T16:11:33.2807184Z 0% |########################################## | 66% 2024-04-03T16:11:33.2807345Z 0% |########################################## | 66% 2024-04-03T16:11:33.2807503Z 0% |########################################## | 67% 2024-04-03T16:11:33.2807678Z 0% |########################################## | 67% 2024-04-03T16:11:33.2807924Z 0% |########################################### | 67% 2024-04-03T16:11:33.2808085Z 0% |########################################### | 67% 2024-04-03T16:11:33.2808255Z 0% |########################################### | 67% 2024-04-03T16:11:33.2808413Z 0% |########################################### | 67% 2024-04-03T16:11:33.2808585Z 0% |########################################### | 67% 2024-04-03T16:11:33.2808749Z 0% |########################################### | 67% 2024-04-03T16:11:33.2808911Z 0% |########################################### | 67% 2024-04-03T16:11:33.2809085Z 0% |########################################### | 67% 2024-04-03T16:11:33.2809245Z 0% |########################################### | 67% 2024-04-03T16:11:33.2809403Z 0% |########################################### | 67% 2024-04-03T16:11:33.2809581Z 0% |########################################### | 68% 2024-04-03T16:11:33.2809749Z 0% |########################################### | 68% 2024-04-03T16:11:33.2809913Z 0% |########################################### | 68% 2024-04-03T16:11:33.2810073Z 0% |########################################### | 68% 2024-04-03T16:11:33.2810238Z 0% |########################################### | 68% 2024-04-03T16:11:33.2810399Z 0% |########################################### | 68% 2024-04-03T16:11:33.2810556Z 0% |########################################### | 68% 2024-04-03T16:11:33.2810726Z 0% |########################################### | 68% 2024-04-03T16:11:33.2810885Z 0% |########################################### | 68% 2024-04-03T16:11:33.2811045Z 0% |############################################ | 68% 2024-04-03T16:11:33.2811217Z 0% |############################################ | 68% 2024-04-03T16:11:33.2811375Z 0% |############################################ | 68% 2024-04-03T16:11:33.2811546Z 0% |############################################ | 69% 2024-04-03T16:11:33.2811703Z 0% |############################################ | 69% 2024-04-03T16:11:33.2811858Z 0% |############################################ | 69% 2024-04-03T16:11:33.2812029Z 0% |############################################ | 69% 2024-04-03T16:11:33.2812187Z 0% |############################################ | 69% 2024-04-03T16:11:33.2812350Z 0% |############################################ | 69% 2024-04-03T16:11:33.2812518Z 0% |############################################ | 69% 2024-04-03T16:11:33.2812681Z 0% |############################################ | 69% 2024-04-03T16:11:33.2812859Z 0% |############################################ | 69% 2024-04-03T16:11:33.2813020Z 0% |############################################ | 69% 2024-04-03T16:11:33.2813182Z 0% |############################################ | 69% 2024-04-03T16:11:33.2813358Z 0% |############################################ | 69% 2024-04-03T16:11:33.2813519Z 0% |############################################ | 69% 2024-04-03T16:11:33.2813752Z 0% |############################################ | 70% 2024-04-03T16:11:33.2813990Z 0% |############################################ | 70% 2024-04-03T16:11:33.2814151Z 0% |############################################ | 70% 2024-04-03T16:11:33.2814314Z 0% |############################################# | 70% 2024-04-03T16:11:33.2814491Z 0% |############################################# | 70% 2024-04-03T16:11:33.2814707Z 0% |############################################# | 70% 2024-04-03T16:11:33.2814876Z 0% |############################################# | 70% 2024-04-03T16:11:33.2815036Z 0% |############################################# | 70% 2024-04-03T16:11:33.2815199Z 0% |############################################# | 70% 2024-04-03T16:11:33.2815370Z 0% |############################################# | 70% 2024-04-03T16:11:33.2815526Z 0% |############################################# | 70% 2024-04-03T16:11:33.2815688Z 0% |############################################# | 70% 2024-04-03T16:11:33.2815858Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816020Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816192Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816350Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816513Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816682Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816839Z 0% |############################################# | 71% 2024-04-03T16:11:33.2816999Z 0% |############################################# | 71% 2024-04-03T16:11:33.2817174Z 0% |############################################# | 71% 2024-04-03T16:11:33.2817339Z 0% |############################################# | 71% 2024-04-03T16:11:33.2817500Z 0% |############################################## | 71% 2024-04-03T16:11:33.2817676Z 0% |############################################## | 71% 2024-04-03T16:11:33.2817839Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818012Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818173Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818329Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818500Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818655Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818812Z 0% |############################################## | 72% 2024-04-03T16:11:33.2818983Z 0% |############################################## | 72% 2024-04-03T16:11:33.2819147Z 0% |############################################## | 72% 2024-04-03T16:11:33.2819301Z 0% |############################################## | 72% 2024-04-03T16:11:33.2819471Z 0% |############################################## | 72% 2024-04-03T16:11:33.2819635Z 0% |############################################## | 72% 2024-04-03T16:11:33.2819805Z 0% |############################################## | 73% 2024-04-03T16:11:33.2819961Z 0% |############################################## | 73% 2024-04-03T16:11:33.2820124Z 0% |############################################## | 73% 2024-04-03T16:11:33.2820294Z 0% |############################################## | 73% 2024-04-03T16:11:33.2820449Z 0% |############################################## | 73% 2024-04-03T16:11:33.2820664Z 0% |############################################### | 73% 2024-04-03T16:11:33.2820836Z 0% |############################################### | 73% 2024-04-03T16:11:33.2820995Z 0% |############################################### | 73% 2024-04-03T16:11:33.2821161Z 0% |############################################### | 73% 2024-04-03T16:11:33.2821380Z 0% |############################################### | 73% 2024-04-03T16:11:33.2821537Z 0% |############################################### | 73% 2024-04-03T16:11:33.2821708Z 0% |############################################### | 73% 2024-04-03T16:11:33.2821867Z 0% |############################################### | 74% 2024-04-03T16:11:33.2822023Z 0% |############################################### | 74% 2024-04-03T16:11:33.2822193Z 0% |############################################### | 74% 2024-04-03T16:11:33.2822356Z 0% |############################################### | 74% 2024-04-03T16:11:33.2822512Z 0% |############################################### | 74% 2024-04-03T16:11:33.2822677Z 0% |############################################### | 74% 2024-04-03T16:11:33.2822838Z 0% |############################################### | 74% 2024-04-03T16:11:33.2823013Z 0% |############################################### | 74% 2024-04-03T16:11:33.2823174Z 0% |############################################### | 74% 2024-04-03T16:11:33.2823332Z 0% |############################################### | 74% 2024-04-03T16:11:33.2823503Z 0% |############################################### | 74% 2024-04-03T16:11:33.2823663Z 0% |############################################### | 74% 2024-04-03T16:11:33.2823823Z 0% |################################################ | 75% 2024-04-03T16:11:33.2823997Z 0% |################################################ | 75% 2024-04-03T16:11:33.2824158Z 0% |################################################ | 75% 2024-04-03T16:11:33.2824330Z 0% |################################################ | 75% 2024-04-03T16:11:33.2824489Z 0% |################################################ | 75% 2024-04-03T16:11:33.2824656Z 0% |################################################ | 75% 2024-04-03T16:11:33.2824828Z 0% |################################################ | 75% 2024-04-03T16:11:33.2824988Z 0% |################################################ | 75% 2024-04-03T16:11:33.2825146Z 0% |################################################ | 75% 2024-04-03T16:11:33.2825322Z 0% |################################################ | 75% 2024-04-03T16:11:33.2825483Z 0% |################################################ | 75% 2024-04-03T16:11:33.2825647Z 0% |################################################ | 75% 2024-04-03T16:11:33.2825821Z 0% |################################################ | 76% 2024-04-03T16:11:33.2825979Z 0% |################################################ | 76% 2024-04-03T16:11:33.2826154Z 0% |################################################ | 76% 2024-04-03T16:11:33.2826316Z 0% |################################################ | 76% 2024-04-03T16:11:33.2826474Z 0% |################################################ | 76% 2024-04-03T16:11:33.2826646Z 0% |################################################ | 76% 2024-04-03T16:11:33.2826806Z 0% |################################################ | 76% 2024-04-03T16:11:33.2826966Z 0% |################################################# | 76% 2024-04-03T16:11:33.2827138Z 0% |################################################# | 76% 2024-04-03T16:11:33.2827350Z 0% |################################################# | 76% 2024-04-03T16:11:33.2827525Z 0% |################################################# | 76% 2024-04-03T16:11:33.2827686Z 0% |################################################# | 76% 2024-04-03T16:11:33.2827904Z 0% |################################################# | 77% 2024-04-03T16:11:33.2828076Z 0% |################################################# | 77% 2024-04-03T16:11:33.2828238Z 0% |################################################# | 77% 2024-04-03T16:11:33.2828397Z 0% |################################################# | 77% 2024-04-03T16:11:33.2828571Z 0% |################################################# | 77% 2024-04-03T16:11:33.2828731Z 0% |################################################# | 77% 2024-04-03T16:11:33.2828894Z 0% |################################################# | 77% 2024-04-03T16:11:33.2829075Z 0% |################################################# | 77% 2024-04-03T16:11:33.2829237Z 0% |################################################# | 77% 2024-04-03T16:11:33.2829408Z 0% |################################################# | 77% 2024-04-03T16:11:33.2829572Z 0% |################################################# | 77% 2024-04-03T16:11:33.2829733Z 0% |################################################# | 77% 2024-04-03T16:11:33.2829907Z 0% |################################################# | 78% 2024-04-03T16:11:33.2830065Z 0% |################################################# | 78% 2024-04-03T16:11:33.2830224Z 0% |################################################## | 78% 2024-04-03T16:11:33.2830395Z 0% |################################################## | 78% 2024-04-03T16:11:33.2830554Z 0% |################################################## | 78% 2024-04-03T16:11:33.2830730Z 0% |################################################## | 78% 2024-04-03T16:11:33.2830889Z 0% |################################################## | 78% 2024-04-03T16:11:33.2831049Z 0% |################################################## | 78% 2024-04-03T16:11:33.2831225Z 0% |################################################## | 78% 2024-04-03T16:11:33.2831384Z 0% |################################################## | 78% 2024-04-03T16:11:33.2831542Z 0% |################################################## | 78% 2024-04-03T16:11:33.2831717Z 0% |################################################## | 78% 2024-04-03T16:11:33.2831878Z 0% |################################################## | 79% 2024-04-03T16:11:33.2832036Z 0% |################################################## | 79% 2024-04-03T16:11:33.2832211Z 0% |################################################## | 79% 2024-04-03T16:11:33.2832369Z 0% |################################################## | 79% 2024-04-03T16:11:33.2832542Z 0% |################################################## | 79% 2024-04-03T16:11:33.2832702Z 0% |################################################## | 79% 2024-04-03T16:11:33.2832866Z 0% |################################################## | 79% 2024-04-03T16:11:33.2833037Z 0% |################################################## | 79% 2024-04-03T16:11:33.2833198Z 0% |################################################## | 79% 2024-04-03T16:11:33.2833358Z 0% |################################################### | 79% 2024-04-03T16:11:33.2833530Z 0% |################################################### | 79% 2024-04-03T16:11:33.2833690Z 0% |################################################### | 79% 2024-04-03T16:11:33.2833931Z 0% |################################################### | 79% 2024-04-03T16:11:33.2834094Z 0% |################################################### | 80% 2024-04-03T16:11:33.2834254Z 0% |################################################### | 80% 2024-04-03T16:11:33.2834430Z 0% |################################################### | 80% 2024-04-03T16:11:33.2834656Z 0% |################################################### | 80% 2024-04-03T16:11:33.2834817Z 0% |################################################### | 80% 2024-04-03T16:11:33.2835059Z 0% |################################################### | 80% 2024-04-03T16:11:33.2835278Z 0% |################################################### | 80% 2024-04-03T16:11:33.2835510Z 0% |################################################### | 80% 2024-04-03T16:11:33.2835744Z 0% |################################################### | 80% 2024-04-03T16:11:33.2835958Z 0% |################################################### | 80% 2024-04-03T16:11:33.2836135Z 0% |################################################### | 80% 2024-04-03T16:11:33.2836359Z 0% |################################################### | 80% 2024-04-03T16:11:33.2836604Z 0% |################################################### | 81% 2024-04-03T16:11:33.2836900Z 0% |################################################### | 81% 2024-04-03T16:11:33.2837062Z 0% |################################################### | 81% 2024-04-03T16:11:33.2837243Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2837503Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2837827Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2838007Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2838174Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2838337Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2838588Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2838859Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2839028Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2839204Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2839366Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2839524Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2839700Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2839861Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2840127Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2840438Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2840602Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2840773Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2840978Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2841141Z 0% |##################################################### | 82% 2024-04-03T16:11:33.2841315Z 0% |##################################################### | 82% 2024-04-03T16:11:33.2841477Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2841654Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2841814Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2842079Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2842258Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2842422Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2842582Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2842838Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2842999Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2843158Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2843329Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2843489Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2843661Z 0% |##################################################### | 84% 2024-04-03T16:11:33.2843826Z 0% |##################################################### | 84% 2024-04-03T16:11:33.2843984Z 0% |##################################################### | 84% 2024-04-03T16:11:33.2844159Z 0% |##################################################### | 84% 2024-04-03T16:11:33.2844562Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2844729Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2844903Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2845065Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2845238Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2845400Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2845613Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2845952Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2846121Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2846282Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2846460Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2846628Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2846878Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2847132Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2847295Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2847559Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2847722Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2847888Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2848064Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2848225Z 0% |####################################################### | 85% 2024-04-03T16:11:33.2848388Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2848570Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2848730Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2848907Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2849070Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2849231Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2849410Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2849680Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2849843Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2850018Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2850178Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2850417Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2850594Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2850754Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2850931Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2851089Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2851247Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2851429Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2851590Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2851753Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2851926Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2852093Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2852268Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2852430Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2852591Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2852767Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2852931Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2853094Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2853264Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2853425Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2853585Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2853832Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2853994Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2854169Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2854330Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2854489Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2854668Z 0% |######################################################## | 89% 2024-04-03T16:11:33.2854833Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2854994Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2855168Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2855327Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2855507Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2855665Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2855832Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2856004Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2856165Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2856324Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2856553Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2856715Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2856874Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2857043Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2857272Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2857446Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2857612Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2857772Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2857946Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2858106Z 0% |########################################################## | 90% 2024-04-03T16:11:33.2858271Z 0% |########################################################## | 90% 2024-04-03T16:11:33.2858443Z 0% |########################################################## | 90% 2024-04-03T16:11:33.2858606Z 0% |########################################################## | 90% 2024-04-03T16:11:33.2858786Z 0% |########################################################## | 90% 2024-04-03T16:11:33.2858946Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2859108Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2859282Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2859443Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2859607Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2859778Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2859942Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2860101Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2860274Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2860438Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2860612Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2860773Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2860932Z 0% |########################################################## | 92% 2024-04-03T16:11:33.2861104Z 0% |########################################################## | 92% 2024-04-03T16:11:33.2861264Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2861423Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2861668Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2861861Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2862037Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2862202Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2862361Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2862535Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2862695Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2862856Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2863026Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2863187Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2863423Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2863598Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2863761Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2863997Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2864159Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2864317Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2864495Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2864657Z 0% |############################################################ | 93% 2024-04-03T16:11:33.2864817Z 0% |############################################################ | 93% 2024-04-03T16:11:33.2864994Z 0% |############################################################ | 93% 2024-04-03T16:11:33.2865151Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2865322Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2865483Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2865649Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2865826Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2865988Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2866150Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2866323Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2866485Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2866648Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2866819Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2866980Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2867150Z 0% |############################################################ | 95% 2024-04-03T16:11:33.2867313Z 0% |############################################################ | 95% 2024-04-03T16:11:33.2867473Z 0% |############################################################ | 95% 2024-04-03T16:11:33.2867643Z 0% |############################################################ | 95% 2024-04-03T16:11:33.2867802Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2867962Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2868136Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2868300Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2868470Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2868628Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2868791Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2868966Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2869126Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2869284Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2869458Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2869618Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2869777Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2870007Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2870167Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2870340Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2870500Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2870713Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2870888Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2871048Z 0% |############################################################## | 96% 2024-04-03T16:11:33.2871211Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2871383Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2871546Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2871723Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2871882Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2872044Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2872216Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2872379Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2872538Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2872707Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2872869Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2873027Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2873199Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2873363Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2873537Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2873696Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2873856Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2874033Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2874192Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2874352Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2874524Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2874682Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2874859Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2875024Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2875186Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2875359Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2875519Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2875682Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2875853Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2876013Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2876171Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2876343Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2876503Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2876728Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2876892Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2877052Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2877225Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2877453Z 0% |################################################################| 100% 2024-04-03T16:11:33.2878009Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-images-idx3-ubyte.gz ... 2024-04-03T16:11:33.2878447Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2024-04-03T16:11:33.2878459Z 2024-04-03T16:11:33.2878633Z 0% | | 0% 2024-04-03T16:11:33.2878815Z 0% |################## | 28% 2024-04-03T16:11:33.2878981Z 0% |#################################### | 56% 2024-04-03T16:11:33.2879148Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2879336Z 0% |################################################################| 100% 2024-04-03T16:11:33.2879790Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-labels-idx1-ubyte.gz ... 2024-04-03T16:11:33.2880181Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2024-04-03T16:11:33.2880188Z 2024-04-03T16:11:33.2880373Z 0% | | 0% 2024-04-03T16:11:33.2880539Z 0% | | 0% 2024-04-03T16:11:33.2880721Z 0% | | 0% 2024-04-03T16:11:33.2880888Z 0% | | 1% 2024-04-03T16:11:33.2881050Z 0% |# | 1% 2024-04-03T16:11:33.2881235Z 0% |# | 2% 2024-04-03T16:11:33.2881396Z 0% |# | 2% 2024-04-03T16:11:33.2881560Z 0% |## | 3% 2024-04-03T16:11:33.2881738Z 0% |## | 3% 2024-04-03T16:11:33.2881906Z 0% |## | 4% 2024-04-03T16:11:33.2882069Z 0% |### | 4% 2024-04-03T16:11:33.2882245Z 0% |### | 5% 2024-04-03T16:11:33.2882408Z 0% |### | 5% 2024-04-03T16:11:33.2882588Z 0% |#### | 6% 2024-04-03T16:11:33.2882747Z 0% |#### | 6% 2024-04-03T16:11:33.2882911Z 0% |#### | 7% 2024-04-03T16:11:33.2883085Z 0% |##### | 7% 2024-04-03T16:11:33.2883244Z 0% |##### | 8% 2024-04-03T16:11:33.2883402Z 0% |##### | 8% 2024-04-03T16:11:33.2883583Z 0% |###### | 9% 2024-04-03T16:11:33.2883743Z 0% |###### | 9% 2024-04-03T16:11:33.2883913Z 0% |###### | 10% 2024-04-03T16:11:33.2884088Z 0% |###### | 10% 2024-04-03T16:11:33.2884256Z 0% |####### | 11% 2024-04-03T16:11:33.2884575Z 0% |####### | 11% 2024-04-03T16:11:33.2884846Z 0% |####### | 12% 2024-04-03T16:11:33.2885012Z 0% |######## | 12% 2024-04-03T16:11:33.2885189Z 0% |######## | 13% 2024-04-03T16:11:33.2885350Z 0% |######## | 13% 2024-04-03T16:11:33.2885595Z 0% |######### | 14% 2024-04-03T16:11:33.2885853Z 0% |######### | 14% 2024-04-03T16:11:33.2886073Z 0% |######### | 15% 2024-04-03T16:11:33.2886245Z 0% |########## | 15% 2024-04-03T16:11:33.2886406Z 0% |########## | 16% 2024-04-03T16:11:33.2886566Z 0% |########## | 16% 2024-04-03T16:11:33.2886749Z 0% |########### | 17% 2024-04-03T16:11:33.2886912Z 0% |########### | 17% 2024-04-03T16:11:33.2887073Z 0% |########### | 18% 2024-04-03T16:11:33.2887247Z 0% |############ | 18% 2024-04-03T16:11:33.2887412Z 0% |############ | 19% 2024-04-03T16:11:33.2887571Z 0% |############ | 19% 2024-04-03T16:11:33.2887742Z 0% |############# | 20% 2024-04-03T16:11:33.2887902Z 0% |############# | 20% 2024-04-03T16:11:33.2888073Z 0% |############# | 21% 2024-04-03T16:11:33.2888232Z 0% |############# | 21% 2024-04-03T16:11:33.2888395Z 0% |############## | 22% 2024-04-03T16:11:33.2888565Z 0% |############## | 22% 2024-04-03T16:11:33.2888726Z 0% |############## | 23% 2024-04-03T16:11:33.2888885Z 0% |############### | 23% 2024-04-03T16:11:33.2889061Z 0% |############### | 24% 2024-04-03T16:11:33.2889219Z 0% |############### | 24% 2024-04-03T16:11:33.2889390Z 0% |################ | 25% 2024-04-03T16:11:33.2889548Z 0% |################ | 25% 2024-04-03T16:11:33.2889704Z 0% |################ | 26% 2024-04-03T16:11:33.2889878Z 0% |################# | 26% 2024-04-03T16:11:33.2890041Z 0% |################# | 27% 2024-04-03T16:11:33.2890203Z 0% |################# | 27% 2024-04-03T16:11:33.2890373Z 0% |################## | 28% 2024-04-03T16:11:33.2890532Z 0% |################## | 28% 2024-04-03T16:11:33.2890696Z 0% |################## | 29% 2024-04-03T16:11:33.2890868Z 0% |################### | 29% 2024-04-03T16:11:33.2891030Z 0% |################### | 30% 2024-04-03T16:11:33.2891200Z 0% |################### | 30% 2024-04-03T16:11:33.2891362Z 0% |#################### | 31% 2024-04-03T16:11:33.2891522Z 0% |#################### | 31% 2024-04-03T16:11:33.2891761Z 0% |#################### | 32% 2024-04-03T16:11:33.2891922Z 0% |#################### | 32% 2024-04-03T16:11:33.2892080Z 0% |##################### | 33% 2024-04-03T16:11:33.2892251Z 0% |##################### | 33% 2024-04-03T16:11:33.2892473Z 0% |##################### | 34% 2024-04-03T16:11:33.2892645Z 0% |###################### | 34% 2024-04-03T16:11:33.2892805Z 0% |###################### | 35% 2024-04-03T16:11:33.2892964Z 0% |###################### | 35% 2024-04-03T16:11:33.2893137Z 0% |####################### | 36% 2024-04-03T16:11:33.2893296Z 0% |####################### | 36% 2024-04-03T16:11:33.2893459Z 0% |####################### | 37% 2024-04-03T16:11:33.2893627Z 0% |######################## | 37% 2024-04-03T16:11:33.2893856Z 0% |######################## | 38% 2024-04-03T16:11:33.2894018Z 0% |######################## | 38% 2024-04-03T16:11:33.2894196Z 0% |######################### | 39% 2024-04-03T16:11:33.2894356Z 0% |######################### | 39% 2024-04-03T16:11:33.2894530Z 0% |######################### | 40% 2024-04-03T16:11:33.2894691Z 0% |########################## | 40% 2024-04-03T16:11:33.2894854Z 0% |########################## | 41% 2024-04-03T16:11:33.2895029Z 0% |########################## | 41% 2024-04-03T16:11:33.2895195Z 0% |########################### | 42% 2024-04-03T16:11:33.2895355Z 0% |########################### | 42% 2024-04-03T16:11:33.2895530Z 0% |########################### | 43% 2024-04-03T16:11:33.2895689Z 0% |########################### | 43% 2024-04-03T16:11:33.2895863Z 0% |############################ | 44% 2024-04-03T16:11:33.2896022Z 0% |############################ | 44% 2024-04-03T16:11:33.2896182Z 0% |############################ | 45% 2024-04-03T16:11:33.2896353Z 0% |############################# | 45% 2024-04-03T16:11:33.2896513Z 0% |############################# | 46% 2024-04-03T16:11:33.2896671Z 0% |############################# | 46% 2024-04-03T16:11:33.2896846Z 0% |############################## | 47% 2024-04-03T16:11:33.2897007Z 0% |############################## | 47% 2024-04-03T16:11:33.2897166Z 0% |############################## | 48% 2024-04-03T16:11:33.2897337Z 0% |############################### | 48% 2024-04-03T16:11:33.2897499Z 0% |############################### | 49% 2024-04-03T16:11:33.2897669Z 0% |############################### | 49% 2024-04-03T16:11:33.2897829Z 0% |################################ | 50% 2024-04-03T16:11:33.2897987Z 0% |################################ | 50% 2024-04-03T16:11:33.2898160Z 0% |################################ | 51% 2024-04-03T16:11:33.2898318Z 0% |################################# | 51% 2024-04-03T16:11:33.2898541Z 0% |################################# | 52% 2024-04-03T16:11:33.2898716Z 0% |################################# | 52% 2024-04-03T16:11:33.2898878Z 0% |################################## | 53% 2024-04-03T16:11:33.2899051Z 0% |################################## | 53% 2024-04-03T16:11:33.2899271Z 0% |################################## | 54% 2024-04-03T16:11:33.2899431Z 0% |################################## | 54% 2024-04-03T16:11:33.2899604Z 0% |################################### | 55% 2024-04-03T16:11:33.2899765Z 0% |################################### | 55% 2024-04-03T16:11:33.2899925Z 0% |################################### | 56% 2024-04-03T16:11:33.2900096Z 0% |#################################### | 56% 2024-04-03T16:11:33.2900260Z 0% |#################################### | 57% 2024-04-03T16:11:33.2900419Z 0% |#################################### | 57% 2024-04-03T16:11:33.2900592Z 0% |##################################### | 58% 2024-04-03T16:11:33.2900752Z 0% |##################################### | 58% 2024-04-03T16:11:33.2900928Z 0% |##################################### | 59% 2024-04-03T16:11:33.2901087Z 0% |###################################### | 59% 2024-04-03T16:11:33.2901245Z 0% |###################################### | 60% 2024-04-03T16:11:33.2901416Z 0% |###################################### | 60% 2024-04-03T16:11:33.2901576Z 0% |####################################### | 61% 2024-04-03T16:11:33.2901734Z 0% |####################################### | 61% 2024-04-03T16:11:33.2901911Z 0% |####################################### | 62% 2024-04-03T16:11:33.2902070Z 0% |######################################## | 62% 2024-04-03T16:11:33.2902239Z 0% |######################################## | 63% 2024-04-03T16:11:33.2902405Z 0% |######################################## | 63% 2024-04-03T16:11:33.2902563Z 0% |######################################### | 64% 2024-04-03T16:11:33.2902735Z 0% |######################################### | 64% 2024-04-03T16:11:33.2902896Z 0% |######################################### | 65% 2024-04-03T16:11:33.2903054Z 0% |######################################### | 65% 2024-04-03T16:11:33.2903229Z 0% |########################################## | 66% 2024-04-03T16:11:33.2903388Z 0% |########################################## | 66% 2024-04-03T16:11:33.2903552Z 0% |########################################## | 67% 2024-04-03T16:11:33.2903722Z 0% |########################################### | 67% 2024-04-03T16:11:33.2903879Z 0% |########################################### | 68% 2024-04-03T16:11:33.2904056Z 0% |########################################### | 68% 2024-04-03T16:11:33.2904214Z 0% |############################################ | 69% 2024-04-03T16:11:33.2904372Z 0% |############################################ | 69% 2024-04-03T16:11:33.2904543Z 0% |############################################ | 70% 2024-04-03T16:11:33.2904702Z 0% |############################################# | 70% 2024-04-03T16:11:33.2904863Z 0% |############################################# | 71% 2024-04-03T16:11:33.2905032Z 0% |############################################# | 71% 2024-04-03T16:11:33.2905246Z 0% |############################################## | 72% 2024-04-03T16:11:33.2905418Z 0% |############################################## | 72% 2024-04-03T16:11:33.2905578Z 0% |############################################## | 73% 2024-04-03T16:11:33.2905810Z 0% |############################################### | 73% 2024-04-03T16:11:33.2905983Z 0% |############################################### | 74% 2024-04-03T16:11:33.2906143Z 0% |############################################### | 74% 2024-04-03T16:11:33.2906301Z 0% |################################################ | 75% 2024-04-03T16:11:33.2906473Z 0% |################################################ | 75% 2024-04-03T16:11:33.2906633Z 0% |################################################ | 76% 2024-04-03T16:11:33.2906797Z 0% |################################################ | 76% 2024-04-03T16:11:33.2906972Z 0% |################################################# | 77% 2024-04-03T16:11:33.2907132Z 0% |################################################# | 77% 2024-04-03T16:11:33.2907306Z 0% |################################################# | 78% 2024-04-03T16:11:33.2907469Z 0% |################################################## | 78% 2024-04-03T16:11:33.2907630Z 0% |################################################## | 78% 2024-04-03T16:11:33.2907802Z 0% |################################################## | 79% 2024-04-03T16:11:33.2907961Z 0% |################################################### | 79% 2024-04-03T16:11:33.2908121Z 0% |################################################### | 80% 2024-04-03T16:11:33.2908291Z 0% |################################################### | 80% 2024-04-03T16:11:33.2908455Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2908628Z 0% |#################################################### | 81% 2024-04-03T16:11:33.2908786Z 0% |#################################################### | 82% 2024-04-03T16:11:33.2908949Z 0% |##################################################### | 82% 2024-04-03T16:11:33.2909125Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2909284Z 0% |##################################################### | 83% 2024-04-03T16:11:33.2909444Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2909613Z 0% |###################################################### | 84% 2024-04-03T16:11:33.2909774Z 0% |###################################################### | 85% 2024-04-03T16:11:33.2909939Z 0% |####################################################### | 85% 2024-04-03T16:11:33.2910118Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2910277Z 0% |####################################################### | 86% 2024-04-03T16:11:33.2910451Z 0% |####################################################### | 87% 2024-04-03T16:11:33.2910611Z 0% |######################################################## | 87% 2024-04-03T16:11:33.2910777Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2910951Z 0% |######################################################## | 88% 2024-04-03T16:11:33.2911114Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2911339Z 0% |######################################################### | 89% 2024-04-03T16:11:33.2911501Z 0% |######################################################### | 90% 2024-04-03T16:11:33.2911660Z 0% |########################################################## | 90% 2024-04-03T16:11:33.2911898Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2912062Z 0% |########################################################## | 91% 2024-04-03T16:11:33.2912225Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2912401Z 0% |########################################################### | 92% 2024-04-03T16:11:33.2912626Z 0% |########################################################### | 93% 2024-04-03T16:11:33.2912799Z 0% |############################################################ | 93% 2024-04-03T16:11:33.2912961Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2913125Z 0% |############################################################ | 94% 2024-04-03T16:11:33.2913301Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2913464Z 0% |############################################################# | 95% 2024-04-03T16:11:33.2913628Z 0% |############################################################# | 96% 2024-04-03T16:11:33.2913804Z 0% |############################################################## | 96% 2024-04-03T16:11:33.2913967Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2914131Z 0% |############################################################## | 97% 2024-04-03T16:11:33.2914309Z 0% |############################################################## | 98% 2024-04-03T16:11:33.2914472Z 0% |############################################################### | 98% 2024-04-03T16:11:33.2914647Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2914810Z 0% |############################################################### | 99% 2024-04-03T16:11:33.2914983Z 0% |################################################################| 100% 2024-04-03T16:11:33.2915505Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-images-idx3-ubyte.gz ... 2024-04-03T16:11:33.2915908Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2024-04-03T16:11:33.2915916Z 2024-04-03T16:11:33.2916088Z 0% | | 0% 2024-04-03T16:11:33.2916272Z 0% |################################################################| 100% 2024-04-03T16:11:33.2916708Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-labels-idx1-ubyte.gz ... 2024-04-03T16:11:33.2917223Z [1,690 / 3,411] 2 / 26 tests; 5 actions running; last test: ...test:core_tests 2024-04-03T16:11:33.2917528Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:11:33.2917867Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:11:33.2918198Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:11:33.2918514Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2024-04-03T16:11:33.2918884Z Compiling c10/test/util/LeftRight_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:11:33.5034935Z 2024-04-03T16:11:33.5035712Z  2024-04-03T16:11:33.5036101Z  2024-04-03T16:11:33.5036360Z  2024-04-03T16:11:33.5036607Z  2024-04-03T16:11:33.5036851Z  2024-04-03T16:11:33.5037562Z [1,693 / 3,411] 2 / 26 tests; 3 actions running; last test: ...test:core_tests 2024-04-03T16:11:33.5038500Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:11:33.5039249Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:11:33.5039997Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:11:33.7038637Z 2024-04-03T16:11:33.7039294Z  2024-04-03T16:11:33.7039741Z  2024-04-03T16:11:33.7040116Z  2024-04-03T16:11:33.7041145Z [1,693 / 3,412] 2 / 26 tests; 4 actions running; last test: ...test:core_tests 2024-04-03T16:11:33.7042515Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:11:33.7043911Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:11:33.7045232Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:11:33.7046317Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:11:33.9596815Z 2024-04-03T16:11:33.9597773Z  2024-04-03T16:11:33.9598321Z  2024-04-03T16:11:33.9598818Z  2024-04-03T16:11:33.9599291Z  2024-04-03T16:11:33.9600530Z [1,693 / 3,412] 3 / 26 tests; 4 actions running; last test: ...util_base_tests 2024-04-03T16:11:33.9602194Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2024-04-03T16:11:33.9603561Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:11:33.9605153Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:11:33.9606462Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:11:33.9607249Z 2024-04-03T16:11:33.9607485Z  2024-04-03T16:11:33.9607956Z  2024-04-03T16:11:33.9608412Z  2024-04-03T16:11:33.9608879Z  2024-04-03T16:11:33.9609819Z INFO: From Testing //c10/test:util_base_tests: 2024-04-03T16:11:33.9610983Z ==================== Test output for //c10/test:util_base_tests: 2024-04-03T16:11:33.9611871Z Running main() from gmock_main.cc 2024-04-03T16:11:33.9612673Z Note: Google Test filter = -*CUDA 2024-04-03T16:11:33.9613435Z [==========] Running 739 tests from 78 test suites. 2024-04-03T16:11:33.9614456Z [----------] Global test environment set-up. 2024-04-03T16:11:33.9618105Z [----------] 1 test from LoggingDeathTest 2024-04-03T16:11:33.9619027Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2024-04-03T16:11:33.9620093Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (6 ms) 2024-04-03T16:11:33.9621203Z [----------] 1 test from LoggingDeathTest (6 ms total) 2024-04-03T16:11:33.9621851Z 2024-04-03T16:11:33.9622151Z [----------] 12 tests from BitsetTest 2024-04-03T16:11:33.9623123Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2024-04-03T16:11:33.9625579Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2024-04-03T16:11:33.9626891Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2024-04-03T16:11:33.9628236Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2024-04-03T16:11:33.9629695Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2024-04-03T16:11:33.9631272Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2024-04-03T16:11:33.9632704Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2024-04-03T16:11:33.9633976Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2024-04-03T16:11:33.9635341Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2024-04-03T16:11:33.9636843Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2024-04-03T16:11:33.9638258Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2024-04-03T16:11:33.9639593Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2024-04-03T16:11:33.9641111Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2024-04-03T16:11:33.9642801Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2024-04-03T16:11:33.9644490Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2024-04-03T16:11:33.9645952Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2024-04-03T16:11:33.9647543Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2024-04-03T16:11:33.9649265Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2024-04-03T16:11:33.9650882Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2024-04-03T16:11:33.9652633Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2024-04-03T16:11:33.9654424Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2024-04-03T16:11:33.9656259Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2024-04-03T16:11:33.9658368Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2024-04-03T16:11:33.9660382Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2024-04-03T16:11:33.9661996Z [----------] 12 tests from BitsetTest (0 ms total) 2024-04-03T16:11:33.9662607Z 2024-04-03T16:11:33.9662946Z [----------] 2 tests from DeadlockDetection 2024-04-03T16:11:33.9663755Z [ RUN ] DeadlockDetection.basic 2024-04-03T16:11:33.9664550Z [ OK ] DeadlockDetection.basic (0 ms) 2024-04-03T16:11:33.9665361Z [ RUN ] DeadlockDetection.disable 2024-04-03T16:11:33.9666198Z [ OK ] DeadlockDetection.disable (0 ms) 2024-04-03T16:11:33.9667222Z [----------] 2 tests from DeadlockDetection (0 ms total) 2024-04-03T16:11:33.9667865Z 2024-04-03T16:11:33.9668206Z [----------] 1 test from HalfConversionTest 2024-04-03T16:11:33.9669141Z [ RUN ] HalfConversionTest.TestPorableConversion 2024-04-03T16:11:33.9670256Z [ OK ] HalfConversionTest.TestPorableConversion (0 ms) 2024-04-03T16:11:33.9671400Z [----------] 1 test from HalfConversionTest (0 ms total) 2024-04-03T16:11:33.9672059Z 2024-04-03T16:11:33.9672374Z [----------] 2 tests from HalfConversion 2024-04-03T16:11:33.9673299Z [ RUN ] HalfConversion.TestNativeConversionToFloat 2024-04-03T16:11:33.9674428Z [ OK ] HalfConversion.TestNativeConversionToFloat (5 ms) 2024-04-03T16:11:33.9675549Z [ RUN ] HalfConversion.TestNativeConversionToHalf 2024-04-03T16:11:33.9676660Z [ OK ] HalfConversion.TestNativeConversionToHalf (6 ms) 2024-04-03T16:11:33.9677808Z [----------] 2 tests from HalfConversion (12 ms total) 2024-04-03T16:11:33.9678450Z 2024-04-03T16:11:33.9678776Z [----------] 12 tests from LeftRightTest 2024-04-03T16:11:33.9679898Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2024-04-03T16:11:33.9681481Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2024-04-03T16:11:33.9683105Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2024-04-03T16:11:33.9684876Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2024-04-03T16:11:33.9686540Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2024-04-03T16:11:33.9688196Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2024-04-03T16:11:33.9689536Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2024-04-03T16:11:33.9690527Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2024-04-03T16:11:33.9691754Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2024-04-03T16:11:33.9693238Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2024-04-03T16:11:33.9694798Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2024-04-03T16:11:33.9696283Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2024-04-03T16:11:33.9697673Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2024-04-03T16:11:33.9698983Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (100 ms) 2024-04-03T16:11:33.9700329Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2024-04-03T16:11:33.9701701Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2024-04-03T16:11:33.9703093Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2024-04-03T16:11:33.9704492Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2024-04-03T16:11:33.9706309Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2024-04-03T16:11:33.9708200Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2024-04-03T16:11:33.9710054Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2024-04-03T16:11:33.9711898Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2024-04-03T16:11:33.9713833Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2024-04-03T16:11:33.9715528Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2024-04-03T16:11:33.9717004Z [----------] 12 tests from LeftRightTest (100 ms total) 2024-04-03T16:11:33.9717632Z 2024-04-03T16:11:33.9717994Z [----------] 16 tests from MetaprogrammingTest 2024-04-03T16:11:33.9719027Z [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 2024-04-03T16:11:33.9720269Z [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 2024-04-03T16:11:33.9721533Z [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 2024-04-03T16:11:33.9722789Z [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 2024-04-03T16:11:33.9723997Z [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 2024-04-03T16:11:33.9725251Z [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 2024-04-03T16:11:33.9726359Z [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 2024-04-03T16:11:33.9727409Z [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 2024-04-03T16:11:33.9728463Z [ RUN ] MetaprogrammingTest.TupleTake_negative 2024-04-03T16:11:33.9729475Z [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 2024-04-03T16:11:33.9730505Z [ RUN ] MetaprogrammingTest.TupleSlice_middle 2024-04-03T16:11:33.9731527Z [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 2024-04-03T16:11:33.9732511Z [ RUN ] MetaprogrammingTest.TupleSlice_full 2024-04-03T16:11:33.9733510Z [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 2024-04-03T16:11:33.9734572Z [ RUN ] MetaprogrammingTest.TupleMap_simple 2024-04-03T16:11:33.9735550Z [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 2024-04-03T16:11:33.9736855Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 2024-04-03T16:11:33.9738531Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 2024-04-03T16:11:33.9739995Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 2024-04-03T16:11:33.9741195Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 2024-04-03T16:11:33.9742428Z [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 2024-04-03T16:11:33.9743677Z [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 2024-04-03T16:11:33.9745022Z [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 2024-04-03T16:11:33.9746514Z [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 2024-04-03T16:11:33.9747965Z [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 2024-04-03T16:11:33.9749319Z [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 2024-04-03T16:11:33.9750713Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 2024-04-03T16:11:33.9752125Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 2024-04-03T16:11:33.9753555Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 2024-04-03T16:11:33.9754971Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 2024-04-03T16:11:33.9756334Z [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 2024-04-03T16:11:33.9757646Z [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 2024-04-03T16:11:33.9758951Z [----------] 16 tests from MetaprogrammingTest (0 ms total) 2024-04-03T16:11:33.9759634Z 2024-04-03T16:11:33.9759947Z [----------] 2 tests from Synchronized 2024-04-03T16:11:33.9761022Z [ RUN ] Synchronized.TestSingleThreadExecution 2024-04-03T16:11:33.9762081Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2024-04-03T16:11:33.9763137Z [ RUN ] Synchronized.TestMultiThreadedExecution 2024-04-03T16:11:33.9764221Z [ OK ] Synchronized.TestMultiThreadedExecution (20 ms) 2024-04-03T16:11:33.9765576Z [----------] 2 tests from Synchronized (20 ms total) 2024-04-03T16:11:33.9766208Z 2024-04-03T16:11:33.9766501Z [----------] 1 test from ThreadLocal 2024-04-03T16:11:33.9767320Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2024-04-03T16:11:33.9768315Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2024-04-03T16:11:33.9769367Z [----------] 1 test from ThreadLocal (0 ms total) 2024-04-03T16:11:33.9769966Z 2024-04-03T16:11:33.9770291Z [----------] 11 tests from ThreadLocalTest 2024-04-03T16:11:33.9771215Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2024-04-03T16:11:33.9772288Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2024-04-03T16:11:33.9773356Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2024-04-03T16:11:33.9792915Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2024-04-03T16:11:33.9793801Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2024-04-03T16:11:33.9794634Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2024-04-03T16:11:33.9795495Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2024-04-03T16:11:33.9796379Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2024-04-03T16:11:33.9797177Z [ RUN ] ThreadLocalTest.TestClassScope 2024-04-03T16:11:33.9797890Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2024-04-03T16:11:33.9798660Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2024-04-03T16:11:33.9799470Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2024-04-03T16:11:33.9800365Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2024-04-03T16:11:33.9801309Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2024-04-03T16:11:33.9802253Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2024-04-03T16:11:33.9803235Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2024-04-03T16:11:33.9804196Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2024-04-03T16:11:33.9805268Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2024-04-03T16:11:33.9806206Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2024-04-03T16:11:33.9807071Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2024-04-03T16:11:33.9808142Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2024-04-03T16:11:33.9809324Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2024-04-03T16:11:33.9810502Z [----------] 11 tests from ThreadLocalTest (0 ms total) 2024-04-03T16:11:33.9811017Z 2024-04-03T16:11:33.9811279Z [----------] 7 tests from TypeIndex 2024-04-03T16:11:33.9811850Z [ RUN ] TypeIndex.TopLevelName 2024-04-03T16:11:33.9812485Z [ OK ] TypeIndex.TopLevelName (0 ms) 2024-04-03T16:11:33.9813137Z [ RUN ] TypeIndex.NestedName 2024-04-03T16:11:33.9813797Z [ OK ] TypeIndex.NestedName (0 ms) 2024-04-03T16:11:33.9814498Z [ RUN ] TypeIndex.TypeTemplateParameter 2024-04-03T16:11:33.9815249Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2024-04-03T16:11:33.9816030Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2024-04-03T16:11:33.9816851Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2024-04-03T16:11:33.9817682Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2024-04-03T16:11:33.9818527Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2024-04-03T16:11:33.9819439Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2024-04-03T16:11:33.9820441Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2024-04-03T16:11:33.9821361Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2024-04-03T16:11:33.9822224Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2024-04-03T16:11:33.9823311Z [----------] 7 tests from TypeIndex (0 ms total) 2024-04-03T16:11:33.9823791Z 2024-04-03T16:11:33.9824040Z [----------] 4 tests from TypeListTest 2024-04-03T16:11:33.9824738Z [ RUN ] TypeListTest.MapTypesToValues_sametype 2024-04-03T16:11:33.9825576Z [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 2024-04-03T16:11:33.9826436Z [ RUN ] TypeListTest.MapTypesToValues_differenttypes 2024-04-03T16:11:33.9827487Z [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 2024-04-03T16:11:33.9828356Z [ RUN ] TypeListTest.MapTypesToValues_members 2024-04-03T16:11:33.9829179Z [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 2024-04-03T16:11:33.9829968Z [ RUN ] TypeListTest.MapTypesToValues_empty 2024-04-03T16:11:33.9830765Z [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 2024-04-03T16:11:33.9831655Z [----------] 4 tests from TypeListTest (0 ms total) 2024-04-03T16:11:33.9832159Z 2024-04-03T16:11:33.9832414Z [----------] 4 tests from accumulateTest 2024-04-03T16:11:33.9833051Z [ RUN ] accumulateTest.vector_test 2024-04-03T16:11:33.9833710Z [ OK ] accumulateTest.vector_test (0 ms) 2024-04-03T16:11:33.9834345Z [ RUN ] accumulateTest.list_test 2024-04-03T16:11:33.9834995Z [ OK ] accumulateTest.list_test (0 ms) 2024-04-03T16:11:33.9835659Z [ RUN ] accumulateTest.base_cases 2024-04-03T16:11:33.9836307Z [ OK ] accumulateTest.base_cases (0 ms) 2024-04-03T16:11:33.9836966Z [ RUN ] accumulateTest.errors 2024-04-03T16:11:33.9837576Z [ OK ] accumulateTest.errors (0 ms) 2024-04-03T16:11:33.9838351Z [----------] 4 tests from accumulateTest (0 ms total) 2024-04-03T16:11:33.9838879Z 2024-04-03T16:11:33.9839168Z [----------] 5 tests from BFloat16Conversion 2024-04-03T16:11:33.9839934Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2024-04-03T16:11:33.9840837Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2024-04-03T16:11:33.9842819Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2024-04-03T16:11:33.9843769Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2024-04-03T16:11:33.9844713Z [ RUN ] BFloat16Conversion.NaN 2024-04-03T16:11:33.9845331Z [ OK ] BFloat16Conversion.NaN (0 ms) 2024-04-03T16:11:33.9845968Z [ RUN ] BFloat16Conversion.Inf 2024-04-03T16:11:33.9846584Z [ OK ] BFloat16Conversion.Inf (0 ms) 2024-04-03T16:11:33.9847309Z [ RUN ] BFloat16Conversion.SmallestDenormal 2024-04-03T16:11:33.9848127Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2024-04-03T16:11:33.9849059Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2024-04-03T16:11:33.9849589Z 2024-04-03T16:11:33.9849845Z [----------] 3 tests from BFloat16Math 2024-04-03T16:11:33.9850452Z [ RUN ] BFloat16Math.Addition 2024-04-03T16:11:33.9851049Z [ OK ] BFloat16Math.Addition (0 ms) 2024-04-03T16:11:33.9851682Z [ RUN ] BFloat16Math.Subtraction 2024-04-03T16:11:33.9852335Z [ OK ] BFloat16Math.Subtraction (0 ms) 2024-04-03T16:11:33.9853025Z [ RUN ] BFloat16Math.NextAfterZero 2024-04-03T16:11:33.9853759Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2024-04-03T16:11:33.9854587Z [----------] 3 tests from BFloat16Math (0 ms total) 2024-04-03T16:11:33.9855094Z 2024-04-03T16:11:33.9855381Z [----------] 2 tests from TestExponential 2024-04-03T16:11:33.9856001Z [ RUN ] TestExponential.IPi 2024-04-03T16:11:33.9856602Z [ OK ] TestExponential.IPi (0 ms) 2024-04-03T16:11:33.9857275Z [ RUN ] TestExponential.EulerFormula 2024-04-03T16:11:33.9857987Z [ OK ] TestExponential.EulerFormula (0 ms) 2024-04-03T16:11:33.9858845Z [----------] 2 tests from TestExponential (0 ms total) 2024-04-03T16:11:33.9859352Z 2024-04-03T16:11:33.9859606Z [----------] 2 tests from TestExpm1 2024-04-03T16:11:33.9860152Z [ RUN ] TestExpm1.Normal 2024-04-03T16:11:33.9860696Z [ OK ] TestExpm1.Normal (0 ms) 2024-04-03T16:11:33.9861283Z [ RUN ] TestExpm1.Small 2024-04-03T16:11:33.9861793Z [ OK ] TestExpm1.Small (0 ms) 2024-04-03T16:11:33.9862508Z [----------] 2 tests from TestExpm1 (0 ms total) 2024-04-03T16:11:33.9863153Z 2024-04-03T16:11:33.9863409Z [----------] 1 test from TestLog 2024-04-03T16:11:33.9863932Z [ RUN ] TestLog.Definition 2024-04-03T16:11:33.9864507Z [ OK ] TestLog.Definition (0 ms) 2024-04-03T16:11:33.9865225Z [----------] 1 test from TestLog (0 ms total) 2024-04-03T16:11:33.9865692Z 2024-04-03T16:11:33.9866073Z [----------] 1 test from TestLog10 2024-04-03T16:11:33.9866615Z [ RUN ] TestLog10.Rev 2024-04-03T16:11:33.9867125Z [ OK ] TestLog10.Rev (0 ms) 2024-04-03T16:11:33.9867801Z [----------] 1 test from TestLog10 (0 ms total) 2024-04-03T16:11:33.9868257Z 2024-04-03T16:11:33.9868485Z [----------] 1 test from TestLog2 2024-04-03T16:11:33.9869031Z [ RUN ] TestLog2.Rev 2024-04-03T16:11:33.9869512Z [ OK ] TestLog2.Rev (0 ms) 2024-04-03T16:11:33.9870145Z [----------] 1 test from TestLog2 (0 ms total) 2024-04-03T16:11:33.9870593Z 2024-04-03T16:11:33.9870811Z [----------] 3 tests from TestLog1p 2024-04-03T16:11:33.9871365Z [ RUN ] TestLog1p.Normal 2024-04-03T16:11:33.9871881Z [ OK ] TestLog1p.Normal (0 ms) 2024-04-03T16:11:33.9872428Z [ RUN ] TestLog1p.Small 2024-04-03T16:11:33.9872936Z [ OK ] TestLog1p.Small (0 ms) 2024-04-03T16:11:33.9873468Z [ RUN ] TestLog1p.Extreme 2024-04-03T16:11:33.9874014Z [ OK ] TestLog1p.Extreme (0 ms) 2024-04-03T16:11:33.9874713Z [----------] 3 tests from TestLog1p (0 ms total) 2024-04-03T16:11:33.9875165Z 2024-04-03T16:11:33.9875403Z [----------] 1 test from TestPowSqrt 2024-04-03T16:11:33.9875957Z [ RUN ] TestPowSqrt.Equal 2024-04-03T16:11:33.9876499Z [ OK ] TestPowSqrt.Equal (0 ms) 2024-04-03T16:11:33.9877163Z [----------] 1 test from TestPowSqrt (0 ms total) 2024-04-03T16:11:33.9877636Z 2024-04-03T16:11:33.9877842Z [----------] 1 test from TestPow 2024-04-03T16:11:33.9878358Z [ RUN ] TestPow.Square 2024-04-03T16:11:33.9878859Z [ OK ] TestPow.Square (0 ms) 2024-04-03T16:11:33.9879493Z [----------] 1 test from TestPow (0 ms total) 2024-04-03T16:11:33.9879895Z 2024-04-03T16:11:33.9880171Z [----------] 1 test from TestSinCosSinhCosh 2024-04-03T16:11:33.9880765Z [ RUN ] TestSinCosSinhCosh.Identity 2024-04-03T16:11:33.9881398Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2024-04-03T16:11:33.9882175Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2024-04-03T16:11:33.9882665Z 2024-04-03T16:11:33.9882899Z [----------] 1 test from TestTan 2024-04-03T16:11:33.9883381Z [ RUN ] TestTan.Identity 2024-04-03T16:11:33.9883885Z [ OK ] TestTan.Identity (0 ms) 2024-04-03T16:11:33.9884656Z [----------] 1 test from TestTan (0 ms total) 2024-04-03T16:11:33.9885069Z 2024-04-03T16:11:33.9885273Z [----------] 1 test from TestTanh 2024-04-03T16:11:33.9885761Z [ RUN ] TestTanh.Identity 2024-04-03T16:11:33.9886255Z [ OK ] TestTanh.Identity (0 ms) 2024-04-03T16:11:33.9886872Z [----------] 1 test from TestTanh (0 ms total) 2024-04-03T16:11:33.9887300Z 2024-04-03T16:11:33.9887558Z [----------] 1 test from TestRevTrigonometric 2024-04-03T16:11:33.9888161Z [ RUN ] TestRevTrigonometric.Rev 2024-04-03T16:11:33.9888737Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2024-04-03T16:11:33.9889504Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2024-04-03T16:11:33.9889981Z 2024-04-03T16:11:33.9890249Z [----------] 1 test from TestRevHyperbolic 2024-04-03T16:11:33.9890812Z [ RUN ] TestRevHyperbolic.Rev 2024-04-03T16:11:33.9891379Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2024-04-03T16:11:33.9892101Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2024-04-03T16:11:33.9892555Z 2024-04-03T16:11:33.9892769Z [----------] 1 test from TestMemory 2024-04-03T16:11:33.9893306Z [ RUN ] TestMemory.ReinterpretCast 2024-04-03T16:11:33.9894023Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2024-04-03T16:11:33.9894721Z [----------] 1 test from TestMemory (0 ms total) 2024-04-03T16:11:33.9895159Z 2024-04-03T16:11:33.9895404Z [----------] 1 test from TestConstructors 2024-04-03T16:11:33.9896014Z [ RUN ] TestConstructors.UnorderedMap 2024-04-03T16:11:33.9896883Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2024-04-03T16:11:33.9897692Z [----------] 1 test from TestConstructors (0 ms total) 2024-04-03T16:11:33.9898190Z 2024-04-03T16:11:33.9898504Z [----------] 1 test from TestArithmeticIntScalar 2024-04-03T16:11:33.9899238Z [ RUN ] TestArithmeticIntScalar.All 2024-04-03T16:11:33.9900030Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2024-04-03T16:11:33.9900884Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2024-04-03T16:11:33.9901412Z 2024-04-03T16:11:33.9901633Z [----------] 1 test from TestIO 2024-04-03T16:11:33.9902114Z [ RUN ] TestIO.All 2024-04-03T16:11:33.9902565Z [ OK ] TestIO.All (0 ms) 2024-04-03T16:11:33.9903163Z [----------] 1 test from TestIO (0 ms total) 2024-04-03T16:11:33.9903578Z 2024-04-03T16:11:33.9903786Z [----------] 1 test from TestStd 2024-04-03T16:11:33.9904301Z [ RUN ] TestStd.BasicFunctions 2024-04-03T16:11:33.9904878Z [ OK ] TestStd.BasicFunctions (0 ms) 2024-04-03T16:11:33.9905579Z [----------] 1 test from TestStd (0 ms total) 2024-04-03T16:11:33.9906016Z 2024-04-03T16:11:33.9906266Z [----------] 4 tests from ExceptionTest 2024-04-03T16:11:33.9906983Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2024-04-03T16:11:33.9907873Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2024-04-03T16:11:33.9908665Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2024-04-03T16:11:33.9909341Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (8 ms) 2024-04-03T16:11:33.9910055Z [ RUN ] ExceptionTest.ErrorFormatting 2024-04-03T16:11:33.9910771Z [ OK ] ExceptionTest.ErrorFormatting (0 ms) 2024-04-03T16:11:33.9911681Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2024-04-03T16:11:33.9912841Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2024-04-03T16:11:33.9913914Z [----------] 4 tests from ExceptionTest (8 ms total) 2024-04-03T16:11:33.9914433Z 2024-04-03T16:11:33.9914681Z [----------] 1 test from WarningTest 2024-04-03T16:11:33.9915326Z [ RUN ] WarningTest.JustPrintWarning 2024-04-03T16:11:33.9916178Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2024-04-03T16:11:33.9917504Z W0403 16:11:33.674408 4019 exception_test.cpp:46] Warning: I'm a warning (function TestBody) 2024-04-03T16:11:33.9918580Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2024-04-03T16:11:33.9919375Z [----------] 1 test from WarningTest (0 ms total) 2024-04-03T16:11:33.9919858Z 2024-04-03T16:11:33.9920091Z [----------] 1 test from FlagsTest 2024-04-03T16:11:33.9920709Z [ RUN ] FlagsTest.TestGflagsCorrectness 2024-04-03T16:11:33.9921442Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2024-04-03T16:11:33.9922271Z [----------] 1 test from FlagsTest (0 ms total) 2024-04-03T16:11:33.9922748Z 2024-04-03T16:11:33.9923010Z [----------] 1 test from GenericMathTest 2024-04-03T16:11:33.9923657Z [ RUN ] GenericMathTest.div_floor_test 2024-04-03T16:11:33.9924312Z [ OK ] GenericMathTest.div_floor_test (0 ms) 2024-04-03T16:11:33.9925206Z [----------] 1 test from GenericMathTest (0 ms total) 2024-04-03T16:11:33.9925675Z 2024-04-03T16:11:33.9925982Z [----------] 5 tests from MakeIntrusiveTest 2024-04-03T16:11:33.9926728Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2024-04-03T16:11:33.9927611Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2024-04-03T16:11:33.9928497Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2024-04-03T16:11:33.9929306Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2024-04-03T16:11:33.9930176Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2024-04-03T16:11:33.9931059Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2024-04-03T16:11:33.9931896Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2024-04-03T16:11:33.9932825Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2024-04-03T16:11:33.9933851Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2024-04-03T16:11:33.9934806Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2024-04-03T16:11:33.9935999Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2024-04-03T16:11:33.9936512Z 2024-04-03T16:11:33.9936849Z [----------] 1 test from IntrusivePtrTargetTest 2024-04-03T16:11:33.9937875Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2024-04-03T16:11:33.9939074Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2024-04-03T16:11:33.9940477Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2024-04-03T16:11:33.9941031Z 2024-04-03T16:11:33.9941328Z [----------] 146 tests from IntrusivePtrTest 2024-04-03T16:11:33.9942226Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2024-04-03T16:11:33.9943510Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2024-04-03T16:11:33.9944755Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2024-04-03T16:11:33.9946166Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2024-04-03T16:11:33.9947471Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2024-04-03T16:11:33.9948872Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2024-04-03T16:11:33.9950137Z [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 2024-04-03T16:11:33.9951373Z [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 2024-04-03T16:11:33.9952651Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2024-04-03T16:11:33.9953934Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:33.9955334Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2024-04-03T16:11:33.9956634Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:33.9958102Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2024-04-03T16:11:33.9959455Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:33.9960953Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2024-04-03T16:11:33.9962381Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2024-04-03T16:11:33.9963890Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:33.9965386Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:33.9966779Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2024-04-03T16:11:33.9968185Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:33.9969506Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:33.9971071Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:33.9972561Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2024-04-03T16:11:33.9973991Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:33.9975435Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:33.9976822Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:33.9978308Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2024-04-03T16:11:33.9979716Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:33.9981162Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:33.9982599Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:33.9984292Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2024-04-03T16:11:33.9985972Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:33.9987683Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:33.9989477Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:33.9991046Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:33.9992716Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:33.9994333Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:33.9995895Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:33.9997652Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:33.9999307Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0000937Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0002827Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0004733Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0006347Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0007874Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2024-04-03T16:11:34.0009280Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0010555Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2024-04-03T16:11:34.0011985Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2024-04-03T16:11:34.0013423Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:34.0015078Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0016505Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2024-04-03T16:11:34.0017867Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:34.0019277Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:34.0020715Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:34.0022197Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2024-04-03T16:11:34.0023622Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0025191Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0026814Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0028423Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0030038Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0031665Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0033263Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0035141Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0036814Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0038428Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2024-04-03T16:11:34.0040334Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:34.0041993Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0043662Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0045212Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2024-04-03T16:11:34.0046651Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0047943Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2024-04-03T16:11:34.0049359Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0050642Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2024-04-03T16:11:34.0051960Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:34.0053473Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0055071Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0056777Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0058331Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0059919Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0061520Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0062986Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2024-04-03T16:11:34.0064529Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2024-04-03T16:11:34.0066230Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0067929Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0069667Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0071461Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0072952Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2024-04-03T16:11:34.0074360Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0075609Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2024-04-03T16:11:34.0076996Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2024-04-03T16:11:34.0078248Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2024-04-03T16:11:34.0079618Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:34.0081099Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0082715Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0084466Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0086180Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0087755Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0089349Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0091055Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2024-04-03T16:11:34.0092473Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0094345Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0096134Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0097958Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0099714Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0100957Z [ RUN ] IntrusivePtrTest.SwapFunction 2024-04-03T16:11:34.0101735Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2024-04-03T16:11:34.0102453Z [ RUN ] IntrusivePtrTest.SwapMethod 2024-04-03T16:11:34.0103097Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2024-04-03T16:11:34.0103989Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2024-04-03T16:11:34.0104921Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2024-04-03T16:11:34.0105781Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2024-04-03T16:11:34.0106701Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2024-04-03T16:11:34.0107543Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2024-04-03T16:11:34.0108386Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2024-04-03T16:11:34.0109360Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2024-04-03T16:11:34.0110244Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2024-04-03T16:11:34.0111169Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2024-04-03T16:11:34.0112266Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2024-04-03T16:11:34.0113276Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2024-04-03T16:11:34.0114356Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2024-04-03T16:11:34.0115298Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2024-04-03T16:11:34.0116170Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2024-04-03T16:11:34.0117015Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2024-04-03T16:11:34.0117745Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2024-04-03T16:11:34.0118592Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2024-04-03T16:11:34.0119523Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2024-04-03T16:11:34.0120351Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2024-04-03T16:11:34.0121152Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2024-04-03T16:11:34.0121992Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2024-04-03T16:11:34.0122852Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2024-04-03T16:11:34.0123852Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2024-04-03T16:11:34.0124899Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2024-04-03T16:11:34.0125885Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2024-04-03T16:11:34.0126794Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2024-04-03T16:11:34.0127590Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2024-04-03T16:11:34.0128423Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2024-04-03T16:11:34.0129175Z [ RUN ] IntrusivePtrTest.Inequality 2024-04-03T16:11:34.0129860Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2024-04-03T16:11:34.0130587Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2024-04-03T16:11:34.0131668Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2024-04-03T16:11:34.0132523Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2024-04-03T16:11:34.0133358Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2024-04-03T16:11:34.0134316Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2024-04-03T16:11:34.0135215Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2024-04-03T16:11:34.0136113Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2024-04-03T16:11:34.0137079Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2024-04-03T16:11:34.0138024Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2024-04-03T16:11:34.0139122Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2024-04-03T16:11:34.0140043Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2024-04-03T16:11:34.0141079Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2024-04-03T16:11:34.0142019Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2024-04-03T16:11:34.0142858Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2024-04-03T16:11:34.0143646Z [ RUN ] IntrusivePtrTest.OneIsLess 2024-04-03T16:11:34.0144354Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2024-04-03T16:11:34.0145039Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2024-04-03T16:11:34.0145755Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2024-04-03T16:11:34.0146615Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2024-04-03T16:11:34.0147342Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2024-04-03T16:11:34.0148135Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2024-04-03T16:11:34.0149218Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2024-04-03T16:11:34.0150199Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2024-04-03T16:11:34.0151343Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2024-04-03T16:11:34.0152392Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2024-04-03T16:11:34.0153609Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2024-04-03T16:11:34.0154689Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2024-04-03T16:11:34.0155772Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2024-04-03T16:11:34.0157337Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0158954Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0160858Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0162790Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0164490Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2024-04-03T16:11:34.0165850Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0166803Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:34.0167804Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0168922Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0170148Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0171444Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0172809Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0174392Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0175779Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0177007Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0178185Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0179327Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0180558Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0181800Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0183069Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0184394Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0185812Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0187220Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0188585Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0190036Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0191577Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0192965Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0194183Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0195487Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0196873Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0198220Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0199538Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0200952Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0202447Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0203617Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2024-04-03T16:11:34.0204604Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0205534Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:34.0206522Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0207623Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0208870Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0210172Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0211631Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0212993Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0214435Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0215579Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2024-04-03T16:11:34.0216312Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2024-04-03T16:11:34.0217232Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2024-04-03T16:11:34.0218324Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2024-04-03T16:11:34.0219474Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2024-04-03T16:11:34.0220676Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2024-04-03T16:11:34.0221840Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2024-04-03T16:11:34.0222947Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2024-04-03T16:11:34.0224042Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2024-04-03T16:11:34.0225127Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2024-04-03T16:11:34.0226014Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2024-04-03T16:11:34.0226715Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2024-04-03T16:11:34.0227406Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2024-04-03T16:11:34.0228111Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2024-04-03T16:11:34.0228795Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2024-04-03T16:11:34.0229437Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2024-04-03T16:11:34.0230095Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2024-04-03T16:11:34.0230751Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2024-04-03T16:11:34.0231396Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2024-04-03T16:11:34.0232043Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0232660Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2024-04-03T16:11:34.0233244Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2024-04-03T16:11:34.0233876Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2024-04-03T16:11:34.0234547Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:34.0235207Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2024-04-03T16:11:34.0235861Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:34.0236525Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2024-04-03T16:11:34.0237191Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:34.0237840Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2024-04-03T16:11:34.0238498Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:34.0239224Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2024-04-03T16:11:34.0240010Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0240791Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2024-04-03T16:11:34.0241544Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2024-04-03T16:11:34.0242454Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2024-04-03T16:11:34.0243364Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:34.0244187Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2024-04-03T16:11:34.0245089Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2024-04-03T16:11:34.0245883Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2024-04-03T16:11:34.0246726Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0247463Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2024-04-03T16:11:34.0248156Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2024-04-03T16:11:34.0248895Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2024-04-03T16:11:34.0249682Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:34.0250449Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2024-04-03T16:11:34.0251224Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2024-04-03T16:11:34.0252012Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2024-04-03T16:11:34.0252793Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2024-04-03T16:11:34.0253580Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2024-04-03T16:11:34.0254628Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:34.0255441Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2024-04-03T16:11:34.0256263Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2024-04-03T16:11:34.0257095Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2024-04-03T16:11:34.0257916Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2024-04-03T16:11:34.0258827Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2024-04-03T16:11:34.0259863Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0260863Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2024-04-03T16:11:34.0261828Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2024-04-03T16:11:34.0262830Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2024-04-03T16:11:34.0263844Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0264844Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2024-04-03T16:11:34.0265811Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2024-04-03T16:11:34.0266681Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2024-04-03T16:11:34.0267442Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2024-04-03T16:11:34.0268188Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2024-04-03T16:11:34.0268936Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2024-04-03T16:11:34.0269798Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2024-04-03T16:11:34.0270776Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0271736Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2024-04-03T16:11:34.0272674Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2024-04-03T16:11:34.0273627Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2024-04-03T16:11:34.0274600Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0275560Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2024-04-03T16:11:34.0276620Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2024-04-03T16:11:34.0277520Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2024-04-03T16:11:34.0278385Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:34.0279358Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:34.0280289Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:34.0281166Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2024-04-03T16:11:34.0282007Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:34.0282883Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:34.0283782Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:34.0284777Z [----------] 146 tests from IntrusivePtrTest (0 ms total) 2024-04-03T16:11:34.0285128Z 2024-04-03T16:11:34.0285354Z [----------] 172 tests from WeakIntrusivePtrTest 2024-04-03T16:11:34.0286043Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2024-04-03T16:11:34.0286997Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2024-04-03T16:11:34.0287907Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2024-04-03T16:11:34.0288785Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2024-04-03T16:11:34.0289630Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2024-04-03T16:11:34.0290472Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2024-04-03T16:11:34.0291208Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2024-04-03T16:11:34.0291802Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2024-04-03T16:11:34.0292583Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:34.0293568Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0294618Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2024-04-03T16:11:34.0295612Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0296442Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2024-04-03T16:11:34.0297110Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2024-04-03T16:11:34.0297936Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2024-04-03T16:11:34.0298952Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0299998Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:34.0301061Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0302076Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2024-04-03T16:11:34.0303043Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:34.0304031Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:34.0305034Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0306046Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:34.0307064Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:34.0308180Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2024-04-03T16:11:34.0309217Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0310247Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2024-04-03T16:11:34.0311279Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0312377Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:34.0313415Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:34.0314479Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:34.0315573Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0316729Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2024-04-03T16:11:34.0317922Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:34.0319120Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2024-04-03T16:11:34.0320308Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:34.0321483Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0322622Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0323743Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0324973Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0326121Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0327277Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0328418Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0329575Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0330795Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0332066Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0333286Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0334531Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0335698Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0336855Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0338093Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0339405Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0340625Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0341758Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0342814Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2024-04-03T16:11:34.0343887Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0344852Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2024-04-03T16:11:34.0345821Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2024-04-03T16:11:34.0346912Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:34.0347973Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0348966Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2024-04-03T16:11:34.0349931Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2024-04-03T16:11:34.0350919Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2024-04-03T16:11:34.0351935Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0352958Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:34.0353972Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:34.0354982Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2024-04-03T16:11:34.0356016Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0357045Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2024-04-03T16:11:34.0358082Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0359101Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2024-04-03T16:11:34.0360131Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2024-04-03T16:11:34.0361201Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2024-04-03T16:11:34.0362290Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0363400Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0364640Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0365765Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0366892Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0368026Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0369188Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0370343Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0371483Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0372668Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2024-04-03T16:11:34.0373948Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2024-04-03T16:11:34.0375124Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0376287Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0377458Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0378725Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0379900Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2024-04-03T16:11:34.0381106Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2024-04-03T16:11:34.0382373Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0383506Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0384558Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2024-04-03T16:11:34.0385519Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0386468Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2024-04-03T16:11:34.0387414Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0388353Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2024-04-03T16:11:34.0389278Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:34.0390301Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0391429Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0392563Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0393700Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0394801Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0395899Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0396987Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0398058Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0399138Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2024-04-03T16:11:34.0400211Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2024-04-03T16:11:34.0401387Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0402657Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0403954Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0405367Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0406603Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0407790Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0408855Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2024-04-03T16:11:34.0409819Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0410750Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2024-04-03T16:11:34.0411684Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2024-04-03T16:11:34.0412698Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2024-04-03T16:11:34.0413617Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2024-04-03T16:11:34.0414729Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0415866Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0417105Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0418241Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0419361Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2024-04-03T16:11:34.0420462Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2024-04-03T16:11:34.0421546Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2024-04-03T16:11:34.0422649Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2024-04-03T16:11:34.0423737Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2024-04-03T16:11:34.0424826Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0426007Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0427302Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0428600Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2024-04-03T16:11:34.0429909Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2024-04-03T16:11:34.0431142Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2024-04-03T16:11:34.0432333Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2024-04-03T16:11:34.0433199Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2024-04-03T16:11:34.0433729Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2024-04-03T16:11:34.0434270Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2024-04-03T16:11:34.0434786Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2024-04-03T16:11:34.0435367Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2024-04-03T16:11:34.0436035Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2024-04-03T16:11:34.0436690Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2024-04-03T16:11:34.0437321Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2024-04-03T16:11:34.0437977Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2024-04-03T16:11:34.0438647Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2024-04-03T16:11:34.0439296Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2024-04-03T16:11:34.0439923Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2024-04-03T16:11:34.0440622Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2024-04-03T16:11:34.0441394Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2024-04-03T16:11:34.0442140Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2024-04-03T16:11:34.0442877Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2024-04-03T16:11:34.0443611Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2024-04-03T16:11:34.0444437Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2024-04-03T16:11:34.0445162Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2024-04-03T16:11:34.0445868Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2024-04-03T16:11:34.0446656Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2024-04-03T16:11:34.0447387Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:34.0448101Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2024-04-03T16:11:34.0448790Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:34.0449655Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2024-04-03T16:11:34.0450555Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:34.0451436Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2024-04-03T16:11:34.0452292Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2024-04-03T16:11:34.0453045Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2024-04-03T16:11:34.0453658Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2024-04-03T16:11:34.0454308Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2024-04-03T16:11:34.0454869Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2024-04-03T16:11:34.0455477Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2024-04-03T16:11:34.0456118Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2024-04-03T16:11:34.0456730Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2024-04-03T16:11:34.0457284Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2024-04-03T16:11:34.0457872Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2024-04-03T16:11:34.0458523Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2024-04-03T16:11:34.0459197Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2024-04-03T16:11:34.0459887Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2024-04-03T16:11:34.0460574Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2024-04-03T16:11:34.0461256Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2024-04-03T16:11:34.0461985Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2024-04-03T16:11:34.0462747Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2024-04-03T16:11:34.0463423Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2024-04-03T16:11:34.0463983Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2024-04-03T16:11:34.0464519Z [ RUN ] WeakIntrusivePtrTest.Inequality 2024-04-03T16:11:34.0465035Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2024-04-03T16:11:34.0465602Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2024-04-03T16:11:34.0466201Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2024-04-03T16:11:34.0466827Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2024-04-03T16:11:34.0467457Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2024-04-03T16:11:34.0468055Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2024-04-03T16:11:34.0468641Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2024-04-03T16:11:34.0469225Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2024-04-03T16:11:34.0469787Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2024-04-03T16:11:34.0470428Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2024-04-03T16:11:34.0471153Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2024-04-03T16:11:34.0471888Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2024-04-03T16:11:34.0472611Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2024-04-03T16:11:34.0473361Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2024-04-03T16:11:34.0474124Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2024-04-03T16:11:34.0474855Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2024-04-03T16:11:34.0475570Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2024-04-03T16:11:34.0476419Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2024-04-03T16:11:34.0477217Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2024-04-03T16:11:34.0477979Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2024-04-03T16:11:34.0478691Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2024-04-03T16:11:34.0479501Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2024-04-03T16:11:34.0480305Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2024-04-03T16:11:34.0481025Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2024-04-03T16:11:34.0481649Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2024-04-03T16:11:34.0482211Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2024-04-03T16:11:34.0482716Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2024-04-03T16:11:34.0483246Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2024-04-03T16:11:34.0483798Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2024-04-03T16:11:34.0484476Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2024-04-03T16:11:34.0485037Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2024-04-03T16:11:34.0485666Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2024-04-03T16:11:34.0486401Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2024-04-03T16:11:34.0487222Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2024-04-03T16:11:34.0488127Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2024-04-03T16:11:34.0489051Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2024-04-03T16:11:34.0489990Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2024-04-03T16:11:34.0490836Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2024-04-03T16:11:34.0491601Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2024-04-03T16:11:34.0492357Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2024-04-03T16:11:34.0493118Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2024-04-03T16:11:34.0493921Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2024-04-03T16:11:34.0494642Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2024-04-03T16:11:34.0495356Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2024-04-03T16:11:34.0496056Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2024-04-03T16:11:34.0496763Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2024-04-03T16:11:34.0497452Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0498132Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2024-04-03T16:11:34.0498827Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:34.0499538Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2024-04-03T16:11:34.0500262Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:34.0500990Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2024-04-03T16:11:34.0501697Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2024-04-03T16:11:34.0502430Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2024-04-03T16:11:34.0503166Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2024-04-03T16:11:34.0503902Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2024-04-03T16:11:34.0504622Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2024-04-03T16:11:34.0505405Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2024-04-03T16:11:34.0506286Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2024-04-03T16:11:34.0507275Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2024-04-03T16:11:34.0508107Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2024-04-03T16:11:34.0508986Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2024-04-03T16:11:34.0509892Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2024-04-03T16:11:34.0510850Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2024-04-03T16:11:34.0511706Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2024-04-03T16:11:34.0512570Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2024-04-03T16:11:34.0513425Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0514260Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2024-04-03T16:11:34.0515118Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:34.0515992Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2024-04-03T16:11:34.0516864Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:34.0517733Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2024-04-03T16:11:34.0518586Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2024-04-03T16:11:34.0519416Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2024-04-03T16:11:34.0520214Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0521023Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2024-04-03T16:11:34.0521832Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:34.0522651Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2024-04-03T16:11:34.0523498Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2024-04-03T16:11:34.0524422Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2024-04-03T16:11:34.0525225Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2024-04-03T16:11:34.0526057Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2024-04-03T16:11:34.0526916Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2024-04-03T16:11:34.0527768Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2024-04-03T16:11:34.0528607Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2024-04-03T16:11:34.0529478Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2024-04-03T16:11:34.0530368Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2024-04-03T16:11:34.0531250Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2024-04-03T16:11:34.0532148Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2024-04-03T16:11:34.0533109Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2024-04-03T16:11:34.0534191Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2024-04-03T16:11:34.0535340Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2024-04-03T16:11:34.0536597Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2024-04-03T16:11:34.0537654Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2024-04-03T16:11:34.0538486Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2024-04-03T16:11:34.0539494Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0540766Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0541998Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0543316Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0544492Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2024-04-03T16:11:34.0545397Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0546359Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:34.0547401Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0548575Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0549868Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0551231Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0552669Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0554097Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0555514Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0556801Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0557948Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0559153Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2024-04-03T16:11:34.0560418Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2024-04-03T16:11:34.0561719Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0563038Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0564534Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0566011Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0567471Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0568906Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0570408Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0572008Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0573448Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0574809Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0576163Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0577698Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0579125Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0580601Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0582067Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2024-04-03T16:11:34.0583630Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2024-04-03T16:11:34.0584860Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2024-04-03T16:11:34.0585775Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0586750Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2024-04-03T16:11:34.0587807Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2024-04-03T16:11:34.0588980Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0590276Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0591642Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0593084Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0594517Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2024-04-03T16:11:34.0595942Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2024-04-03T16:11:34.0597058Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2024-04-03T16:11:34.0597866Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2024-04-03T16:11:34.0598834Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2024-04-03T16:11:34.0599992Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2024-04-03T16:11:34.0601198Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2024-04-03T16:11:34.0602468Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2024-04-03T16:11:34.0603680Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2024-04-03T16:11:34.0604963Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2024-04-03T16:11:34.0606124Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2024-04-03T16:11:34.0607256Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2024-04-03T16:11:34.0608287Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2024-04-03T16:11:34.0609204Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:34.0610178Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2024-04-03T16:11:34.0611200Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2024-04-03T16:11:34.0612205Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:34.0613282Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:34.0614383Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2024-04-03T16:11:34.0615490Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2024-04-03T16:11:34.0616555Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2024-04-03T16:11:34.0617401Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2024-04-03T16:11:34.0618406Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2024-04-03T16:11:34.0619598Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2024-04-03T16:11:34.0620627Z [----------] 172 tests from WeakIntrusivePtrTest (0 ms total) 2024-04-03T16:11:34.0621003Z 2024-04-03T16:11:34.0621170Z [----------] 3 tests from irangeTest 2024-04-03T16:11:34.0621569Z [ RUN ] irangeTest.range_test 2024-04-03T16:11:34.0621980Z [ OK ] irangeTest.range_test (0 ms) 2024-04-03T16:11:34.0622387Z [ RUN ] irangeTest.end_test 2024-04-03T16:11:34.0622777Z [ OK ] irangeTest.end_test (0 ms) 2024-04-03T16:11:34.0623194Z [ RUN ] irangeTest.neg_range_test 2024-04-03T16:11:34.0623621Z [ OK ] irangeTest.neg_range_test (0 ms) 2024-04-03T16:11:34.0624143Z [----------] 3 tests from irangeTest (0 ms total) 2024-04-03T16:11:34.0624477Z 2024-04-03T16:11:34.0624624Z [----------] 2 tests from irange 2024-04-03T16:11:34.0625040Z [ RUN ] irange.empty_reverse_range_two_inputs 2024-04-03T16:11:34.0636191Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2024-04-03T16:11:34.0636371Z [ RUN ] irange.empty_reverse_range_one_input 2024-04-03T16:11:34.0636579Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2024-04-03T16:11:34.0636813Z [----------] 2 tests from irange (0 ms total) 2024-04-03T16:11:34.0636831Z 2024-04-03T16:11:34.0636997Z [----------] 9 tests from LoggingTest 2024-04-03T16:11:34.0637159Z [ RUN ] LoggingTest.TestEnforceTrue 2024-04-03T16:11:34.0637332Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2024-04-03T16:11:34.0637498Z [ RUN ] LoggingTest.TestEnforceFalse 2024-04-03T16:11:34.0637677Z [ OK ] LoggingTest.TestEnforceFalse (0 ms) 2024-04-03T16:11:34.0637832Z [ RUN ] LoggingTest.TestEnforceEquals 2024-04-03T16:11:34.0638022Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2024-04-03T16:11:34.0638227Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2024-04-03T16:11:34.0638454Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2024-04-03T16:11:34.0638950Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2024-04-03T16:11:34.0639468Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2024-04-03T16:11:34.0639663Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2024-04-03T16:11:34.0639897Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2024-04-03T16:11:34.0640043Z [ RUN ] LoggingTest.EnforceShowcase 2024-04-03T16:11:34.0640213Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2024-04-03T16:11:34.0640339Z [ RUN ] LoggingTest.Join 2024-04-03T16:11:34.0640469Z [ OK ] LoggingTest.Join (0 ms) 2024-04-03T16:11:34.0640627Z [ RUN ] LoggingTest.TestDanglingElse 2024-04-03T16:11:34.0640795Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2024-04-03T16:11:34.0641004Z [----------] 9 tests from LoggingTest (0 ms total) 2024-04-03T16:11:34.0641010Z 2024-04-03T16:11:34.0641300Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2024-04-03T16:11:34.0641426Z [ RUN ] OptionalTest/0.Empty 2024-04-03T16:11:34.0641558Z [ OK ] OptionalTest/0.Empty (0 ms) 2024-04-03T16:11:34.0641699Z [ RUN ] OptionalTest/0.Initialized 2024-04-03T16:11:34.0641851Z [ OK ] OptionalTest/0.Initialized (0 ms) 2024-04-03T16:11:34.0642205Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2024-04-03T16:11:34.0642212Z 2024-04-03T16:11:34.0642549Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned long 2024-04-03T16:11:34.0642671Z [ RUN ] OptionalTest/1.Empty 2024-04-03T16:11:34.0642817Z [ OK ] OptionalTest/1.Empty (0 ms) 2024-04-03T16:11:34.0643019Z [ RUN ] OptionalTest/1.Initialized 2024-04-03T16:11:34.0643170Z [ OK ] OptionalTest/1.Initialized (0 ms) 2024-04-03T16:11:34.0643409Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2024-04-03T16:11:34.0643414Z 2024-04-03T16:11:34.0643850Z [----------] 2 tests from OptionalTest/2, where TypeParam = c10::ArrayRef 2024-04-03T16:11:34.0643968Z [ RUN ] OptionalTest/2.Empty 2024-04-03T16:11:34.0644116Z [ OK ] OptionalTest/2.Empty (0 ms) 2024-04-03T16:11:34.0644244Z [ RUN ] OptionalTest/2.Initialized 2024-04-03T16:11:34.0644549Z [ OK ] OptionalTest/2.Initialized (0 ms) 2024-04-03T16:11:34.0644788Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2024-04-03T16:11:34.0644795Z 2024-04-03T16:11:34.0645476Z [----------] 2 tests from OptionalTest/3, where TypeParam = std::basic_string, std::allocator > 2024-04-03T16:11:34.0645612Z [ RUN ] OptionalTest/3.Empty 2024-04-03T16:11:34.0645746Z [ OK ] OptionalTest/3.Empty (0 ms) 2024-04-03T16:11:34.0645879Z [ RUN ] OptionalTest/3.Initialized 2024-04-03T16:11:34.0646040Z [ OK ] OptionalTest/3.Initialized (0 ms) 2024-04-03T16:11:34.0646261Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2024-04-03T16:11:34.0646266Z 2024-04-03T16:11:34.0646423Z [----------] 1 test from OptionalTest 2024-04-03T16:11:34.0646558Z [ RUN ] OptionalTest.Nullopt 2024-04-03T16:11:34.0646698Z [ OK ] OptionalTest.Nullopt (0 ms) 2024-04-03T16:11:34.0646905Z [----------] 1 test from OptionalTest (0 ms total) 2024-04-03T16:11:34.0646911Z 2024-04-03T16:11:34.0647453Z [----------] 1 test from CmpTest/0, where TypeParam = std::pair, std::optional > 2024-04-03T16:11:34.0647563Z [ RUN ] CmpTest/0.Cmp 2024-04-03T16:11:34.0647691Z [ OK ] CmpTest/0.Cmp (0 ms) 2024-04-03T16:11:34.0647885Z [----------] 1 test from CmpTest/0 (0 ms total) 2024-04-03T16:11:34.0647890Z 2024-04-03T16:11:34.0648326Z [----------] 1 test from CmpTest/1, where TypeParam = std::pair, int> 2024-04-03T16:11:34.0648455Z [ RUN ] CmpTest/1.Cmp 2024-04-03T16:11:34.0648571Z [ OK ] CmpTest/1.Cmp (0 ms) 2024-04-03T16:11:34.0648768Z [----------] 1 test from CmpTest/1 (0 ms total) 2024-04-03T16:11:34.0648773Z 2024-04-03T16:11:34.0649224Z [----------] 1 test from CmpTest/2, where TypeParam = std::pair > 2024-04-03T16:11:34.0649333Z [ RUN ] CmpTest/2.Cmp 2024-04-03T16:11:34.0649449Z [ OK ] CmpTest/2.Cmp (0 ms) 2024-04-03T16:11:34.0649658Z [----------] 1 test from CmpTest/2 (0 ms total) 2024-04-03T16:11:34.0649663Z 2024-04-03T16:11:34.0650100Z [----------] 1 test from CmpTest/3, where TypeParam = std::pair, long> 2024-04-03T16:11:34.0650221Z [ RUN ] CmpTest/3.Cmp 2024-04-03T16:11:34.0650335Z [ OK ] CmpTest/3.Cmp (0 ms) 2024-04-03T16:11:34.0650528Z [----------] 1 test from CmpTest/3 (0 ms total) 2024-04-03T16:11:34.0650532Z 2024-04-03T16:11:34.0650989Z [----------] 1 test from CmpTest/4, where TypeParam = std::pair > 2024-04-03T16:11:34.0651103Z [ RUN ] CmpTest/4.Cmp 2024-04-03T16:11:34.0651218Z [ OK ] CmpTest/4.Cmp (0 ms) 2024-04-03T16:11:34.0651427Z [----------] 1 test from CmpTest/4 (0 ms total) 2024-04-03T16:11:34.0651432Z 2024-04-03T16:11:34.0651664Z [----------] 19 tests from OrderedPreservingDictTest 2024-04-03T16:11:34.0651933Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2024-04-03T16:11:34.0652216Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2024-04-03T16:11:34.0652540Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2024-04-03T16:11:34.0653039Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2024-04-03T16:11:34.0653238Z [ RUN ] OrderedPreservingDictTest.testRefType 2024-04-03T16:11:34.0653454Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2024-04-03T16:11:34.0653751Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2024-04-03T16:11:34.0654085Z [ OK ] OrderedPreservingDictTest.DictCollisions (101 ms) 2024-04-03T16:11:34.0654294Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2024-04-03T16:11:34.0654543Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2024-04-03T16:11:34.0654767Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2024-04-03T16:11:34.0655017Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2024-04-03T16:11:34.0655233Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2024-04-03T16:11:34.0655460Z [ OK ] OrderedPreservingDictTest.test_range_erase (7 ms) 2024-04-03T16:11:34.0655729Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2024-04-03T16:11:34.0656013Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2024-04-03T16:11:34.0656255Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2024-04-03T16:11:34.0656542Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2024-04-03T16:11:34.0656878Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2024-04-03T16:11:34.0657244Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2024-04-03T16:11:34.0657578Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2024-04-03T16:11:34.0657925Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2024-04-03T16:11:34.0658228Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2024-04-03T16:11:34.0658550Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2024-04-03T16:11:34.0658809Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2024-04-03T16:11:34.0659103Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2024-04-03T16:11:34.0659347Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2024-04-03T16:11:34.0659615Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2024-04-03T16:11:34.0659806Z [ RUN ] OrderedPreservingDictTest.test_at 2024-04-03T16:11:34.0659998Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2024-04-03T16:11:34.0660201Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2024-04-03T16:11:34.0660442Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2024-04-03T16:11:34.0660665Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2024-04-03T16:11:34.0660926Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2024-04-03T16:11:34.0661106Z [ RUN ] OrderedPreservingDictTest.test_swap 2024-04-03T16:11:34.0661304Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2024-04-03T16:11:34.0661521Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2024-04-03T16:11:34.0661745Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2024-04-03T16:11:34.0662048Z [----------] 19 tests from OrderedPreservingDictTest (110 ms total) 2024-04-03T16:11:34.0662054Z 2024-04-03T16:11:34.0662230Z [----------] 3 tests from RegistryTest 2024-04-03T16:11:34.0662370Z [ RUN ] RegistryTest.CanRunCreator 2024-04-03T16:11:34.0662533Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2024-04-03T16:11:34.0662773Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2024-04-03T16:11:34.0663029Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2024-04-03T16:11:34.0663196Z [ RUN ] RegistryTest.RegistryPriorities 2024-04-03T16:11:34.0663465Z Key already registered with the same priority: FooWithPriority 2024-04-03T16:11:34.0663823Z Higher priority item already registered, skipping registration of FooWithPriority 2024-04-03T16:11:34.0664087Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2024-04-03T16:11:34.0664301Z [----------] 3 tests from RegistryTest (0 ms total) 2024-04-03T16:11:34.0664307Z 2024-04-03T16:11:34.0664961Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 0u> 2024-04-03T16:11:34.0665170Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2024-04-03T16:11:34.0665447Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:34.0665624Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2024-04-03T16:11:34.0665834Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2024-04-03T16:11:34.0665994Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2024-04-03T16:11:34.0666184Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2024-04-03T16:11:34.0666332Z [ RUN ] SmallVectorTest/0.PushPopTest 2024-04-03T16:11:34.0666495Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2024-04-03T16:11:34.0666644Z [ RUN ] SmallVectorTest/0.ClearTest 2024-04-03T16:11:34.0666801Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2024-04-03T16:11:34.0666963Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2024-04-03T16:11:34.0667162Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2024-04-03T16:11:34.0667314Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2024-04-03T16:11:34.0667490Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2024-04-03T16:11:34.0667690Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2024-04-03T16:11:34.0667897Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:34.0668050Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2024-04-03T16:11:34.0668234Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2024-04-03T16:11:34.0668380Z [ RUN ] SmallVectorTest/0.OverflowTest 2024-04-03T16:11:34.0668551Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2024-04-03T16:11:34.0668699Z [ RUN ] SmallVectorTest/0.IterationTest 2024-04-03T16:11:34.0668862Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2024-04-03T16:11:34.0669008Z [ RUN ] SmallVectorTest/0.SwapTest 2024-04-03T16:11:34.0669161Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2024-04-03T16:11:34.0669299Z [ RUN ] SmallVectorTest/0.AppendTest 2024-04-03T16:11:34.0669471Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2024-04-03T16:11:34.0669645Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2024-04-03T16:11:34.0669843Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2024-04-03T16:11:34.0670020Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2024-04-03T16:11:34.0670207Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2024-04-03T16:11:34.0670450Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2024-04-03T16:11:34.0670739Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:34.0670903Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2024-04-03T16:11:34.0671090Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2024-04-03T16:11:34.0671246Z [ RUN ] SmallVectorTest/0.AssignTest 2024-04-03T16:11:34.0671402Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2024-04-03T16:11:34.0671568Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2024-04-03T16:11:34.0671742Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2024-04-03T16:11:34.0671903Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2024-04-03T16:11:34.0672113Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2024-04-03T16:11:34.0672273Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2024-04-03T16:11:34.0672456Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2024-04-03T16:11:34.0672621Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2024-04-03T16:11:34.0672791Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2024-04-03T16:11:34.0672926Z [ RUN ] SmallVectorTest/0.EraseTest 2024-04-03T16:11:34.0673092Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2024-04-03T16:11:34.0673244Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2024-04-03T16:11:34.0673479Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2024-04-03T16:11:34.0673631Z [ RUN ] SmallVectorTest/0.InsertTest 2024-04-03T16:11:34.0673785Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2024-04-03T16:11:34.0673933Z [ RUN ] SmallVectorTest/0.InsertCopy 2024-04-03T16:11:34.0674086Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2024-04-03T16:11:34.0674314Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2024-04-03T16:11:34.0674519Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2024-04-03T16:11:34.0674721Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2024-04-03T16:11:34.0674950Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:34.0675159Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2024-04-03T16:11:34.0675372Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:34.0675560Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2024-04-03T16:11:34.0675787Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:34.0675947Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2024-04-03T16:11:34.0676124Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2024-04-03T16:11:34.0676312Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2024-04-03T16:11:34.0676510Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:34.0676700Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2024-04-03T16:11:34.0676897Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:34.0677047Z [ RUN ] SmallVectorTest/0.ComparisonTest 2024-04-03T16:11:34.0677231Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2024-04-03T16:11:34.0677385Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2024-04-03T16:11:34.0677561Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2024-04-03T16:11:34.0677739Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2024-04-03T16:11:34.0677921Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2024-04-03T16:11:34.0678072Z [ RUN ] SmallVectorTest/0.IteratorTest 2024-04-03T16:11:34.0678249Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2024-04-03T16:11:34.0678497Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2024-04-03T16:11:34.0678503Z 2024-04-03T16:11:34.0679172Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 1u> 2024-04-03T16:11:34.0679365Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2024-04-03T16:11:34.0679574Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:34.0679761Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2024-04-03T16:11:34.0679954Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2024-04-03T16:11:34.0680111Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2024-04-03T16:11:34.0680302Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2024-04-03T16:11:34.0680448Z [ RUN ] SmallVectorTest/1.PushPopTest 2024-04-03T16:11:34.0680609Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2024-04-03T16:11:34.0680760Z [ RUN ] SmallVectorTest/1.ClearTest 2024-04-03T16:11:34.0680916Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2024-04-03T16:11:34.0681076Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2024-04-03T16:11:34.0681277Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2024-04-03T16:11:34.0681433Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2024-04-03T16:11:34.0681617Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2024-04-03T16:11:34.0681804Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2024-04-03T16:11:34.0682011Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:34.0682175Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2024-04-03T16:11:34.0682344Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2024-04-03T16:11:34.0682488Z [ RUN ] SmallVectorTest/1.OverflowTest 2024-04-03T16:11:34.0682666Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2024-04-03T16:11:34.0682817Z [ RUN ] SmallVectorTest/1.IterationTest 2024-04-03T16:11:34.0683041Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2024-04-03T16:11:34.0683183Z [ RUN ] SmallVectorTest/1.SwapTest 2024-04-03T16:11:34.0683334Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2024-04-03T16:11:34.0683473Z [ RUN ] SmallVectorTest/1.AppendTest 2024-04-03T16:11:34.0683649Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2024-04-03T16:11:34.0683878Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2024-04-03T16:11:34.0684084Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2024-04-03T16:11:34.0684247Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2024-04-03T16:11:34.0684560Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2024-04-03T16:11:34.0684815Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2024-04-03T16:11:34.0685093Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:34.0685258Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2024-04-03T16:11:34.0685464Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2024-04-03T16:11:34.0685601Z [ RUN ] SmallVectorTest/1.AssignTest 2024-04-03T16:11:34.0685756Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2024-04-03T16:11:34.0685926Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2024-04-03T16:11:34.0686101Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2024-04-03T16:11:34.0686272Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2024-04-03T16:11:34.0686472Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2024-04-03T16:11:34.0686632Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2024-04-03T16:11:34.0686829Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2024-04-03T16:11:34.0686982Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2024-04-03T16:11:34.0687153Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2024-04-03T16:11:34.0687300Z [ RUN ] SmallVectorTest/1.EraseTest 2024-04-03T16:11:34.0687454Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2024-04-03T16:11:34.0687610Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2024-04-03T16:11:34.0687798Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2024-04-03T16:11:34.0687936Z [ RUN ] SmallVectorTest/1.InsertTest 2024-04-03T16:11:34.0688092Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2024-04-03T16:11:34.0688243Z [ RUN ] SmallVectorTest/1.InsertCopy 2024-04-03T16:11:34.0688402Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2024-04-03T16:11:34.0688572Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2024-04-03T16:11:34.0688780Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2024-04-03T16:11:34.0688980Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2024-04-03T16:11:34.0689207Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:34.0689412Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2024-04-03T16:11:34.0689627Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:34.0689832Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2024-04-03T16:11:34.0690049Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:34.0690206Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2024-04-03T16:11:34.0690392Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2024-04-03T16:11:34.0690568Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2024-04-03T16:11:34.0690771Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:34.0690959Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2024-04-03T16:11:34.0691155Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:34.0691308Z [ RUN ] SmallVectorTest/1.ComparisonTest 2024-04-03T16:11:34.0691491Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2024-04-03T16:11:34.0691646Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2024-04-03T16:11:34.0691832Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2024-04-03T16:11:34.0691992Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2024-04-03T16:11:34.0692255Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2024-04-03T16:11:34.0692417Z [ RUN ] SmallVectorTest/1.IteratorTest 2024-04-03T16:11:34.0692577Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2024-04-03T16:11:34.0692826Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2024-04-03T16:11:34.0692832Z 2024-04-03T16:11:34.0693502Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 2u> 2024-04-03T16:11:34.0693843Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2024-04-03T16:11:34.0694056Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:34.0694242Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2024-04-03T16:11:34.0694434Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2024-04-03T16:11:34.0694607Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2024-04-03T16:11:34.0694780Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2024-04-03T16:11:34.0694924Z [ RUN ] SmallVectorTest/2.PushPopTest 2024-04-03T16:11:34.0695103Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2024-04-03T16:11:34.0695240Z [ RUN ] SmallVectorTest/2.ClearTest 2024-04-03T16:11:34.0695395Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2024-04-03T16:11:34.0695566Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2024-04-03T16:11:34.0695748Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2024-04-03T16:11:34.0695906Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2024-04-03T16:11:34.0696088Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2024-04-03T16:11:34.0696274Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2024-04-03T16:11:34.0696482Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:34.0696646Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2024-04-03T16:11:34.0696817Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2024-04-03T16:11:34.0696962Z [ RUN ] SmallVectorTest/2.OverflowTest 2024-04-03T16:11:34.0697136Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2024-04-03T16:11:34.0697290Z [ RUN ] SmallVectorTest/2.IterationTest 2024-04-03T16:11:34.0697465Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2024-04-03T16:11:34.0697595Z [ RUN ] SmallVectorTest/2.SwapTest 2024-04-03T16:11:34.0697745Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2024-04-03T16:11:34.0697897Z [ RUN ] SmallVectorTest/2.AppendTest 2024-04-03T16:11:34.0698059Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2024-04-03T16:11:34.0698231Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2024-04-03T16:11:34.0698441Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2024-04-03T16:11:34.0698605Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2024-04-03T16:11:34.0698791Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2024-04-03T16:11:34.0699050Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2024-04-03T16:11:34.0699328Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:34.0699497Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2024-04-03T16:11:34.0699695Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2024-04-03T16:11:34.0699832Z [ RUN ] SmallVectorTest/2.AssignTest 2024-04-03T16:11:34.0700002Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2024-04-03T16:11:34.0700156Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2024-04-03T16:11:34.0700333Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2024-04-03T16:11:34.0700509Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2024-04-03T16:11:34.0700695Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2024-04-03T16:11:34.0700856Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2024-04-03T16:11:34.0701054Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2024-04-03T16:11:34.0701207Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2024-04-03T16:11:34.0701378Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2024-04-03T16:11:34.0701525Z [ RUN ] SmallVectorTest/2.EraseTest 2024-04-03T16:11:34.0701741Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2024-04-03T16:11:34.0701895Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2024-04-03T16:11:34.0702077Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2024-04-03T16:11:34.0702213Z [ RUN ] SmallVectorTest/2.InsertTest 2024-04-03T16:11:34.0702381Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2024-04-03T16:11:34.0702584Z [ RUN ] SmallVectorTest/2.InsertCopy 2024-04-03T16:11:34.0702738Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2024-04-03T16:11:34.0702922Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2024-04-03T16:11:34.0703113Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2024-04-03T16:11:34.0703313Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2024-04-03T16:11:34.0703558Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:34.0703749Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2024-04-03T16:11:34.0703965Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:34.0704170Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2024-04-03T16:11:34.0704385Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:34.0704542Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2024-04-03T16:11:34.0704731Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2024-04-03T16:11:34.0704906Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2024-04-03T16:11:34.0705119Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:34.0705296Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2024-04-03T16:11:34.0705492Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:34.0705655Z [ RUN ] SmallVectorTest/2.ComparisonTest 2024-04-03T16:11:34.0705827Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2024-04-03T16:11:34.0705982Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2024-04-03T16:11:34.0706172Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2024-04-03T16:11:34.0706329Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2024-04-03T16:11:34.0706515Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2024-04-03T16:11:34.0706672Z [ RUN ] SmallVectorTest/2.IteratorTest 2024-04-03T16:11:34.0706833Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2024-04-03T16:11:34.0707081Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2024-04-03T16:11:34.0707105Z 2024-04-03T16:11:34.0707766Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 4u> 2024-04-03T16:11:34.0707954Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2024-04-03T16:11:34.0708177Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:34.0708350Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2024-04-03T16:11:34.0708542Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2024-04-03T16:11:34.0708714Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2024-04-03T16:11:34.0708887Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2024-04-03T16:11:34.0709038Z [ RUN ] SmallVectorTest/3.PushPopTest 2024-04-03T16:11:34.0709210Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2024-04-03T16:11:34.0709344Z [ RUN ] SmallVectorTest/3.ClearTest 2024-04-03T16:11:34.0709501Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2024-04-03T16:11:34.0709675Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2024-04-03T16:11:34.0709861Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2024-04-03T16:11:34.0710025Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2024-04-03T16:11:34.0710196Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2024-04-03T16:11:34.0710381Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2024-04-03T16:11:34.0710605Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:34.0710757Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2024-04-03T16:11:34.0710924Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2024-04-03T16:11:34.0711084Z [ RUN ] SmallVectorTest/3.OverflowTest 2024-04-03T16:11:34.0711301Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2024-04-03T16:11:34.0711451Z [ RUN ] SmallVectorTest/3.IterationTest 2024-04-03T16:11:34.0711627Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2024-04-03T16:11:34.0711756Z [ RUN ] SmallVectorTest/3.SwapTest 2024-04-03T16:11:34.0711907Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2024-04-03T16:11:34.0712114Z [ RUN ] SmallVectorTest/3.AppendTest 2024-04-03T16:11:34.0712271Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2024-04-03T16:11:34.0712442Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2024-04-03T16:11:34.0712648Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2024-04-03T16:11:34.0712811Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2024-04-03T16:11:34.0713008Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2024-04-03T16:11:34.0713251Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2024-04-03T16:11:34.0713526Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:34.0713715Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2024-04-03T16:11:34.0713903Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2024-04-03T16:11:34.0714041Z [ RUN ] SmallVectorTest/3.AssignTest 2024-04-03T16:11:34.0714207Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2024-04-03T16:11:34.0714366Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2024-04-03T16:11:34.0714540Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2024-04-03T16:11:34.0714719Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2024-04-03T16:11:34.0714905Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2024-04-03T16:11:34.0715066Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2024-04-03T16:11:34.0715265Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2024-04-03T16:11:34.0715416Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2024-04-03T16:11:34.0715601Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2024-04-03T16:11:34.0715737Z [ RUN ] SmallVectorTest/3.EraseTest 2024-04-03T16:11:34.0715894Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2024-04-03T16:11:34.0716058Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2024-04-03T16:11:34.0716226Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2024-04-03T16:11:34.0716363Z [ RUN ] SmallVectorTest/3.InsertTest 2024-04-03T16:11:34.0716533Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2024-04-03T16:11:34.0716671Z [ RUN ] SmallVectorTest/3.InsertCopy 2024-04-03T16:11:34.0716825Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2024-04-03T16:11:34.0717013Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2024-04-03T16:11:34.0717205Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2024-04-03T16:11:34.0717404Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2024-04-03T16:11:34.0717645Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:34.0717836Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2024-04-03T16:11:34.0718069Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:34.0718258Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2024-04-03T16:11:34.0718473Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:34.0718640Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2024-04-03T16:11:34.0718814Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2024-04-03T16:11:34.0718995Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2024-04-03T16:11:34.0719205Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:34.0719381Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2024-04-03T16:11:34.0719578Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:34.0719746Z [ RUN ] SmallVectorTest/3.ComparisonTest 2024-04-03T16:11:34.0719917Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2024-04-03T16:11:34.0720074Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2024-04-03T16:11:34.0720261Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2024-04-03T16:11:34.0720473Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2024-04-03T16:11:34.0720670Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2024-04-03T16:11:34.0720815Z [ RUN ] SmallVectorTest/3.IteratorTest 2024-04-03T16:11:34.0720973Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2024-04-03T16:11:34.0721287Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2024-04-03T16:11:34.0721294Z 2024-04-03T16:11:34.0721951Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 5u> 2024-04-03T16:11:34.0722140Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2024-04-03T16:11:34.0722360Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2024-04-03T16:11:34.0722532Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2024-04-03T16:11:34.0722725Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2024-04-03T16:11:34.0722893Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2024-04-03T16:11:34.0723070Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2024-04-03T16:11:34.0723228Z [ RUN ] SmallVectorTest/4.PushPopTest 2024-04-03T16:11:34.0723388Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2024-04-03T16:11:34.0723521Z [ RUN ] SmallVectorTest/4.ClearTest 2024-04-03T16:11:34.0723691Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2024-04-03T16:11:34.0723853Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2024-04-03T16:11:34.0724036Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2024-04-03T16:11:34.0724199Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2024-04-03T16:11:34.0724486Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2024-04-03T16:11:34.0724674Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2024-04-03T16:11:34.0724894Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2024-04-03T16:11:34.0725047Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2024-04-03T16:11:34.0725216Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2024-04-03T16:11:34.0725378Z [ RUN ] SmallVectorTest/4.OverflowTest 2024-04-03T16:11:34.0725539Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2024-04-03T16:11:34.0725701Z [ RUN ] SmallVectorTest/4.IterationTest 2024-04-03T16:11:34.0725864Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2024-04-03T16:11:34.0725993Z [ RUN ] SmallVectorTest/4.SwapTest 2024-04-03T16:11:34.0726162Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2024-04-03T16:11:34.0726299Z [ RUN ] SmallVectorTest/4.AppendTest 2024-04-03T16:11:34.0726456Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2024-04-03T16:11:34.0726642Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2024-04-03T16:11:34.0726835Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2024-04-03T16:11:34.0726998Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2024-04-03T16:11:34.0727197Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2024-04-03T16:11:34.0727437Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2024-04-03T16:11:34.0727718Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2024-04-03T16:11:34.0727899Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2024-04-03T16:11:34.0728087Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2024-04-03T16:11:34.0728235Z [ RUN ] SmallVectorTest/4.AssignTest 2024-04-03T16:11:34.0728393Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2024-04-03T16:11:34.0728547Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2024-04-03T16:11:34.0728734Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2024-04-03T16:11:34.0728894Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2024-04-03T16:11:34.0729079Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2024-04-03T16:11:34.0729252Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2024-04-03T16:11:34.0729435Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2024-04-03T16:11:34.0729587Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2024-04-03T16:11:34.0729770Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2024-04-03T16:11:34.0730010Z [ RUN ] SmallVectorTest/4.EraseTest 2024-04-03T16:11:34.0730167Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2024-04-03T16:11:34.0730334Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2024-04-03T16:11:34.0730501Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2024-04-03T16:11:34.0730722Z [ RUN ] SmallVectorTest/4.InsertTest 2024-04-03T16:11:34.0730875Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2024-04-03T16:11:34.0731009Z [ RUN ] SmallVectorTest/4.InsertCopy 2024-04-03T16:11:34.0731174Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2024-04-03T16:11:34.0731344Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2024-04-03T16:11:34.0731536Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2024-04-03T16:11:34.0731750Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2024-04-03T16:11:34.0731977Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2024-04-03T16:11:34.0732172Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2024-04-03T16:11:34.0732399Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2024-04-03T16:11:34.0732588Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2024-04-03T16:11:34.0732801Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2024-04-03T16:11:34.0732966Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2024-04-03T16:11:34.0733145Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2024-04-03T16:11:34.0733330Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2024-04-03T16:11:34.0733532Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2024-04-03T16:11:34.0733798Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2024-04-03T16:11:34.0734013Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2024-04-03T16:11:34.0734166Z [ RUN ] SmallVectorTest/4.ComparisonTest 2024-04-03T16:11:34.0734336Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2024-04-03T16:11:34.0734506Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2024-04-03T16:11:34.0734685Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2024-04-03T16:11:34.0734844Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2024-04-03T16:11:34.0735039Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2024-04-03T16:11:34.0735185Z [ RUN ] SmallVectorTest/4.IteratorTest 2024-04-03T16:11:34.0735350Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2024-04-03T16:11:34.0735613Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2024-04-03T16:11:34.0735619Z 2024-04-03T16:11:34.0735792Z [----------] 5 tests from SmallVectorTest 2024-04-03T16:11:34.0735981Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2024-04-03T16:11:34.0736181Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2024-04-03T16:11:34.0736317Z [ RUN ] SmallVectorTest.MidInsert 2024-04-03T16:11:34.0736489Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2024-04-03T16:11:34.0736634Z [ RUN ] SmallVectorTest.EmplaceBack 2024-04-03T16:11:34.0736803Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2024-04-03T16:11:34.0737018Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2024-04-03T16:11:34.0737238Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2024-04-03T16:11:34.0737401Z [ RUN ] SmallVectorTest.InitializerList 2024-04-03T16:11:34.0737589Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2024-04-03T16:11:34.0737818Z [----------] 5 tests from SmallVectorTest (0 ms total) 2024-04-03T16:11:34.0737824Z 2024-04-03T16:11:34.0738934Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 4u> > 2024-04-03T16:11:34.0739113Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2024-04-03T16:11:34.0739308Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2024-04-03T16:11:34.0739576Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2024-04-03T16:11:34.0739581Z 2024-04-03T16:11:34.0740729Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 2u> > 2024-04-03T16:11:34.0740909Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2024-04-03T16:11:34.0741119Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2024-04-03T16:11:34.0741436Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2024-04-03T16:11:34.0741442Z 2024-04-03T16:11:34.0742537Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 4u> > 2024-04-03T16:11:34.0742716Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2024-04-03T16:11:34.0742913Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2024-04-03T16:11:34.0743182Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2024-04-03T16:11:34.0743187Z 2024-04-03T16:11:34.0744261Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = std::pair, c10::SmallVector<(anonymous namespace)::Constructable, 2u> > 2024-04-03T16:11:34.0744452Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2024-04-03T16:11:34.0744646Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2024-04-03T16:11:34.0744903Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2024-04-03T16:11:34.0744909Z 2024-04-03T16:11:34.0745125Z [----------] 1 test from SmallVectorCustomTest 2024-04-03T16:11:34.0745305Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2024-04-03T16:11:34.0745508Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2024-04-03T16:11:34.0745771Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2024-04-03T16:11:34.0745778Z 2024-04-03T16:11:34.0746389Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = c10::SmallVector 2024-04-03T16:11:34.0746648Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2024-04-03T16:11:34.0746922Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2024-04-03T16:11:34.0747189Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2024-04-03T16:11:34.0747501Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2024-04-03T16:11:34.0747731Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2024-04-03T16:11:34.0747988Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2024-04-03T16:11:34.0748231Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2024-04-03T16:11:34.0748485Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2024-04-03T16:11:34.0748740Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2024-04-03T16:11:34.0749039Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (16 ms) 2024-04-03T16:11:34.0749268Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2024-04-03T16:11:34.0749536Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2024-04-03T16:11:34.0749790Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2024-04-03T16:11:34.0750074Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (16 ms) 2024-04-03T16:11:34.0750319Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2024-04-03T16:11:34.0750570Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2024-04-03T16:11:34.0750825Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2024-04-03T16:11:34.0751119Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2024-04-03T16:11:34.0751354Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2024-04-03T16:11:34.0751616Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2024-04-03T16:11:34.0751879Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2024-04-03T16:11:34.0752164Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (16 ms) 2024-04-03T16:11:34.0752483Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2024-04-03T16:11:34.0752764Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2024-04-03T16:11:34.0753153Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (50 ms total) 2024-04-03T16:11:34.0753158Z 2024-04-03T16:11:34.0753979Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable, 3u> 2024-04-03T16:11:34.0754279Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2024-04-03T16:11:34.0754548Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2024-04-03T16:11:34.0754824Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2024-04-03T16:11:34.0755119Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2024-04-03T16:11:34.0755362Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2024-04-03T16:11:34.0755614Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2024-04-03T16:11:34.0755848Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2024-04-03T16:11:34.0756114Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2024-04-03T16:11:34.0756366Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2024-04-03T16:11:34.0756652Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (16 ms) 2024-04-03T16:11:34.0756901Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2024-04-03T16:11:34.0757151Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2024-04-03T16:11:34.0757403Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2024-04-03T16:11:34.0757698Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (16 ms) 2024-04-03T16:11:34.0757927Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2024-04-03T16:11:34.0758194Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2024-04-03T16:11:34.0758446Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2024-04-03T16:11:34.0758730Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2024-04-03T16:11:34.0758977Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2024-04-03T16:11:34.0759237Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2024-04-03T16:11:34.0759490Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2024-04-03T16:11:34.0759792Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (16 ms) 2024-04-03T16:11:34.0760044Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2024-04-03T16:11:34.0760322Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2024-04-03T16:11:34.0760725Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (50 ms total) 2024-04-03T16:11:34.0760731Z 2024-04-03T16:11:34.0761498Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = c10::SmallVector, 3u> 2024-04-03T16:11:34.0761825Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2024-04-03T16:11:34.0762164Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2024-04-03T16:11:34.0762599Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2024-04-03T16:11:34.0762604Z 2024-04-03T16:11:34.0763759Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = c10::SmallVector, 3u> 2024-04-03T16:11:34.0764072Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2024-04-03T16:11:34.0764551Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2024-04-03T16:11:34.0764983Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2024-04-03T16:11:34.0764989Z 2024-04-03T16:11:34.0765158Z [----------] 5 tests from StringUtilTest 2024-04-03T16:11:34.0765351Z [ RUN ] StringUtilTest.testStrNarrowSingle 2024-04-03T16:11:34.0765637Z [ OK ] StringUtilTest.testStrNarrowSingle (0 ms) 2024-04-03T16:11:34.0765809Z [ RUN ] StringUtilTest.testStrWideSingle 2024-04-03T16:11:34.0766013Z [ OK ] StringUtilTest.testStrWideSingle (0 ms) 2024-04-03T16:11:34.0766224Z [ RUN ] StringUtilTest.testStrWideSingleMultibyte 2024-04-03T16:11:34.0766536Z [ OK ] StringUtilTest.testStrWideSingleMultibyte (0 ms) 2024-04-03T16:11:34.0766717Z [ RUN ] StringUtilTest.testStrWideEmpty 2024-04-03T16:11:34.0766896Z [ OK ] StringUtilTest.testStrWideEmpty (0 ms) 2024-04-03T16:11:34.0767053Z [ RUN ] StringUtilTest.testStrMulti 2024-04-03T16:11:34.0767224Z [ OK ] StringUtilTest.testStrMulti (0 ms) 2024-04-03T16:11:34.0767448Z [----------] 5 tests from StringUtilTest (0 ms total) 2024-04-03T16:11:34.0767454Z 2024-04-03T16:11:34.0767645Z [----------] 18 tests from StringViewTest 2024-04-03T16:11:34.0767834Z [ RUN ] StringViewTest.testStringConstructor 2024-04-03T16:11:34.0768050Z [ OK ] StringViewTest.testStringConstructor (0 ms) 2024-04-03T16:11:34.0768259Z [ RUN ] StringViewTest.testConversionToString 2024-04-03T16:11:34.0768471Z [ OK ] StringViewTest.testConversionToString (0 ms) 2024-04-03T16:11:34.0768645Z [ RUN ] StringViewTest.testCopyAssignment 2024-04-03T16:11:34.0768851Z [ OK ] StringViewTest.testCopyAssignment (0 ms) 2024-04-03T16:11:34.0769190Z [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 2024-04-03T16:11:34.0769573Z [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 2024-04-03T16:11:34.0769815Z [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 2024-04-03T16:11:34.0770089Z [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 2024-04-03T16:11:34.0770366Z [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 2024-04-03T16:11:34.0770665Z [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 2024-04-03T16:11:34.0770910Z [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 2024-04-03T16:11:34.0771195Z [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 2024-04-03T16:11:34.0771463Z [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 2024-04-03T16:11:34.0771768Z [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 2024-04-03T16:11:34.0771945Z [ RUN ] StringViewTest.testSwapFunction 2024-04-03T16:11:34.0772126Z [ OK ] StringViewTest.testSwapFunction (0 ms) 2024-04-03T16:11:34.0772295Z [ RUN ] StringViewTest.testSwapMethod 2024-04-03T16:11:34.0772468Z [ OK ] StringViewTest.testSwapMethod (0 ms) 2024-04-03T16:11:34.0772844Z [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 2024-04-03T16:11:34.0773267Z [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 2024-04-03T16:11:34.0773584Z [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 2024-04-03T16:11:34.0774023Z [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 2024-04-03T16:11:34.0774283Z [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 2024-04-03T16:11:34.0774577Z [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 2024-04-03T16:11:34.0774859Z [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 2024-04-03T16:11:34.0775164Z [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 2024-04-03T16:11:34.0775400Z [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 2024-04-03T16:11:34.0775677Z [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 2024-04-03T16:11:34.0776005Z [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 2024-04-03T16:11:34.0776368Z [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 2024-04-03T16:11:34.0776559Z [ RUN ] StringViewTest.testOutputOperator 2024-04-03T16:11:34.0776758Z [ OK ] StringViewTest.testOutputOperator (0 ms) 2024-04-03T16:11:34.0776967Z [ RUN ] StringViewTest.testHash 2024-04-03T16:11:34.0777118Z [ OK ] StringViewTest.testHash (0 ms) 2024-04-03T16:11:34.0777350Z [----------] 18 tests from StringViewTest (0 ms total) 2024-04-03T16:11:34.0777356Z 2024-04-03T16:11:34.0777531Z [----------] 1 test from TempFileTest 2024-04-03T16:11:34.0777784Z [ RUN ] TempFileTest.MatchesExpectedPattern 2024-04-03T16:11:34.0777992Z [ OK ] TempFileTest.MatchesExpectedPattern (0 ms) 2024-04-03T16:11:34.0778218Z [----------] 1 test from TempFileTest (0 ms total) 2024-04-03T16:11:34.0778224Z 2024-04-03T16:11:34.0778382Z [----------] 1 test from TempDirTest 2024-04-03T16:11:34.0778524Z [ RUN ] TempDirTest.tryMakeTempdir 2024-04-03T16:11:34.0778705Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2024-04-03T16:11:34.0778912Z [----------] 1 test from TempDirTest (0 ms total) 2024-04-03T16:11:34.0778918Z 2024-04-03T16:11:34.0779212Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test 2024-04-03T16:11:34.0779494Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 2024-04-03T16:11:34.0779801Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2024-04-03T16:11:34.0780085Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 2024-04-03T16:11:34.0780386Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2024-04-03T16:11:34.0780662Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 2024-04-03T16:11:34.0780977Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2024-04-03T16:11:34.0781247Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 2024-04-03T16:11:34.0781546Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2024-04-03T16:11:34.0781829Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 2024-04-03T16:11:34.0782125Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2024-04-03T16:11:34.0782504Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test (0 ms total) 2024-04-03T16:11:34.0782509Z 2024-04-03T16:11:34.0782716Z [----------] 1 test from nullopt/SelfCompareTest 2024-04-03T16:11:34.0782905Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2024-04-03T16:11:34.0783125Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2024-04-03T16:11:34.0783387Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2024-04-03T16:11:34.0783392Z 2024-04-03T16:11:34.0783580Z [----------] 1 test from int/SelfCompareTest 2024-04-03T16:11:34.0783764Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2024-04-03T16:11:34.0783954Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2024-04-03T16:11:34.0784203Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2024-04-03T16:11:34.0784209Z 2024-04-03T16:11:34.0784402Z [----------] Global test environment tear-down 2024-04-03T16:11:34.0784594Z [==========] 739 tests from 78 test suites ran. (367 ms total) 2024-04-03T16:11:34.0784721Z [ PASSED ] 739 tests. 2024-04-03T16:11:34.0784881Z ================================================================================ 2024-04-03T16:11:34.0785371Z [1,693 / 3,412] 3 / 26 tests; 4 actions running; last test: ...util_base_tests 2024-04-03T16:11:34.0785687Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2024-04-03T16:11:34.0786025Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:11:34.0786337Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:11:34.0786653Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2024-04-03T16:11:34.3042888Z 2024-04-03T16:11:34.3043716Z  2024-04-03T16:11:34.3043950Z  2024-04-03T16:11:34.3044164Z  2024-04-03T16:11:34.3044275Z  2024-04-03T16:11:34.3045093Z [1,694 / 3,412] 3 / 26 tests; 3 actions running; last test: ...util_base_tests 2024-04-03T16:11:34.3045609Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2024-04-03T16:11:34.3045956Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:11:34.3046275Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:11:35.3050023Z 2024-04-03T16:11:35.3050777Z  2024-04-03T16:11:35.3051442Z  2024-04-03T16:11:35.3051696Z  2024-04-03T16:11:35.3052409Z [1,694 / 3,412] 3 / 26 tests; 3 actions running; last test: ...util_base_tests 2024-04-03T16:11:35.3053315Z GenerateAten aten/src/ATen/ops; 30s processwrapper-sandbox 2024-04-03T16:11:35.3054161Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2024-04-03T16:11:35.3054925Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2024-04-03T16:11:35.7053352Z 2024-04-03T16:11:35.7054415Z  2024-04-03T16:11:35.7054753Z  2024-04-03T16:11:35.7055009Z  2024-04-03T16:11:35.7055735Z [1,696 / 3,412] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2024-04-03T16:11:35.7056657Z GenerateAten aten/src/ATen/ops; 30s processwrapper-sandbox 2024-04-03T16:11:35.7057377Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2024-04-03T16:11:36.1057307Z 2024-04-03T16:11:36.1057937Z  2024-04-03T16:11:36.1058314Z  2024-04-03T16:11:36.1059046Z [1,699 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:36.1059964Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2024-04-03T16:11:36.1060628Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:36.1061194Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:36.1061738Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:36.1062290Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:36.1062840Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:36.1063387Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:36.1063963Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2024-04-03T16:11:37.1234463Z 2024-04-03T16:11:37.1235200Z  2024-04-03T16:11:37.1235781Z  2024-04-03T16:11:37.1236058Z  2024-04-03T16:11:37.1236306Z  2024-04-03T16:11:37.1236573Z  2024-04-03T16:11:37.1236832Z  2024-04-03T16:11:37.1237159Z  2024-04-03T16:11:37.1237544Z  2024-04-03T16:11:37.1238271Z [1,699 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:37.1239386Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2024-04-03T16:11:37.1240054Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:37.1240782Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:37.1241417Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:37.1242067Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:37.1242732Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:37.1243369Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:37.1243953Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:38.1252192Z 2024-04-03T16:11:38.1254401Z  2024-04-03T16:11:38.1255196Z  2024-04-03T16:11:38.1256276Z  2024-04-03T16:11:38.1256789Z  2024-04-03T16:11:38.1257245Z  2024-04-03T16:11:38.1257676Z  2024-04-03T16:11:38.1258109Z  2024-04-03T16:11:38.1258528Z  2024-04-03T16:11:38.1259708Z [1,699 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:38.1261376Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:11:38.1262554Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.1263572Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.1264523Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.1265685Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.1266582Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.1267551Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.1268554Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:38.6670299Z 2024-04-03T16:11:38.6671026Z  2024-04-03T16:11:38.6671635Z  2024-04-03T16:11:38.6671929Z  2024-04-03T16:11:38.6672195Z  2024-04-03T16:11:38.6672439Z  2024-04-03T16:11:38.6672668Z  2024-04-03T16:11:38.6672909Z  2024-04-03T16:11:38.6673137Z  2024-04-03T16:11:38.6673832Z [1,700 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:38.6674756Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:11:38.6675415Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6675995Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6676554Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6677113Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6677652Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6678367Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6679050Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:38.6719838Z 2024-04-03T16:11:38.6720367Z  2024-04-03T16:11:38.6720701Z  2024-04-03T16:11:38.6720955Z  2024-04-03T16:11:38.6721184Z  2024-04-03T16:11:38.6721429Z  2024-04-03T16:11:38.6721670Z  2024-04-03T16:11:38.6721972Z  2024-04-03T16:11:38.6722263Z  2024-04-03T16:11:38.6722975Z INFO: From Compiling aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:38.6725461Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:8: 2024-04-03T16:11:38.6727162Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:38.6729326Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:27:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:38.6731047Z 27 | [maxnorm_v, eps_v, one_v](vec_t norm) -> vec_t { 2024-04-03T16:11:38.6731588Z | ^ 2024-04-03T16:11:38.6732347Z [1,700 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:38.6733406Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:11:38.6734261Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6734951Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6735562Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6736161Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6736888Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6737561Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:38.6738234Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:38.9257222Z 2024-04-03T16:11:38.9257815Z  2024-04-03T16:11:38.9258133Z  2024-04-03T16:11:38.9258390Z  2024-04-03T16:11:38.9258650Z  2024-04-03T16:11:38.9258881Z  2024-04-03T16:11:38.9259123Z  2024-04-03T16:11:38.9259363Z  2024-04-03T16:11:38.9259589Z  2024-04-03T16:11:38.9260278Z [1,701 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:38.9261206Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:38.9261865Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:38.9262417Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:38.9297881Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:38.9298804Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:38.9299647Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:38.9300486Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:38.9301367Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:39.1174386Z 2024-04-03T16:11:39.1175078Z  2024-04-03T16:11:39.1175593Z  2024-04-03T16:11:39.1175976Z  2024-04-03T16:11:39.1176208Z  2024-04-03T16:11:39.1176454Z  2024-04-03T16:11:39.1176736Z  2024-04-03T16:11:39.1176963Z  2024-04-03T16:11:39.1177206Z  2024-04-03T16:11:39.1177992Z INFO: From Compiling aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.1180347Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:39.1183804Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp:65:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.1186398Z 65 | [s](Vec q, Vec q_bias) { return (q + q_bias) * Vec(s); }, 2024-04-03T16:11:39.1187192Z | ^ 2024-04-03T16:11:39.1188215Z [1,704 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.1189636Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.1190693Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1191549Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1192420Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1193399Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1194307Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1195269Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1196198Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:39.1461966Z 2024-04-03T16:11:39.1462641Z  2024-04-03T16:11:39.1463071Z  2024-04-03T16:11:39.1463451Z  2024-04-03T16:11:39.1463806Z  2024-04-03T16:11:39.1464140Z  2024-04-03T16:11:39.1464509Z  2024-04-03T16:11:39.1464839Z  2024-04-03T16:11:39.1465190Z  2024-04-03T16:11:39.1466231Z INFO: From Compiling aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.1468254Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:6: 2024-04-03T16:11:39.1470601Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:39.1473700Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:81:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.1476367Z 81 | [found_inf_ptr, inv_scale_ptr](Vectorized val_vec) -> Vectorized{ 2024-04-03T16:11:39.1477424Z | ^ 2024-04-03T16:11:39.1478585Z [1,705 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.1480082Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.1480987Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1481735Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1482468Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1483184Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1483864Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1484706Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1486618Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox ... 2024-04-03T16:11:39.1670914Z 2024-04-03T16:11:39.1671871Z  2024-04-03T16:11:39.1672435Z  2024-04-03T16:11:39.1672885Z  2024-04-03T16:11:39.1673396Z  2024-04-03T16:11:39.1673834Z  2024-04-03T16:11:39.1674186Z  2024-04-03T16:11:39.1674546Z  2024-04-03T16:11:39.1676614Z  2024-04-03T16:11:39.1677565Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.1679224Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:2: 2024-04-03T16:11:39.1681072Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:39.1683537Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:253:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.1685904Z 253 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T16:11:39.1686745Z | ^ 2024-04-03T16:11:39.1687944Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:249:5: note: in expansion of macro '_AT_DISPATCH_ALL_TYPES_NO_CF' 2024-04-03T16:11:39.1689224Z 249 | _AT_DISPATCH_ALL_TYPES_NO_CF(dtype, "copy_kernel", [&] { 2024-04-03T16:11:39.1689884Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:11:39.1690729Z [1,706 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:39.1691762Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.1692699Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1693316Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1694079Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1694778Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1695493Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.1696358Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:11:39.1697213Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:39.2416239Z 2024-04-03T16:11:39.2416968Z  2024-04-03T16:11:39.2417562Z  2024-04-03T16:11:39.2418087Z  2024-04-03T16:11:39.2418518Z  2024-04-03T16:11:39.2418894Z  2024-04-03T16:11:39.2419269Z  2024-04-03T16:11:39.2419572Z  2024-04-03T16:11:39.2419919Z  2024-04-03T16:11:39.2420922Z INFO: From Compiling aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.2422069Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T16:11:39.2423649Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:11:39.2426060Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T16:11:39.2428306Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.2429817Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:11:39.2430743Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:11:39.2431893Z [1,707 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.2433072Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.2433938Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.2434787Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.2435539Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.2436404Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.2438142Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.2439113Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:11:39.2440011Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:39.3010818Z 2024-04-03T16:11:39.3011453Z  2024-04-03T16:11:39.3011814Z  2024-04-03T16:11:39.3015477Z  2024-04-03T16:11:39.3015839Z  2024-04-03T16:11:39.3016167Z  2024-04-03T16:11:39.3016547Z  2024-04-03T16:11:39.3016860Z  2024-04-03T16:11:39.3017241Z  2024-04-03T16:11:39.3018159Z INFO: From Compiling aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.3019529Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp:9: 2024-04-03T16:11:39.3021004Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T16:11:39.3022668Z aten/src/ATen/native/cpu/ReduceUtils.h:76:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.3024059Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T16:11:39.3024499Z | ^ 2024-04-03T16:11:39.3025352Z [1,708 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.3026457Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.3027215Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.3027881Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.3028571Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.3029360Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.3030284Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:11:39.3031196Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.3031898Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2024-04-03T16:11:39.5077016Z 2024-04-03T16:11:39.5077714Z  2024-04-03T16:11:39.5078304Z  2024-04-03T16:11:39.5078834Z  2024-04-03T16:11:39.5079262Z  2024-04-03T16:11:39.5079753Z  2024-04-03T16:11:39.5080167Z  2024-04-03T16:11:39.5080599Z  2024-04-03T16:11:39.5080992Z  2024-04-03T16:11:39.5081859Z INFO: From Compiling aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.5083549Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:6: 2024-04-03T16:11:39.5085723Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:39.5088155Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:59:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.5089889Z 59 | [=](Vectorized a, Vectorized b) 2024-04-03T16:11:39.5090390Z | ^ 2024-04-03T16:11:39.5091269Z [1,709 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.5092372Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.5093203Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.5094002Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.5094598Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.5095398Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:11:39.5096110Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.5096778Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:39.5097510Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:11:39.6298158Z 2024-04-03T16:11:39.6298811Z  2024-04-03T16:11:39.6299831Z  2024-04-03T16:11:39.6300210Z  2024-04-03T16:11:39.6300608Z  2024-04-03T16:11:39.6300917Z  2024-04-03T16:11:39.6302950Z  2024-04-03T16:11:39.6303370Z  2024-04-03T16:11:39.6303672Z  2024-04-03T16:11:39.6304724Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp: 2024-04-03T16:11:39.6306059Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T16:11:39.6308377Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T16:11:39.6309053Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T16:11:39.6309750Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:11:39.6310272Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T16:11:39.6311605Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp:9: 2024-04-03T16:11:39.6317343Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h: In member function 'at::vec::DEFAULT::VectorizedQuantizedConverter::float_vec_return_type at::vec::DEFAULT::VectorizedQuantizedConverter::dequantize(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized) const [with T = c10::qint8; float_vec_return_type_ = std::array, 4>; int_vec_return_type_ = std::array, 4>; int size_ = 32]': 2024-04-03T16:11:39.6322482Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:894:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:39.6323809Z 894 | float_vec_return_type dequantize( 2024-04-03T16:11:39.6324790Z | ^~~~~~~~~~ 2024-04-03T16:11:39.6325943Z [1,711 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.6327137Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:11:39.6328049Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.6328896Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:11:39.6329712Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:39.6330448Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:39.6331240Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:11:39.6331896Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:39.6332602Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2024-04-03T16:11:39.9309056Z 2024-04-03T16:11:39.9310179Z  2024-04-03T16:11:39.9310591Z  2024-04-03T16:11:39.9310849Z  2024-04-03T16:11:39.9311083Z  2024-04-03T16:11:39.9311360Z  2024-04-03T16:11:39.9311723Z  2024-04-03T16:11:39.9311953Z  2024-04-03T16:11:39.9312274Z  2024-04-03T16:11:39.9313146Z [1,712 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:39.9314263Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:11:39.9315023Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:39.9315775Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:11:39.9316491Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:39.9317155Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:39.9317696Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:39.9318277Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2024-04-03T16:11:39.9318950Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2024-04-03T16:11:40.1756741Z 2024-04-03T16:11:40.1759256Z  2024-04-03T16:11:40.1759951Z  2024-04-03T16:11:40.1760581Z  2024-04-03T16:11:40.1761067Z  2024-04-03T16:11:40.1761930Z  2024-04-03T16:11:40.1762499Z  2024-04-03T16:11:40.1762929Z  2024-04-03T16:11:40.1763322Z  2024-04-03T16:11:40.1765665Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:40.1768542Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:40.1770820Z 113 | # pragma unroll 2024-04-03T16:11:40.1771309Z | 2024-04-03T16:11:40.1772793Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:40.1776315Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:302:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:40.1778672Z 302 | [scaling_factor](Vec x, Vec y) { 2024-04-03T16:11:40.1779399Z | ^ 2024-04-03T16:11:40.1780570Z [1,712 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:40.1782075Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:11:40.1783136Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:40.1784167Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:11:40.1785173Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.1786013Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:40.1786804Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.1787688Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.1788617Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:40.3787460Z 2024-04-03T16:11:40.3788123Z  2024-04-03T16:11:40.3788561Z  2024-04-03T16:11:40.3788907Z  2024-04-03T16:11:40.3789195Z  2024-04-03T16:11:40.3789548Z  2024-04-03T16:11:40.3789873Z  2024-04-03T16:11:40.3790157Z  2024-04-03T16:11:40.3790478Z  2024-04-03T16:11:40.3791428Z [1,713 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:40.3792498Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:11:40.3793436Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:11:40.3794272Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.3794894Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:40.3795523Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.3796218Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.3796767Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.3797499Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:11:40.9531881Z 2024-04-03T16:11:40.9532637Z  2024-04-03T16:11:40.9533199Z  2024-04-03T16:11:40.9533679Z  2024-04-03T16:11:40.9534149Z  2024-04-03T16:11:40.9534551Z  2024-04-03T16:11:40.9535045Z  2024-04-03T16:11:40.9535506Z  2024-04-03T16:11:40.9535969Z  2024-04-03T16:11:40.9537242Z [1,714 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:40.9538479Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:11:40.9539249Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:11:40.9539866Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:40.9540412Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.9540969Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.9541512Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:40.9542054Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:40.9542683Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:41.1795094Z 2024-04-03T16:11:41.1796047Z  2024-04-03T16:11:41.1796641Z  2024-04-03T16:11:41.2177149Z  2024-04-03T16:11:41.2177959Z  2024-04-03T16:11:41.2178210Z  2024-04-03T16:11:41.2178485Z  2024-04-03T16:11:41.2178890Z  2024-04-03T16:11:41.2179354Z  2024-04-03T16:11:41.2180503Z [1,715 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:41.2182359Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:11:41.2183558Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:11:41.2184643Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.2185590Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.2186555Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.2187492Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:41.2188368Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.2189338Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:41.5944081Z 2024-04-03T16:11:41.5945125Z  2024-04-03T16:11:41.5945635Z  2024-04-03T16:11:41.5946056Z  2024-04-03T16:11:41.5946461Z  2024-04-03T16:11:41.5947172Z  2024-04-03T16:11:41.5947534Z  2024-04-03T16:11:41.5947929Z  2024-04-03T16:11:41.5950701Z  2024-04-03T16:11:41.5952786Z [1,716 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:41.5955208Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:11:41.5957315Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:11:41.5958555Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.5959675Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.5960786Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.5961893Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.5963804Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.5964953Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:41.6281778Z 2024-04-03T16:11:41.6282514Z  2024-04-03T16:11:41.6283006Z  2024-04-03T16:11:41.6283336Z  2024-04-03T16:11:41.6283682Z  2024-04-03T16:11:41.6284057Z  2024-04-03T16:11:41.6284560Z  2024-04-03T16:11:41.6284936Z  2024-04-03T16:11:41.6285298Z  2024-04-03T16:11:41.6286228Z INFO: From Compiling aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: 2024-04-03T16:11:41.6288073Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:12: 2024-04-03T16:11:41.6290160Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:41.6292878Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:108:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:41.6295062Z 108 | [=](Vec a, Vec b, Vec c) -> Vec { 2024-04-03T16:11:41.6295679Z | ^ 2024-04-03T16:11:41.6296648Z [1,716 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:41.6297919Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:11:41.6298974Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:11:41.6299879Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.6300696Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.6301487Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.6302290Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.6303102Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:41.6303889Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:42.0187741Z 2024-04-03T16:11:42.0190404Z  2024-04-03T16:11:42.0191145Z  2024-04-03T16:11:42.0191443Z  2024-04-03T16:11:42.0191799Z  2024-04-03T16:11:42.0192065Z  2024-04-03T16:11:42.0192358Z  2024-04-03T16:11:42.0192682Z  2024-04-03T16:11:42.0192924Z  2024-04-03T16:11:42.0193824Z [1,717 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:42.0196482Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:11:42.0197393Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:11:42.0198140Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:42.0198955Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:42.0199636Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:42.0200180Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:42.0200752Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:42.0201315Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:42.2676659Z 2024-04-03T16:11:42.2677608Z  2024-04-03T16:11:42.2678034Z  2024-04-03T16:11:42.2678310Z  2024-04-03T16:11:42.2678546Z  2024-04-03T16:11:42.2678788Z  2024-04-03T16:11:42.2679077Z  2024-04-03T16:11:42.2679358Z  2024-04-03T16:11:42.2679609Z  2024-04-03T16:11:42.2681032Z [1,718 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:42.2683147Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:11:42.2684282Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:11:42.2696597Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.2697406Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.2698131Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.2698822Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:42.2699464Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:42.2700116Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:42.2712124Z 2024-04-03T16:11:42.2712507Z  2024-04-03T16:11:42.2712894Z  2024-04-03T16:11:42.2713155Z  2024-04-03T16:11:42.2713509Z  2024-04-03T16:11:42.2713745Z  2024-04-03T16:11:42.2714090Z  2024-04-03T16:11:42.2714336Z  2024-04-03T16:11:42.2714659Z  2024-04-03T16:11:42.2715578Z INFO: From Compiling aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:42.2716545Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T16:11:42.2717195Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T16:11:42.2718157Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T16:11:42.2718969Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T16:11:42.2720053Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp:8: 2024-04-03T16:11:42.2722070Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T16:11:42.2723904Z ./c10/util/SmallVector.h:601:8: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:42.2725313Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T16:11:42.2725841Z | ^~~~~~~~~~~~~ 2024-04-03T16:11:42.2726660Z [1,718 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:42.2727734Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:11:42.2728601Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:11:42.2729409Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.2731256Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.2731913Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.2732583Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:42.2733192Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:42.2733936Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:42.6063322Z 2024-04-03T16:11:42.6063852Z  2024-04-03T16:11:42.6064255Z  2024-04-03T16:11:42.6064540Z  2024-04-03T16:11:42.6064794Z  2024-04-03T16:11:42.6065034Z  2024-04-03T16:11:42.6065283Z  2024-04-03T16:11:42.6065518Z  2024-04-03T16:11:42.6065773Z  2024-04-03T16:11:42.6066598Z [1,720 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:42.6067603Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:11:42.6068535Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:11:42.6069258Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.6069920Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.6070666Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:42.6071219Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.6071985Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:42.6072696Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:42.7010249Z 2024-04-03T16:11:42.7010931Z  2024-04-03T16:11:42.7011494Z  2024-04-03T16:11:42.7011997Z  2024-04-03T16:11:42.7012459Z  2024-04-03T16:11:42.7012784Z  2024-04-03T16:11:42.7013116Z  2024-04-03T16:11:42.7013405Z  2024-04-03T16:11:42.7013811Z  2024-04-03T16:11:42.7014552Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:42.7016479Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.7017843Z 48 | # pragma unroll 2024-04-03T16:11:42.7018250Z | 2024-04-03T16:11:42.7018955Z [1,720 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:42.7020077Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:11:42.7020991Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:11:42.7021797Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.7022565Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.7023239Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:42.7023901Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.7024542Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.7025227Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:42.9333974Z 2024-04-03T16:11:42.9334667Z  2024-04-03T16:11:42.9335006Z  2024-04-03T16:11:42.9335284Z  2024-04-03T16:11:42.9335528Z  2024-04-03T16:11:42.9335780Z  2024-04-03T16:11:42.9336030Z  2024-04-03T16:11:42.9336264Z  2024-04-03T16:11:42.9336513Z  2024-04-03T16:11:42.9337257Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:42.9340174Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9341407Z 443 | # pragma unroll 2024-04-03T16:11:42.9341724Z | 2024-04-03T16:11:42.9342877Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9344059Z 568 | # pragma unroll 2024-04-03T16:11:42.9344386Z | 2024-04-03T16:11:42.9346752Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9348027Z 654 | # pragma unroll 2024-04-03T16:11:42.9348348Z | 2024-04-03T16:11:42.9349545Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9352872Z 752 | # pragma unroll 2024-04-03T16:11:42.9353222Z | 2024-04-03T16:11:42.9354851Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9356479Z 793 | # pragma unroll 2024-04-03T16:11:42.9356875Z | 2024-04-03T16:11:42.9359322Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9361197Z 927 | # pragma unroll 2024-04-03T16:11:42.9361729Z | 2024-04-03T16:11:42.9363356Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9365141Z 981 | # pragma unroll 2024-04-03T16:11:42.9365509Z | 2024-04-03T16:11:42.9367264Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9369211Z 1112 | # pragma unroll 2024-04-03T16:11:42.9369688Z | 2024-04-03T16:11:42.9371448Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:42.9372739Z 1119 | # pragma unroll 2024-04-03T16:11:42.9373060Z | 2024-04-03T16:11:42.9374135Z [1,722 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:42.9375572Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:11:42.9376647Z //:generated_caffe2_aten_op_headers; 7s processwrapper-sandbox 2024-04-03T16:11:42.9377573Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.9378388Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:42.9379178Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.9380000Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:42.9380963Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:42.9381805Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:42.9382764Z 2024-04-03T16:11:42.9382935Z  2024-04-03T16:11:42.9383317Z  2024-04-03T16:11:42.9383707Z  2024-04-03T16:11:42.9383982Z  2024-04-03T16:11:42.9384236Z  2024-04-03T16:11:42.9384487Z  2024-04-03T16:11:42.9384720Z  2024-04-03T16:11:42.9384969Z  2024-04-03T16:11:42.9385569Z INFO: From Executing genrule //:generated_caffe2_aten_op_headers: 2024-04-03T16:11:42.9386739Z Skipping rename Because of Arg: ::std::optional (at::DimnameList) 2024-04-03T16:11:42.9387703Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9388626Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9389611Z Skipping _functional_assert_scalar Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9390674Z Skipping _functional_assert_async Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9391756Z Skipping _functional_sym_constrain_range Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9392886Z Skipping _functional_sym_constrain_range_for_size Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9393825Z Skipping _make_dep_token because it is a factory method 2024-04-03T16:11:42.9395721Z Skipping refine_names Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9396771Z Skipping _cudnn_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:11:42.9397609Z Skipping _cudnn_init_dropout_state because it is a factory method 2024-04-03T16:11:42.9398411Z Skipping _fused_dropout Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9401134Z Skipping native_dropout Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9402210Z Skipping _sobol_engine_draw Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9403398Z Skipping chalf Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:11:42.9408485Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9409374Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9410154Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9410826Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9411596Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9412435Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9413219Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9413962Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9414525Z Skipping arange because it is a factory method 2024-04-03T16:11:42.9415214Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9416016Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9416829Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9417702Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9418542Z Skipping as_strided Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9419294Z Skipping bartlett_window because it is a factory method 2024-04-03T16:11:42.9420119Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9421259Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9422085Z Skipping blackman_window because it is a factory method 2024-04-03T16:11:42.9422756Z Skipping cat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9423511Z Skipping concat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9424332Z Skipping concatenate Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9425339Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9426530Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9427647Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9428740Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9429798Z Skipping contiguous Because of Arg: at::MemoryFormat (at::MemoryFormat) 2024-04-03T16:11:42.9430838Z Skipping convolution_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9432027Z Skipping _convolution_mode Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9433082Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9433905Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9434714Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9435642Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9436633Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9437552Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9440119Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9441158Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9441972Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9442837Z Skipping count_nonzero Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9445946Z Skipping cudnn_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9446839Z Skipping cummax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9447462Z Skipping cummin Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9448418Z Skipping cumprod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9449343Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9450100Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9451139Z Skipping cumsum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9452214Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9452964Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9453881Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9454723Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9455702Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9456889Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9458054Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9459194Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9460311Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9461315Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9462427Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9463690Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9464761Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9465788Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9466860Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9468014Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9469278Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9470421Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9471356Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9472094Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9472939Z Skipping _rowwise_prune Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9473828Z Skipping embedding_bag Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9474543Z Skipping empty because it is a factory method 2024-04-03T16:11:42.9475244Z Skipping empty_permuted because it is a factory method 2024-04-03T16:11:42.9475871Z Skipping new_empty because it is a factory method 2024-04-03T16:11:42.9476599Z Skipping new_empty_strided because it is a factory method 2024-04-03T16:11:42.9477314Z Skipping new_full because it is a factory method 2024-04-03T16:11:42.9477942Z Skipping new_zeros because it is a factory method 2024-04-03T16:11:42.9478606Z Skipping new_ones because it is a factory method 2024-04-03T16:11:42.9479287Z Skipping _empty_affine_quantized because it is a factory method 2024-04-03T16:11:42.9482481Z Skipping _empty_per_channel_affine_quantized because it is a factory method 2024-04-03T16:11:42.9483716Z Skipping empty_quantized because it is a factory method 2024-04-03T16:11:42.9484663Z Skipping empty_like because it is a factory method 2024-04-03T16:11:42.9485418Z Skipping empty_strided because it is a factory method 2024-04-03T16:11:42.9487567Z Skipping eye because it is a factory method 2024-04-03T16:11:42.9488291Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9489035Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9489768Z Skipping flatten Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9490615Z Skipping unflatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9491218Z Skipping full because it is a factory method 2024-04-03T16:11:42.9491900Z Skipping full_like because it is a factory method 2024-04-03T16:11:42.9492598Z Skipping from_file because it is a factory method 2024-04-03T16:11:42.9493223Z Skipping hann_window because it is a factory method 2024-04-03T16:11:42.9494109Z Skipping hamming_window because it is a factory method 2024-04-03T16:11:42.9494755Z Skipping kaiser_window because it is a factory method 2024-04-03T16:11:42.9495685Z Skipping _cufft_get_plan_cache_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T16:11:42.9496851Z Skipping _cufft_get_plan_cache_max_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T16:11:42.9497803Z Skipping index_copy Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9498462Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9499244Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9499925Z Skipping rms_norm Because of Arg: ::std::optional (double) 2024-04-03T16:11:42.9500635Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:11:42.9501364Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:11:42.9502092Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:11:42.9502908Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9503851Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9504792Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9505748Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9506756Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9507820Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9508934Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9509986Z Skipping _mixed_dtypes_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9510864Z Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) 2024-04-03T16:11:42.9511502Z Skipping linspace because it is a factory method 2024-04-03T16:11:42.9512014Z Skipping logspace because it is a factory method 2024-04-03T16:11:42.9512735Z Skipping log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9513523Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9514180Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9515138Z Skipping _log_softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9516123Z Skipping logcumsumexp Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9517021Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9519787Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9520825Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9521745Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9522572Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9523446Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9524275Z Skipping mean Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9525631Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9526535Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9527485Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9528384Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9529190Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9529938Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9530868Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9531821Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9532763Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9533622Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9534558Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9535352Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9536206Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9536903Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9537486Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9538513Z Skipping miopen_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9539758Z Skipping miopen_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:11:42.9540776Z Skipping _sparse_mm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9541621Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9542237Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9542919Z Skipping ones because it is a factory method 2024-04-03T16:11:42.9543522Z Skipping ones_like because it is a factory method 2024-04-03T16:11:42.9544255Z Skipping cdist Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9545199Z Skipping _cdist_forward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9546069Z Skipping is_pinned Because of Arg: ::std::optional (at::Device) 2024-04-03T16:11:42.9546879Z Skipping pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T16:11:42.9547791Z Skipping _pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T16:11:42.9548488Z Skipping scalar_tensor because it is a factory method 2024-04-03T16:11:42.9549212Z Skipping rand because it is a factory method 2024-04-03T16:11:42.9549711Z Skipping rand_like because it is a factory method 2024-04-03T16:11:42.9550332Z Skipping randint because it is a factory method 2024-04-03T16:11:42.9550952Z Skipping randint_like because it is a factory method 2024-04-03T16:11:42.9551470Z Skipping randn because it is a factory method 2024-04-03T16:11:42.9552140Z Skipping randn_like because it is a factory method 2024-04-03T16:11:42.9552677Z Skipping randperm because it is a factory method 2024-04-03T16:11:42.9553356Z Skipping range because it is a factory method 2024-04-03T16:11:42.9554002Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9554996Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9558052Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9559063Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9559888Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9668300Z Skipping rrelu Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9669442Z Skipping gelu Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9670388Z Skipping gelu_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9671281Z Skipping select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9672179Z Skipping logit Because of Arg: ::std::optional (double) 2024-04-03T16:11:42.9673001Z Skipping size Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9673814Z Skipping sym_size Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:42.9674713Z Skipping sym_numel Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:42.9675505Z Skipping sym_storage_offset Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:42.9676432Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9677330Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9678194Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9679167Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9680286Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9681447Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9682618Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9683781Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9685098Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9686290Z Skipping as_strided_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9687374Z Skipping softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9688533Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9689478Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9690539Z Skipping _softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9691692Z Skipping squeeze Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9692697Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9693787Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9694735Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9695702Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9696735Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9697743Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9698724Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9699734Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9700665Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9701594Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9702534Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9703455Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9704441Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9705395Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9706403Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9707933Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9708882Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9709913Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9710820Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9712283Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9713322Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9714465Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9715399Z Skipping stride Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9716306Z Skipping sym_stride Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:42.9717491Z Skipping sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9718679Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9719675Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9720691Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9721627Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9722517Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9723426Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9724586Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9725884Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9727114Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9728151Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9729209Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9730223Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9731271Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9732414Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9733562Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9734767Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9735900Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9736955Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9738026Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9739177Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9740558Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9741773Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9742933Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9744100Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9745098Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9746116Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9747195Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9748283Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9749302Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9750309Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9751360Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9753505Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9754497Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9755494Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9756466Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9758137Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9759323Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9760436Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9761339Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9762250Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9763122Z Skipping transpose Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9764153Z Skipping unique_consecutive Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9765583Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9766538Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9767611Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9768679Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9769703Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9770665Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9771691Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9772846Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9773933Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9774926Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9775850Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9776740Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9777758Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9778747Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9779825Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9781019Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9782073Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9783223Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9784378Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9785305Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9786083Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9786980Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9787855Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9788834Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9789685Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9790680Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:11:42.9791432Z Skipping zeros because it is a factory method 2024-04-03T16:11:42.9792158Z Skipping _efficientzerotensor because it is a factory method 2024-04-03T16:11:42.9792960Z Skipping zeros_like because it is a factory method 2024-04-03T16:11:42.9793942Z Skipping _standard_gamma Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9796303Z Skipping _sample_dirichlet Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9797802Z Skipping poisson Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9799066Z Skipping binomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9800367Z Skipping native_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9803099Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9804138Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9805571Z Skipping _sparse_csr_sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9806914Z Skipping _sparse_csr_prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9808191Z Skipping _sparse_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9809206Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9810175Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9811392Z Skipping _sparse_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9812526Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9813795Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9814809Z Skipping _spdiags Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9815812Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9817010Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9818175Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9819355Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9820599Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9821739Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9822948Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:42.9824201Z Skipping clone Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:11:42.9825373Z Skipping _sparse_mm_reduce_impl Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9826616Z Skipping _sparse_mm_reduce_impl_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9827996Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9829276Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9830361Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9831592Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9832579Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9833542Z Skipping sparse_compressed_tensor because it is a factory method 2024-04-03T16:11:42.9834330Z Skipping sparse_csr_tensor because it is a factory method 2024-04-03T16:11:42.9835121Z Skipping sparse_csc_tensor because it is a factory method 2024-04-03T16:11:42.9835858Z Skipping sparse_bsr_tensor because it is a factory method 2024-04-03T16:11:42.9836564Z Skipping sparse_bsc_tensor because it is a factory method 2024-04-03T16:11:42.9837389Z Skipping _sparse_compressed_tensor_unsafe because it is a factory method 2024-04-03T16:11:42.9838296Z Skipping _sparse_csr_tensor_unsafe because it is a factory method 2024-04-03T16:11:42.9839193Z Skipping _sparse_csc_tensor_unsafe because it is a factory method 2024-04-03T16:11:42.9841303Z Skipping _sparse_bsr_tensor_unsafe because it is a factory method 2024-04-03T16:11:42.9842191Z Skipping _sparse_bsc_tensor_unsafe because it is a factory method 2024-04-03T16:11:42.9842998Z Skipping sparse_coo_tensor because it is a factory method 2024-04-03T16:11:42.9843743Z Skipping _sparse_coo_tensor_unsafe because it is a factory method 2024-04-03T16:11:42.9844766Z Skipping _sparse_coo_tensor_with_dims because it is a factory method 2024-04-03T16:11:42.9847151Z Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method 2024-04-03T16:11:42.9848242Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9849304Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9850360Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9851474Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9852418Z Skipping to_dense_backward Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9853230Z Skipping unbind Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9854162Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9855129Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9856072Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9857179Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9858213Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9859344Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:11:42.9860354Z Skipping to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9861402Z Skipping _to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9862332Z Skipping to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9863232Z Skipping _to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9864217Z Skipping to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9865148Z Skipping _to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9866102Z Skipping to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9867055Z Skipping _to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9868074Z Skipping to_mkldnn Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:42.9869153Z Skipping mkldnn_reorder_conv2d_weight Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9870333Z Skipping quantize_per_tensor_dynamic Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9871497Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9872609Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9873811Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9874955Z Skipping quantize_per_channel Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9875903Z Skipping q_scale Because of Ret: double (double) 2024-04-03T16:11:42.9876648Z Skipping qscheme Because of Ret: at::QScheme (at::QScheme) 2024-04-03T16:11:42.9877487Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T16:11:42.9878461Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T16:11:42.9879436Z Skipping _autocast_to_reduced_precision Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9880510Z Skipping _to_copy because it is a factory method 2024-04-03T16:11:42.9881277Z Skipping to because it is a factory method 2024-04-03T16:11:42.9883479Z Skipping meshgrid Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9885022Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9885951Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9886742Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9889506Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9890549Z Skipping can_cast Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9891382Z Skipping promote_types Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9892459Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9893420Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9894563Z Skipping _masked_softmax_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9895677Z Skipping view Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:42.9896592Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9897485Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9898417Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9899426Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9900393Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9901516Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9902222Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9902955Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9903671Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9904299Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9904959Z Skipping scatter_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9905899Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9906856Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9907742Z Skipping cross Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9908510Z Skipping tril_indices because it is a factory method 2024-04-03T16:11:42.9909209Z Skipping triu_indices because it is a factory method 2024-04-03T16:11:42.9909979Z Skipping take_along_dim Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9910873Z Skipping index_select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9911662Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9912405Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9913252Z Skipping linalg_vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9914227Z Skipping multinomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9915347Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9916504Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9917701Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9919048Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9920339Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9921999Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9923328Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9926483Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9928156Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9929600Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9932721Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9934028Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9935198Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9936347Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9937674Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9938968Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9940139Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9941355Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:42.9942507Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9943274Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9944212Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9945303Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9946176Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9947052Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9947910Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9948808Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9949761Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9950732Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9951712Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9952670Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9953371Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9954177Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9954975Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9955628Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9956401Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9957188Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9957920Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:11:42.9958580Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9959364Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:11:42.9960318Z Skipping normal_functional Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9961211Z Skipping normal because it is a factory method 2024-04-03T16:11:42.9962092Z Skipping _foreach_add Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9963180Z Skipping _foreach_sub Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9964253Z Skipping _foreach_mul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9968035Z Skipping _foreach_div Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9969153Z Skipping _foreach_clamp_max Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9970318Z Skipping _foreach_clamp_min Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9971464Z Skipping _foreach_maximum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9974088Z Skipping _foreach_minimum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9975239Z Skipping _foreach_addcdiv Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9976335Z Skipping _foreach_addcmul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9977450Z Skipping _foreach_pow Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:11:42.9978541Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9979643Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9980657Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9981895Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:42.9982931Z Skipping rrelu_with_noise Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:42.9983997Z Skipping avg_pool2d Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9984958Z Skipping avg_pool2d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9985890Z Skipping avg_pool3d Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9986725Z Skipping avg_pool3d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:42.9987669Z Skipping _pad_enum Because of Arg: ::std::optional (double) 2024-04-03T16:11:42.9988497Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9989337Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:42.9990319Z Skipping upsample_linear1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9991441Z Skipping upsample_bilinear2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9992560Z Skipping _upsample_bilinear2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9993666Z Skipping upsample_trilinear3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9994707Z Skipping upsample_bicubic2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9995720Z Skipping _upsample_bicubic2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9996814Z Skipping upsample_nearest1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9997924Z Skipping _upsample_nearest_exact1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:42.9999049Z Skipping upsample_nearest2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0000135Z Skipping _upsample_nearest_exact2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0001236Z Skipping upsample_nearest3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0002306Z Skipping _upsample_nearest_exact3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0003281Z Skipping upsample_linear1d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0004148Z Skipping upsample_linear1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0005270Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0006174Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0009687Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0010856Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0011819Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0017747Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0018861Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0019905Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0020988Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0021888Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0022842Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0023846Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0024804Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0025716Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0026629Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0027655Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0028597Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0029522Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0030351Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0031331Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0032355Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0033338Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0034222Z Skipping upsample_nearest1d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0035165Z Skipping _upsample_nearest_exact1d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0036138Z Skipping upsample_nearest1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0037083Z Skipping _upsample_nearest_exact1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0037959Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0038770Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0039608Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0040564Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0041456Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0042454Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0043382Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0044670Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0045566Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0046479Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0047277Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0048276Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0052236Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0053369Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0054442Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0058189Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0059103Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0060109Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0061083Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0062131Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0063086Z Skipping logit_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0063870Z Skipping special_logit Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0064780Z Skipping special_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0065788Z Skipping special_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0066710Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0067435Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0068222Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0069004Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0069739Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0070464Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0071244Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0071972Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0072778Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0073497Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0074327Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0075073Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0075848Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0076583Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0077374Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0078184Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0078922Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0079738Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0080523Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0081411Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0082228Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0083131Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0083944Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0085938Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0086889Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0087714Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0571078Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0572540Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0573898Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0575278Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0576787Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0578061Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0579313Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0580559Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0581765Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0583151Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0584474Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0585770Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0586911Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0588163Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0589494Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0590635Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0591948Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0593191Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0594484Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0595795Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0597167Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0598446Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0599738Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0601029Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0602302Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0603545Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0604975Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0606329Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0607390Z Skipping fft_fftfreq because it is a factory method 2024-04-03T16:11:43.0608284Z Skipping fft_rfftfreq because it is a factory method 2024-04-03T16:11:43.0609304Z Skipping fft_fftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0610744Z Skipping fft_ifftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0611987Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0613225Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0614506Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0615591Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0616704Z Skipping linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0617926Z Skipping linalg_eigvalsh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0619276Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:43.0621042Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:43.0622544Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:43.0624126Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:43.0625731Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0627006Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0628324Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0629546Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0630918Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0632439Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0633904Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0635476Z Skipping linalg_matrix_norm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0637030Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0638268Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0639614Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0640902Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0642382Z Skipping _linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:43.0643840Z Skipping linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:43.0645441Z Skipping linalg_svdvals Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:11:43.0646882Z Skipping linalg_cond Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:11:43.0648186Z Skipping linalg_cond Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0649302Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0650381Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0651541Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0652829Z Skipping linalg_tensorsolve Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0654141Z Skipping linalg_qr Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0655258Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0656554Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0657724Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0659043Z Skipping nested_to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0660407Z Skipping _test_optional_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0661649Z Skipping _test_optional_filled_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0663235Z Skipping _test_optional_floatlist Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:11:43.0664528Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0665643Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0666703Z Skipping _test_ambiguous_defaults Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0667783Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0671973Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0673393Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0674548Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0675721Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0677304Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0678477Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0679602Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0680654Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0681889Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0683091Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0684537Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:11:43.0685925Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0687437Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0688936Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0690406Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:11:43.0691490Z Skipping as_strided_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0692473Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0693525Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0695088Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0695961Z Skipping view_copy Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:11:43.0696979Z Skipping to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:11:43.0698292Z Skipping _transformer_encoder_layer_fwd Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0699467Z Skipping _native_multi_head_attention Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0700679Z Skipping scaled_dot_product_attention Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0701644Z Skipping _fused_sdp_choice Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0702726Z Skipping _scaled_dot_product_attention_math Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0703897Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0705025Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0706121Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0707191Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0708376Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0709669Z Skipping _scaled_dot_product_flash_attention_for_cpu Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0710881Z Skipping _scaled_dot_product_flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0712243Z Skipping _scaled_dot_product_flash_attention_for_cpu_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0713546Z Skipping _scaled_dot_product_efficient_attention Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0715985Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:11:43.0717510Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:11:43.0719096Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:11:43.0721581Z Skipping _scaled_dot_product_cudnn_attention Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0722978Z Skipping _flash_attention_forward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0724143Z Skipping _flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0725588Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0726737Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0727808Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0729019Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0730162Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:11:43.0731240Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0732591Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:11:43.0733871Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0735074Z Skipping resize Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:11:43.0736222Z Skipping resize_as Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:11:43.0737103Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:11:43.0737844Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:11:43.0753763Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:11:43.0754970Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0756111Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T16:11:43.0757170Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0758435Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0759365Z Skipping uniform Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0760361Z Skipping cauchy Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0761543Z Skipping log_normal Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0762721Z Skipping exponential Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0763818Z Skipping geometric Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:11:43.0765291Z [1,722 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:43.0766305Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:11:43.0767195Z //:generated_caffe2_aten_op_headers; 7s processwrapper-sandbox 2024-04-03T16:11:43.0767944Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.0768595Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:43.0769460Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.0770146Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.0771120Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:43.0771910Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:43.2195432Z 2024-04-03T16:11:43.2196189Z  2024-04-03T16:11:43.2196718Z  2024-04-03T16:11:43.2197229Z  2024-04-03T16:11:43.2197588Z  2024-04-03T16:11:43.2197842Z  2024-04-03T16:11:43.2198080Z  2024-04-03T16:11:43.2376837Z  2024-04-03T16:11:43.2377605Z  2024-04-03T16:11:43.2378591Z [1,725 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:43.2379917Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:11:43.2380864Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:43.2382179Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.2382888Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.2383676Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:43.2384422Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:43.2385190Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:43.2385985Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:11:43.2524712Z 2024-04-03T16:11:43.2525293Z  2024-04-03T16:11:43.2525695Z  2024-04-03T16:11:43.2526079Z  2024-04-03T16:11:43.2526476Z  2024-04-03T16:11:43.2526856Z  2024-04-03T16:11:43.2527275Z  2024-04-03T16:11:43.2527769Z  2024-04-03T16:11:43.2528229Z  2024-04-03T16:11:43.2529410Z INFO: From Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:43.2531017Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:43.2533669Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp:79:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:43.2535497Z 79 | [](Vectorized x_vec) { return x_vec.log(); }, 2024-04-03T16:11:43.2536009Z | ^ 2024-04-03T16:11:43.2536833Z [1,725 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:43.2538070Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:11:43.2538925Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:43.2539639Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.2540333Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.2540905Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:43.2541633Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:43.2542335Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:43.2543063Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:11:43.2726369Z 2024-04-03T16:11:43.2727915Z  2024-04-03T16:11:43.2728466Z  2024-04-03T16:11:43.2728941Z  2024-04-03T16:11:43.2729272Z  2024-04-03T16:11:43.2729511Z  2024-04-03T16:11:43.2729840Z  2024-04-03T16:11:43.2730198Z  2024-04-03T16:11:43.2730544Z  2024-04-03T16:11:43.2731529Z INFO: From Compiling aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:43.2733452Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:4: 2024-04-03T16:11:43.2735381Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:43.2737955Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:62:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:43.2739762Z 62 | [=](Vec /*self_vec*/, 2024-04-03T16:11:43.2740145Z | ^ 2024-04-03T16:11:43.2740884Z [1,725 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:43.2742299Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:11:43.2743333Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:43.2744050Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.2746615Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:43.2747699Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:43.2748560Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:43.2749284Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:43.2750035Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:11:43.6383873Z 2024-04-03T16:11:43.6384396Z  2024-04-03T16:11:43.6384726Z  2024-04-03T16:11:43.6385089Z  2024-04-03T16:11:43.6385408Z  2024-04-03T16:11:43.6385742Z  2024-04-03T16:11:43.6385987Z  2024-04-03T16:11:43.6386228Z  2024-04-03T16:11:43.6386472Z  2024-04-03T16:11:43.6387263Z [1,727 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:43.6388198Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:11:43.6388925Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:43.6389514Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:43.6390143Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:43.6390661Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:43.6391258Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:11:43.6391806Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:43.6392393Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:44.1860358Z 2024-04-03T16:11:44.1861135Z  2024-04-03T16:11:44.1861592Z  2024-04-03T16:11:44.1861873Z  2024-04-03T16:11:44.1862112Z  2024-04-03T16:11:44.1862364Z  2024-04-03T16:11:44.1862597Z  2024-04-03T16:11:44.1862847Z  2024-04-03T16:11:44.1863103Z  2024-04-03T16:11:44.1863915Z INFO: From Compiling aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:44.1865446Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:12: 2024-04-03T16:11:44.1867139Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:44.1869539Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:350:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:44.1871283Z 350 | [](Vectorized a, Vectorized min, Vectorized max) { 2024-04-03T16:11:44.1871989Z | ^ 2024-04-03T16:11:44.1872719Z [1,727 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:44.1873808Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2024-04-03T16:11:44.1874844Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:44.1875744Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:44.1876574Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:44.1877410Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:44.1877946Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:44.1878545Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:11:44.1879452Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:44.4861983Z 2024-04-03T16:11:44.4862595Z  2024-04-03T16:11:44.4863014Z  2024-04-03T16:11:44.4863405Z  2024-04-03T16:11:44.4863760Z  2024-04-03T16:11:44.4864177Z  2024-04-03T16:11:44.4864512Z  2024-04-03T16:11:44.4864764Z  2024-04-03T16:11:44.4865127Z  2024-04-03T16:11:44.4866044Z [1,728 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:44.4867251Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2024-04-03T16:11:44.4868162Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:44.4870323Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:44.4871090Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:44.4871727Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:44.4872383Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:44.4873163Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:44.4875368Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:11:45.1301124Z 2024-04-03T16:11:45.1301832Z  2024-04-03T16:11:45.1302291Z  2024-04-03T16:11:45.1302694Z  2024-04-03T16:11:45.1303074Z  2024-04-03T16:11:45.1303440Z  2024-04-03T16:11:45.1303797Z  2024-04-03T16:11:45.1304161Z  2024-04-03T16:11:45.1304533Z  2024-04-03T16:11:45.1305630Z [1,729 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:45.1307054Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2024-04-03T16:11:45.1308216Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:45.1309109Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:45.1310012Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:45.1310757Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:45.1311831Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:45.1312939Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:45.1313764Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:45.4382170Z 2024-04-03T16:11:45.4382704Z  2024-04-03T16:11:45.4383005Z  2024-04-03T16:11:45.4383257Z  2024-04-03T16:11:45.4383490Z  2024-04-03T16:11:45.4383735Z  2024-04-03T16:11:45.4383977Z  2024-04-03T16:11:45.4384207Z  2024-04-03T16:11:45.4384497Z  2024-04-03T16:11:45.4385360Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:45.4387468Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:45.4388895Z 107 | # pragma unroll 2024-04-03T16:11:45.4389306Z | 2024-04-03T16:11:45.4390769Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:45.4392326Z 123 | # pragma unroll 2024-04-03T16:11:45.4392676Z | 2024-04-03T16:11:45.4393536Z [1,729 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:45.4394648Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2024-04-03T16:11:45.4395565Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:45.4396300Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:45.4396981Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:45.4397790Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.4398465Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.4399074Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:45.4399709Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:45.6392635Z 2024-04-03T16:11:45.6393342Z  2024-04-03T16:11:45.6393919Z  2024-04-03T16:11:45.6394422Z  2024-04-03T16:11:45.6394848Z  2024-04-03T16:11:45.6395278Z  2024-04-03T16:11:45.6395550Z  2024-04-03T16:11:45.6395784Z  2024-04-03T16:11:45.6396083Z  2024-04-03T16:11:45.6397169Z [1,731 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:45.6398424Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:45.6399219Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:45.6399924Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.6400731Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.6403097Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.6404258Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:45.6405421Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:45.6406455Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:45.8869628Z 2024-04-03T16:11:45.8870174Z  2024-04-03T16:11:45.8870495Z  2024-04-03T16:11:45.8870757Z  2024-04-03T16:11:45.8871008Z  2024-04-03T16:11:45.8871258Z  2024-04-03T16:11:45.8871491Z  2024-04-03T16:11:45.8871739Z  2024-04-03T16:11:45.8871975Z  2024-04-03T16:11:45.8872684Z [1,731 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:45.8873516Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:45.8874072Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:45.8874611Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.8875199Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.8875764Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.8876303Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:45.8876853Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:45.8877450Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:46.2335239Z 2024-04-03T16:11:46.2336168Z  2024-04-03T16:11:46.2336734Z  2024-04-03T16:11:46.2337898Z  2024-04-03T16:11:46.2338274Z  2024-04-03T16:11:46.2338722Z  2024-04-03T16:11:46.2339043Z  2024-04-03T16:11:46.2339409Z  2024-04-03T16:11:46.2339737Z  2024-04-03T16:11:46.2340673Z [1,732 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:46.2341669Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:46.2342395Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.2343177Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.2343880Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.2344520Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:46.2345323Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.2346196Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.2347010Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:46.5303190Z 2024-04-03T16:11:46.5303761Z  2024-04-03T16:11:46.5304100Z  2024-04-03T16:11:46.5304458Z  2024-04-03T16:11:46.5304719Z  2024-04-03T16:11:46.5304970Z  2024-04-03T16:11:46.5305205Z  2024-04-03T16:11:46.5305454Z  2024-04-03T16:11:46.5305702Z  2024-04-03T16:11:46.5306391Z [1,732 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:46.5307223Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:46.5307807Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:46.5308366Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:46.5308928Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.5309483Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:46.5310035Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.5310599Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.5311165Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:46.7718159Z 2024-04-03T16:11:46.7718884Z  2024-04-03T16:11:46.7719470Z  2024-04-03T16:11:46.7719757Z  2024-04-03T16:11:46.7720015Z  2024-04-03T16:11:46.7720265Z  2024-04-03T16:11:46.7720499Z  2024-04-03T16:11:46.7720745Z  2024-04-03T16:11:46.7720995Z  2024-04-03T16:11:46.7721681Z [1,733 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:46.8217897Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:46.8219055Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:46.8219872Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:46.8220811Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:46.8222080Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.8222772Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:46.8223606Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:46.8224386Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:47.1989012Z 2024-04-03T16:11:47.1989753Z  2024-04-03T16:11:47.1990287Z  2024-04-03T16:11:47.1990784Z  2024-04-03T16:11:47.1991252Z  2024-04-03T16:11:47.1991693Z  2024-04-03T16:11:47.1992136Z  2024-04-03T16:11:47.1992593Z  2024-04-03T16:11:47.1993031Z  2024-04-03T16:11:47.1994348Z [1,734 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:47.1995914Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.1996960Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.1997958Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.1998974Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.2000012Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.2001050Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.2002055Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.2003097Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:47.2743562Z 2024-04-03T16:11:47.2744622Z  2024-04-03T16:11:47.2745089Z  2024-04-03T16:11:47.2745501Z  2024-04-03T16:11:47.2745802Z  2024-04-03T16:11:47.2746052Z  2024-04-03T16:11:47.2746440Z  2024-04-03T16:11:47.2746730Z  2024-04-03T16:11:47.2747139Z  2024-04-03T16:11:47.2748064Z INFO: From Compiling aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:47.2749242Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T16:11:47.2750852Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:11:47.2753372Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T16:11:47.2755665Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:47.2757155Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:11:47.2757997Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:11:47.2759113Z [1,734 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:47.2760347Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.2761371Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.2762133Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.2763126Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.2764055Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.2765381Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.2766500Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.2767646Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:47.6226012Z 2024-04-03T16:11:47.6226585Z  2024-04-03T16:11:47.6226909Z  2024-04-03T16:11:47.6227150Z  2024-04-03T16:11:47.6227413Z  2024-04-03T16:11:47.6227655Z  2024-04-03T16:11:47.6227886Z  2024-04-03T16:11:47.6228126Z  2024-04-03T16:11:47.6228354Z  2024-04-03T16:11:47.6620922Z [1,735 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:47.6622219Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:47.6623052Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.6623881Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.6626120Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.6626968Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.6627862Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.6628755Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.6629704Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:11:47.9456080Z 2024-04-03T16:11:47.9456781Z  2024-04-03T16:11:47.9457369Z  2024-04-03T16:11:47.9457839Z  2024-04-03T16:11:47.9458292Z  2024-04-03T16:11:47.9458759Z  2024-04-03T16:11:47.9459172Z  2024-04-03T16:11:47.9459440Z  2024-04-03T16:11:47.9459683Z  2024-04-03T16:11:47.9460402Z [1,736 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:47.9461226Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:47.9462057Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:47.9462912Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.9463542Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.9464075Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.9464603Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:47.9465125Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:47.9465855Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:48.2629279Z 2024-04-03T16:11:48.2629872Z  2024-04-03T16:11:48.2630476Z  2024-04-03T16:11:48.2630804Z  2024-04-03T16:11:48.2631037Z  2024-04-03T16:11:48.2631282Z  2024-04-03T16:11:48.2631524Z  2024-04-03T16:11:48.2631774Z  2024-04-03T16:11:48.2632020Z  2024-04-03T16:11:48.2632715Z [1,736 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:48.2633537Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.2634115Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.2634670Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.2635201Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.2635730Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.2636249Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:48.2636772Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:48.2637348Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:11:48.3389520Z 2024-04-03T16:11:48.3390522Z  2024-04-03T16:11:48.3390833Z  2024-04-03T16:11:48.3391101Z  2024-04-03T16:11:48.3391397Z  2024-04-03T16:11:48.3391807Z  2024-04-03T16:11:48.3392219Z  2024-04-03T16:11:48.3392527Z  2024-04-03T16:11:48.3392779Z  2024-04-03T16:11:48.3393627Z INFO: From Compiling aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:48.3394649Z In file included from aten/src/ATen/native/UpSample.h:12, 2024-04-03T16:11:48.3395885Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp:8: 2024-04-03T16:11:48.3397782Z aten/src/ATen/native/cpu/utils.h: In constructor 'at::native::DEFAULT::Vec2::Vec2(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized)': 2024-04-03T16:11:48.3399410Z aten/src/ATen/native/cpu/utils.h:61:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:48.3400505Z 61 | Vec2(Vectorized v0, Vectorized v1) : val0(v0), val1(v1) {} 2024-04-03T16:11:48.3401073Z | ^~~~ 2024-04-03T16:11:48.3433246Z [1,737 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:48.3434766Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.3435440Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.3436107Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.3438598Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.3439199Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.3439870Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.3440595Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:48.3441340Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:48.5557543Z 2024-04-03T16:11:48.5558466Z  2024-04-03T16:11:48.5558939Z  2024-04-03T16:11:48.5559207Z  2024-04-03T16:11:48.5559452Z  2024-04-03T16:11:48.5559798Z  2024-04-03T16:11:48.5560120Z  2024-04-03T16:11:48.5560509Z  2024-04-03T16:11:48.5560858Z  2024-04-03T16:11:48.5561755Z [1,739 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:48.5562769Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.5563401Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.5564150Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.5565085Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:48.5565775Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:48.5566571Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:48.5567227Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:48.5568036Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:48.9147963Z 2024-04-03T16:11:48.9148684Z  2024-04-03T16:11:48.9149013Z  2024-04-03T16:11:48.9149275Z  2024-04-03T16:11:48.9149522Z  2024-04-03T16:11:48.9149786Z  2024-04-03T16:11:48.9150019Z  2024-04-03T16:11:48.9150259Z  2024-04-03T16:11:48.9150499Z  2024-04-03T16:11:48.9151186Z [1,740 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:48.9152011Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.9152566Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.9153083Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:48.9153626Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:48.9154172Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:48.9154680Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:48.9155220Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:48.9155785Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:49.2039439Z 2024-04-03T16:11:49.2040156Z  2024-04-03T16:11:49.2040655Z  2024-04-03T16:11:49.2041194Z  2024-04-03T16:11:49.2041611Z  2024-04-03T16:11:49.2041854Z  2024-04-03T16:11:49.2042094Z  2024-04-03T16:11:49.2042320Z  2024-04-03T16:11:49.2042559Z  2024-04-03T16:11:49.2043262Z [1,741 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:49.2044085Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:11:49.2044801Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:49.2045348Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:49.2045886Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:49.2046413Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.2046950Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:49.2047479Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:49.2048021Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:49.4193934Z 2024-04-03T16:11:49.4194824Z  2024-04-03T16:11:49.4197568Z  2024-04-03T16:11:49.4198068Z  2024-04-03T16:11:49.4198441Z  2024-04-03T16:11:49.4198765Z  2024-04-03T16:11:49.4199138Z  2024-04-03T16:11:49.4199428Z  2024-04-03T16:11:49.4199782Z  2024-04-03T16:11:49.4200791Z [1,742 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:49.4202941Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:11:49.4203719Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:49.4204585Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:49.4205353Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.4206079Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:49.4206797Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.4207574Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:49.4208356Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:49.7514687Z 2024-04-03T16:11:49.7515201Z  2024-04-03T16:11:49.7515539Z  2024-04-03T16:11:49.7515843Z  2024-04-03T16:11:49.7516103Z  2024-04-03T16:11:49.7516345Z  2024-04-03T16:11:49.7516571Z  2024-04-03T16:11:49.7516809Z  2024-04-03T16:11:49.7517035Z  2024-04-03T16:11:49.7517755Z [1,743 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:49.7518573Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:11:49.7519111Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:49.7519627Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:49.7520170Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:49.7520715Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.7521225Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.7521749Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:49.7522318Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:49.9702060Z 2024-04-03T16:11:49.9702757Z  2024-04-03T16:11:49.9703387Z  2024-04-03T16:11:49.9703681Z  2024-04-03T16:11:49.9703913Z  2024-04-03T16:11:49.9704156Z  2024-04-03T16:11:49.9704399Z  2024-04-03T16:11:49.9704648Z  2024-04-03T16:11:49.9704888Z  2024-04-03T16:11:49.9705585Z [1,744 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:49.9706396Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:49.9706938Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:49.9707479Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:49.9708018Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.9708542Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:49.9709067Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:49.9709598Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:49.9710162Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:50.5350618Z 2024-04-03T16:11:50.5351173Z  2024-04-03T16:11:50.5351547Z  2024-04-03T16:11:50.5351878Z  2024-04-03T16:11:50.5352113Z  2024-04-03T16:11:50.5352387Z  2024-04-03T16:11:50.5352629Z  2024-04-03T16:11:50.5352925Z  2024-04-03T16:11:50.5353183Z  2024-04-03T16:11:50.5353826Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp: 2024-04-03T16:11:50.5355787Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:50.5357201Z 366 | # pragma unroll 2024-04-03T16:11:50.5357592Z | 2024-04-03T16:11:50.5358839Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:50.5361927Z 375 | # pragma unroll 2024-04-03T16:11:50.5362570Z | 2024-04-03T16:11:50.5364145Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:50.5365719Z 392 | # pragma unroll 2024-04-03T16:11:50.5367387Z | 2024-04-03T16:11:50.5368839Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:50.5370036Z 401 | # pragma unroll 2024-04-03T16:11:50.5370481Z | 2024-04-03T16:11:50.5371234Z [1,744 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:50.5372213Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:50.5372849Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:50.5373601Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:50.5374326Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:50.5374856Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:50.5375612Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:50.5376435Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:50.5377310Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:50.7709567Z 2024-04-03T16:11:50.7710291Z  2024-04-03T16:11:50.7710667Z  2024-04-03T16:11:50.7711013Z  2024-04-03T16:11:50.7711297Z  2024-04-03T16:11:50.7711566Z  2024-04-03T16:11:50.7711808Z  2024-04-03T16:11:50.7712058Z  2024-04-03T16:11:50.7712336Z  2024-04-03T16:11:50.7713094Z [1,745 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:50.7713977Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:50.7714584Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:50.7715156Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:50.7715741Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:50.7716318Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:50.7716917Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:50.7717464Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:50.7718088Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:51.0978128Z 2024-04-03T16:11:51.0978864Z  2024-04-03T16:11:51.0979216Z  2024-04-03T16:11:51.0979609Z  2024-04-03T16:11:51.0980101Z  2024-04-03T16:11:51.0980548Z  2024-04-03T16:11:51.0981008Z  2024-04-03T16:11:51.0981461Z  2024-04-03T16:11:51.0981819Z  2024-04-03T16:11:51.0982513Z [1,746 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:51.0983558Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:51.0984199Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.0984931Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.0985552Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.0986119Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:51.0986840Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.0987458Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:51.0988193Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:51.1153625Z 2024-04-03T16:11:51.1154349Z  2024-04-03T16:11:51.1154948Z  2024-04-03T16:11:51.1155191Z  2024-04-03T16:11:51.1155596Z  2024-04-03T16:11:51.1156073Z  2024-04-03T16:11:51.1156430Z  2024-04-03T16:11:51.1156671Z  2024-04-03T16:11:51.1156912Z  2024-04-03T16:11:51.1157738Z INFO: From Compiling aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:51.1161096Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:11:51.1162503Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp:14: 2024-04-03T16:11:51.1165828Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::native::{anonymous}::_vec_softmax_lastdim(const scalar_t*, scalar_t*, int64_t, int64_t) [with scalar_t = double]::::]': 2024-04-03T16:11:51.1259967Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:51.1260908Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:11:51.1261314Z | ^~~~~~~~~~~~~~ 2024-04-03T16:11:51.1262090Z [1,746 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:51.1262892Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:51.1263448Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.1263977Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.1264491Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.1265030Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:51.1265579Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.1266100Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:51.1266664Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:51.3888799Z 2024-04-03T16:11:51.3889570Z  2024-04-03T16:11:51.3890115Z  2024-04-03T16:11:51.3890356Z  2024-04-03T16:11:51.3890623Z  2024-04-03T16:11:51.3890873Z  2024-04-03T16:11:51.3891101Z  2024-04-03T16:11:51.3891345Z  2024-04-03T16:11:51.3891585Z  2024-04-03T16:11:51.3892299Z [1,747 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:51.3893115Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:51.3893649Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.3894235Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.3894777Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:51.3895341Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.3895868Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:51.3896408Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.3896951Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:51.5918923Z 2024-04-03T16:11:51.5919724Z  2024-04-03T16:11:51.5920274Z  2024-04-03T16:11:51.5920745Z  2024-04-03T16:11:51.5921173Z  2024-04-03T16:11:51.5921469Z  2024-04-03T16:11:51.5921797Z  2024-04-03T16:11:51.5922162Z  2024-04-03T16:11:51.5922535Z  2024-04-03T16:11:51.5923571Z [1,748 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:51.5925014Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.5925859Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.5926706Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:51.5927608Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.5928416Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:51.5929307Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.5930164Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.5931002Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:51.8567662Z 2024-04-03T16:11:51.8568665Z  2024-04-03T16:11:51.8569147Z  2024-04-03T16:11:51.8569627Z  2024-04-03T16:11:51.8570037Z  2024-04-03T16:11:51.8570298Z  2024-04-03T16:11:51.8570528Z  2024-04-03T16:11:51.8570823Z  2024-04-03T16:11:51.8572869Z  2024-04-03T16:11:51.8574038Z [1,749 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:51.8574936Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.8575596Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:51.8578374Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8578993Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:51.8579607Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8580218Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8580750Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8581401Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:51.8906732Z 2024-04-03T16:11:51.8907339Z  2024-04-03T16:11:51.8907713Z  2024-04-03T16:11:51.8908577Z  2024-04-03T16:11:51.8909026Z  2024-04-03T16:11:51.8909532Z  2024-04-03T16:11:51.8909816Z  2024-04-03T16:11:51.8910061Z  2024-04-03T16:11:51.8910396Z  2024-04-03T16:11:51.8911037Z INFO: From Compiling aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:51.8912479Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:51.8914468Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp:62:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:51.8916019Z 62 | [](Vec base) -> Vec { return base * base; } 2024-04-03T16:11:51.8916469Z | ^ 2024-04-03T16:11:51.8917194Z [1,749 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:51.8917995Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:51.8918550Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:51.8919189Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8919727Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:51.8920345Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8920868Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8921477Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:51.8922017Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:52.1916245Z 2024-04-03T16:11:52.1916964Z  2024-04-03T16:11:52.1917439Z  2024-04-03T16:11:52.1917972Z  2024-04-03T16:11:52.1918249Z  2024-04-03T16:11:52.1918478Z  2024-04-03T16:11:52.1918913Z  2024-04-03T16:11:52.1919155Z  2024-04-03T16:11:52.1919471Z  2024-04-03T16:11:52.1920212Z [1,750 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:52.1921053Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.1921720Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.1922489Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:52.1923242Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.1923912Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.1924846Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.1925512Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:52.1926292Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:52.3135405Z 2024-04-03T16:11:52.3135988Z  2024-04-03T16:11:52.3136461Z  2024-04-03T16:11:52.3136746Z  2024-04-03T16:11:52.3137029Z  2024-04-03T16:11:52.3137540Z  2024-04-03T16:11:52.3138044Z  2024-04-03T16:11:52.3138472Z  2024-04-03T16:11:52.3138922Z  2024-04-03T16:11:52.3140244Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp: 2024-04-03T16:11:52.3146010Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:52.3148293Z 113 | # pragma unroll 2024-04-03T16:11:52.3148910Z | 2024-04-03T16:11:52.3150179Z [1,750 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:52.3153330Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:52.3154674Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.3155661Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:52.3156668Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.3157635Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.3158589Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.3159540Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:52.3160562Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:52.5921033Z 2024-04-03T16:11:52.5921612Z  2024-04-03T16:11:52.5921947Z  2024-04-03T16:11:52.5922308Z  2024-04-03T16:11:52.5922551Z  2024-04-03T16:11:52.5922853Z  2024-04-03T16:11:52.5923104Z  2024-04-03T16:11:52.5923342Z  2024-04-03T16:11:52.5923629Z  2024-04-03T16:11:52.5924512Z [1,751 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:52.5925426Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.5926017Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:52.5926584Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.5927174Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.5927750Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.5928273Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.5928869Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:52.5929500Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:52.9095119Z 2024-04-03T16:11:52.9095958Z  2024-04-03T16:11:52.9096333Z  2024-04-03T16:11:52.9096634Z  2024-04-03T16:11:52.9096908Z  2024-04-03T16:11:52.9097303Z  2024-04-03T16:11:52.9097624Z  2024-04-03T16:11:52.9097853Z  2024-04-03T16:11:52.9098166Z  2024-04-03T16:11:52.9099026Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp: 2024-04-03T16:11:52.9100654Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:52.9101859Z 48 | # pragma unroll 2024-04-03T16:11:52.9102220Z | 2024-04-03T16:11:52.9102968Z [1,751 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:52.9104040Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.9104725Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:52.9105471Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.9106242Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.9106947Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:52.9107621Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:52.9108426Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:52.9109218Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:11:53.1203125Z 2024-04-03T16:11:53.1203694Z  2024-04-03T16:11:53.1204099Z  2024-04-03T16:11:53.1204618Z  2024-04-03T16:11:53.1204916Z  2024-04-03T16:11:53.1205147Z  2024-04-03T16:11:53.1205479Z  2024-04-03T16:11:53.1205720Z  2024-04-03T16:11:53.1206047Z  2024-04-03T16:11:53.1206845Z [1,753 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:53.1207805Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:53.1209803Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.1210627Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.1211351Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:53.1211990Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:53.1212707Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:53.1215193Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:53.1215927Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:53.3424047Z 2024-04-03T16:11:53.3424773Z  2024-04-03T16:11:53.3425255Z  2024-04-03T16:11:53.3426752Z  2024-04-03T16:11:53.3427012Z  2024-04-03T16:11:53.3427242Z  2024-04-03T16:11:53.3427489Z  2024-04-03T16:11:53.3427734Z  2024-04-03T16:11:53.3427962Z  2024-04-03T16:11:53.3428620Z INFO: From Compiling aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:53.3430795Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::is_nan_vec(at::vec::DEFAULT::Vectorized) [with scalar_t = unsigned char]': 2024-04-03T16:11:53.3433782Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp:35:32: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:53.3435535Z 35 | vec::Vectorized is_nan_vec(vec::Vectorized vec) { 2024-04-03T16:11:53.3436410Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:11:53.3437311Z [1,753 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:53.3438291Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:53.3438943Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.3439474Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.3440090Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.3440614Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:53.3441267Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:53.3441814Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:53.3442535Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:53.6213101Z 2024-04-03T16:11:53.6214916Z  2024-04-03T16:11:53.6215456Z  2024-04-03T16:11:53.6215937Z  2024-04-03T16:11:53.6216263Z  2024-04-03T16:11:53.6216529Z  2024-04-03T16:11:53.6216758Z  2024-04-03T16:11:53.6216999Z  2024-04-03T16:11:53.6217242Z  2024-04-03T16:11:53.6217927Z [1,755 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:53.6218747Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.6219290Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.6219969Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:53.6220584Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:53.6221236Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:53.6221756Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:53.6222291Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:53.6222937Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:53.8428948Z 2024-04-03T16:11:53.8429928Z  2024-04-03T16:11:53.8430464Z  2024-04-03T16:11:53.8430737Z  2024-04-03T16:11:53.8431018Z  2024-04-03T16:11:53.8431248Z  2024-04-03T16:11:53.8431491Z  2024-04-03T16:11:53.8431733Z  2024-04-03T16:11:53.8431988Z  2024-04-03T16:11:53.8432761Z [1,755 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:53.8433718Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:53.8437142Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.8438606Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:53.8439681Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:53.8440680Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:53.8444232Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:53.8445430Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:53.8446481Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:54.1356737Z 2024-04-03T16:11:54.1359490Z  2024-04-03T16:11:54.1360076Z  2024-04-03T16:11:54.1360898Z  2024-04-03T16:11:54.1361281Z  2024-04-03T16:11:54.1361622Z  2024-04-03T16:11:54.1361874Z  2024-04-03T16:11:54.1362665Z  2024-04-03T16:11:54.1362919Z  2024-04-03T16:11:54.1363898Z [1,757 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:54.1365155Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:54.1376303Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:54.1377025Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:54.1377623Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.1378271Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.1378929Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:54.1379543Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:54.1380213Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:54.4410024Z 2024-04-03T16:11:54.4410635Z  2024-04-03T16:11:54.4411028Z  2024-04-03T16:11:54.4411304Z  2024-04-03T16:11:54.4411554Z  2024-04-03T16:11:54.4411787Z  2024-04-03T16:11:54.4412035Z  2024-04-03T16:11:54.4412279Z  2024-04-03T16:11:54.4412508Z  2024-04-03T16:11:54.4413403Z [1,758 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:54.4414467Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:54.4415073Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:54.4415758Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.4416331Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.4416999Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.4417567Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:54.4418110Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:54.4418872Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:54.6435065Z 2024-04-03T16:11:54.6435765Z  2024-04-03T16:11:54.6436272Z  2024-04-03T16:11:54.6436760Z  2024-04-03T16:11:54.6437198Z  2024-04-03T16:11:54.6437647Z  2024-04-03T16:11:54.6438105Z  2024-04-03T16:11:54.6438533Z  2024-04-03T16:11:54.6438945Z  2024-04-03T16:11:54.6440147Z [1,758 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:54.6441656Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:54.6442700Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:54.6443731Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:54.6444839Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.6445604Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.6446342Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.6447139Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:54.6448167Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:54.7919444Z 2024-04-03T16:11:54.7920242Z  2024-04-03T16:11:54.7920648Z  2024-04-03T16:11:54.7920898Z  2024-04-03T16:11:54.7921150Z  2024-04-03T16:11:54.7921385Z  2024-04-03T16:11:54.7921650Z  2024-04-03T16:11:54.7923753Z  2024-04-03T16:11:54.7924750Z  2024-04-03T16:11:54.7925795Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:54.7927582Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:11:54.7931618Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T16:11:54.7933877Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:54.7935252Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:11:54.7936035Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:11:54.7937026Z [1,759 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:54.7938071Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:54.7938709Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:54.7939244Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.7939869Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.7940444Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:54.7941202Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:54.7941879Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:54.7942641Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:55.0443614Z 2024-04-03T16:11:55.0444645Z  2024-04-03T16:11:55.0445182Z  2024-04-03T16:11:55.0445687Z  2024-04-03T16:11:55.0446119Z  2024-04-03T16:11:55.0446574Z  2024-04-03T16:11:55.0447024Z  2024-04-03T16:11:55.0447485Z  2024-04-03T16:11:55.0447942Z  2024-04-03T16:11:55.0449259Z [1,760 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:55.0450475Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:55.0451191Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:55.0451931Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:55.0452553Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:55.0453319Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:55.0453959Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:55.0454657Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:55.0455349Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:55.8970034Z 2024-04-03T16:11:55.8970790Z  2024-04-03T16:11:55.8971208Z  2024-04-03T16:11:55.8971483Z  2024-04-03T16:11:55.8971750Z  2024-04-03T16:11:55.8972001Z  2024-04-03T16:11:55.8972241Z  2024-04-03T16:11:55.8972605Z  2024-04-03T16:11:55.8972846Z  2024-04-03T16:11:55.8973799Z [1,761 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:55.8974796Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:55.8975465Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:55.8976052Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:55.8976713Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:55.8977540Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:55.8978224Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:55.8978910Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:55.8979545Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:55.9019163Z 2024-04-03T16:11:55.9019918Z  2024-04-03T16:11:55.9020259Z  2024-04-03T16:11:55.9020572Z  2024-04-03T16:11:55.9020882Z  2024-04-03T16:11:55.9021183Z  2024-04-03T16:11:55.9021531Z  2024-04-03T16:11:55.9021958Z  2024-04-03T16:11:55.9024212Z  2024-04-03T16:11:55.9025439Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp: 2024-04-03T16:11:55.9027483Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:11:55.9030795Z 842 | # pragma unroll 2024-04-03T16:11:55.9031233Z | 2024-04-03T16:11:55.9032140Z [1,761 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:55.9033242Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:55.9033977Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:55.9034711Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:55.9035480Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:55.9036205Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:55.9036891Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:55.9037491Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:55.9038220Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:56.2450579Z 2024-04-03T16:11:56.2451092Z  2024-04-03T16:11:56.2451463Z  2024-04-03T16:11:56.2451937Z  2024-04-03T16:11:56.2452390Z  2024-04-03T16:11:56.2452644Z  2024-04-03T16:11:56.2452880Z  2024-04-03T16:11:56.2453201Z  2024-04-03T16:11:56.2453437Z  2024-04-03T16:11:56.2454152Z [1,762 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:56.2454986Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:56.2455531Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:56.2456066Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.2456634Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.2457184Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.2457730Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:56.2458279Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.2458846Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:11:56.4483475Z 2024-04-03T16:11:56.4484599Z  2024-04-03T16:11:56.4485151Z  2024-04-03T16:11:56.4485568Z  2024-04-03T16:11:56.4486053Z  2024-04-03T16:11:56.4486510Z  2024-04-03T16:11:56.4486767Z  2024-04-03T16:11:56.4487097Z  2024-04-03T16:11:56.4487545Z  2024-04-03T16:11:56.4488605Z [1,763 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:56.4490091Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:56.4490792Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.4491801Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.4492823Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:56.4493737Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:56.4494572Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.4495540Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:56.4496506Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:56.6745427Z 2024-04-03T16:11:56.6746470Z  2024-04-03T16:11:56.6747051Z  2024-04-03T16:11:56.6747512Z  2024-04-03T16:11:56.6747952Z  2024-04-03T16:11:56.6748399Z  2024-04-03T16:11:56.6748852Z  2024-04-03T16:11:56.6749303Z  2024-04-03T16:11:56.6749774Z  2024-04-03T16:11:56.6751111Z [1,764 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:56.6752651Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.6753696Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.6754652Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:56.6758562Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:56.6759764Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.6760783Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:56.6761817Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.6764755Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:56.9867441Z 2024-04-03T16:11:56.9867983Z  2024-04-03T16:11:56.9868403Z  2024-04-03T16:11:56.9868676Z  2024-04-03T16:11:56.9869022Z  2024-04-03T16:11:56.9869339Z  2024-04-03T16:11:56.9869623Z  2024-04-03T16:11:56.9869952Z  2024-04-03T16:11:56.9870264Z  2024-04-03T16:11:56.9871172Z [1,765 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:11:56.9872328Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.9873055Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:56.9873856Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:56.9874534Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.9875222Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:56.9875988Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:56.9876585Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:56.9877304Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:57.2751628Z 2024-04-03T16:11:57.2752208Z  2024-04-03T16:11:57.2752725Z  2024-04-03T16:11:57.2753175Z  2024-04-03T16:11:57.2753427Z  2024-04-03T16:11:57.2753724Z  2024-04-03T16:11:57.2754109Z  2024-04-03T16:11:57.2754496Z  2024-04-03T16:11:57.2754764Z  2024-04-03T16:11:57.2755691Z [1,766 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:57.2756894Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:57.2757718Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:57.2758412Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:57.2759028Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:57.2759641Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.2760281Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.2760895Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.2761505Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:57.6756216Z 2024-04-03T16:11:57.6756838Z  2024-04-03T16:11:57.6757455Z  2024-04-03T16:11:57.6757781Z  2024-04-03T16:11:57.6758033Z  2024-04-03T16:11:57.6758280Z  2024-04-03T16:11:57.6758509Z  2024-04-03T16:11:57.6758752Z  2024-04-03T16:11:57.6758998Z  2024-04-03T16:11:57.6759682Z [1,767 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:57.6760538Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:57.6761104Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:57.6761639Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:57.6762192Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:57.6762724Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.6763252Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.6763779Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.6764519Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:57.7905195Z 2024-04-03T16:11:57.7905846Z  2024-04-03T16:11:57.7906398Z  2024-04-03T16:11:57.7906864Z  2024-04-03T16:11:57.7907324Z  2024-04-03T16:11:57.7907617Z  2024-04-03T16:11:57.7907850Z  2024-04-03T16:11:57.7908101Z  2024-04-03T16:11:57.7908433Z  2024-04-03T16:11:57.7911217Z INFO: From Compiling aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: 2024-04-03T16:11:57.7912722Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:11:57.7914569Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp:33:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:57.7918686Z 33 | [](Vec x, Vec y) -> Vec { return x + y; }); 2024-04-03T16:11:57.7919245Z | ^ 2024-04-03T16:11:57.7920054Z [1,767 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:57.7920959Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:57.7921512Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:57.7922113Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:57.7922719Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:57.7923301Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.7923847Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.7924548Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:57.7925094Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:11:58.0762527Z 2024-04-03T16:11:58.0763396Z  2024-04-03T16:11:58.0763726Z  2024-04-03T16:11:58.0763996Z  2024-04-03T16:11:58.0764250Z  2024-04-03T16:11:58.0764730Z  2024-04-03T16:11:58.0764970Z  2024-04-03T16:11:58.0765216Z  2024-04-03T16:11:58.0765467Z  2024-04-03T16:11:58.0766162Z [1,769 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:58.0767002Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:11:58.0767565Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.0768087Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.0768620Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:58.0769164Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:58.0769679Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:58.0770204Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:58.0770754Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:58.5167673Z 2024-04-03T16:11:58.5168404Z  2024-04-03T16:11:58.5168934Z  2024-04-03T16:11:58.5169396Z  2024-04-03T16:11:58.5169871Z  2024-04-03T16:11:58.5170287Z  2024-04-03T16:11:58.5170725Z  2024-04-03T16:11:58.5171159Z  2024-04-03T16:11:58.5171588Z  2024-04-03T16:11:58.5172721Z INFO: From Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp: 2024-04-03T16:11:58.5174332Z In file included from aten/src/ATen/native/cpu/Loops.h:37, 2024-04-03T16:11:58.5176206Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp:13: 2024-04-03T16:11:58.5179307Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2024-04-03T16:11:58.5182090Z aten/src/ATen/cpu/vec/vec.h:13:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:11:58.5183953Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:11:58.5185032Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:11:58.5186513Z [1,769 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:58.5188006Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:11:58.5189030Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.5190029Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.5193464Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.5194453Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.5196655Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:58.5197731Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:58.5198743Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:58.8769400Z 2024-04-03T16:11:58.8770127Z  2024-04-03T16:11:58.8770502Z  2024-04-03T16:11:58.8770791Z  2024-04-03T16:11:58.9181677Z  2024-04-03T16:11:58.9182128Z  2024-04-03T16:11:58.9182516Z  2024-04-03T16:11:58.9182815Z  2024-04-03T16:11:58.9183166Z  2024-04-03T16:11:58.9184259Z [1,770 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:58.9185527Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:58.9186330Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.9187157Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.9187997Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.9188810Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.9189594Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:58.9190400Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:58.9191241Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:59.1190723Z 2024-04-03T16:11:59.1191345Z  2024-04-03T16:11:59.1191952Z  2024-04-03T16:11:59.1192416Z  2024-04-03T16:11:59.1192686Z  2024-04-03T16:11:59.1192990Z  2024-04-03T16:11:59.1193223Z  2024-04-03T16:11:59.1193478Z  2024-04-03T16:11:59.1193820Z  2024-04-03T16:11:59.1194647Z [1,771 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:59.1195660Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:59.1196296Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.1196903Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.1197470Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.1198071Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.1198792Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.1199422Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.1200056Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:59.3856318Z 2024-04-03T16:11:59.3856900Z  2024-04-03T16:11:59.3857479Z  2024-04-03T16:11:59.3857973Z  2024-04-03T16:11:59.3858247Z  2024-04-03T16:11:59.3858493Z  2024-04-03T16:11:59.3858723Z  2024-04-03T16:11:59.3859039Z  2024-04-03T16:11:59.3859346Z  2024-04-03T16:11:59.3860188Z [1,773 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:11:59.3861179Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:59.3861837Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.3862476Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.3863167Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.3863817Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.3864409Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:59.3865027Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:59.3865740Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:59.5973284Z 2024-04-03T16:11:59.5973969Z  2024-04-03T16:11:59.5974496Z  2024-04-03T16:11:59.5974983Z  2024-04-03T16:11:59.5975417Z  2024-04-03T16:11:59.5975871Z  2024-04-03T16:11:59.5976324Z  2024-04-03T16:11:59.5976750Z  2024-04-03T16:11:59.5977202Z  2024-04-03T16:11:59.5978707Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: 2024-04-03T16:11:59.5980513Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T16:11:59.5981575Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T16:11:59.5983707Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T16:11:59.5984689Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:11:59.5985622Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T16:11:59.5987745Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:9: 2024-04-03T16:11:59.5992315Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h: In member function 'at::vec::AVX2::Vectorized::int_vec_return_type at::vec::AVX2::Vectorized::widening_subtract(at::vec::AVX2::Vectorized) const': 2024-04-03T16:11:59.5996273Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:360:25: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2024-04-03T16:11:59.5998445Z 360 | int_vec_return_type widening_subtract(Vectorized b) const { 2024-04-03T16:11:59.5999586Z | ^~~~~~~~~~~~~~~~~ 2024-04-03T16:11:59.6001010Z [1,773 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:59.6002430Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:59.6003402Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.6004514Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.6005328Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.6006209Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.6007161Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.6008146Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:59.6009156Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:11:59.9199929Z 2024-04-03T16:11:59.9200515Z  2024-04-03T16:11:59.9201005Z  2024-04-03T16:11:59.9201473Z  2024-04-03T16:11:59.9201938Z  2024-04-03T16:11:59.9202409Z  2024-04-03T16:11:59.9202914Z  2024-04-03T16:11:59.9203303Z  2024-04-03T16:11:59.9203723Z  2024-04-03T16:11:59.9205137Z [1,775 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:11:59.9206571Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:11:59.9207130Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:11:59.9207675Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.9208276Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:11:59.9209007Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:11:59.9209685Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:11:59.9210480Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:11:59.9211332Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:00.1203852Z 2024-04-03T16:12:00.1204638Z  2024-04-03T16:12:00.1205182Z  2024-04-03T16:12:00.1205653Z  2024-04-03T16:12:00.1205951Z  2024-04-03T16:12:00.1206197Z  2024-04-03T16:12:00.1206430Z  2024-04-03T16:12:00.1206678Z  2024-04-03T16:12:00.1206911Z  2024-04-03T16:12:00.1207612Z [1,776 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:00.1208442Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:00.1208991Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:00.1209516Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:00.1210060Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.1210611Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:00.1211141Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.1211699Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.1212286Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:00.1545447Z 2024-04-03T16:12:00.1546074Z  2024-04-03T16:12:00.1548173Z  2024-04-03T16:12:00.1548574Z  2024-04-03T16:12:00.1548904Z  2024-04-03T16:12:00.1549292Z  2024-04-03T16:12:00.1549674Z  2024-04-03T16:12:00.1549987Z  2024-04-03T16:12:00.1550366Z  2024-04-03T16:12:00.1551353Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: 2024-04-03T16:12:00.1554533Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1556237Z 443 | # pragma unroll 2024-04-03T16:12:00.1556713Z | 2024-04-03T16:12:00.1558315Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1560105Z 568 | # pragma unroll 2024-04-03T16:12:00.1560607Z | 2024-04-03T16:12:00.1562432Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1564165Z 654 | # pragma unroll 2024-04-03T16:12:00.1564831Z | 2024-04-03T16:12:00.1566646Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1568322Z 752 | # pragma unroll 2024-04-03T16:12:00.1568822Z | 2024-04-03T16:12:00.1570578Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1572352Z 793 | # pragma unroll 2024-04-03T16:12:00.1572849Z | 2024-04-03T16:12:00.1574717Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1576450Z 927 | # pragma unroll 2024-04-03T16:12:00.1576907Z | 2024-04-03T16:12:00.1578746Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1580539Z 981 | # pragma unroll 2024-04-03T16:12:00.1581023Z | 2024-04-03T16:12:00.1582740Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1584398Z 1112 | # pragma unroll 2024-04-03T16:12:00.1584868Z | 2024-04-03T16:12:00.1586635Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:00.1588409Z 1119 | # pragma unroll 2024-04-03T16:12:00.1588877Z | 2024-04-03T16:12:00.1589775Z [1,776 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:00.1591008Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:00.1591813Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:00.1592666Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:00.1593475Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.1594263Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:00.1595011Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.1595850Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.1596636Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:00.5470769Z 2024-04-03T16:12:00.5471320Z  2024-04-03T16:12:00.5471660Z  2024-04-03T16:12:00.5471974Z  2024-04-03T16:12:00.5472222Z  2024-04-03T16:12:00.5472513Z  2024-04-03T16:12:00.5472766Z  2024-04-03T16:12:00.5473006Z  2024-04-03T16:12:00.5473267Z  2024-04-03T16:12:00.5474017Z [1,778 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:00.5501571Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:00.5502994Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:00.5504026Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:00.5504925Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.5505803Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.5506952Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.5507873Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.5508803Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:00.7509384Z 2024-04-03T16:12:00.7510288Z  2024-04-03T16:12:00.7510886Z  2024-04-03T16:12:00.7511187Z  2024-04-03T16:12:00.7511421Z  2024-04-03T16:12:00.7511671Z  2024-04-03T16:12:00.7511923Z  2024-04-03T16:12:00.7512151Z  2024-04-03T16:12:00.7512394Z  2024-04-03T16:12:00.7513118Z [1,780 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:00.7513931Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:00.7514489Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.7515052Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:00.7515595Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.7516163Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:00.7516706Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:00.7517233Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:12:00.7517808Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:12:01.6733206Z 2024-04-03T16:12:01.6734472Z  2024-04-03T16:12:01.6735291Z  2024-04-03T16:12:01.6736228Z  2024-04-03T16:12:01.6736696Z  2024-04-03T16:12:01.6737112Z  2024-04-03T16:12:01.6737434Z  2024-04-03T16:12:01.6737721Z  2024-04-03T16:12:01.6738067Z  2024-04-03T16:12:01.6738917Z INFO: From Compiling aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:01.6740577Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:3: 2024-04-03T16:12:01.6742761Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:12:01.6745474Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:23:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:01.6747290Z 23 | [=](Vectorized self_vec, 2024-04-03T16:12:01.6747859Z | ^ 2024-04-03T16:12:01.6748764Z [1,780 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:01.6749935Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:01.6750715Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:01.6751466Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:01.6752245Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:01.6752996Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:01.6753785Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:01.6754471Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:01.6755268Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:01.9196979Z 2024-04-03T16:12:01.9197720Z  2024-04-03T16:12:01.9198336Z  2024-04-03T16:12:01.9198672Z  2024-04-03T16:12:01.9199038Z  2024-04-03T16:12:01.9199463Z  2024-04-03T16:12:01.9199894Z  2024-04-03T16:12:01.9200288Z  2024-04-03T16:12:01.9200558Z  2024-04-03T16:12:01.9201335Z [1,783 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:12:01.9215596Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:01.9216983Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:01.9218002Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:01.9219018Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:01.9219963Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:01.9222633Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:01.9223576Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:01.9224527Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:02.1591797Z 2024-04-03T16:12:02.1592340Z  2024-04-03T16:12:02.1592817Z  2024-04-03T16:12:02.1593142Z  2024-04-03T16:12:02.1593379Z  2024-04-03T16:12:02.1593623Z  2024-04-03T16:12:02.1593865Z  2024-04-03T16:12:02.1594140Z  2024-04-03T16:12:02.1594539Z  2024-04-03T16:12:02.1595419Z [1,783 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:02.1596488Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:02.1597254Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:02.1597944Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:02.1598723Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.1599495Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:02.1600151Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:02.1600791Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:02.1601582Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:02.4438796Z 2024-04-03T16:12:02.4439491Z  2024-04-03T16:12:02.4440068Z  2024-04-03T16:12:02.4440545Z  2024-04-03T16:12:02.4440957Z  2024-04-03T16:12:02.4441378Z  2024-04-03T16:12:02.4441830Z  2024-04-03T16:12:02.4442273Z  2024-04-03T16:12:02.4442734Z  2024-04-03T16:12:02.4443952Z INFO: From Compiling aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:02.4446510Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:12:02.4448494Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T16:12:02.4450906Z aten/src/ATen/native/cpu/SerialStackImpl.h:56:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:02.4452977Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T16:12:02.4454046Z | ^ 2024-04-03T16:12:02.4455155Z [1,783 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:02.4456402Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:02.4457328Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:02.4458338Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:02.4459360Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.4460384Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.4461420Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.4462467Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:02.4463495Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:02.7596756Z 2024-04-03T16:12:02.7597430Z  2024-04-03T16:12:02.7597932Z  2024-04-03T16:12:02.7598441Z  2024-04-03T16:12:02.7598711Z  2024-04-03T16:12:02.7598956Z  2024-04-03T16:12:02.7599186Z  2024-04-03T16:12:02.7599427Z  2024-04-03T16:12:02.7599670Z  2024-04-03T16:12:02.7600358Z [1,784 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:02.7601198Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:02.7601762Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:02.7662042Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.7662835Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.7663501Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.7664040Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:02.7666471Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:02.7667185Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:02.9668526Z 2024-04-03T16:12:02.9669012Z  2024-04-03T16:12:02.9669320Z  2024-04-03T16:12:02.9669579Z  2024-04-03T16:12:02.9669829Z  2024-04-03T16:12:02.9670065Z  2024-04-03T16:12:02.9670314Z  2024-04-03T16:12:02.9670565Z  2024-04-03T16:12:02.9670798Z  2024-04-03T16:12:02.9671497Z [1,785 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:02.9672322Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:02.9672884Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:02.9673448Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.9674008Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:02.9674542Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:02.9675086Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:02.9675615Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:02.9676163Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:03.2445737Z 2024-04-03T16:12:03.2446244Z  2024-04-03T16:12:03.2446553Z  2024-04-03T16:12:03.2446807Z  2024-04-03T16:12:03.2447053Z  2024-04-03T16:12:03.2447294Z  2024-04-03T16:12:03.2447524Z  2024-04-03T16:12:03.2447767Z  2024-04-03T16:12:03.2448007Z  2024-04-03T16:12:03.2448625Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:03.2470425Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:03.2472018Z 366 | # pragma unroll 2024-04-03T16:12:03.2472838Z | 2024-04-03T16:12:03.2474574Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:03.2476048Z 375 | # pragma unroll 2024-04-03T16:12:03.2476552Z | 2024-04-03T16:12:03.2478191Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:03.2479534Z 392 | # pragma unroll 2024-04-03T16:12:03.2479901Z | 2024-04-03T16:12:03.2481267Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:03.2482633Z 401 | # pragma unroll 2024-04-03T16:12:03.2483071Z | 2024-04-03T16:12:03.2484091Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:3: 2024-04-03T16:12:03.2486146Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:12:03.2488742Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:625:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:03.2490846Z 625 | [=](Vectorized a, Vectorized b) { return a + b; }); 2024-04-03T16:12:03.2491696Z | ^ 2024-04-03T16:12:03.2492712Z [1,785 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:03.2493880Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:03.2494706Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:03.2497039Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:03.2497830Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:03.2498579Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:03.2499220Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:03.2499922Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:03.2502631Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:12:03.6189233Z 2024-04-03T16:12:03.6189829Z  2024-04-03T16:12:03.6190227Z  2024-04-03T16:12:03.6190599Z  2024-04-03T16:12:03.6190895Z  2024-04-03T16:12:03.6191143Z  2024-04-03T16:12:03.6191391Z  2024-04-03T16:12:03.6191778Z  2024-04-03T16:12:03.6192079Z  2024-04-03T16:12:03.6192871Z [1,786 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:03.6193882Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:03.6194525Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:03.6195321Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:03.6195893Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:03.6196560Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:03.6197231Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:03.6197770Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:03.6198556Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:04.0204214Z 2024-04-03T16:12:04.0205053Z  2024-04-03T16:12:04.0205542Z  2024-04-03T16:12:04.0205960Z  2024-04-03T16:12:04.0206358Z  2024-04-03T16:12:04.0206766Z  2024-04-03T16:12:04.0207128Z  2024-04-03T16:12:04.0207492Z  2024-04-03T16:12:04.0207895Z  2024-04-03T16:12:04.0209053Z [1,787 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:04.0210322Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.0211240Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.0212139Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.0212965Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.0213878Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:04.0214742Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:04.0215619Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:04.0216461Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:04.2221381Z 2024-04-03T16:12:04.2222201Z  2024-04-03T16:12:04.2222860Z  2024-04-03T16:12:04.2223109Z  2024-04-03T16:12:04.2223364Z  2024-04-03T16:12:04.2223655Z  2024-04-03T16:12:04.2223888Z  2024-04-03T16:12:04.2224210Z  2024-04-03T16:12:04.2224518Z  2024-04-03T16:12:04.2225340Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:04.2227056Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:04.2228357Z 842 | # pragma unroll 2024-04-03T16:12:04.2228724Z | 2024-04-03T16:12:04.2229737Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:11: 2024-04-03T16:12:04.2230905Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T16:12:04.2232236Z aten/src/ATen/native/cpu/ReduceUtils.h:76:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:04.2233304Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T16:12:04.2233724Z | ^ 2024-04-03T16:12:04.2234516Z [1,787 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:04.2237971Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.2238958Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.2239606Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.2240128Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.2240765Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.2243630Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.2244168Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:04.2245240Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:04.5795052Z 2024-04-03T16:12:04.5795924Z  2024-04-03T16:12:04.5796446Z  2024-04-03T16:12:04.5796760Z  2024-04-03T16:12:04.5797193Z  2024-04-03T16:12:04.5797575Z  2024-04-03T16:12:04.5797878Z  2024-04-03T16:12:04.5798280Z  2024-04-03T16:12:04.5798527Z  2024-04-03T16:12:04.5799500Z [1,790 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:12:04.5800725Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.5801523Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.5802264Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.5803039Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.5803634Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:04.5804579Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:04.5805348Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:04.5806163Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:04.8202486Z 2024-04-03T16:12:04.8203122Z  2024-04-03T16:12:04.8203465Z  2024-04-03T16:12:04.8203783Z  2024-04-03T16:12:04.8204028Z  2024-04-03T16:12:04.8204257Z  2024-04-03T16:12:04.8204717Z  2024-04-03T16:12:04.8204963Z  2024-04-03T16:12:04.8205194Z  2024-04-03T16:12:04.8205923Z [1,791 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:04.8206742Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:04.8207285Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:04.8207835Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.8208372Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.8208882Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:04.8209403Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:04.8209927Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:04.8210474Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:05.4397662Z 2024-04-03T16:12:05.4398616Z  2024-04-03T16:12:05.4398951Z  2024-04-03T16:12:05.4399269Z  2024-04-03T16:12:05.4399642Z  2024-04-03T16:12:05.4399933Z  2024-04-03T16:12:05.4400176Z  2024-04-03T16:12:05.4400427Z  2024-04-03T16:12:05.4400656Z  2024-04-03T16:12:05.4401470Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:05.4404128Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:12:05.4405842Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp:14: 2024-04-03T16:12:05.4412323Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = unsigned char; Op = at::native::{anonymous}::reduce_all_impl_vec(at::Tensor&, const at::Tensor&, scalar_t, func_t, vec_func_t) [with scalar_t = unsigned char; func_t = at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::; vec_func_t = at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::]::::]': 2024-04-03T16:12:05.4420391Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:05.4421797Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:12:05.4422475Z | ^~~~~~~~~~~~~~ 2024-04-03T16:12:05.4424245Z [1,791 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:05.4425342Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:05.4426189Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:05.4427078Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:05.4427899Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:05.4428677Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:05.4429426Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.4430112Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.4431008Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:12:05.6464267Z 2024-04-03T16:12:05.6465127Z  2024-04-03T16:12:05.6465766Z  2024-04-03T16:12:05.6466293Z  2024-04-03T16:12:05.6466843Z  2024-04-03T16:12:05.6467146Z  2024-04-03T16:12:05.6467538Z  2024-04-03T16:12:05.6468140Z  2024-04-03T16:12:05.6468582Z  2024-04-03T16:12:05.6469709Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp: 2024-04-03T16:12:05.6472562Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:05.6474670Z 107 | # pragma unroll 2024-04-03T16:12:05.6475210Z | 2024-04-03T16:12:05.6477272Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:12:05.6479375Z 123 | # pragma unroll 2024-04-03T16:12:05.6479947Z | 2024-04-03T16:12:05.6481096Z [1,793 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:05.6482531Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:05.6483513Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:05.6484877Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:05.6485639Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.6486389Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.6486997Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:05.6487548Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.6488481Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:05.8500929Z 2024-04-03T16:12:05.8501690Z  2024-04-03T16:12:05.8502240Z  2024-04-03T16:12:05.8502715Z  2024-04-03T16:12:05.8503075Z  2024-04-03T16:12:05.8503333Z  2024-04-03T16:12:05.8503679Z  2024-04-03T16:12:05.8504013Z  2024-04-03T16:12:05.8504288Z  2024-04-03T16:12:05.8505280Z [1,796 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:05.8506331Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:05.8507045Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.8507799Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:05.8508525Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:05.8509225Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:05.8510022Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:05.8510742Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:05.8511516Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:12:06.2210755Z 2024-04-03T16:12:06.2211470Z  2024-04-03T16:12:06.2212032Z  2024-04-03T16:12:06.2212430Z  2024-04-03T16:12:06.2212693Z  2024-04-03T16:12:06.3222124Z  2024-04-03T16:12:06.3223091Z  2024-04-03T16:12:06.3223398Z  2024-04-03T16:12:06.3223742Z  2024-04-03T16:12:06.3224795Z [1,796 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:06.3225953Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:06.3228254Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:06.3229096Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:06.3229813Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:06.3230577Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:06.3231296Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:06.3232062Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:06.3232817Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:12:07.3232512Z 2024-04-03T16:12:07.3233066Z  2024-04-03T16:12:07.3233385Z  2024-04-03T16:12:07.3233678Z  2024-04-03T16:12:07.3233928Z  2024-04-03T16:12:07.3234159Z  2024-04-03T16:12:07.3234401Z  2024-04-03T16:12:07.3234645Z  2024-04-03T16:12:07.3242673Z  2024-04-03T16:12:07.3243522Z [1,796 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:07.3244578Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:07.3245149Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:07.3245687Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:07.3246240Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:07.3246785Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:07.3247322Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:07.3247863Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:07.3248429Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:08.3061317Z 2024-04-03T16:12:08.3062026Z  2024-04-03T16:12:08.3062653Z  2024-04-03T16:12:08.3062957Z  2024-04-03T16:12:08.3063208Z  2024-04-03T16:12:08.3063460Z  2024-04-03T16:12:08.3063693Z  2024-04-03T16:12:08.3063938Z  2024-04-03T16:12:08.3064184Z  2024-04-03T16:12:08.3064860Z [1,797 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:08.3065700Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:12:08.3066266Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:12:08.3066809Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:08.3067355Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:08.3067903Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:08.3068448Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:08.3068982Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:08.3069535Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:08.4347262Z 2024-04-03T16:12:08.4347974Z  2024-04-03T16:12:08.4348506Z  2024-04-03T16:12:08.4349000Z  2024-04-03T16:12:08.4349342Z  2024-04-03T16:12:08.4349742Z  2024-04-03T16:12:08.4350094Z  2024-04-03T16:12:08.4350340Z  2024-04-03T16:12:08.4350617Z  2024-04-03T16:12:08.4351587Z INFO: From Compiling aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:08.4352661Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:12:08.4354098Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp:10: 2024-04-03T16:12:08.4358275Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::vec::DEFAULT::Vectorized(const at::vec::DEFAULT::Vectorized&, const at::vec::DEFAULT::Vectorized&)]': 2024-04-03T16:12:08.4362379Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:08.4363941Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:12:08.4364746Z | ^~~~~~~~~~~~~~ 2024-04-03T16:12:08.4366219Z [1,797 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:08.4367531Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:12:08.4368444Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:12:08.4369358Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:08.4370245Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:08.4371141Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:08.4372010Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:08.4372792Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:08.4373663Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:08.7261519Z 2024-04-03T16:12:08.7262055Z  2024-04-03T16:12:08.7262402Z  2024-04-03T16:12:08.7262702Z  2024-04-03T16:12:08.7262956Z  2024-04-03T16:12:08.7263206Z  2024-04-03T16:12:08.7263438Z  2024-04-03T16:12:08.7263711Z  2024-04-03T16:12:08.7263951Z  2024-04-03T16:12:08.7264645Z [1,799 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:08.7265468Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:12:08.7266029Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:08.7266569Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:08.7267108Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:08.7267655Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:08.7268168Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:08.7268722Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:08.7269305Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:12:08.9682789Z 2024-04-03T16:12:08.9683489Z  2024-04-03T16:12:08.9683996Z  2024-04-03T16:12:08.9684604Z  2024-04-03T16:12:08.9684973Z  2024-04-03T16:12:08.9685364Z  2024-04-03T16:12:08.9685700Z  2024-04-03T16:12:08.9686050Z  2024-04-03T16:12:08.9686387Z  2024-04-03T16:12:08.9687373Z [1,800 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:12:08.9688548Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:12:08.9689401Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:08.9689937Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:08.9690485Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:08.9691012Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:08.9691553Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:08.9692113Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:08.9692696Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:12:09.1372536Z 2024-04-03T16:12:09.1373478Z  2024-04-03T16:12:09.1373889Z  2024-04-03T16:12:09.1374188Z  2024-04-03T16:12:09.1374480Z  2024-04-03T16:12:09.1374769Z  2024-04-03T16:12:09.1375295Z  2024-04-03T16:12:09.1375585Z  2024-04-03T16:12:09.1375922Z  2024-04-03T16:12:09.1376836Z INFO: From Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:09.1377862Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:12:09.1379175Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp:6: 2024-04-03T16:12:09.1384318Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::native::{anonymous}::sampled_addmm_sparse_csr_kernel_impl(const at::Tensor&, const at::Tensor&, const c10::Scalar&, const c10::Scalar&, const at::Tensor&) [with scalar_t = double; index_t = int]::::]': 2024-04-03T16:12:09.1389660Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:09.1391266Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:12:09.1391932Z | ^~~~~~~~~~~~~~ 2024-04-03T16:12:09.1393191Z [1,800 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:09.1394519Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:12:09.1395420Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:09.1396394Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:09.1397313Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.1398193Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.1399078Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.1400011Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.1400977Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:12:09.2968065Z 2024-04-03T16:12:09.2969078Z  2024-04-03T16:12:09.2969640Z  2024-04-03T16:12:09.2970124Z  2024-04-03T16:12:09.2970513Z  2024-04-03T16:12:09.2970798Z  2024-04-03T16:12:09.2971119Z  2024-04-03T16:12:09.2971406Z  2024-04-03T16:12:09.2971735Z  2024-04-03T16:12:09.2972489Z INFO: From Compiling aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:09.2975550Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::lerp_vec(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized) [with scalar_t = float]': 2024-04-03T16:12:09.2979386Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp:55:22: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:09.2981672Z 55 | Vectorized lerp_vec(Vectorized start, Vectorized end, Vectorized weight) { 2024-04-03T16:12:09.2982755Z | ^~~~~~~~ 2024-04-03T16:12:09.2983693Z [1,802 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:09.2984734Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:09.2985427Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.2986215Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.2986944Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.2987601Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.2988307Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:09.2989024Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:09.2989671Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:09.5687109Z 2024-04-03T16:12:09.5687630Z  2024-04-03T16:12:09.5687950Z  2024-04-03T16:12:09.5688226Z  2024-04-03T16:12:09.5688480Z  2024-04-03T16:12:09.5688715Z  2024-04-03T16:12:09.5688965Z  2024-04-03T16:12:09.5689212Z  2024-04-03T16:12:09.5689445Z  2024-04-03T16:12:09.5690138Z [1,803 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:09.5690967Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:09.5691505Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.5692058Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.6070541Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.6071752Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.6072587Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:09.6073369Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:09.6074230Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:12:09.8227129Z 2024-04-03T16:12:09.8228050Z  2024-04-03T16:12:09.8228558Z  2024-04-03T16:12:09.8229048Z  2024-04-03T16:12:09.8229428Z  2024-04-03T16:12:09.8229683Z  2024-04-03T16:12:09.8229914Z  2024-04-03T16:12:09.8230162Z  2024-04-03T16:12:09.8230393Z  2024-04-03T16:12:09.8231184Z [1,804 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:09.8232133Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:09.8232751Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:09.8233425Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:09.8234108Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:09.8234809Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.8235432Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.8236144Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:09.8236828Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:12:10.2078672Z 2024-04-03T16:12:10.2079216Z  2024-04-03T16:12:10.2079548Z  2024-04-03T16:12:10.2079806Z  2024-04-03T16:12:10.2080055Z  2024-04-03T16:12:10.2080288Z  2024-04-03T16:12:10.2080535Z  2024-04-03T16:12:10.2080779Z  2024-04-03T16:12:10.2081009Z  2024-04-03T16:12:10.2081712Z [1,804 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:10.2082535Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:10.2083099Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.2083672Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.2084229Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:10.2085067Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.2085602Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.2086139Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.2086693Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:12:10.4228942Z 2024-04-03T16:12:10.4229671Z  2024-04-03T16:12:10.4230271Z  2024-04-03T16:12:10.4230607Z  2024-04-03T16:12:10.4230950Z  2024-04-03T16:12:10.4231239Z  2024-04-03T16:12:10.4231665Z  2024-04-03T16:12:10.4232070Z  2024-04-03T16:12:10.4232491Z  2024-04-03T16:12:10.4233547Z [1,805 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:10.4234805Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.4235681Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.4236561Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:10.4237358Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.4238181Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.4239031Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.4239826Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:10.4240741Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:10.4580130Z 2024-04-03T16:12:10.4581181Z  2024-04-03T16:12:10.4581749Z  2024-04-03T16:12:10.4582169Z  2024-04-03T16:12:10.4582545Z  2024-04-03T16:12:10.4582952Z  2024-04-03T16:12:10.4583372Z  2024-04-03T16:12:10.4583763Z  2024-04-03T16:12:10.4584178Z  2024-04-03T16:12:10.4586998Z INFO: From Compiling aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:10.4588753Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:12:10.4590381Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp:9: 2024-04-03T16:12:10.4594573Z aten/src/ATen/cpu/vec/functional_base.h: In function 'scalar_t at::vec::vec_reduce_all(const Op&, at::vec::DEFAULT::Vectorized, int64_t) [with scalar_t = double; Op = at::native::{anonymous}::weight_norm_first_dim_kernel(at::TensorBase&, at::TensorBase&, const at::TensorBase&, const at::TensorBase&, int64_t, int64_t) [with scalar_t = double; accscalar_t = double]::::]': 2024-04-03T16:12:10.4599452Z aten/src/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:10.4600670Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:12:10.4601095Z | ^~~~~~~~~~~~~~ 2024-04-03T16:12:10.4602182Z [1,805 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:10.4603212Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.4603876Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.4604776Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:10.4605468Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.4606214Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.4606851Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:12:10.4607667Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:10.4608422Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:10.8236335Z 2024-04-03T16:12:10.8237213Z  2024-04-03T16:12:10.8237704Z  2024-04-03T16:12:10.8238209Z  2024-04-03T16:12:10.8238580Z  2024-04-03T16:12:10.8238873Z  2024-04-03T16:12:10.8239241Z  2024-04-03T16:12:10.8239594Z  2024-04-03T16:12:10.8239902Z  2024-04-03T16:12:10.8240919Z [1,807 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:10.8242038Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:10.8242786Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:10.8243520Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:10.8244248Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:10.8245145Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:10.8245833Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:10.8246509Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:10.8247278Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:12:11.0240743Z 2024-04-03T16:12:11.0241443Z  2024-04-03T16:12:11.0241931Z  2024-04-03T16:12:11.0242325Z  2024-04-03T16:12:11.0242694Z  2024-04-03T16:12:11.0243046Z  2024-04-03T16:12:11.0243440Z  2024-04-03T16:12:11.0243761Z  2024-04-03T16:12:11.0244159Z  2024-04-03T16:12:11.0245374Z [1,808 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:11.0246599Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:11.0247383Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:11.0248110Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:12:11.0248816Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:11.0249497Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.0250114Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.0250936Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.0251741Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:11.2095456Z 2024-04-03T16:12:11.2096204Z  2024-04-03T16:12:11.2096759Z  2024-04-03T16:12:11.2100385Z  2024-04-03T16:12:11.2101079Z  2024-04-03T16:12:11.2101403Z  2024-04-03T16:12:11.2101656Z  2024-04-03T16:12:11.2101891Z  2024-04-03T16:12:11.2102241Z  2024-04-03T16:12:11.2102996Z INFO: From Compiling aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:11.2106774Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:12:11.2108986Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp:261:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:11.2110485Z 261 | [](Vec x, Vec y) { return x + y; }, 2024-04-03T16:12:11.2111004Z | ^ 2024-04-03T16:12:11.2111757Z [1,811 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:11.2112731Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:12:11.2113295Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.2113974Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.2114525Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.2115215Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.2115755Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.2116413Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.2116986Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:12:11.4242575Z 2024-04-03T16:12:11.4243166Z  2024-04-03T16:12:11.4243577Z  2024-04-03T16:12:11.4243909Z  2024-04-03T16:12:11.4244145Z  2024-04-03T16:12:11.4244636Z  2024-04-03T16:12:11.4244989Z  2024-04-03T16:12:11.4245317Z  2024-04-03T16:12:11.4245564Z  2024-04-03T16:12:11.4246332Z [1,812 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:11.4247253Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:11.4247861Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.4248478Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.4249081Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.4249628Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.4250216Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.4250822Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.4251449Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:12:11.6471046Z 2024-04-03T16:12:11.6471791Z  2024-04-03T16:12:11.6472320Z  2024-04-03T16:12:11.6472815Z  2024-04-03T16:12:11.6473056Z  2024-04-03T16:12:11.6473311Z  2024-04-03T16:12:11.6473559Z  2024-04-03T16:12:11.6473793Z  2024-04-03T16:12:11.6474048Z  2024-04-03T16:12:11.6474770Z [1,813 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:11.6475585Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:11.6476152Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:11.6476714Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:11.6477259Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.6477809Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.6478344Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.6478877Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.6479531Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:12:11.8977895Z 2024-04-03T16:12:11.8978637Z  2024-04-03T16:12:11.8979171Z  2024-04-03T16:12:11.8979651Z  2024-04-03T16:12:11.8980099Z  2024-04-03T16:12:11.8980558Z  2024-04-03T16:12:11.8981012Z  2024-04-03T16:12:11.8981449Z  2024-04-03T16:12:11.8982224Z  2024-04-03T16:12:11.8983537Z [1,816 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:11.8985058Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:11.8986102Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:11.8987495Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:11.8988515Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.8989560Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.8990528Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:11.8991539Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:11.8992631Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:12.1543969Z 2024-04-03T16:12:12.1544834Z  2024-04-03T16:12:12.1545301Z  2024-04-03T16:12:12.1545578Z  2024-04-03T16:12:12.1545883Z  2024-04-03T16:12:12.1546276Z  2024-04-03T16:12:12.1546655Z  2024-04-03T16:12:12.1547119Z  2024-04-03T16:12:12.1547507Z  2024-04-03T16:12:12.1548297Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: 2024-04-03T16:12:12.1549884Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:2: 2024-04-03T16:12:12.1551815Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: In lambda function: 2024-04-03T16:12:12.1554359Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:238:11: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2024-04-03T16:12:12.1556039Z 238 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T16:12:12.1556586Z | ^ 2024-04-03T16:12:12.1557258Z [1,821 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:12.1558049Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:12.1558588Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:12.1559136Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:12.1559671Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:12.1560202Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:12.1560734Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:12.1561270Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:12.1561837Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:12:12.4477694Z 2024-04-03T16:12:12.4478760Z  2024-04-03T16:12:12.4479594Z  2024-04-03T16:12:12.4481274Z  2024-04-03T16:12:12.4481870Z  2024-04-03T16:12:12.4482405Z  2024-04-03T16:12:12.4483118Z  2024-04-03T16:12:12.4484808Z  2024-04-03T16:12:12.4487301Z  2024-04-03T16:12:12.4488733Z [1,825 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:12.4490373Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:12.4491605Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:12.4493653Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:12.4494785Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:12.4496124Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:12.4498029Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:12.4499989Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:12:12.4501131Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:12:12.4560372Z 2024-04-03T16:12:12.4561108Z  2024-04-03T16:12:12.4561609Z  2024-04-03T16:12:12.4562081Z  2024-04-03T16:12:12.4562519Z  2024-04-03T16:12:12.4562948Z  2024-04-03T16:12:12.4563385Z  2024-04-03T16:12:12.4563818Z  2024-04-03T16:12:12.4564242Z  2024-04-03T16:12:12.4565821Z INFO: From Compiling aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:12.4568272Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:12:12.4571054Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:12:12.4575018Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:136:18: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:12.4578594Z 136 | vec::map([](vec::Vectorized x) -> vec::Vectorized { return x; }, keys + begin, sorted_keys + begin, job_size); 2024-04-03T16:12:12.4580165Z | ^ 2024-04-03T16:12:12.4581407Z [1,826 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:12.4582782Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:12.4583784Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:12:12.4584785Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:12.4585790Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:12.4586790Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:12.4587772Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:12:12.4588760Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2024-04-03T16:12:12.4589899Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox ... 2024-04-03T16:12:12.6590445Z 2024-04-03T16:12:12.6591176Z  2024-04-03T16:12:12.6591716Z  2024-04-03T16:12:12.6592176Z  2024-04-03T16:12:12.6592434Z  2024-04-03T16:12:12.6592685Z  2024-04-03T16:12:12.6592916Z  2024-04-03T16:12:12.6593159Z  2024-04-03T16:12:12.6593387Z  2024-04-03T16:12:12.6594116Z [1,835 / 3,412] 3 / 26 tests; 16 actions, 14 running; last test: ...base_tests 2024-04-03T16:12:12.6594953Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:12.6595515Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:12.6596035Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:12.6596575Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:12.6597183Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:12:12.6597800Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:12.6598422Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:12.6599065Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox ... 2024-04-03T16:12:12.8625985Z 2024-04-03T16:12:12.8626688Z  2024-04-03T16:12:12.8627011Z  2024-04-03T16:12:12.8627289Z  2024-04-03T16:12:12.8627540Z  2024-04-03T16:12:12.8627903Z  2024-04-03T16:12:12.8628291Z  2024-04-03T16:12:12.8628669Z  2024-04-03T16:12:12.8628898Z  2024-04-03T16:12:12.8629824Z [1,839 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:12.8631048Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:12.8631841Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:12.8632717Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:12.8633646Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:12.8634751Z Compiling caffe2/perfkernels/math_cpu_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:12:12.8636040Z Compiling caffe2/perfkernels/typed_axpy_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:12:12.8637195Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:12.8638186Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox ... 2024-04-03T16:12:13.2482465Z 2024-04-03T16:12:13.2483191Z  2024-04-03T16:12:13.2483579Z  2024-04-03T16:12:13.2483891Z  2024-04-03T16:12:13.2484160Z  2024-04-03T16:12:13.2488284Z  2024-04-03T16:12:13.2488658Z  2024-04-03T16:12:13.2488906Z  2024-04-03T16:12:13.2489132Z  2024-04-03T16:12:13.2490078Z [1,843 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:13.2490910Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:13.2494754Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:13.2495619Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:13.2496261Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:12:13.2497020Z Compiling caffe2/perfkernels/adagrad_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:12:13.2497904Z //:torch_dist_autograd_test; 0s processwrapper-sandbox 2024-04-03T16:12:13.2498453Z //:torch; 0s processwrapper-sandbox 2024-04-03T16:12:13.2498975Z //:torch; 0s processwrapper-sandbox ... 2024-04-03T16:12:13.4514273Z 2024-04-03T16:12:13.4514846Z  2024-04-03T16:12:13.4515444Z  2024-04-03T16:12:13.4515830Z  2024-04-03T16:12:13.4516065Z  2024-04-03T16:12:13.4516309Z  2024-04-03T16:12:13.4516643Z  2024-04-03T16:12:13.4516938Z  2024-04-03T16:12:13.4517178Z  2024-04-03T16:12:13.4517873Z [1,846 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:13.4518797Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:12:13.4519388Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:12:13.4519990Z //:torch_dist_autograd_test; 0s processwrapper-sandbox 2024-04-03T16:12:13.4520606Z //:torch; 0s processwrapper-sandbox 2024-04-03T16:12:13.4521143Z //:torch; 0s processwrapper-sandbox 2024-04-03T16:12:13.4521606Z //:torch; 0s processwrapper-sandbox 2024-04-03T16:12:13.4522058Z //:torch; 0s processwrapper-sandbox 2024-04-03T16:12:13.4522541Z //:torch; 0s processwrapper-sandbox ... 2024-04-03T16:12:13.8179881Z 2024-04-03T16:12:13.8180729Z  2024-04-03T16:12:13.8181084Z  2024-04-03T16:12:13.8181476Z  2024-04-03T16:12:13.8181761Z  2024-04-03T16:12:13.8182010Z  2024-04-03T16:12:13.8182247Z  2024-04-03T16:12:13.8182494Z  2024-04-03T16:12:13.8182737Z  2024-04-03T16:12:13.8183610Z [1,847 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:13.8184606Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:13.8185232Z //:torch_dist_autograd_test; 1s processwrapper-sandbox 2024-04-03T16:12:13.8185950Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:13.8186425Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:13.8187069Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:13.8187527Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:13.8188116Z //:torch; 0s processwrapper-sandbox 2024-04-03T16:12:13.8188673Z //:torch; 0s processwrapper-sandbox ... 2024-04-03T16:12:14.0489221Z 2024-04-03T16:12:14.0490201Z  2024-04-03T16:12:14.0490785Z  2024-04-03T16:12:14.0491081Z  2024-04-03T16:12:14.0491336Z  2024-04-03T16:12:14.0491606Z  2024-04-03T16:12:14.0491841Z  2024-04-03T16:12:14.0492087Z  2024-04-03T16:12:14.0492336Z  2024-04-03T16:12:14.0493045Z [1,847 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:14.0494015Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:12:14.0494637Z //:torch_dist_autograd_test; 1s processwrapper-sandbox 2024-04-03T16:12:14.0495180Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:14.0495659Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:14.0496131Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:14.0496592Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:14.0497066Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:12:14.0863556Z //:torch; 1s processwrapper-sandbox ... 2024-04-03T16:12:15.0317264Z 2024-04-03T16:12:15.0318130Z  2024-04-03T16:12:15.0318705Z  2024-04-03T16:12:15.0319126Z  2024-04-03T16:12:15.0319378Z  2024-04-03T16:12:15.0319629Z  2024-04-03T16:12:15.0320056Z  2024-04-03T16:12:15.0320478Z  2024-04-03T16:12:15.0322981Z  2024-04-03T16:12:15.0324209Z INFO: From Compiling aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T16:12:15.0325439Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T16:12:15.0326208Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T16:12:15.0327625Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T16:12:15.0328876Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T16:12:15.0329777Z from aten/src/ATen/native/layer_norm.h:3, 2024-04-03T16:12:15.0331617Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp:2: 2024-04-03T16:12:15.0334849Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T16:12:15.0337794Z ./c10/util/SmallVector.h:601:8: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:12:15.0339482Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T16:12:15.0340310Z | ^~~~~~~~~~~~~ 2024-04-03T16:12:15.0341591Z [1,847 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:15.0343034Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:12:15.0344141Z //:torch_dist_autograd_test; 2s processwrapper-sandbox 2024-04-03T16:12:15.0345160Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.0346017Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.0346894Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.0347755Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.0348599Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.0349501Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:15.2874647Z 2024-04-03T16:12:15.2875183Z  2024-04-03T16:12:15.2875600Z  2024-04-03T16:12:15.2875884Z  2024-04-03T16:12:15.2876172Z  2024-04-03T16:12:15.2876574Z  2024-04-03T16:12:15.2876810Z  2024-04-03T16:12:15.2877053Z  2024-04-03T16:12:15.2877295Z  2024-04-03T16:12:15.2878150Z [1,848 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:15.2879065Z //:torch_dist_autograd_test; 2s processwrapper-sandbox 2024-04-03T16:12:15.2879776Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.2880238Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.2880881Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.2881418Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.2881875Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.2882593Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:15.2883345Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:16.2884735Z 2024-04-03T16:12:16.2885602Z  2024-04-03T16:12:16.2886153Z  2024-04-03T16:12:16.2886575Z  2024-04-03T16:12:16.2887018Z  2024-04-03T16:12:16.2887448Z  2024-04-03T16:12:16.2887863Z  2024-04-03T16:12:16.2888304Z  2024-04-03T16:12:16.2888758Z  2024-04-03T16:12:16.2889986Z [1,848 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:16.2891631Z //:torch_dist_autograd_test; 3s processwrapper-sandbox 2024-04-03T16:12:16.2892689Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:16.2893642Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:16.2894520Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:16.2896767Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:16.2898077Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:16.2898992Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:16.2899908Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:17.0832022Z 2024-04-03T16:12:17.0833380Z  2024-04-03T16:12:17.0834023Z  2024-04-03T16:12:17.0834455Z  2024-04-03T16:12:17.0835005Z  2024-04-03T16:12:17.0835385Z  2024-04-03T16:12:17.0835924Z  2024-04-03T16:12:17.0836455Z  2024-04-03T16:12:17.0836838Z  2024-04-03T16:12:17.0838214Z [1,849 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:17.0839900Z //:torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T16:12:17.0840892Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.0841936Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.0842885Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.0843763Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.0844865Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.0845782Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.0846689Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:17.2899283Z 2024-04-03T16:12:17.2900193Z  2024-04-03T16:12:17.2900680Z  2024-04-03T16:12:17.2901090Z  2024-04-03T16:12:17.2901486Z  2024-04-03T16:12:17.2901869Z  2024-04-03T16:12:17.2902264Z  2024-04-03T16:12:17.2902630Z  2024-04-03T16:12:17.2902985Z  2024-04-03T16:12:17.2904090Z [1,849 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:17.2905469Z //:torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T16:12:17.2906357Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.2907070Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.2907782Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.2908516Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.2909250Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.2910030Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.2910780Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:17.4903020Z 2024-04-03T16:12:17.4904053Z  2024-04-03T16:12:17.4904731Z  2024-04-03T16:12:17.4905503Z  2024-04-03T16:12:17.4906874Z  2024-04-03T16:12:17.4908158Z  2024-04-03T16:12:17.4908775Z  2024-04-03T16:12:17.4911612Z  2024-04-03T16:12:17.4912113Z  2024-04-03T16:12:17.4913475Z [1,851 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:17.4915016Z //:torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T16:12:17.4916059Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.4916951Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.4920059Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.4920959Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.4922227Z Compiling torch/csrc/jit/mobile/function.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:17.4925846Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.4926582Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:17.8697725Z 2024-04-03T16:12:17.8698562Z  2024-04-03T16:12:17.8699179Z  2024-04-03T16:12:17.8699643Z  2024-04-03T16:12:17.8700098Z  2024-04-03T16:12:17.8700498Z  2024-04-03T16:12:17.8700742Z  2024-04-03T16:12:17.8701097Z  2024-04-03T16:12:17.8701329Z  2024-04-03T16:12:17.8702044Z [1,852 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:17.8702927Z //:torch_dist_autograd_test; 5s processwrapper-sandbox 2024-04-03T16:12:17.8703608Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:17.8706061Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:17.8707261Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:17.8708028Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.8708752Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.8709478Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:17.8716116Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:18.0904857Z 2024-04-03T16:12:18.0905572Z  2024-04-03T16:12:18.0905934Z  2024-04-03T16:12:18.0906180Z  2024-04-03T16:12:18.0906426Z  2024-04-03T16:12:18.0906671Z  2024-04-03T16:12:18.0906903Z  2024-04-03T16:12:18.0907147Z  2024-04-03T16:12:18.0907388Z  2024-04-03T16:12:18.0908065Z [1,852 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:18.0908940Z //:torch_dist_autograd_test; 5s processwrapper-sandbox 2024-04-03T16:12:18.0909501Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.0909986Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.0910460Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.0910925Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.0911382Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.0911847Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.0912339Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:12:18.5502286Z 2024-04-03T16:12:18.5503374Z  2024-04-03T16:12:18.5503879Z  2024-04-03T16:12:18.5504302Z  2024-04-03T16:12:18.5504621Z  2024-04-03T16:12:18.5504870Z  2024-04-03T16:12:18.5505118Z  2024-04-03T16:12:18.5505478Z  2024-04-03T16:12:18.5505952Z  2024-04-03T16:12:18.5506817Z [1,853 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:18.5507732Z //:torch_dist_autograd_test; 5s processwrapper-sandbox 2024-04-03T16:12:18.5508599Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.5509353Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.5510140Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.5510928Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.5511482Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.5511938Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.5512444Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:12:18.8999913Z 2024-04-03T16:12:18.9000922Z  2024-04-03T16:12:18.9001415Z  2024-04-03T16:12:18.9001766Z  2024-04-03T16:12:18.9002178Z  2024-04-03T16:12:18.9003957Z  2024-04-03T16:12:18.9004712Z  2024-04-03T16:12:18.9005469Z  2024-04-03T16:12:18.9008780Z  2024-04-03T16:12:18.9010129Z [1,854 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:18.9011993Z //:torch_dist_autograd_test; 6s processwrapper-sandbox 2024-04-03T16:12:18.9013553Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:18.9014343Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:18.9015069Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:18.9015815Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:18.9016564Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.9017336Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:18.9018072Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:12:19.1002190Z 2024-04-03T16:12:19.1003165Z  2024-04-03T16:12:19.1003722Z  2024-04-03T16:12:19.1004210Z  2024-04-03T16:12:19.1005470Z  2024-04-03T16:12:19.1005893Z  2024-04-03T16:12:19.1006353Z  2024-04-03T16:12:19.1006819Z  2024-04-03T16:12:19.1007272Z  2024-04-03T16:12:19.1009124Z [1,856 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:19.1010758Z //:torch_dist_autograd_test; 6s processwrapper-sandbox 2024-04-03T16:12:19.1012469Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:19.1013418Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:19.1014337Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:19.1015219Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:19.1015797Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:19.1017113Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:19.1017824Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:12:20.1008444Z 2024-04-03T16:12:20.1009208Z  2024-04-03T16:12:20.1009730Z  2024-04-03T16:12:20.1010221Z  2024-04-03T16:12:20.1010686Z  2024-04-03T16:12:20.1011138Z  2024-04-03T16:12:20.1011600Z  2024-04-03T16:12:20.1012062Z  2024-04-03T16:12:20.1012495Z  2024-04-03T16:12:20.1013878Z [1,857 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:20.1015413Z //:torch_dist_autograd_test; 7s processwrapper-sandbox 2024-04-03T16:12:20.1016332Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.1016817Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.1017290Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.1017747Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.1018225Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.1018705Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.1019181Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:12:20.5012904Z 2024-04-03T16:12:20.5013898Z  2024-04-03T16:12:20.5014312Z  2024-04-03T16:12:20.5014796Z  2024-04-03T16:12:20.5015243Z  2024-04-03T16:12:20.5015497Z  2024-04-03T16:12:20.5015750Z  2024-04-03T16:12:20.5015990Z  2024-04-03T16:12:20.5016237Z  2024-04-03T16:12:20.5016944Z [1,857 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:20.5018072Z //:torch_dist_autograd_test; 7s processwrapper-sandbox 2024-04-03T16:12:20.5018778Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.5019344Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.5019919Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.5020564Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.5021123Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.5021656Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:20.5022305Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:12:21.2732305Z 2024-04-03T16:12:21.2733114Z  2024-04-03T16:12:21.2733501Z  2024-04-03T16:12:21.2733782Z  2024-04-03T16:12:21.2734036Z  2024-04-03T16:12:21.2734343Z  2024-04-03T16:12:21.2734661Z  2024-04-03T16:12:21.2735047Z  2024-04-03T16:12:21.2735390Z  2024-04-03T16:12:21.2736307Z [1,858 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:21.2737438Z //:torch_dist_autograd_test; 8s processwrapper-sandbox 2024-04-03T16:12:21.2738198Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.2738741Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.2739349Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.2739804Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.2740475Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.2740959Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.2741433Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:12:21.4741135Z 2024-04-03T16:12:21.4742199Z  2024-04-03T16:12:21.4744888Z  2024-04-03T16:12:21.4747492Z  2024-04-03T16:12:21.4750032Z  2024-04-03T16:12:21.4752510Z  2024-04-03T16:12:21.4755070Z  2024-04-03T16:12:21.4757623Z  2024-04-03T16:12:21.4760096Z  2024-04-03T16:12:21.4762490Z [1,860 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:12:21.4764237Z //:torch_dist_autograd_test; 8s processwrapper-sandbox 2024-04-03T16:12:21.4765539Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.4766451Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.4767328Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.4768190Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.4770064Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.4770697Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:21.4771381Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:21.7022627Z 2024-04-03T16:12:21.7023736Z  2024-04-03T16:12:21.7024391Z  2024-04-03T16:12:21.7027044Z  2024-04-03T16:12:21.7027542Z  2024-04-03T16:12:21.7028113Z  2024-04-03T16:12:21.7030668Z  2024-04-03T16:12:21.7031163Z  2024-04-03T16:12:21.7031666Z  2024-04-03T16:12:21.7034928Z [1,860 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:21.7036440Z //:torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T16:12:21.7037464Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.7040385Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.7041241Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.7042133Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.7046344Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:21.7047223Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:21.7048156Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:22.0748277Z 2024-04-03T16:12:22.0748916Z  2024-04-03T16:12:22.0749504Z  2024-04-03T16:12:22.0749918Z  2024-04-03T16:12:22.0750171Z  2024-04-03T16:12:22.0750417Z  2024-04-03T16:12:22.0750649Z  2024-04-03T16:12:22.0750894Z  2024-04-03T16:12:22.0751140Z  2024-04-03T16:12:22.0751834Z [1,861 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:22.0752723Z //:torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T16:12:22.0753287Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.0753751Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.0754226Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.0754699Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.0755170Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:22.0755641Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:22.0756306Z Compiling torch/csrc/lazy/core/ir.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:12:22.3025704Z 2024-04-03T16:12:22.3026398Z  2024-04-03T16:12:22.3026843Z  2024-04-03T16:12:22.3027230Z  2024-04-03T16:12:22.3027567Z  2024-04-03T16:12:22.3027916Z  2024-04-03T16:12:22.3028266Z  2024-04-03T16:12:22.3028607Z  2024-04-03T16:12:22.3028959Z  2024-04-03T16:12:22.3029971Z [1,861 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:22.3031214Z //:torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T16:12:22.3041981Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.3042659Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.3043139Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.3043761Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.3044235Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:22.3045000Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:22.3045687Z Compiling torch/csrc/lazy/core/ir.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:12:22.5029144Z 2024-04-03T16:12:22.5029678Z  2024-04-03T16:12:22.5030120Z  2024-04-03T16:12:22.5030408Z  2024-04-03T16:12:22.5030668Z  2024-04-03T16:12:22.5030926Z  2024-04-03T16:12:22.5031162Z  2024-04-03T16:12:22.5031411Z  2024-04-03T16:12:22.5031645Z  2024-04-03T16:12:22.5050839Z [1,865 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:22.5052729Z //:torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T16:12:22.5053749Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:22.5054531Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:22.5056829Z Compiling torch/csrc/lazy/core/ir.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:22.5057652Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:22.5058230Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:22.5059061Z Compiling torch/csrc/lazy/core/tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:22.5059922Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:22.7057058Z 2024-04-03T16:12:22.7057809Z  2024-04-03T16:12:22.7058361Z  2024-04-03T16:12:22.7058818Z  2024-04-03T16:12:22.7059063Z  2024-04-03T16:12:22.7059313Z  2024-04-03T16:12:22.7059558Z  2024-04-03T16:12:22.7059789Z  2024-04-03T16:12:22.7060060Z  2024-04-03T16:12:22.7060764Z [1,867 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:22.7061553Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:22.7062207Z Compiling torch/csrc/lazy/core/ir.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:22.7062850Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:22.7063315Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:22.7063983Z Compiling torch/csrc/lazy/core/tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:22.7064646Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:22.7065291Z Compiling torch/csrc/jit/ir/irparser.cpp; 1s processwrapper-sandbox 2024-04-03T16:12:22.7066141Z Compiling torch/csrc/jit/ir/scope.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:12:23.5874264Z 2024-04-03T16:12:23.5874939Z  2024-04-03T16:12:23.5875401Z  2024-04-03T16:12:23.5875836Z  2024-04-03T16:12:23.5876083Z  2024-04-03T16:12:23.5876355Z  2024-04-03T16:12:23.5876601Z  2024-04-03T16:12:23.5876833Z  2024-04-03T16:12:23.5877087Z  2024-04-03T16:12:23.5877980Z [1,868 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:23.5879051Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:23.5879710Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:23.5880233Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:23.5881027Z Compiling torch/csrc/lazy/core/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:23.5881860Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:23.5882699Z Compiling torch/csrc/jit/ir/irparser.cpp; 2s processwrapper-sandbox 2024-04-03T16:12:23.5883688Z Compiling torch/csrc/jit/ir/scope.cpp; 2s processwrapper-sandbox 2024-04-03T16:12:23.5884700Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:23.9741888Z 2024-04-03T16:12:23.9742447Z  2024-04-03T16:12:23.9742873Z  2024-04-03T16:12:23.9743132Z  2024-04-03T16:12:23.9743385Z  2024-04-03T16:12:23.9743699Z  2024-04-03T16:12:23.9743930Z  2024-04-03T16:12:23.9744174Z  2024-04-03T16:12:23.9744478Z  2024-04-03T16:12:23.9745224Z [1,868 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:23.9746090Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:23.9746575Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:23.9747094Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:23.9747826Z Compiling torch/csrc/lazy/core/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:23.9748542Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:23.9749240Z Compiling torch/csrc/jit/ir/irparser.cpp; 2s processwrapper-sandbox 2024-04-03T16:12:23.9750112Z Compiling torch/csrc/jit/ir/scope.cpp; 2s processwrapper-sandbox 2024-04-03T16:12:23.9750822Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:24.5076412Z 2024-04-03T16:12:24.5077037Z  2024-04-03T16:12:24.5077524Z  2024-04-03T16:12:24.5077874Z  2024-04-03T16:12:24.5078236Z  2024-04-03T16:12:24.5078584Z  2024-04-03T16:12:24.5078843Z  2024-04-03T16:12:24.5079191Z  2024-04-03T16:12:24.5079528Z  2024-04-03T16:12:24.5082667Z [1,869 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:24.5083860Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:24.5084761Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:24.5085485Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:24.5086346Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:24.5087344Z Compiling torch/csrc/jit/ir/irparser.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:24.5088449Z Compiling torch/csrc/jit/ir/scope.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:24.5089382Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:24.5090080Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:24.7993805Z 2024-04-03T16:12:24.7994372Z  2024-04-03T16:12:24.7994721Z  2024-04-03T16:12:24.7995003Z  2024-04-03T16:12:24.7995240Z  2024-04-03T16:12:24.7995488Z  2024-04-03T16:12:24.7995760Z  2024-04-03T16:12:24.7995989Z  2024-04-03T16:12:24.7996238Z  2024-04-03T16:12:24.7996939Z [1,869 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:24.7997725Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:24.7998210Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:24.7998686Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:24.7999143Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:24.7999798Z Compiling torch/csrc/jit/ir/irparser.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:24.8000625Z Compiling torch/csrc/jit/ir/scope.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:24.8001471Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:24.8002162Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:25.7307613Z 2024-04-03T16:12:25.7308597Z  2024-04-03T16:12:25.7309152Z  2024-04-03T16:12:25.7309631Z  2024-04-03T16:12:25.7309905Z  2024-04-03T16:12:25.7310291Z  2024-04-03T16:12:25.7310586Z  2024-04-03T16:12:25.7310956Z  2024-04-03T16:12:25.7311235Z  2024-04-03T16:12:25.7312150Z [1,870 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:25.7313171Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:25.7313826Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:25.7314307Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:25.7315163Z Compiling torch/csrc/jit/ir/irparser.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:25.7316264Z Compiling torch/csrc/jit/ir/scope.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:25.7317372Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:25.7318435Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:25.7319570Z Compiling torch/csrc/jit/ir/attributes.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:12:26.0086419Z 2024-04-03T16:12:26.0087285Z  2024-04-03T16:12:26.0087891Z  2024-04-03T16:12:26.0088283Z  2024-04-03T16:12:26.0088522Z  2024-04-03T16:12:26.0088777Z  2024-04-03T16:12:26.0089025Z  2024-04-03T16:12:26.0089260Z  2024-04-03T16:12:26.0089505Z  2024-04-03T16:12:26.0090217Z [1,870 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:26.0090997Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:26.0091491Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:26.0369308Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:26.0370668Z Compiling torch/csrc/jit/ir/irparser.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.0372046Z Compiling torch/csrc/jit/ir/scope.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.0373506Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.0375136Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:26.0376572Z Compiling torch/csrc/jit/ir/attributes.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:12:26.2331747Z 2024-04-03T16:12:26.2332776Z  2024-04-03T16:12:26.2333344Z  2024-04-03T16:12:26.2333764Z  2024-04-03T16:12:26.2334175Z  2024-04-03T16:12:26.2336007Z  2024-04-03T16:12:26.2336595Z  2024-04-03T16:12:26.2337251Z  2024-04-03T16:12:26.2339766Z  2024-04-03T16:12:26.2341145Z [1,871 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:26.2342593Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:26.2343602Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:26.2344794Z Compiling torch/csrc/jit/ir/irparser.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.2346200Z Compiling torch/csrc/jit/ir/scope.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.2347699Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.2349353Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.2350924Z Compiling torch/csrc/jit/ir/attributes.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:26.2352245Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:26.4377263Z 2024-04-03T16:12:26.4378019Z  2024-04-03T16:12:26.4378393Z  2024-04-03T16:12:26.4378725Z  2024-04-03T16:12:26.4378975Z  2024-04-03T16:12:26.4379209Z  2024-04-03T16:12:26.4379451Z  2024-04-03T16:12:26.4379681Z  2024-04-03T16:12:26.4379928Z  2024-04-03T16:12:26.4380660Z [1,871 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:26.4381455Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:26.4381921Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:26.4382582Z Compiling torch/csrc/jit/ir/irparser.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:26.4383407Z Compiling torch/csrc/jit/ir/scope.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.4384231Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.4385110Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.4385972Z Compiling torch/csrc/jit/ir/attributes.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.4386639Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:26.8385342Z 2024-04-03T16:12:26.8385880Z  2024-04-03T16:12:26.8386190Z  2024-04-03T16:12:26.8386460Z  2024-04-03T16:12:26.8386731Z  2024-04-03T16:12:26.8386964Z  2024-04-03T16:12:26.8387209Z  2024-04-03T16:12:26.8387524Z  2024-04-03T16:12:26.8387866Z  2024-04-03T16:12:26.8388813Z [1,872 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:26.8389957Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:26.8390569Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:26.8391425Z Compiling torch/csrc/jit/ir/irparser.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:26.8392548Z Compiling torch/csrc/jit/ir/scope.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:26.8393618Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.8394775Z Compiling torch/csrc/jit/ir/attributes.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:26.8395617Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:26.8396305Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:27.0432754Z 2024-04-03T16:12:27.0434917Z  2024-04-03T16:12:27.0435340Z  2024-04-03T16:12:27.0435601Z  2024-04-03T16:12:27.0435835Z  2024-04-03T16:12:27.0436088Z  2024-04-03T16:12:27.0436334Z  2024-04-03T16:12:27.0436566Z  2024-04-03T16:12:27.0436864Z  2024-04-03T16:12:27.0437656Z [1,872 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:27.0439959Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:27.0440553Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:27.0441473Z Compiling torch/csrc/jit/ir/irparser.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.0442497Z Compiling torch/csrc/jit/ir/scope.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.0443699Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:27.0445524Z Compiling torch/csrc/jit/ir/attributes.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:27.0446697Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:27.0447305Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:27.4517282Z 2024-04-03T16:12:27.4518156Z  2024-04-03T16:12:27.4518474Z  2024-04-03T16:12:27.4518731Z  2024-04-03T16:12:27.4518981Z  2024-04-03T16:12:27.4519225Z  2024-04-03T16:12:27.4519498Z  2024-04-03T16:12:27.4519737Z  2024-04-03T16:12:27.4520019Z  2024-04-03T16:12:27.4520819Z [1,873 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:27.4521766Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:27.4522608Z Compiling torch/csrc/jit/ir/irparser.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:27.4523634Z Compiling torch/csrc/jit/ir/scope.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.4524774Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.4525823Z Compiling torch/csrc/jit/ir/attributes.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.4526552Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:27.4527136Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:27.4527762Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:27.8439908Z 2024-04-03T16:12:27.8440437Z  2024-04-03T16:12:27.8440771Z  2024-04-03T16:12:27.8441041Z  2024-04-03T16:12:27.8441290Z  2024-04-03T16:12:27.8441538Z  2024-04-03T16:12:27.8441768Z  2024-04-03T16:12:27.8442012Z  2024-04-03T16:12:27.8442255Z  2024-04-03T16:12:27.8442938Z [1,875 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:27.8443908Z Compiling torch/csrc/jit/ir/irparser.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:27.8444896Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.8445758Z Compiling torch/csrc/jit/ir/attributes.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:27.8446444Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:27.8446920Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:27.8447376Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:27.8447845Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:27.8448329Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:12:28.0535751Z 2024-04-03T16:12:28.0536682Z  2024-04-03T16:12:28.0537138Z  2024-04-03T16:12:28.0537477Z  2024-04-03T16:12:28.0537730Z  2024-04-03T16:12:28.0537981Z  2024-04-03T16:12:28.0538281Z  2024-04-03T16:12:28.0538563Z  2024-04-03T16:12:28.0538866Z  2024-04-03T16:12:28.0539704Z [1,876 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:28.0540911Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:28.0542170Z Compiling torch/csrc/jit/ir/attributes.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:28.0545191Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:28.0545961Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:28.0546546Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:28.0547078Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:28.0547938Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:28.0551933Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:28.5049188Z 2024-04-03T16:12:28.5049814Z  2024-04-03T16:12:28.5050241Z  2024-04-03T16:12:28.5050664Z  2024-04-03T16:12:28.5051006Z  2024-04-03T16:12:28.5051376Z  2024-04-03T16:12:28.5051633Z  2024-04-03T16:12:28.5051947Z  2024-04-03T16:12:28.5052194Z  2024-04-03T16:12:28.5053285Z [1,877 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:28.5054435Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:28.5055543Z Compiling torch/csrc/jit/ir/attributes.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:28.5056405Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:28.5056960Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:28.5057541Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:28.5058235Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:28.5059078Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:28.5059560Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:28.8541931Z 2024-04-03T16:12:28.8542968Z  2024-04-03T16:12:28.8543718Z  2024-04-03T16:12:28.8544109Z  2024-04-03T16:12:28.8544477Z  2024-04-03T16:12:28.8544842Z  2024-04-03T16:12:28.8545261Z  2024-04-03T16:12:28.8545638Z  2024-04-03T16:12:28.8546007Z  2024-04-03T16:12:28.8547066Z [1,877 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:28.8548667Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:28.8550090Z Compiling torch/csrc/jit/ir/attributes.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:28.8551141Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:28.8551909Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:28.8552694Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:28.8553775Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:28.8554833Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:28.8555568Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:29.0549841Z 2024-04-03T16:12:29.0550531Z  2024-04-03T16:12:29.0551188Z  2024-04-03T16:12:29.0551571Z  2024-04-03T16:12:29.0551853Z  2024-04-03T16:12:29.0552232Z  2024-04-03T16:12:29.0552611Z  2024-04-03T16:12:29.0552961Z  2024-04-03T16:12:29.0553321Z  2024-04-03T16:12:29.0554445Z [1,878 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:29.0556060Z Compiling torch/csrc/jit/ir/attributes.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:29.0557110Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:29.0557886Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:29.0558693Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:29.0559801Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:29.0560790Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:29.0561425Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:29.0562146Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:29.3453450Z 2024-04-03T16:12:29.3454334Z  2024-04-03T16:12:29.3454736Z  2024-04-03T16:12:29.3455153Z  2024-04-03T16:12:29.3455498Z  2024-04-03T16:12:29.3455883Z  2024-04-03T16:12:29.3456254Z  2024-04-03T16:12:29.3456616Z  2024-04-03T16:12:29.3458942Z  2024-04-03T16:12:29.3460036Z [1,879 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:29.3461228Z Compiling torch/csrc/jit/ir/attributes.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:29.3461993Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:29.3465019Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:29.3465841Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:29.3466764Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:29.3467412Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:29.3467902Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:29.3468615Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:29.6554919Z 2024-04-03T16:12:29.6555744Z  2024-04-03T16:12:29.6556066Z  2024-04-03T16:12:29.6556325Z  2024-04-03T16:12:29.6556575Z  2024-04-03T16:12:29.6556805Z  2024-04-03T16:12:29.6557196Z  2024-04-03T16:12:29.6557476Z  2024-04-03T16:12:29.6557757Z  2024-04-03T16:12:29.6558685Z [1,880 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:29.6559691Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:29.6560255Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:29.6561037Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:29.6561812Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:29.6562435Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:29.6562997Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:29.6563803Z Compiling torch/csrc/jit/frontend/tracer.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:29.6565065Z Compiling torch/csrc/lazy/core/config.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:12:30.1220501Z 2024-04-03T16:12:30.1221250Z  2024-04-03T16:12:30.1221758Z  2024-04-03T16:12:30.1222050Z  2024-04-03T16:12:30.1222444Z  2024-04-03T16:12:30.1222867Z  2024-04-03T16:12:30.1223331Z  2024-04-03T16:12:30.1223795Z  2024-04-03T16:12:30.1224248Z  2024-04-03T16:12:30.1225568Z [1,881 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:30.1226718Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:30.1227405Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:30.1227963Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:30.1228624Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:30.1229270Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:30.1230160Z Compiling torch/csrc/jit/frontend/tracer.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:30.1231169Z Compiling torch/csrc/lazy/core/config.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:30.1232061Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:30.4460859Z 2024-04-03T16:12:30.4461565Z  2024-04-03T16:12:30.4462053Z  2024-04-03T16:12:30.4462421Z  2024-04-03T16:12:30.4462844Z  2024-04-03T16:12:30.4463307Z  2024-04-03T16:12:30.4463763Z  2024-04-03T16:12:30.4464110Z  2024-04-03T16:12:30.4464356Z  2024-04-03T16:12:30.4465061Z [1,882 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:30.4466055Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:30.4466540Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:30.4467221Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:30.4467681Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:30.4468536Z Compiling torch/csrc/jit/frontend/tracer.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:30.4469417Z Compiling torch/csrc/lazy/core/config.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:30.4470229Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:30.4473295Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:30.6560707Z 2024-04-03T16:12:30.6561315Z  2024-04-03T16:12:30.6561887Z  2024-04-03T16:12:30.6562303Z  2024-04-03T16:12:30.6562551Z  2024-04-03T16:12:30.6562798Z  2024-04-03T16:12:30.6563025Z  2024-04-03T16:12:30.6563266Z  2024-04-03T16:12:30.6650285Z  2024-04-03T16:12:30.6651232Z [1,882 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:30.6652030Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:30.6652758Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:30.6653653Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:30.6654139Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:30.6654903Z Compiling torch/csrc/jit/frontend/tracer.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:30.6656519Z Compiling torch/csrc/lazy/core/config.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:30.6657731Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:30.6658656Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:30.8656572Z 2024-04-03T16:12:30.8657360Z  2024-04-03T16:12:30.8657904Z  2024-04-03T16:12:30.8658390Z  2024-04-03T16:12:30.8658757Z  2024-04-03T16:12:30.8659108Z  2024-04-03T16:12:30.8659342Z  2024-04-03T16:12:30.8659608Z  2024-04-03T16:12:30.8659848Z  2024-04-03T16:12:30.8660765Z [1,883 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:30.8661743Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:30.8662412Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:30.8663004Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:30.8663746Z Compiling torch/csrc/jit/frontend/tracer.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:30.8664647Z Compiling torch/csrc/lazy/core/config.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:30.8665523Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:30.8666183Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:30.8666883Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:31.8662468Z 2024-04-03T16:12:31.8663199Z  2024-04-03T16:12:31.8663771Z  2024-04-03T16:12:31.8664116Z  2024-04-03T16:12:31.8664361Z  2024-04-03T16:12:31.8664635Z  2024-04-03T16:12:31.8664864Z  2024-04-03T16:12:31.8665105Z  2024-04-03T16:12:31.8665342Z  2024-04-03T16:12:31.8666020Z [1,883 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:31.8666814Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:31.8667293Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:31.8667749Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:31.8668435Z Compiling torch/csrc/jit/frontend/tracer.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:31.8669299Z Compiling torch/csrc/lazy/core/config.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:31.8669951Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:31.8670421Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:31.8670900Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:32.1586913Z 2024-04-03T16:12:32.1587574Z  2024-04-03T16:12:32.1588114Z  2024-04-03T16:12:32.1588638Z  2024-04-03T16:12:32.1588965Z  2024-04-03T16:12:32.1589206Z  2024-04-03T16:12:32.1589433Z  2024-04-03T16:12:32.1589673Z  2024-04-03T16:12:32.1589914Z  2024-04-03T16:12:32.1590598Z [1,884 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:32.1591390Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:32.1591867Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:32.1592543Z Compiling torch/csrc/jit/frontend/tracer.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:32.1593710Z Compiling torch/csrc/lazy/core/config.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:32.1596630Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:32.1597646Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:32.1598220Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:32.1598728Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:32.5282097Z 2024-04-03T16:12:32.5285858Z  2024-04-03T16:12:32.5286187Z  2024-04-03T16:12:32.5286512Z  2024-04-03T16:12:32.5286888Z  2024-04-03T16:12:32.5287258Z  2024-04-03T16:12:32.5287506Z  2024-04-03T16:12:32.5287737Z  2024-04-03T16:12:32.5287982Z  2024-04-03T16:12:32.5288682Z [1,884 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:32.5289465Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:12:32.5290066Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:12:32.5290765Z Compiling torch/csrc/jit/frontend/tracer.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:32.5291717Z Compiling torch/csrc/lazy/core/config.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:32.5292406Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:32.5292950Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:32.5293750Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:32.5294531Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:33.0463037Z 2024-04-03T16:12:33.0463738Z  2024-04-03T16:12:33.0464311Z  2024-04-03T16:12:33.0464787Z  2024-04-03T16:12:33.0465036Z  2024-04-03T16:12:33.0465264Z  2024-04-03T16:12:33.0465509Z  2024-04-03T16:12:33.0465737Z  2024-04-03T16:12:33.0465976Z  2024-04-03T16:12:33.0466670Z [1,885 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:33.0467449Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:12:33.0468152Z Compiling torch/csrc/jit/frontend/tracer.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:33.0469036Z Compiling torch/csrc/lazy/core/config.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:33.0469689Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:33.0470149Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:33.0470615Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:33.0471314Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:33.0472025Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:33.3288937Z 2024-04-03T16:12:33.3289599Z  2024-04-03T16:12:33.3290066Z  2024-04-03T16:12:33.3290598Z  2024-04-03T16:12:33.3290989Z  2024-04-03T16:12:33.3291230Z  2024-04-03T16:12:33.3291503Z  2024-04-03T16:12:33.3291804Z  2024-04-03T16:12:33.3292034Z  2024-04-03T16:12:33.3292882Z [1,888 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:33.3293977Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:33.3294617Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:33.3295135Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:33.3296040Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:33.3296902Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:33.3297808Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:33.3298645Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:33.3299238Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:34.0135679Z 2024-04-03T16:12:34.0136319Z  2024-04-03T16:12:34.0136642Z  2024-04-03T16:12:34.0136911Z  2024-04-03T16:12:34.0137158Z  2024-04-03T16:12:34.0137388Z  2024-04-03T16:12:34.0137747Z  2024-04-03T16:12:34.0138114Z  2024-04-03T16:12:34.0138490Z  2024-04-03T16:12:34.0139508Z [1,889 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:34.0142186Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:34.0143091Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:34.0144341Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:34.0145435Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:34.0146107Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:34.0148943Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:34.0149716Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:34.0150881Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:34.2290359Z 2024-04-03T16:12:34.2290902Z  2024-04-03T16:12:34.2291234Z  2024-04-03T16:12:34.2291475Z  2024-04-03T16:12:34.2291720Z  2024-04-03T16:12:34.2291949Z  2024-04-03T16:12:34.2292196Z  2024-04-03T16:12:34.2292438Z  2024-04-03T16:12:34.2292665Z  2024-04-03T16:12:34.2293471Z [1,890 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:34.2294270Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:34.2295000Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:34.2295692Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:34.2296382Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:34.2297041Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:34.2297723Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:34.2298407Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:34.2298903Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:34.5296762Z 2024-04-03T16:12:34.5297801Z  2024-04-03T16:12:34.5299466Z  2024-04-03T16:12:34.5300395Z  2024-04-03T16:12:34.5301033Z  2024-04-03T16:12:34.5301930Z  2024-04-03T16:12:34.5302403Z  2024-04-03T16:12:34.5302751Z  2024-04-03T16:12:34.5303121Z  2024-04-03T16:12:34.5304175Z [1,891 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:34.5305333Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:34.5306493Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:34.5307729Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:34.5308707Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:34.5309764Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:34.5310834Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:34.5311523Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:34.5312220Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:35.5301969Z 2024-04-03T16:12:35.5302504Z  2024-04-03T16:12:35.5302823Z  2024-04-03T16:12:35.5303151Z  2024-04-03T16:12:35.5303416Z  2024-04-03T16:12:35.5303659Z  2024-04-03T16:12:35.5303888Z  2024-04-03T16:12:35.5304129Z  2024-04-03T16:12:35.5304370Z  2024-04-03T16:12:35.5305055Z [1,891 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:35.5305850Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:35.5306570Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:35.5307467Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:35.5308113Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:35.5308809Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:35.5309495Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:35.5309953Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:35.5310444Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:35.7707828Z 2024-04-03T16:12:35.7712625Z  2024-04-03T16:12:35.7713539Z  2024-04-03T16:12:35.7714006Z  2024-04-03T16:12:35.7714406Z  2024-04-03T16:12:35.7714836Z  2024-04-03T16:12:35.7715300Z  2024-04-03T16:12:35.7715741Z  2024-04-03T16:12:35.7716187Z  2024-04-03T16:12:35.7717449Z [1,893 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:35.7720418Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:35.7721517Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:35.7722585Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:35.7723349Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:35.7724139Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:35.7725036Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:35.7725637Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:35.7726348Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:36.1711292Z 2024-04-03T16:12:36.1711992Z  2024-04-03T16:12:36.1712312Z  2024-04-03T16:12:36.1712598Z  2024-04-03T16:12:36.1712843Z  2024-04-03T16:12:36.1713072Z  2024-04-03T16:12:36.1713311Z  2024-04-03T16:12:36.1713554Z  2024-04-03T16:12:36.1713784Z  2024-04-03T16:12:36.1714493Z [1,894 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:36.1715279Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:36.1715986Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:36.1716684Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:36.1717156Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:36.1717608Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:36.1718078Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:36.1718538Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:12:36.1719017Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:12:36.5746056Z 2024-04-03T16:12:36.5749324Z  2024-04-03T16:12:36.5752256Z  2024-04-03T16:12:36.5754979Z  2024-04-03T16:12:36.5757630Z  2024-04-03T16:12:36.5760249Z  2024-04-03T16:12:36.5762946Z  2024-04-03T16:12:36.5765799Z  2024-04-03T16:12:36.5767215Z  2024-04-03T16:12:36.5768433Z [1,895 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:36.5769950Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:36.5770931Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:36.5771868Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:36.5772753Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:36.5773808Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:36.5774717Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:36.5775631Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:36.5776546Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:36.7855513Z 2024-04-03T16:12:36.7856588Z  2024-04-03T16:12:36.7857136Z  2024-04-03T16:12:36.7857600Z  2024-04-03T16:12:36.7858034Z  2024-04-03T16:12:36.7858471Z  2024-04-03T16:12:36.7858932Z  2024-04-03T16:12:36.7859188Z  2024-04-03T16:12:36.7859455Z  2024-04-03T16:12:36.7860344Z [1,895 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:36.7861514Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:36.7862194Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:36.7862714Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:36.7863289Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:36.7864043Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:36.7864754Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:36.7865454Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:36.7866984Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:37.0739009Z 2024-04-03T16:12:37.0740229Z  2024-04-03T16:12:37.0740960Z  2024-04-03T16:12:37.0741677Z  2024-04-03T16:12:37.0742607Z  2024-04-03T16:12:37.0743162Z  2024-04-03T16:12:37.0743655Z  2024-04-03T16:12:37.0744434Z  2024-04-03T16:12:37.0747200Z  2024-04-03T16:12:37.0748435Z [1,896 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:37.0749726Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:37.0750461Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:37.0751188Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:37.0751925Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:37.0752701Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:37.0753439Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:37.0754179Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:37.0755026Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:37.3857610Z 2024-04-03T16:12:37.3858148Z  2024-04-03T16:12:37.3858468Z  2024-04-03T16:12:37.3858739Z  2024-04-03T16:12:37.3858976Z  2024-04-03T16:12:37.3859218Z  2024-04-03T16:12:37.3859461Z  2024-04-03T16:12:37.3859689Z  2024-04-03T16:12:37.3859948Z  2024-04-03T16:12:37.3860650Z [1,897 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:37.3861425Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:37.3861904Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:37.3862370Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:37.3862821Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:37.3863285Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:37.3863747Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:37.3864194Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:37.3864695Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:38.4473390Z 2024-04-03T16:12:38.4474127Z  2024-04-03T16:12:38.4474599Z  2024-04-03T16:12:38.4478091Z  2024-04-03T16:12:38.4478649Z  2024-04-03T16:12:38.4479360Z  2024-04-03T16:12:38.4483175Z  2024-04-03T16:12:38.4483750Z  2024-04-03T16:12:38.4484779Z  2024-04-03T16:12:38.4486374Z [1,898 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:38.4487741Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:38.4488552Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:38.4489337Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:38.4490100Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.4490853Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.4491533Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.4492698Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:38.4493949Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:38.6835044Z 2024-04-03T16:12:38.6835921Z  2024-04-03T16:12:38.6836409Z  2024-04-03T16:12:38.6836808Z  2024-04-03T16:12:38.6837219Z  2024-04-03T16:12:38.6837671Z  2024-04-03T16:12:38.6838130Z  2024-04-03T16:12:38.6838624Z  2024-04-03T16:12:38.6839068Z  2024-04-03T16:12:38.6840040Z [1,899 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:38.6840837Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:38.6841304Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:38.6841774Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.6842238Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.6842686Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.6843364Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:38.6845367Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:38.6846511Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:38.9477710Z 2024-04-03T16:12:38.9481221Z  2024-04-03T16:12:38.9482148Z  2024-04-03T16:12:38.9483226Z  2024-04-03T16:12:38.9483668Z  2024-04-03T16:12:38.9484049Z  2024-04-03T16:12:38.9485099Z  2024-04-03T16:12:38.9485484Z  2024-04-03T16:12:38.9485883Z  2024-04-03T16:12:38.9486983Z [1,900 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:38.9488203Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:38.9489013Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.9489823Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.9490546Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:38.9491549Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:38.9492703Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:38.9493959Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:38.9495058Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:39.2840280Z 2024-04-03T16:12:39.2841153Z  2024-04-03T16:12:39.2841738Z  2024-04-03T16:12:39.2842046Z  2024-04-03T16:12:39.2842334Z  2024-04-03T16:12:39.2842583Z  2024-04-03T16:12:39.2842809Z  2024-04-03T16:12:39.2843054Z  2024-04-03T16:12:39.2843293Z  2024-04-03T16:12:39.2843978Z [1,900 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:39.2844938Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:39.2845425Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.2845883Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.2846353Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.2847033Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:39.2847705Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:39.2848392Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:39.2849092Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:39.7242166Z 2024-04-03T16:12:39.7242704Z  2024-04-03T16:12:39.7243117Z  2024-04-03T16:12:39.7243518Z  2024-04-03T16:12:39.7243898Z  2024-04-03T16:12:39.7244268Z  2024-04-03T16:12:39.7245103Z  2024-04-03T16:12:39.7245497Z  2024-04-03T16:12:39.7245890Z  2024-04-03T16:12:39.7247042Z [1,901 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:39.7248333Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:39.7249037Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.7249747Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.7250566Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.7251682Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:39.7252720Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:39.7253980Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:39.7255153Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:39.9314847Z 2024-04-03T16:12:39.9316043Z  2024-04-03T16:12:39.9316537Z  2024-04-03T16:12:39.9316961Z  2024-04-03T16:12:39.9317472Z  2024-04-03T16:12:39.9317896Z  2024-04-03T16:12:39.9318343Z  2024-04-03T16:12:39.9318646Z  2024-04-03T16:12:39.9319059Z  2024-04-03T16:12:39.9320092Z [1,901 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:39.9321392Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:39.9322137Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.9322815Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.9324570Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:39.9325738Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:39.9326884Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:39.9327922Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:39.9329582Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:40.1317966Z 2024-04-03T16:12:40.1318576Z  2024-04-03T16:12:40.1319076Z  2024-04-03T16:12:40.1319560Z  2024-04-03T16:12:40.1319796Z  2024-04-03T16:12:40.1320040Z  2024-04-03T16:12:40.1320271Z  2024-04-03T16:12:40.1320514Z  2024-04-03T16:12:40.1320757Z  2024-04-03T16:12:40.1321447Z [1,902 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:40.1322239Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:40.1322718Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:40.1323197Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:40.1323879Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:40.1324752Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:40.1325449Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:40.1326139Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:40.1326630Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:40.3385223Z 2024-04-03T16:12:40.3385758Z  2024-04-03T16:12:40.3386079Z  2024-04-03T16:12:40.3386460Z  2024-04-03T16:12:40.3386956Z  2024-04-03T16:12:40.3387288Z  2024-04-03T16:12:40.3387518Z  2024-04-03T16:12:40.3387757Z  2024-04-03T16:12:40.3387984Z  2024-04-03T16:12:40.3388673Z [1,902 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:40.3389464Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:40.3389959Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:40.3390415Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:40.3391111Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:40.3391787Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:40.3392466Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:40.3393158Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:40.3401152Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:40.5560253Z 2024-04-03T16:12:40.5561255Z  2024-04-03T16:12:40.5561643Z  2024-04-03T16:12:40.5561883Z  2024-04-03T16:12:40.5562158Z  2024-04-03T16:12:40.5562409Z  2024-04-03T16:12:40.5562662Z  2024-04-03T16:12:40.5563026Z  2024-04-03T16:12:40.5563409Z  2024-04-03T16:12:40.5564545Z [1,904 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:12:40.5565555Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:40.5566232Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:40.5566697Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:40.5567532Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:40.5568313Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:40.5569136Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:40.5570019Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:40.5570584Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:40.9564458Z 2024-04-03T16:12:40.9565203Z  2024-04-03T16:12:40.9565755Z  2024-04-03T16:12:40.9566211Z  2024-04-03T16:12:40.9566464Z  2024-04-03T16:12:40.9566697Z  2024-04-03T16:12:40.9566949Z  2024-04-03T16:12:40.9567194Z  2024-04-03T16:12:40.9567423Z  2024-04-03T16:12:41.0182466Z [1,904 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:41.0184238Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:41.0185021Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:41.0185768Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:41.0186790Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:41.0188846Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:41.0190024Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:41.0191059Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:41.0191786Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:41.4943627Z 2024-04-03T16:12:41.4944649Z  2024-04-03T16:12:41.4945132Z  2024-04-03T16:12:41.4945583Z  2024-04-03T16:12:41.4946005Z  2024-04-03T16:12:41.4946451Z  2024-04-03T16:12:41.4946859Z  2024-04-03T16:12:41.4947268Z  2024-04-03T16:12:41.4947663Z  2024-04-03T16:12:41.4948515Z [1,905 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:41.4949829Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:41.4950664Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:41.4951434Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:41.4952466Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:41.4953735Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:41.4954978Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:41.4956185Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:41.4956833Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:41.8192286Z 2024-04-03T16:12:41.8193124Z  2024-04-03T16:12:41.8193680Z  2024-04-03T16:12:41.8194163Z  2024-04-03T16:12:41.8194624Z  2024-04-03T16:12:41.8195083Z  2024-04-03T16:12:41.8195531Z  2024-04-03T16:12:41.8195991Z  2024-04-03T16:12:41.8196453Z  2024-04-03T16:12:41.8197873Z [1,905 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:41.8199372Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:41.8200276Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:41.8201155Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:41.8202387Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:41.8203634Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:41.8205152Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:41.8206331Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:41.8207165Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:42.2195782Z 2024-04-03T16:12:42.2196336Z  2024-04-03T16:12:42.2196678Z  2024-04-03T16:12:42.2196938Z  2024-04-03T16:12:42.2197190Z  2024-04-03T16:12:42.2197425Z  2024-04-03T16:12:42.2197695Z  2024-04-03T16:12:42.2197940Z  2024-04-03T16:12:42.2198174Z  2024-04-03T16:12:42.2198878Z [1,906 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:42.2199675Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:42.2200167Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:42.2200860Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:42.2201547Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:42.2202243Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:42.2202920Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:42.2203396Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:42.2203884Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:42.4425489Z 2024-04-03T16:12:42.4426011Z  2024-04-03T16:12:42.4426321Z  2024-04-03T16:12:42.4426601Z  2024-04-03T16:12:42.5176009Z  2024-04-03T16:12:42.5176735Z  2024-04-03T16:12:42.5177138Z  2024-04-03T16:12:42.5177508Z  2024-04-03T16:12:42.5177882Z  2024-04-03T16:12:42.5178992Z [1,907 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:42.5180294Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:42.5181127Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:42.5182143Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:42.5183131Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:42.5184146Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:42.5184874Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:42.5185599Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:42.5186604Z Compiling torch/csrc/jit/api/object.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:12:42.7183598Z 2024-04-03T16:12:42.7184351Z  2024-04-03T16:12:42.7184887Z  2024-04-03T16:12:42.7185372Z  2024-04-03T16:12:42.7185821Z  2024-04-03T16:12:42.7186274Z  2024-04-03T16:12:42.7186732Z  2024-04-03T16:12:42.7187169Z  2024-04-03T16:12:42.7187615Z  2024-04-03T16:12:42.7188874Z [1,907 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:42.7190340Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:42.7191625Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:42.7192900Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:42.7194173Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:42.7195461Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:42.7196341Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:42.7197204Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:42.7198472Z Compiling torch/csrc/jit/api/object.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:12:43.1830694Z 2024-04-03T16:12:43.1831634Z  2024-04-03T16:12:43.1832164Z  2024-04-03T16:12:43.1832626Z  2024-04-03T16:12:43.1833091Z  2024-04-03T16:12:43.1833541Z  2024-04-03T16:12:43.1833971Z  2024-04-03T16:12:43.1834447Z  2024-04-03T16:12:43.1834896Z  2024-04-03T16:12:43.1836131Z [1,908 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:43.1837991Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:43.1839278Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:43.1840546Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:43.1841844Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:43.1842732Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:43.1843572Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:43.1845211Z Compiling torch/csrc/jit/api/object.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:43.1846443Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:43.5188872Z 2024-04-03T16:12:43.5189445Z  2024-04-03T16:12:43.5189885Z  2024-04-03T16:12:43.5190129Z  2024-04-03T16:12:43.5190416Z  2024-04-03T16:12:43.5190666Z  2024-04-03T16:12:43.5190897Z  2024-04-03T16:12:43.5191142Z  2024-04-03T16:12:43.5191386Z  2024-04-03T16:12:43.5192074Z [1,908 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:43.5193078Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:43.5193852Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:43.5194543Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:43.5195231Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:43.5666589Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:43.5667748Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:43.5668695Z Compiling torch/csrc/jit/api/object.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:43.5669678Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:43.7276727Z 2024-04-03T16:12:43.7280172Z  2024-04-03T16:12:43.7280498Z  2024-04-03T16:12:43.7280881Z  2024-04-03T16:12:43.7281219Z  2024-04-03T16:12:43.7281458Z  2024-04-03T16:12:43.7281716Z  2024-04-03T16:12:43.7282125Z  2024-04-03T16:12:43.7282376Z  2024-04-03T16:12:43.7283266Z [1,909 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:43.7284258Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:43.7285474Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:43.7286178Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:43.7286677Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:43.7287136Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:43.7287789Z Compiling torch/csrc/jit/api/object.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:43.7288433Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:43.7288916Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:44.0554618Z 2024-04-03T16:12:44.0555294Z  2024-04-03T16:12:44.0555630Z  2024-04-03T16:12:44.0556014Z  2024-04-03T16:12:44.0556331Z  2024-04-03T16:12:44.0556721Z  2024-04-03T16:12:44.0557164Z  2024-04-03T16:12:44.0557602Z  2024-04-03T16:12:44.0557948Z  2024-04-03T16:12:44.0558858Z [1,910 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:44.0560220Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:44.0561136Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:44.0561808Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:44.0562434Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:44.0563066Z Compiling torch/csrc/jit/api/object.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:44.0563720Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:44.0564203Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.0564902Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:44.3008131Z 2024-04-03T16:12:44.3008794Z  2024-04-03T16:12:44.3009260Z  2024-04-03T16:12:44.3009645Z  2024-04-03T16:12:44.3010035Z  2024-04-03T16:12:44.3010387Z  2024-04-03T16:12:44.3010761Z  2024-04-03T16:12:44.3011162Z  2024-04-03T16:12:44.3011533Z  2024-04-03T16:12:44.3012465Z [1,912 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:44.3013584Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:44.3014328Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:44.3057737Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:44.3058726Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:44.3059608Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.3060498Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.3061393Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:44.3062302Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:44.5222426Z 2024-04-03T16:12:44.5223552Z  2024-04-03T16:12:44.5224155Z  2024-04-03T16:12:44.5224468Z  2024-04-03T16:12:44.5224707Z  2024-04-03T16:12:44.5225047Z  2024-04-03T16:12:44.5225390Z  2024-04-03T16:12:44.5225720Z  2024-04-03T16:12:44.5226030Z  2024-04-03T16:12:44.5226975Z [1,913 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:44.5227930Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:44.5228687Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:44.5229918Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:44.5230589Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.5231181Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.5231918Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.5232610Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:44.5235208Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:44.7678473Z 2024-04-03T16:12:44.7679172Z  2024-04-03T16:12:44.7679609Z  2024-04-03T16:12:44.7680017Z  2024-04-03T16:12:44.7680572Z  2024-04-03T16:12:44.7680979Z  2024-04-03T16:12:44.7681263Z  2024-04-03T16:12:44.7681732Z  2024-04-03T16:12:44.7682149Z  2024-04-03T16:12:44.7682833Z [1,913 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:44.7683837Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:44.7684686Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:44.7685193Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:44.7685873Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:44.7686349Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.7687012Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.7687516Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:44.7688229Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:45.7325410Z 2024-04-03T16:12:45.7326107Z  2024-04-03T16:12:45.7326693Z  2024-04-03T16:12:45.7327121Z  2024-04-03T16:12:45.7327594Z  2024-04-03T16:12:45.7328068Z  2024-04-03T16:12:45.7328466Z  2024-04-03T16:12:45.7328921Z  2024-04-03T16:12:45.7329290Z  2024-04-03T16:12:45.7330152Z [1,914 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:45.7332210Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:45.7333101Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:45.7333932Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.7334724Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.7335687Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.7336791Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.7337656Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:45.7338616Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:45.9685590Z 2024-04-03T16:12:45.9686228Z  2024-04-03T16:12:45.9686711Z  2024-04-03T16:12:45.9687019Z  2024-04-03T16:12:45.9687275Z  2024-04-03T16:12:45.9687528Z  2024-04-03T16:12:45.9687763Z  2024-04-03T16:12:45.9688010Z  2024-04-03T16:12:45.9688253Z  2024-04-03T16:12:45.9688940Z [1,914 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:45.9689736Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:45.9690221Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:45.9690703Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:45.9691179Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.9691649Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.9692102Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:45.9692572Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:45.9693075Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:46.6173860Z 2024-04-03T16:12:46.6174546Z  2024-04-03T16:12:46.6175117Z  2024-04-03T16:12:46.6175529Z  2024-04-03T16:12:46.6175791Z  2024-04-03T16:12:46.6176046Z  2024-04-03T16:12:46.6176293Z  2024-04-03T16:12:46.6176539Z  2024-04-03T16:12:46.6176775Z  2024-04-03T16:12:46.6177498Z [1,915 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:46.6178286Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:46.6178772Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:46.6179902Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:46.6180394Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:46.6180869Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:46.6181328Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:46.6182035Z Compiling torch/csrc/inductor/inductor_ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:46.6183674Z Compiling torch/csrc/jit/api/module.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:12:46.8429391Z 2024-04-03T16:12:46.8429930Z  2024-04-03T16:12:46.8430247Z  2024-04-03T16:12:46.8430509Z  2024-04-03T16:12:46.8430767Z  2024-04-03T16:12:46.8431021Z  2024-04-03T16:12:46.8431257Z  2024-04-03T16:12:46.8431510Z  2024-04-03T16:12:46.8431761Z  2024-04-03T16:12:46.8432528Z [1,916 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:46.8433641Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:46.8434151Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:46.8434611Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:46.8435095Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:46.8435567Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:46.8436255Z Compiling torch/csrc/inductor/inductor_ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:46.8437140Z Compiling torch/csrc/jit/api/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:46.8437807Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:47.1692348Z 2024-04-03T16:12:47.1693390Z  2024-04-03T16:12:47.1693995Z  2024-04-03T16:12:47.1694447Z  2024-04-03T16:12:47.1695080Z  2024-04-03T16:12:47.1695456Z  2024-04-03T16:12:47.1695809Z  2024-04-03T16:12:47.1696287Z  2024-04-03T16:12:47.1696745Z  2024-04-03T16:12:47.1697796Z [1,917 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:47.1699132Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:47.1699893Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:47.1700651Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:47.1701393Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:47.1702450Z Compiling torch/csrc/inductor/inductor_ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:47.1703714Z Compiling torch/csrc/jit/api/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:47.1704694Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:47.1705322Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:47.5508275Z 2024-04-03T16:12:47.5508820Z  2024-04-03T16:12:47.5509243Z  2024-04-03T16:12:47.5509509Z  2024-04-03T16:12:47.5509746Z  2024-04-03T16:12:47.5509999Z  2024-04-03T16:12:47.5510248Z  2024-04-03T16:12:47.5510479Z  2024-04-03T16:12:47.5510725Z  2024-04-03T16:12:47.5511459Z [1,918 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:47.5512246Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:47.5512732Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:47.5513208Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:47.5513897Z Compiling torch/csrc/inductor/inductor_ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:47.5514775Z Compiling torch/csrc/jit/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:47.5515420Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:47.5515881Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:47.5516376Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:47.8371337Z 2024-04-03T16:12:47.8372090Z  2024-04-03T16:12:47.8372684Z  2024-04-03T16:12:47.8373032Z  2024-04-03T16:12:47.8373283Z  2024-04-03T16:12:47.8373517Z  2024-04-03T16:12:47.8373763Z  2024-04-03T16:12:47.8374007Z  2024-04-03T16:12:47.8374236Z  2024-04-03T16:12:47.9096653Z [1,919 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:47.9098421Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:47.9099157Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:47.9100227Z Compiling torch/csrc/inductor/inductor_ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:47.9101910Z Compiling torch/csrc/jit/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:47.9102983Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:47.9103748Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:47.9104497Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:47.9105263Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:48.1951979Z 2024-04-03T16:12:48.1952541Z  2024-04-03T16:12:48.1953104Z  2024-04-03T16:12:48.1953547Z  2024-04-03T16:12:48.1953794Z  2024-04-03T16:12:48.1954037Z  2024-04-03T16:12:48.1954267Z  2024-04-03T16:12:48.1954510Z  2024-04-03T16:12:48.1954772Z  2024-04-03T16:12:48.1955456Z [1,920 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:48.1956242Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:48.1956952Z Compiling torch/csrc/inductor/inductor_ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:48.1957824Z Compiling torch/csrc/jit/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:48.1958462Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.1958937Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.1959388Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.1959856Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.1960346Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:48.8159139Z 2024-04-03T16:12:48.8159988Z  2024-04-03T16:12:48.8160555Z  2024-04-03T16:12:48.8161093Z  2024-04-03T16:12:48.8161507Z  2024-04-03T16:12:48.8161774Z  2024-04-03T16:12:48.8162105Z  2024-04-03T16:12:48.8162468Z  2024-04-03T16:12:48.8162770Z  2024-04-03T16:12:48.8163629Z [1,921 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:48.8165119Z Compiling torch/csrc/inductor/inductor_ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:48.8166294Z Compiling torch/csrc/jit/api/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:48.8167152Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:48.8167794Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:48.8168422Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.8169093Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.8169709Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:48.8170433Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:49.0208084Z 2024-04-03T16:12:49.0208691Z  2024-04-03T16:12:49.0209108Z  2024-04-03T16:12:49.0209375Z  2024-04-03T16:12:49.0209658Z  2024-04-03T16:12:49.0209936Z  2024-04-03T16:12:49.0210284Z  2024-04-03T16:12:49.0210666Z  2024-04-03T16:12:49.0211067Z  2024-04-03T16:12:49.0212215Z [1,922 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:49.0213873Z Compiling torch/csrc/inductor/inductor_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:49.0215020Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.0215764Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.0216562Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:49.0217324Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:49.0218061Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:49.0218848Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:49.0219659Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:49.4214979Z 2024-04-03T16:12:49.4215675Z  2024-04-03T16:12:49.4216223Z  2024-04-03T16:12:49.4223228Z  2024-04-03T16:12:49.4223697Z  2024-04-03T16:12:49.4224055Z  2024-04-03T16:12:49.4224439Z  2024-04-03T16:12:49.4224818Z  2024-04-03T16:12:49.4225182Z  2024-04-03T16:12:49.4226302Z [1,922 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:49.4229227Z Compiling torch/csrc/inductor/inductor_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:49.4230364Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:49.4231108Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.4231815Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.4232477Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.4233194Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.4233854Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:49.4234679Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:49.6600206Z 2024-04-03T16:12:49.6600956Z  2024-04-03T16:12:49.6601485Z  2024-04-03T16:12:49.6601859Z  2024-04-03T16:12:49.6602228Z  2024-04-03T16:12:49.6602614Z  2024-04-03T16:12:49.6603063Z  2024-04-03T16:12:49.6603557Z  2024-04-03T16:12:49.6603945Z  2024-04-03T16:12:49.6605305Z [1,923 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:49.6606846Z Compiling torch/csrc/inductor/inductor_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:49.6607714Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.6608209Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.6608919Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.6609640Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.6610243Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:49.6611214Z Compiling torch/csrc/jit/api/module_save.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:49.6612183Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:50.0233535Z 2024-04-03T16:12:50.0234224Z  2024-04-03T16:12:50.0234605Z  2024-04-03T16:12:50.0234868Z  2024-04-03T16:12:50.0235205Z  2024-04-03T16:12:50.0235455Z  2024-04-03T16:12:50.0235702Z  2024-04-03T16:12:50.0236031Z  2024-04-03T16:12:50.0236394Z  2024-04-03T16:12:50.0237289Z [1,923 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:50.0238657Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:50.0239371Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.0240000Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:50.0240465Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:50.0241074Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:50.0241545Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:50.0242212Z Compiling torch/csrc/jit/api/module_save.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:50.0243082Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:50.4236967Z 2024-04-03T16:12:50.4237691Z  2024-04-03T16:12:50.4238105Z  2024-04-03T16:12:50.4238358Z  2024-04-03T16:12:50.4238610Z  2024-04-03T16:12:50.4238872Z  2024-04-03T16:12:50.4239109Z  2024-04-03T16:12:50.4239382Z  2024-04-03T16:12:50.4239631Z  2024-04-03T16:12:50.4240314Z [1,924 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:50.4241340Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:50.4242043Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.4242514Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.4242994Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.4243466Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:50.4244134Z Compiling torch/csrc/jit/api/module_save.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:50.4259816Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:50.4261204Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:50.6266288Z 2024-04-03T16:12:50.6266902Z  2024-04-03T16:12:50.6267451Z  2024-04-03T16:12:50.6267903Z  2024-04-03T16:12:50.6743805Z  2024-04-03T16:12:50.6744165Z  2024-04-03T16:12:50.6744507Z  2024-04-03T16:12:50.6744850Z  2024-04-03T16:12:50.6745177Z  2024-04-03T16:12:50.6746187Z [1,925 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:50.6747840Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:50.6748849Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.6749522Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.6750339Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:50.6751474Z Compiling torch/csrc/jit/api/module_save.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:50.6752949Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:50.6754413Z Compiling torch/csrc/jit/mobile/import_data.cpp; 3s processwrapper-sandbox 2024-04-03T16:12:50.6755491Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:51.5649110Z 2024-04-03T16:12:51.5650097Z  2024-04-03T16:12:51.5650633Z  2024-04-03T16:12:51.5650876Z  2024-04-03T16:12:51.5651142Z  2024-04-03T16:12:51.5651393Z  2024-04-03T16:12:51.5651624Z  2024-04-03T16:12:51.5651866Z  2024-04-03T16:12:51.5652107Z  2024-04-03T16:12:51.5652787Z [1,926 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:51.5653583Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:51.5654062Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:51.5654518Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:51.5655223Z Compiling torch/csrc/jit/api/module_save.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:51.5656117Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:51.5657016Z Compiling torch/csrc/jit/mobile/import_data.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:51.5657724Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:51.5658213Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:51.8756060Z 2024-04-03T16:12:51.8757077Z  2024-04-03T16:12:51.8757555Z  2024-04-03T16:12:51.8757939Z  2024-04-03T16:12:51.8758312Z  2024-04-03T16:12:51.8758701Z  2024-04-03T16:12:51.8759116Z  2024-04-03T16:12:51.8759524Z  2024-04-03T16:12:51.8759893Z  2024-04-03T16:12:51.8761064Z [1,927 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:51.8762178Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:51.8762934Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:51.8763674Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:51.8764923Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:51.8766448Z Compiling torch/csrc/jit/mobile/import_data.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:51.8767293Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:51.8768035Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:51.8768728Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:52.3097025Z 2024-04-03T16:12:52.3097661Z  2024-04-03T16:12:52.3098236Z  2024-04-03T16:12:52.3098777Z  2024-04-03T16:12:52.3099066Z  2024-04-03T16:12:52.3099311Z  2024-04-03T16:12:52.3099556Z  2024-04-03T16:12:52.3099790Z  2024-04-03T16:12:52.3100033Z  2024-04-03T16:12:52.3100734Z [1,928 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:52.3102951Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:52.3103687Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:52.3104308Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:52.3105174Z Compiling torch/csrc/jit/mobile/import_data.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:52.3106065Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:52.3107563Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:52.3108184Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:52.3108759Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:52.6760645Z 2024-04-03T16:12:52.6761403Z  2024-04-03T16:12:52.6761997Z  2024-04-03T16:12:52.6762283Z  2024-04-03T16:12:52.6762533Z  2024-04-03T16:12:52.6762776Z  2024-04-03T16:12:52.6763008Z  2024-04-03T16:12:52.6763283Z  2024-04-03T16:12:52.6763524Z  2024-04-03T16:12:52.6764224Z [1,929 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:52.6765256Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:52.6765747Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:52.6766209Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:52.6766921Z Compiling torch/csrc/jit/mobile/import_data.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:52.6767642Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:52.6768102Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:52.6768576Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:52.6769065Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:53.0911945Z 2024-04-03T16:12:53.0912835Z  2024-04-03T16:12:53.0913348Z  2024-04-03T16:12:53.0913610Z  2024-04-03T16:12:53.0913871Z  2024-04-03T16:12:53.0914124Z  2024-04-03T16:12:53.0914376Z  2024-04-03T16:12:53.0914612Z  2024-04-03T16:12:53.0914863Z  2024-04-03T16:12:53.0915583Z [1,930 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:53.0916374Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:53.0916866Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:53.0917344Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:53.0918036Z Compiling torch/csrc/jit/mobile/import_data.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:53.0918741Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:53.0919212Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:53.0919675Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:53.0920164Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:53.3061266Z 2024-04-03T16:12:53.3062033Z  2024-04-03T16:12:53.3062357Z  2024-04-03T16:12:53.3062682Z  2024-04-03T16:12:53.3062954Z  2024-04-03T16:12:53.3063203Z  2024-04-03T16:12:53.3063496Z  2024-04-03T16:12:53.3063739Z  2024-04-03T16:12:53.3063971Z  2024-04-03T16:12:53.3064751Z [1,930 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:53.3065644Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:53.3066137Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:53.3066670Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:53.3067434Z Compiling torch/csrc/jit/mobile/import_data.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:53.3068208Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:53.3068668Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:53.3069199Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:53.3069746Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:54.0586592Z 2024-04-03T16:12:54.0587260Z  2024-04-03T16:12:54.0587691Z  2024-04-03T16:12:54.0588024Z  2024-04-03T16:12:54.0588359Z  2024-04-03T16:12:54.0588730Z  2024-04-03T16:12:54.0589098Z  2024-04-03T16:12:54.0589493Z  2024-04-03T16:12:54.0589893Z  2024-04-03T16:12:54.0591452Z [1,931 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:54.0592630Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:54.0593283Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:54.0594354Z Compiling torch/csrc/jit/mobile/import_data.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:54.0596711Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:54.0597430Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:54.0598135Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:54.0599151Z Compiling torch/csrc/jit/serialization/onnx.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:54.0600242Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:54.3273562Z 2024-04-03T16:12:54.3274304Z  2024-04-03T16:12:54.3274619Z  2024-04-03T16:12:54.3274883Z  2024-04-03T16:12:54.3275133Z  2024-04-03T16:12:54.3275390Z  2024-04-03T16:12:54.3275620Z  2024-04-03T16:12:54.3275885Z  2024-04-03T16:12:54.3276115Z  2024-04-03T16:12:54.3276814Z [1,932 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:54.3277607Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:12:54.3278324Z Compiling torch/csrc/jit/mobile/import_data.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:54.3279017Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:54.3279486Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:54.3279954Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:54.3280641Z Compiling torch/csrc/jit/serialization/onnx.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:54.3281332Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:54.3281820Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:54.7358024Z 2024-04-03T16:12:54.7358709Z  2024-04-03T16:12:54.7359176Z  2024-04-03T16:12:54.7359605Z  2024-04-03T16:12:54.7359982Z  2024-04-03T16:12:54.7360342Z  2024-04-03T16:12:54.7360577Z  2024-04-03T16:12:54.7360819Z  2024-04-03T16:12:54.7361057Z  2024-04-03T16:12:54.7361739Z [1,934 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:12:54.7362534Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:54.7363028Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:54.7363482Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:54.7364191Z Compiling torch/csrc/jit/serialization/onnx.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:54.7365330Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:54.7365996Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:54.7366781Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:54.7367468Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:55.1295395Z 2024-04-03T16:12:55.1296085Z  2024-04-03T16:12:55.1296548Z  2024-04-03T16:12:55.1296939Z  2024-04-03T16:12:55.1297319Z  2024-04-03T16:12:55.1297704Z  2024-04-03T16:12:55.1298063Z  2024-04-03T16:12:55.1298407Z  2024-04-03T16:12:55.1298786Z  2024-04-03T16:12:55.1300122Z [1,934 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:55.1301286Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:55.1301943Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:55.1302644Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:55.1303600Z Compiling torch/csrc/jit/serialization/onnx.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:55.1304626Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:55.1305317Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:55.1306339Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:55.1307124Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:55.4860545Z 2024-04-03T16:12:55.4863792Z  2024-04-03T16:12:55.4864638Z  2024-04-03T16:12:55.4865070Z  2024-04-03T16:12:55.4865452Z  2024-04-03T16:12:55.4865869Z  2024-04-03T16:12:55.4866300Z  2024-04-03T16:12:55.4866700Z  2024-04-03T16:12:55.4867121Z  2024-04-03T16:12:55.4867916Z [1,935 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:55.4871166Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:55.4872010Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:55.4872631Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:55.4873415Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:55.4874250Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:55.4875421Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2024-04-03T16:12:55.4876448Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:55.4877217Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:55.7299218Z 2024-04-03T16:12:55.7299754Z  2024-04-03T16:12:55.7300078Z  2024-04-03T16:12:55.7300336Z  2024-04-03T16:12:55.7300583Z  2024-04-03T16:12:55.7300825Z  2024-04-03T16:12:55.7301057Z  2024-04-03T16:12:55.7301298Z  2024-04-03T16:12:55.7301542Z  2024-04-03T16:12:55.7302252Z [1,935 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:55.7303040Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:55.7303520Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:55.7303979Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:55.7304448Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:55.7304912Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:55.7305568Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:55.7306233Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:55.7306726Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:55.9443751Z 2024-04-03T16:12:55.9444535Z  2024-04-03T16:12:55.9444849Z  2024-04-03T16:12:55.9445119Z  2024-04-03T16:12:55.9445365Z  2024-04-03T16:12:55.9445595Z  2024-04-03T16:12:55.9445836Z  2024-04-03T16:12:55.9446087Z  2024-04-03T16:12:55.9446369Z  2024-04-03T16:12:55.9447378Z [1,936 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:55.9448255Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:55.9448762Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:55.9449237Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:55.9449762Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:55.9450421Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:55.9451113Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:55.9451594Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:55.9452077Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:56.1547332Z 2024-04-03T16:12:56.1547874Z  2024-04-03T16:12:56.1548191Z  2024-04-03T16:12:56.1548513Z  2024-04-03T16:12:56.1548785Z  2024-04-03T16:12:56.1549035Z  2024-04-03T16:12:56.1549280Z  2024-04-03T16:12:56.1549532Z  2024-04-03T16:12:56.1549771Z  2024-04-03T16:12:56.1550524Z [1,936 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:56.1551321Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:56.1551804Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:56.1552274Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:56.1552727Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:56.1553396Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2024-04-03T16:12:56.1554057Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:56.1554511Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:56.1908045Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:56.9624522Z 2024-04-03T16:12:56.9625225Z  2024-04-03T16:12:56.9625752Z  2024-04-03T16:12:56.9626227Z  2024-04-03T16:12:56.9626648Z  2024-04-03T16:12:56.9626901Z  2024-04-03T16:12:56.9627132Z  2024-04-03T16:12:56.9639731Z  2024-04-03T16:12:56.9640183Z  2024-04-03T16:12:56.9641368Z [1,937 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:56.9642753Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:56.9643565Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:56.9644539Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:56.9645572Z Compiling torch/csrc/autograd/variable.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:56.9646493Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:56.9647269Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:56.9648090Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:56.9648941Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:57.1919449Z 2024-04-03T16:12:57.1920077Z  2024-04-03T16:12:57.1920602Z  2024-04-03T16:12:57.1921103Z  2024-04-03T16:12:57.1921391Z  2024-04-03T16:12:57.1921713Z  2024-04-03T16:12:57.1921986Z  2024-04-03T16:12:57.1922220Z  2024-04-03T16:12:57.1922536Z  2024-04-03T16:12:57.1923291Z [1,937 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:57.1924243Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:57.1925045Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:57.1925642Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:57.1926584Z Compiling torch/csrc/autograd/variable.cpp; 6s processwrapper-sandbox 2024-04-03T16:12:57.1927422Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.1927987Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.1928600Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:57.1929257Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:57.5108941Z 2024-04-03T16:12:57.5109556Z  2024-04-03T16:12:57.5109872Z  2024-04-03T16:12:57.5110208Z  2024-04-03T16:12:57.5110641Z  2024-04-03T16:12:57.5110952Z  2024-04-03T16:12:57.5111201Z  2024-04-03T16:12:57.5111518Z  2024-04-03T16:12:57.5111749Z  2024-04-03T16:12:57.5112545Z [1,938 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:57.5113516Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:57.5114121Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:57.5114951Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:57.5115677Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:57.5116335Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.5116827Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.5117301Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.5117778Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:57.7923697Z 2024-04-03T16:12:57.7924247Z  2024-04-03T16:12:57.7924833Z  2024-04-03T16:12:57.7925082Z  2024-04-03T16:12:57.7925364Z  2024-04-03T16:12:57.7925596Z  2024-04-03T16:12:57.7925842Z  2024-04-03T16:12:57.7926088Z  2024-04-03T16:12:57.7926319Z  2024-04-03T16:12:57.7927038Z [1,938 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:57.7927835Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:57.7928305Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:57.7928780Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:57.7929457Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:57.7930111Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:57.8716685Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.8717717Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:57.8744382Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:12:58.0351498Z 2024-04-03T16:12:58.0352197Z  2024-04-03T16:12:58.0352762Z  2024-04-03T16:12:58.0355243Z  2024-04-03T16:12:58.0355703Z  2024-04-03T16:12:58.0356161Z  2024-04-03T16:12:58.0356590Z  2024-04-03T16:12:58.0357044Z  2024-04-03T16:12:58.0357472Z  2024-04-03T16:12:58.0358761Z [1,940 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:58.0360223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:58.0361131Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:58.0362394Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:58.0363640Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:58.0364954Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:58.0365640Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.0366328Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:58.0367042Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:58.2727410Z 2024-04-03T16:12:58.2728189Z  2024-04-03T16:12:58.2729187Z  2024-04-03T16:12:58.2733783Z  2024-04-03T16:12:58.2734250Z  2024-04-03T16:12:58.2734726Z  2024-04-03T16:12:58.2735181Z  2024-04-03T16:12:58.2735644Z  2024-04-03T16:12:58.2736098Z  2024-04-03T16:12:58.2737392Z [1,941 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:58.2738393Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:12:58.2738990Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:58.2739849Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:58.2740703Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:58.2741354Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:58.2741876Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.2742435Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.2743047Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:58.4734471Z 2024-04-03T16:12:58.4735318Z  2024-04-03T16:12:58.4735813Z  2024-04-03T16:12:58.4736651Z  2024-04-03T16:12:58.4737400Z  2024-04-03T16:12:58.4737822Z  2024-04-03T16:12:58.4738238Z  2024-04-03T16:12:58.4738629Z  2024-04-03T16:12:58.4739010Z  2024-04-03T16:12:58.4740028Z [1,942 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:58.4741166Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:58.4742274Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:12:58.4743312Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:58.4744020Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:58.4744646Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.4745242Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.4745891Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:58.4746566Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:58.8171505Z 2024-04-03T16:12:58.8172189Z  2024-04-03T16:12:58.8172636Z  2024-04-03T16:12:58.8173009Z  2024-04-03T16:12:58.8173343Z  2024-04-03T16:12:58.8173710Z  2024-04-03T16:12:58.8174124Z  2024-04-03T16:12:58.8174603Z  2024-04-03T16:12:58.8174988Z  2024-04-03T16:12:58.8175786Z [1,943 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:58.8176946Z Compiling torch/csrc/autograd/variable.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:58.8177750Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:58.8178298Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:58.8180702Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.8181661Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.8182256Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:58.8182777Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:12:58.8183332Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:59.0738381Z 2024-04-03T16:12:59.0749410Z  2024-04-03T16:12:59.0749948Z  2024-04-03T16:12:59.0750394Z  2024-04-03T16:12:59.0750965Z  2024-04-03T16:12:59.0751422Z  2024-04-03T16:12:59.0751850Z  2024-04-03T16:12:59.0752282Z  2024-04-03T16:12:59.0752767Z  2024-04-03T16:12:59.0753864Z [1,943 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:59.0755285Z Compiling torch/csrc/autograd/variable.cpp; 8s processwrapper-sandbox 2024-04-03T16:12:59.0756231Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:59.0756996Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.0757716Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.0758416Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:59.0759162Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:59.0759944Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:59.0760743Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:59.5437847Z 2024-04-03T16:12:59.5442597Z  2024-04-03T16:12:59.5443160Z  2024-04-03T16:12:59.5443642Z  2024-04-03T16:12:59.5444072Z  2024-04-03T16:12:59.5444740Z  2024-04-03T16:12:59.5445186Z  2024-04-03T16:12:59.5445597Z  2024-04-03T16:12:59.5446039Z  2024-04-03T16:12:59.5447261Z [1,944 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:12:59.5449017Z Compiling torch/csrc/autograd/variable.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:59.5450231Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:12:59.5451106Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:59.5451939Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.5452807Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.5453655Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:59.5454486Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:59.5455386Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:12:59.8742707Z 2024-04-03T16:12:59.8743274Z  2024-04-03T16:12:59.8743662Z  2024-04-03T16:12:59.8743938Z  2024-04-03T16:12:59.8744192Z  2024-04-03T16:12:59.8744428Z  2024-04-03T16:12:59.8744672Z  2024-04-03T16:12:59.8744919Z  2024-04-03T16:12:59.8745150Z  2024-04-03T16:12:59.8745852Z [1,944 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:12:59.8746845Z Compiling torch/csrc/autograd/variable.cpp; 9s processwrapper-sandbox 2024-04-03T16:12:59.8747551Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:12:59.8748019Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:12:59.8748495Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.8748967Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.8749418Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:12:59.8749900Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:12:59.8750390Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:00.6018236Z 2024-04-03T16:13:00.6018889Z  2024-04-03T16:13:00.6019374Z  2024-04-03T16:13:00.6019790Z  2024-04-03T16:13:00.6020195Z  2024-04-03T16:13:00.6020597Z  2024-04-03T16:13:00.6020999Z  2024-04-03T16:13:00.6021423Z  2024-04-03T16:13:00.6021824Z  2024-04-03T16:13:00.6022724Z [1,945 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:00.6023945Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:00.6025993Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:00.6027060Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:00.6027643Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:00.6028305Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:00.6028833Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:00.6032153Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:00.6032755Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:00.8925286Z 2024-04-03T16:13:00.8926121Z  2024-04-03T16:13:00.8926657Z  2024-04-03T16:13:00.8927063Z  2024-04-03T16:13:00.8927558Z  2024-04-03T16:13:00.8928041Z  2024-04-03T16:13:00.8928476Z  2024-04-03T16:13:00.8928987Z  2024-04-03T16:13:00.8929490Z  2024-04-03T16:13:00.8930647Z [1,945 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:00.8931878Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:00.8932784Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:00.8933532Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:00.8934337Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:00.8935181Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:00.8935947Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:00.8936709Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:00.8937488Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:01.1892424Z 2024-04-03T16:13:01.1893143Z  2024-04-03T16:13:01.1893676Z  2024-04-03T16:13:01.1894123Z  2024-04-03T16:13:01.1894515Z  2024-04-03T16:13:01.1894901Z  2024-04-03T16:13:01.1895295Z  2024-04-03T16:13:01.1895674Z  2024-04-03T16:13:01.1896085Z  2024-04-03T16:13:01.1897245Z [1,946 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:01.1898521Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:01.1899299Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.1900110Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.1900891Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:01.1901642Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:01.1902426Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:01.1903204Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:01.1903992Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:01.4930400Z 2024-04-03T16:13:01.4931761Z  2024-04-03T16:13:01.4932412Z  2024-04-03T16:13:01.4932680Z  2024-04-03T16:13:01.4933006Z  2024-04-03T16:13:01.4933293Z  2024-04-03T16:13:01.4933538Z  2024-04-03T16:13:01.4933770Z  2024-04-03T16:13:01.4934080Z  2024-04-03T16:13:01.4934846Z [1,946 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:01.4935741Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:01.4936415Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.4936990Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.4937494Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:01.4937998Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:01.4938537Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:01.4938989Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:01.4939548Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:01.8797293Z 2024-04-03T16:13:01.8798094Z  2024-04-03T16:13:01.8798594Z  2024-04-03T16:13:01.8799040Z  2024-04-03T16:13:01.8799506Z  2024-04-03T16:13:01.8799830Z  2024-04-03T16:13:01.8800075Z  2024-04-03T16:13:01.8800305Z  2024-04-03T16:13:01.8800551Z  2024-04-03T16:13:01.8801250Z [1,948 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:01.8802034Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:01.9108302Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.9109557Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.9110071Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:01.9110701Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:01.9111466Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:01.9112120Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:01.9114180Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:02.0935847Z 2024-04-03T16:13:02.0936536Z  2024-04-03T16:13:02.0937020Z  2024-04-03T16:13:02.0937530Z  2024-04-03T16:13:02.0938003Z  2024-04-03T16:13:02.0938464Z  2024-04-03T16:13:02.0938930Z  2024-04-03T16:13:02.0939322Z  2024-04-03T16:13:02.0939767Z  2024-04-03T16:13:02.0941056Z [1,949 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:02.0942612Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:02.0943544Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:02.0944418Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:02.0945107Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:02.0945747Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:02.0946430Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:02.0947075Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:02.0947775Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:03.0686713Z 2024-04-03T16:13:03.0687268Z  2024-04-03T16:13:03.0687700Z  2024-04-03T16:13:03.0688011Z  2024-04-03T16:13:03.0688263Z  2024-04-03T16:13:03.0688497Z  2024-04-03T16:13:03.0688748Z  2024-04-03T16:13:03.0688989Z  2024-04-03T16:13:03.0689217Z  2024-04-03T16:13:03.0689925Z [1,950 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:03.0690716Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:03.0691205Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:03.0691681Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:03.0692146Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:03.0692648Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:03.0693121Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:03.0693588Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:03.0694116Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:03.2943235Z 2024-04-03T16:13:03.2944207Z  2024-04-03T16:13:03.2944766Z  2024-04-03T16:13:03.2945095Z  2024-04-03T16:13:03.2945342Z  2024-04-03T16:13:03.2945572Z  2024-04-03T16:13:03.2945830Z  2024-04-03T16:13:03.2946071Z  2024-04-03T16:13:03.2946301Z  2024-04-03T16:13:03.2946996Z [1,950 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:03.2947791Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:03.2948288Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:03.2948759Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:03.2949227Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:03.2949692Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:03.2950141Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:03.2950614Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:03.2951181Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:13:04.2117202Z 2024-04-03T16:13:04.2118141Z  2024-04-03T16:13:04.2118625Z  2024-04-03T16:13:04.2118869Z  2024-04-03T16:13:04.2119118Z  2024-04-03T16:13:04.2119378Z  2024-04-03T16:13:04.2119610Z  2024-04-03T16:13:04.2119853Z  2024-04-03T16:13:04.2120083Z  2024-04-03T16:13:04.2121025Z [1,951 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:04.2122336Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:04.2124972Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:04.2125947Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:04.2126738Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:04.2127352Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:04.2127834Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:04.2128609Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:04.2131551Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:13:04.5027165Z 2024-04-03T16:13:04.5027741Z  2024-04-03T16:13:04.5028047Z  2024-04-03T16:13:04.5028319Z  2024-04-03T16:13:04.5028566Z  2024-04-03T16:13:04.5028798Z  2024-04-03T16:13:04.5029043Z  2024-04-03T16:13:04.5029287Z  2024-04-03T16:13:04.5029516Z  2024-04-03T16:13:04.5030220Z [1,951 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:04.5031022Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:04.5031592Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:04.5032086Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:04.5032561Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:04.5033014Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:04.5033481Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:04.5033945Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:04.5034560Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:13:04.7043177Z 2024-04-03T16:13:04.7044044Z  2024-04-03T16:13:04.7048919Z  2024-04-03T16:13:04.7049767Z  2024-04-03T16:13:04.7050582Z  2024-04-03T16:13:04.7052504Z  2024-04-03T16:13:04.7052945Z  2024-04-03T16:13:04.7053307Z  2024-04-03T16:13:04.7053689Z  2024-04-03T16:13:04.7054747Z [1,954 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:04.7055913Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:04.7056666Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:04.7057387Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:04.7058094Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:04.7058804Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:04.7059510Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:04.7060209Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:04.7060947Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:05.1046976Z 2024-04-03T16:13:05.1047701Z  2024-04-03T16:13:05.1048066Z  2024-04-03T16:13:05.1048336Z  2024-04-03T16:13:05.1048571Z  2024-04-03T16:13:05.1048969Z  2024-04-03T16:13:05.1049293Z  2024-04-03T16:13:05.1049523Z  2024-04-03T16:13:05.1049762Z  2024-04-03T16:13:05.1050663Z [1,955 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:05.1051639Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:05.1052329Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:05.1052832Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:05.1053465Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:05.1053932Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:05.1054565Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:05.1055020Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:05.1055555Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:05.3049642Z 2024-04-03T16:13:05.3050656Z  2024-04-03T16:13:05.3051128Z  2024-04-03T16:13:05.3051385Z  2024-04-03T16:13:05.3051633Z  2024-04-03T16:13:05.3051881Z  2024-04-03T16:13:05.3052112Z  2024-04-03T16:13:05.3052354Z  2024-04-03T16:13:05.3052598Z  2024-04-03T16:13:05.3053290Z [1,956 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:05.3054088Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:05.3740925Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:05.3742145Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:05.3742909Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:05.3743650Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:05.3744356Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:05.3745099Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:05.3746128Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:05.5747033Z 2024-04-03T16:13:05.5747744Z  2024-04-03T16:13:05.5748355Z  2024-04-03T16:13:05.5748675Z  2024-04-03T16:13:05.5748909Z  2024-04-03T16:13:05.5749159Z  2024-04-03T16:13:05.5749389Z  2024-04-03T16:13:05.5749638Z  2024-04-03T16:13:05.5749881Z  2024-04-03T16:13:05.5750570Z [1,957 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:05.5751437Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:05.5751950Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:05.5752409Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:05.5752875Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:05.5753344Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:05.5753799Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:05.5754263Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:05.5754767Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:06.0372597Z 2024-04-03T16:13:06.0373441Z  2024-04-03T16:13:06.0374030Z  2024-04-03T16:13:06.0374478Z  2024-04-03T16:13:06.0375090Z  2024-04-03T16:13:06.0375540Z  2024-04-03T16:13:06.0375998Z  2024-04-03T16:13:06.0376464Z  2024-04-03T16:13:06.0376786Z  2024-04-03T16:13:06.0377493Z [1,958 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:13:06.0378285Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:06.0378780Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:06.0379254Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:06.0379721Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.0380172Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.0380641Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.0381107Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.0381761Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:06.2377821Z 2024-04-03T16:13:06.2378812Z  2024-04-03T16:13:06.2379249Z  2024-04-03T16:13:06.2379621Z  2024-04-03T16:13:06.2380007Z  2024-04-03T16:13:06.2380454Z  2024-04-03T16:13:06.2380863Z  2024-04-03T16:13:06.2381297Z  2024-04-03T16:13:06.2381732Z  2024-04-03T16:13:06.2382952Z [1,958 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:06.2384392Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:06.2385292Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:06.2386148Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:06.2386922Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:06.2387718Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.2388429Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.2389222Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:06.2390039Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:07.0027962Z 2024-04-03T16:13:07.0028647Z  2024-04-03T16:13:07.0029123Z  2024-04-03T16:13:07.0029521Z  2024-04-03T16:13:07.0029946Z  2024-04-03T16:13:07.0030342Z  2024-04-03T16:13:07.0030744Z  2024-04-03T16:13:07.0031139Z  2024-04-03T16:13:07.0031587Z  2024-04-03T16:13:07.0032644Z [1,959 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:07.0033939Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:07.0035037Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:07.0035813Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.0036520Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.0037184Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.0037951Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.0038754Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:07.0039804Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:07.2383253Z 2024-04-03T16:13:07.2383792Z  2024-04-03T16:13:07.2384118Z  2024-04-03T16:13:07.2384390Z  2024-04-03T16:13:07.2384625Z  2024-04-03T16:13:07.2384879Z  2024-04-03T16:13:07.2385124Z  2024-04-03T16:13:07.2385356Z  2024-04-03T16:13:07.2385597Z  2024-04-03T16:13:07.2386305Z [1,959 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:07.2387167Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:07.2387759Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:07.2388455Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:07.2389086Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.2389554Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.2390020Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.2390470Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:07.2390970Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:07.4579306Z 2024-04-03T16:13:07.4579845Z  2024-04-03T16:13:07.4580170Z  2024-04-03T16:13:07.4580508Z  2024-04-03T16:13:07.4580767Z  2024-04-03T16:13:07.4581010Z  2024-04-03T16:13:07.4581321Z  2024-04-03T16:13:07.4581573Z  2024-04-03T16:13:07.4581814Z  2024-04-03T16:13:07.4582576Z [1,960 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:07.4583448Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:07.4584034Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:07.4584562Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.4585039Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.4585580Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.4586067Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:07.4586578Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:07.4587352Z Compiling torch/csrc/api/src/imethod.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:13:07.6766148Z 2024-04-03T16:13:07.6766846Z  2024-04-03T16:13:07.6767329Z  2024-04-03T16:13:07.6767735Z  2024-04-03T16:13:07.6768100Z  2024-04-03T16:13:07.6768490Z  2024-04-03T16:13:07.6768868Z  2024-04-03T16:13:07.6769206Z  2024-04-03T16:13:07.6769575Z  2024-04-03T16:13:07.6770601Z [1,961 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:07.6771836Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:07.6772624Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:07.6773358Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.6774051Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:07.6774738Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:07.6775410Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:07.6776422Z Compiling torch/csrc/api/src/imethod.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:07.6777456Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:08.0669372Z 2024-04-03T16:13:08.0670236Z  2024-04-03T16:13:08.0670621Z  2024-04-03T16:13:08.0670885Z  2024-04-03T16:13:08.0671118Z  2024-04-03T16:13:08.0671362Z  2024-04-03T16:13:08.0671679Z  2024-04-03T16:13:08.0671912Z  2024-04-03T16:13:08.0672154Z  2024-04-03T16:13:08.0672867Z [1,962 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:08.0673658Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:08.1792447Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:08.1793828Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:08.1794601Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:08.1795381Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:08.1796444Z Compiling torch/csrc/api/src/imethod.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:08.1797694Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:08.1798491Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:09.0901249Z 2024-04-03T16:13:09.0902006Z  2024-04-03T16:13:09.0902423Z  2024-04-03T16:13:09.0902664Z  2024-04-03T16:13:09.0902911Z  2024-04-03T16:13:09.0903143Z  2024-04-03T16:13:09.0903522Z  2024-04-03T16:13:09.0903920Z  2024-04-03T16:13:09.0904162Z  2024-04-03T16:13:09.0905203Z [1,963 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:09.0906460Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.0907220Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.0907960Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.0908700Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.0909445Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:09.0910184Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:09.0910905Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:09.0912060Z Compiling torch/csrc/api/src/jit.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:09.3803605Z 2024-04-03T16:13:09.3804635Z  2024-04-03T16:13:09.3805098Z  2024-04-03T16:13:09.3805519Z  2024-04-03T16:13:09.3805875Z  2024-04-03T16:13:09.3806271Z  2024-04-03T16:13:09.3806675Z  2024-04-03T16:13:09.3807036Z  2024-04-03T16:13:09.3807401Z  2024-04-03T16:13:09.3808587Z [1,963 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:09.3809391Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:09.3809875Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.3810343Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.3810795Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:09.3811264Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.3811745Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:09.3812195Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:09.3812850Z Compiling torch/csrc/api/src/jit.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:09.6430888Z 2024-04-03T16:13:09.6431516Z  2024-04-03T16:13:09.6432121Z  2024-04-03T16:13:09.6432627Z  2024-04-03T16:13:09.6432900Z  2024-04-03T16:13:09.6433144Z  2024-04-03T16:13:09.6433373Z  2024-04-03T16:13:09.6433613Z  2024-04-03T16:13:09.6433857Z  2024-04-03T16:13:09.6434556Z [1,964 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:09.6435353Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.6435829Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.6436285Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:09.6436754Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.6437218Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.6437677Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.6438300Z Compiling torch/csrc/api/src/jit.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:09.6438937Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:09.8633677Z 2024-04-03T16:13:09.8634227Z  2024-04-03T16:13:09.8634756Z  2024-04-03T16:13:09.8635270Z  2024-04-03T16:13:09.8635637Z  2024-04-03T16:13:09.8635891Z  2024-04-03T16:13:09.8636132Z  2024-04-03T16:13:09.8636361Z  2024-04-03T16:13:09.8636605Z  2024-04-03T16:13:09.9271022Z [1,965 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:09.9272279Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.9272771Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:09.9273243Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:09.9273738Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.9279446Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.9280111Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:09.9280752Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:09.9281429Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:10.3095127Z 2024-04-03T16:13:10.3096029Z  2024-04-03T16:13:10.3098820Z  2024-04-03T16:13:10.3099345Z  2024-04-03T16:13:10.3100010Z  2024-04-03T16:13:10.3100879Z  2024-04-03T16:13:10.3101370Z  2024-04-03T16:13:10.3101844Z  2024-04-03T16:13:10.3102290Z  2024-04-03T16:13:10.3103087Z [1,966 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:10.3103991Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:10.3104492Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:10.3105035Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:10.3105580Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:10.3106077Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.3106644Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.3107236Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.3107725Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:10.5280021Z 2024-04-03T16:13:10.5280559Z  2024-04-03T16:13:10.5280883Z  2024-04-03T16:13:10.5281160Z  2024-04-03T16:13:10.5281409Z  2024-04-03T16:13:10.5281788Z  2024-04-03T16:13:10.5282055Z  2024-04-03T16:13:10.5282286Z  2024-04-03T16:13:10.5282582Z  2024-04-03T16:13:10.5283303Z [1,966 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:10.5284084Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:10.5284748Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:10.5285297Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:10.5285898Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:10.5286451Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.5286921Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.5287396Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.5287910Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:10.8324224Z 2024-04-03T16:13:10.8325011Z  2024-04-03T16:13:10.8325473Z  2024-04-03T16:13:10.8325849Z  2024-04-03T16:13:10.8326213Z  2024-04-03T16:13:10.8326462Z  2024-04-03T16:13:10.8326766Z  2024-04-03T16:13:10.8327120Z  2024-04-03T16:13:10.8327427Z  2024-04-03T16:13:10.8328391Z [1,967 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:10.8329381Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:10.8330740Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:10.8331309Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:10.8332070Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:10.8332804Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:10.8333328Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:10.8333973Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:10.8334645Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:11.0619044Z 2024-04-03T16:13:11.0620055Z  2024-04-03T16:13:11.0620868Z  2024-04-03T16:13:11.0623550Z  2024-04-03T16:13:11.0624030Z  2024-04-03T16:13:11.0624772Z  2024-04-03T16:13:11.0625846Z  2024-04-03T16:13:11.0626316Z  2024-04-03T16:13:11.0626706Z  2024-04-03T16:13:11.0628205Z [1,968 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:11.0629417Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:11.0630103Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.0630892Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.0631675Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.0633022Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:11.0633731Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:11.0634442Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:11.0635146Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:11.4329498Z 2024-04-03T16:13:11.4330158Z  2024-04-03T16:13:11.4330627Z  2024-04-03T16:13:11.4330975Z  2024-04-03T16:13:11.4331376Z  2024-04-03T16:13:11.4331778Z  2024-04-03T16:13:11.4332158Z  2024-04-03T16:13:11.4332577Z  2024-04-03T16:13:11.4332978Z  2024-04-03T16:13:11.4333971Z [1,969 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:11.4334931Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:11.4335676Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:11.4336143Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.4336796Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.4337343Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.4337900Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:11.4338506Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:11.4338991Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:11.6330916Z 2024-04-03T16:13:11.6331711Z  2024-04-03T16:13:11.6332245Z  2024-04-03T16:13:11.6332701Z  2024-04-03T16:13:11.6333165Z  2024-04-03T16:13:11.6333607Z  2024-04-03T16:13:11.6334048Z  2024-04-03T16:13:11.6334480Z  2024-04-03T16:13:11.6334904Z  2024-04-03T16:13:11.6336188Z [1,970 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:13:11.6337491Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:11.6338271Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:11.6339063Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:11.6339794Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:11.6340544Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:11.6341253Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:11.6341971Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:11.6343037Z Compiling torch/csrc/jit/mobile/module.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:12.0336002Z 2024-04-03T16:13:12.0336535Z  2024-04-03T16:13:12.0336968Z  2024-04-03T16:13:12.0337284Z  2024-04-03T16:13:12.0337525Z  2024-04-03T16:13:12.0337825Z  2024-04-03T16:13:12.0338086Z  2024-04-03T16:13:12.0338314Z  2024-04-03T16:13:12.0338600Z  2024-04-03T16:13:12.0339360Z [1,970 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:12.0340235Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:12.0340723Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:12.0341253Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:12.0341748Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:12.0342241Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:12.0342765Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:12.0343216Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:12.0343981Z Compiling torch/csrc/jit/mobile/module.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:12.9274737Z 2024-04-03T16:13:12.9275489Z  2024-04-03T16:13:12.9276029Z  2024-04-03T16:13:12.9276523Z  2024-04-03T16:13:12.9276773Z  2024-04-03T16:13:12.9277019Z  2024-04-03T16:13:12.9277251Z  2024-04-03T16:13:12.9277498Z  2024-04-03T16:13:12.9277742Z  2024-04-03T16:13:13.0180164Z [1,971 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:13.0181919Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.0182680Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.0183416Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.0184547Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:13.0185286Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:13.0186023Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:13.0187105Z Compiling torch/csrc/jit/mobile/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:13.0188146Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:13.2138263Z 2024-04-03T16:13:13.2138947Z  2024-04-03T16:13:13.2139453Z  2024-04-03T16:13:13.2139967Z  2024-04-03T16:13:13.2140409Z  2024-04-03T16:13:13.2140741Z  2024-04-03T16:13:13.2141039Z  2024-04-03T16:13:13.2141280Z  2024-04-03T16:13:13.2141532Z  2024-04-03T16:13:13.2142447Z [1,972 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:13.2143394Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.2143877Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.2144438Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.2145005Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:13.2145478Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:13.2145967Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:13.2146506Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:13.2147065Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:13.4989772Z 2024-04-03T16:13:13.4990441Z  2024-04-03T16:13:13.4990805Z  2024-04-03T16:13:13.4991135Z  2024-04-03T16:13:13.4991390Z  2024-04-03T16:13:13.4991622Z  2024-04-03T16:13:13.4991880Z  2024-04-03T16:13:13.4992134Z  2024-04-03T16:13:13.4992450Z  2024-04-03T16:13:13.4993238Z [1,972 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:13.4994023Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:13.4994506Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.4995075Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.4995609Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:13.4996073Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:13.4996584Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:13.4997049Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:13.4997573Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:14.3544461Z 2024-04-03T16:13:14.3545049Z  2024-04-03T16:13:14.3545398Z  2024-04-03T16:13:14.3545681Z  2024-04-03T16:13:14.3545916Z  2024-04-03T16:13:14.3546224Z  2024-04-03T16:13:14.3546518Z  2024-04-03T16:13:14.3546758Z  2024-04-03T16:13:14.3547216Z  2024-04-03T16:13:14.3548096Z [1,973 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:14.3549298Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:14.3549951Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:14.3550672Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:14.3551454Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:14.3552065Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:14.3552736Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:14.3553452Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:14.3554095Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:14.6996785Z 2024-04-03T16:13:14.6997393Z  2024-04-03T16:13:14.6997849Z  2024-04-03T16:13:14.6998377Z  2024-04-03T16:13:14.6998694Z  2024-04-03T16:13:14.6998943Z  2024-04-03T16:13:14.6999184Z  2024-04-03T16:13:14.6999413Z  2024-04-03T16:13:14.6999654Z  2024-04-03T16:13:14.7781067Z [1,973 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:14.7782549Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:14.7783394Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:14.7784109Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:14.7787118Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:14.7787846Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:14.7788508Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:14.7789089Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:14.7789695Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:13:14.9066875Z 2024-04-03T16:13:14.9067462Z  2024-04-03T16:13:14.9067804Z  2024-04-03T16:13:14.9068084Z  2024-04-03T16:13:14.9068337Z  2024-04-03T16:13:14.9068578Z  2024-04-03T16:13:14.9068827Z  2024-04-03T16:13:14.9069074Z  2024-04-03T16:13:14.9069306Z  2024-04-03T16:13:14.9070033Z [1,974 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:14.9070827Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:14.9071309Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:14.9071794Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:14.9072274Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:14.9072797Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:14.9073268Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:14.9073736Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:14.9074426Z Compiling torch/csrc/jit/mobile/import.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:15.1787878Z 2024-04-03T16:13:15.1788626Z  2024-04-03T16:13:15.1789173Z  2024-04-03T16:13:15.1789699Z  2024-04-03T16:13:15.1790006Z  2024-04-03T16:13:15.1790251Z  2024-04-03T16:13:15.1790480Z  2024-04-03T16:13:15.1790723Z  2024-04-03T16:13:15.1790983Z  2024-04-03T16:13:15.1791677Z [1,975 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:15.1792534Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:15.1793027Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:15.1793501Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:15.1793969Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:15.1794442Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:15.1794897Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:15.1795569Z Compiling torch/csrc/jit/mobile/import.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:15.1796252Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:15.4277604Z 2024-04-03T16:13:15.4278370Z  2024-04-03T16:13:15.4278902Z  2024-04-03T16:13:15.4279175Z  2024-04-03T16:13:15.4279425Z  2024-04-03T16:13:15.4279656Z  2024-04-03T16:13:15.4279903Z  2024-04-03T16:13:15.4280167Z  2024-04-03T16:13:15.4280397Z  2024-04-03T16:13:15.4281099Z [1,976 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:15.4281892Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:15.4282366Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:15.4282856Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:15.4283328Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:15.4283782Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:15.4284908Z Compiling torch/csrc/jit/mobile/import.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:15.4286149Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:15.4287133Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:15.7819183Z 2024-04-03T16:13:15.7819775Z  2024-04-03T16:13:15.7820319Z  2024-04-03T16:13:15.7820799Z  2024-04-03T16:13:15.7821253Z  2024-04-03T16:13:15.7823595Z  2024-04-03T16:13:15.7824044Z  2024-04-03T16:13:15.7824399Z  2024-04-03T16:13:15.7835435Z  2024-04-03T16:13:15.7836389Z [1,977 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:15.7837306Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:15.7839835Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:15.7840623Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:15.7841420Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:15.7842392Z Compiling torch/csrc/jit/mobile/import.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:15.7843750Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:15.7845100Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:15.7845927Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:16.0499358Z 2024-04-03T16:13:16.0499860Z  2024-04-03T16:13:16.0500173Z  2024-04-03T16:13:16.0500451Z  2024-04-03T16:13:16.0500703Z  2024-04-03T16:13:16.0500944Z  2024-04-03T16:13:16.0501173Z  2024-04-03T16:13:16.0501416Z  2024-04-03T16:13:16.0501769Z  2024-04-03T16:13:16.0502553Z [1,978 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:16.0503364Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:16.0503848Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:16.0504310Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:16.0504989Z Compiling torch/csrc/jit/mobile/import.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:16.0505873Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:16.0506548Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:16.0507022Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:16.0507509Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:16.3184097Z 2024-04-03T16:13:16.3184654Z  2024-04-03T16:13:16.3184956Z  2024-04-03T16:13:16.3185231Z  2024-04-03T16:13:16.3185485Z  2024-04-03T16:13:16.3185719Z  2024-04-03T16:13:16.3185969Z  2024-04-03T16:13:16.3186216Z  2024-04-03T16:13:16.3186446Z  2024-04-03T16:13:16.3187144Z [1,979 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:16.3187956Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:16.3188433Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:16.3189114Z Compiling torch/csrc/jit/mobile/import.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:16.3190000Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:16.3190673Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.3191152Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.3191628Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:16.3192111Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:16.6712219Z 2024-04-03T16:13:16.6713178Z  2024-04-03T16:13:16.6713652Z  2024-04-03T16:13:16.6714169Z  2024-04-03T16:13:16.6714624Z  2024-04-03T16:13:16.6715007Z  2024-04-03T16:13:16.6715260Z  2024-04-03T16:13:16.6715488Z  2024-04-03T16:13:16.6715807Z  2024-04-03T16:13:16.6716849Z [1,980 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:16.6717857Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:16.6718803Z Compiling torch/csrc/jit/mobile/import.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:16.6719953Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:16.6720637Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.6721387Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.6722129Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.6725255Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:16.6726114Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:16.9961929Z 2024-04-03T16:13:16.9962776Z  2024-04-03T16:13:16.9963098Z  2024-04-03T16:13:16.9963363Z  2024-04-03T16:13:16.9963632Z  2024-04-03T16:13:16.9963867Z  2024-04-03T16:13:16.9973015Z  2024-04-03T16:13:16.9973269Z  2024-04-03T16:13:16.9973627Z  2024-04-03T16:13:16.9974447Z [1,981 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:16.9975350Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:16.9976232Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:16.9977079Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.9977652Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.9978186Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:16.9978701Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:16.9979514Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:16.9980328Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:17.4814558Z 2024-04-03T16:13:17.4815806Z  2024-04-03T16:13:17.4816252Z  2024-04-03T16:13:17.4816596Z  2024-04-03T16:13:17.4816907Z  2024-04-03T16:13:17.4817142Z  2024-04-03T16:13:17.4817405Z  2024-04-03T16:13:17.4817774Z  2024-04-03T16:13:17.4818008Z  2024-04-03T16:13:17.4818862Z [1,982 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:17.4819947Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:17.4820829Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:17.4821345Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:17.4821933Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:17.4822475Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:17.4823237Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:17.4824139Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:17.4824652Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:17.7983230Z 2024-04-03T16:13:17.7983858Z  2024-04-03T16:13:17.7984404Z  2024-04-03T16:13:17.7984902Z  2024-04-03T16:13:17.7985374Z  2024-04-03T16:13:17.7985851Z  2024-04-03T16:13:17.7986300Z  2024-04-03T16:13:17.7986708Z  2024-04-03T16:13:17.7987199Z  2024-04-03T16:13:17.7988118Z [1,982 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:17.7989647Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:17.7990891Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:17.7991718Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:17.7992514Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:17.7993329Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:17.7994323Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:17.7995373Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:17.7996139Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:18.1985716Z 2024-04-03T16:13:18.1986412Z  2024-04-03T16:13:18.1986911Z  2024-04-03T16:13:18.1987429Z  2024-04-03T16:13:18.1987811Z  2024-04-03T16:13:18.1988045Z  2024-04-03T16:13:18.1988289Z  2024-04-03T16:13:18.1988539Z  2024-04-03T16:13:18.1988767Z  2024-04-03T16:13:18.1989470Z [1,984 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:18.1990265Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:18.1990735Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:18.1991208Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:18.2265624Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:18.2267103Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:18.2267805Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:18.2268485Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:18.2269495Z Compiling torch/csrc/lazy/core/helpers.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:13:18.8990708Z 2024-04-03T16:13:18.8991404Z  2024-04-03T16:13:18.8991891Z  2024-04-03T16:13:18.8992298Z  2024-04-03T16:13:18.8992684Z  2024-04-03T16:13:18.8993176Z  2024-04-03T16:13:18.8993564Z  2024-04-03T16:13:18.8993972Z  2024-04-03T16:13:18.8994363Z  2024-04-03T16:13:18.8995425Z [1,985 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:18.8996715Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:18.8997494Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:18.8998631Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:18.8999736Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:18.9000499Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:18.9001276Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:18.9002366Z Compiling torch/csrc/lazy/core/helpers.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:18.9003522Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:19.2274408Z 2024-04-03T16:13:19.2275109Z  2024-04-03T16:13:19.2275673Z  2024-04-03T16:13:19.2276079Z  2024-04-03T16:13:19.2276328Z  2024-04-03T16:13:19.2276570Z  2024-04-03T16:13:19.2276818Z  2024-04-03T16:13:19.2277064Z  2024-04-03T16:13:19.2277296Z  2024-04-03T16:13:19.2277995Z [1,985 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:19.2278796Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:19.2279285Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:19.2279993Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:19.2280693Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:19.2281155Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:19.2281632Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:19.2282314Z Compiling torch/csrc/lazy/core/helpers.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:19.2282980Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:19.8114041Z 2024-04-03T16:13:19.8115074Z  2024-04-03T16:13:19.8115535Z  2024-04-03T16:13:19.8115878Z  2024-04-03T16:13:19.8116236Z  2024-04-03T16:13:19.8116610Z  2024-04-03T16:13:19.8116942Z  2024-04-03T16:13:19.8117292Z  2024-04-03T16:13:19.8117625Z  2024-04-03T16:13:19.8118618Z [1,986 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:19.8119748Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:19.8120741Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:19.8121693Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:19.8122372Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:19.8123038Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:19.8123992Z Compiling torch/csrc/lazy/core/helpers.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:19.8125148Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:19.8125839Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:20.0308050Z 2024-04-03T16:13:20.0308815Z  2024-04-03T16:13:20.0309136Z  2024-04-03T16:13:20.0309397Z  2024-04-03T16:13:20.0309643Z  2024-04-03T16:13:20.0309908Z  2024-04-03T16:13:20.0310140Z  2024-04-03T16:13:20.0310386Z  2024-04-03T16:13:20.0310616Z  2024-04-03T16:13:20.0582253Z [1,987 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:20.0583762Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:20.0584529Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:20.0585253Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:20.0586014Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:20.0587340Z Compiling torch/csrc/lazy/core/helpers.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:20.0588362Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:20.0589118Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:20.0589908Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:20.7732775Z 2024-04-03T16:13:20.7733314Z  2024-04-03T16:13:20.7733626Z  2024-04-03T16:13:20.7733901Z  2024-04-03T16:13:20.7734149Z  2024-04-03T16:13:20.7734380Z  2024-04-03T16:13:20.7734624Z  2024-04-03T16:13:20.7734867Z  2024-04-03T16:13:20.7735102Z  2024-04-03T16:13:20.7735833Z [1,988 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:20.7736626Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:20.7737101Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:20.7737578Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:20.7738253Z Compiling torch/csrc/lazy/core/helpers.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:20.7738920Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:20.7739397Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:20.7739867Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:20.7740344Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:21.0592837Z 2024-04-03T16:13:21.0593621Z  2024-04-03T16:13:21.0594189Z  2024-04-03T16:13:21.0594523Z  2024-04-03T16:13:21.0594774Z  2024-04-03T16:13:21.0595007Z  2024-04-03T16:13:21.0595252Z  2024-04-03T16:13:21.0595501Z  2024-04-03T16:13:21.0595733Z  2024-04-03T16:13:21.0596451Z [1,988 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:21.0597246Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.0597717Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.0598192Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.0598886Z Compiling torch/csrc/lazy/core/helpers.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:21.0599539Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.0600013Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.0600483Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:21.0600955Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:21.2966893Z 2024-04-03T16:13:21.2967568Z  2024-04-03T16:13:21.2968107Z  2024-04-03T16:13:21.2968592Z  2024-04-03T16:13:21.2969032Z  2024-04-03T16:13:21.2969494Z  2024-04-03T16:13:21.2969950Z  2024-04-03T16:13:21.2970388Z  2024-04-03T16:13:21.2970867Z  2024-04-03T16:13:21.2972137Z [1,989 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:21.2973621Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.2974526Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.2975799Z Compiling torch/csrc/lazy/core/helpers.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:21.2977065Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.2977965Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.2978857Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.2979729Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:21.2980655Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:21.6747036Z 2024-04-03T16:13:21.6747579Z  2024-04-03T16:13:21.6747938Z  2024-04-03T16:13:21.6748211Z  2024-04-03T16:13:21.6748454Z  2024-04-03T16:13:21.6748684Z  2024-04-03T16:13:21.6748923Z  2024-04-03T16:13:21.6749163Z  2024-04-03T16:13:21.6949363Z  2024-04-03T16:13:21.6950880Z [1,990 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:21.6952134Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:21.6952903Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.6954156Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.6954913Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.6955602Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.6956306Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:21.6957009Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:21.6957797Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:21.8957530Z 2024-04-03T16:13:21.8958218Z  2024-04-03T16:13:21.8958749Z  2024-04-03T16:13:21.8959369Z  2024-04-03T16:13:21.8959782Z  2024-04-03T16:13:21.8960192Z  2024-04-03T16:13:21.8960600Z  2024-04-03T16:13:21.8960998Z  2024-04-03T16:13:21.8961320Z  2024-04-03T16:13:21.8962117Z [1,991 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:21.8963356Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:21.8963959Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.8964786Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:21.8965558Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.8966324Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.8967061Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:21.8967838Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:21.8968654Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:22.2901926Z 2024-04-03T16:13:22.2902720Z  2024-04-03T16:13:22.2903132Z  2024-04-03T16:13:22.2903398Z  2024-04-03T16:13:22.2903653Z  2024-04-03T16:13:22.2903943Z  2024-04-03T16:13:22.2904173Z  2024-04-03T16:13:22.2904417Z  2024-04-03T16:13:22.2904688Z  2024-04-03T16:13:22.2905422Z [1,992 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:22.2906222Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:22.2906781Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:22.2907255Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:22.2907762Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:22.2908286Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:22.2908741Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:22.2909248Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:22.2909803Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:22.4961231Z 2024-04-03T16:13:22.4962161Z  2024-04-03T16:13:22.4962734Z  2024-04-03T16:13:22.4963020Z  2024-04-03T16:13:22.4963273Z  2024-04-03T16:13:22.4963504Z  2024-04-03T16:13:22.4963752Z  2024-04-03T16:13:22.4963995Z  2024-04-03T16:13:22.4964247Z  2024-04-03T16:13:22.4965228Z [1,992 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:22.4966026Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:22.4966500Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:22.4966988Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:22.4967458Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:22.4967938Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:22.4968390Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:22.4968859Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:22.4969347Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:22.8070886Z 2024-04-03T16:13:22.8074199Z  2024-04-03T16:13:22.8077173Z  2024-04-03T16:13:22.8079917Z  2024-04-03T16:13:22.8082595Z  2024-04-03T16:13:22.8083912Z  2024-04-03T16:13:22.8084839Z  2024-04-03T16:13:22.8085483Z  2024-04-03T16:13:22.8086401Z  2024-04-03T16:13:22.8087660Z [1,993 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:22.8089230Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:22.8090203Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:22.8091532Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:22.8093033Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:22.8093918Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:22.8094772Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:22.8095948Z Compiling torch/csrc/profiler/stubs/base.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:22.8097135Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:23.0967957Z 2024-04-03T16:13:23.0968502Z  2024-04-03T16:13:23.0968827Z  2024-04-03T16:13:23.0969072Z  2024-04-03T16:13:23.0969342Z  2024-04-03T16:13:23.0969591Z  2024-04-03T16:13:23.0969826Z  2024-04-03T16:13:23.0970097Z  2024-04-03T16:13:23.0970345Z  2024-04-03T16:13:23.0971040Z [1,994 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:23.0971838Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:23.0972323Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:23.0972796Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:23.0973273Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:23.0973744Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:23.0974201Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:23.0974675Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:23.0975165Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:24.1027379Z 2024-04-03T16:13:24.1028123Z  2024-04-03T16:13:24.1028618Z  2024-04-03T16:13:24.1029125Z  2024-04-03T16:13:24.1029415Z  2024-04-03T16:13:24.1029663Z  2024-04-03T16:13:24.1029897Z  2024-04-03T16:13:24.1030173Z  2024-04-03T16:13:24.1030415Z  2024-04-03T16:13:24.1031098Z [1,994 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:24.1031887Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:24.1032371Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:24.1032842Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:24.1033375Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:24.1033847Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:24.1034297Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:24.1034765Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:24.1035247Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:24.6074378Z 2024-04-03T16:13:24.6076286Z  2024-04-03T16:13:24.6085178Z  2024-04-03T16:13:24.6085699Z  2024-04-03T16:13:24.6086109Z  2024-04-03T16:13:24.6086568Z  2024-04-03T16:13:24.6087021Z  2024-04-03T16:13:24.6087514Z  2024-04-03T16:13:24.6087983Z  2024-04-03T16:13:24.6089258Z [1,995 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:24.6090241Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:24.6090737Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:24.6091251Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:24.6091725Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:24.6092195Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:24.6092684Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:24.6093311Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:24.6094044Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:24.9118592Z 2024-04-03T16:13:24.9119112Z  2024-04-03T16:13:24.9119433Z  2024-04-03T16:13:24.9119708Z  2024-04-03T16:13:24.9119940Z  2024-04-03T16:13:24.9120183Z  2024-04-03T16:13:24.9120413Z  2024-04-03T16:13:24.9349473Z  2024-04-03T16:13:24.9349923Z  2024-04-03T16:13:24.9351027Z [1,995 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:24.9352324Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:24.9353100Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:24.9354150Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:24.9354920Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:24.9355690Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:24.9356441Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:24.9357201Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:24.9357999Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:25.1365249Z 2024-04-03T16:13:25.1365911Z  2024-04-03T16:13:25.1366336Z  2024-04-03T16:13:25.1366707Z  2024-04-03T16:13:25.1367064Z  2024-04-03T16:13:25.1367424Z  2024-04-03T16:13:25.1367790Z  2024-04-03T16:13:25.1368181Z  2024-04-03T16:13:25.1368536Z  2024-04-03T16:13:25.1369618Z [1,996 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:25.1370879Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:25.1371663Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:25.1372422Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:25.1373173Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:25.1373953Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:25.1374708Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:25.1375418Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:25.1376122Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:25.4680538Z 2024-04-03T16:13:25.4681334Z  2024-04-03T16:13:25.4681770Z  2024-04-03T16:13:25.4682144Z  2024-04-03T16:13:25.4683275Z  2024-04-03T16:13:25.4683724Z  2024-04-03T16:13:25.4684126Z  2024-04-03T16:13:25.4684699Z  2024-04-03T16:13:25.4686588Z  2024-04-03T16:13:25.4687943Z [1,998 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:25.4689516Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:25.4690476Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:25.4691334Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:25.4692289Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:25.4693508Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:25.4694076Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:25.4694706Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:25.4695440Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:25.7362210Z 2024-04-03T16:13:25.7362767Z  2024-04-03T16:13:25.7363071Z  2024-04-03T16:13:25.7363348Z  2024-04-03T16:13:25.7363604Z  2024-04-03T16:13:25.7363840Z  2024-04-03T16:13:25.7364092Z  2024-04-03T16:13:25.7364512Z  2024-04-03T16:13:25.7364753Z  2024-04-03T16:13:25.7365460Z [1,999 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:25.7366259Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:25.7366733Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:25.7367216Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:25.7367683Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:25.7368137Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:25.7368608Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:25.7369073Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:25.7369544Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:26.1041277Z 2024-04-03T16:13:26.1042051Z  2024-04-03T16:13:26.1042463Z  2024-04-03T16:13:26.1042851Z  2024-04-03T16:13:26.1043320Z  2024-04-03T16:13:26.1043683Z  2024-04-03T16:13:26.1043925Z  2024-04-03T16:13:26.1050649Z  2024-04-03T16:13:26.1051393Z  2024-04-03T16:13:26.1052268Z [2,000 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:26.1053130Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:26.1053806Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:26.1056687Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:26.1057163Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:26.1057797Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:26.1058342Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:26.1058909Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:26.1059680Z Compiling torch/csrc/monitor/counters.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:26.3405695Z 2024-04-03T16:13:26.3406376Z  2024-04-03T16:13:26.3406982Z  2024-04-03T16:13:26.3407388Z  2024-04-03T16:13:26.3407642Z  2024-04-03T16:13:26.3407886Z  2024-04-03T16:13:26.3408135Z  2024-04-03T16:13:26.3408380Z  2024-04-03T16:13:26.3408621Z  2024-04-03T16:13:26.3409306Z [2,000 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:26.3410097Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:26.3410595Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:26.3411055Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:26.3411526Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:26.3411994Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:26.3412447Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:26.3412914Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:26.3413610Z Compiling torch/csrc/monitor/counters.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:26.5459013Z 2024-04-03T16:13:26.5460130Z  2024-04-03T16:13:26.5461658Z  2024-04-03T16:13:26.5462532Z  2024-04-03T16:13:26.5462954Z  2024-04-03T16:13:26.5463433Z  2024-04-03T16:13:26.5463887Z  2024-04-03T16:13:26.5464370Z  2024-04-03T16:13:26.5464707Z  2024-04-03T16:13:26.5465415Z [2,001 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:26.5466829Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:26.5467592Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:26.5468392Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:26.5469438Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:26.5470090Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:26.5470814Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:26.5471496Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:26.5472571Z Compiling torch/csrc/api/src/optim/sgd.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:26.7875890Z 2024-04-03T16:13:26.7876439Z  2024-04-03T16:13:26.7876745Z  2024-04-03T16:13:26.7877019Z  2024-04-03T16:13:26.7877287Z  2024-04-03T16:13:26.7877517Z  2024-04-03T16:13:26.7877758Z  2024-04-03T16:13:26.7878005Z  2024-04-03T16:13:26.7878231Z  2024-04-03T16:13:26.7878929Z [2,001 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:26.7879731Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:26.7880200Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:26.7880677Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:26.7881143Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:26.7881598Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:26.7882071Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:26.7882539Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:26.7883232Z Compiling torch/csrc/api/src/optim/sgd.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:27.6424578Z 2024-04-03T16:13:27.6425352Z  2024-04-03T16:13:27.6426037Z  2024-04-03T16:13:27.6528094Z  2024-04-03T16:13:27.6528825Z  2024-04-03T16:13:27.6529091Z  2024-04-03T16:13:27.6529346Z  2024-04-03T16:13:27.6529695Z  2024-04-03T16:13:27.6529998Z  2024-04-03T16:13:27.6530816Z [2,002 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:27.6533252Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:27.6533908Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:27.6534527Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:27.6535035Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:27.6535593Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:27.6536092Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:27.6536856Z Compiling torch/csrc/api/src/optim/sgd.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:27.6537539Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:28.0190231Z 2024-04-03T16:13:28.0191062Z  2024-04-03T16:13:28.0191542Z  2024-04-03T16:13:28.0191964Z  2024-04-03T16:13:28.0192339Z  2024-04-03T16:13:28.0192691Z  2024-04-03T16:13:28.0193047Z  2024-04-03T16:13:28.0193415Z  2024-04-03T16:13:28.0193870Z  2024-04-03T16:13:28.0196415Z [2,002 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:28.0197755Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:28.0198481Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:28.0199148Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:28.0199776Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:28.0200436Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:28.0201086Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:28.0202077Z Compiling torch/csrc/api/src/optim/sgd.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:28.0203060Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:13:28.2436860Z 2024-04-03T16:13:28.2437570Z  2024-04-03T16:13:28.2438194Z  2024-04-03T16:13:28.2438605Z  2024-04-03T16:13:28.2438980Z  2024-04-03T16:13:28.2439279Z  2024-04-03T16:13:28.2439613Z  2024-04-03T16:13:28.2439953Z  2024-04-03T16:13:28.2440267Z  2024-04-03T16:13:28.2441206Z [2,004 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:28.2442372Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:28.2443119Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:28.2443892Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:28.2445035Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:28.2445718Z Compiling torch/csrc/api/src/optim/sgd.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:28.2446375Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:28.2447040Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:28.2448036Z Compiling torch/csrc/jit/jit_log.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:28.5775851Z 2024-04-03T16:13:28.5776677Z  2024-04-03T16:13:28.5777071Z  2024-04-03T16:13:28.5777431Z  2024-04-03T16:13:28.5777743Z  2024-04-03T16:13:28.5778124Z  2024-04-03T16:13:28.5778384Z  2024-04-03T16:13:28.5778726Z  2024-04-03T16:13:28.5779054Z  2024-04-03T16:13:28.5779776Z [2,005 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:28.5780838Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:28.5781514Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:28.5782230Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:28.5782800Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:28.5783726Z Compiling torch/csrc/api/src/optim/sgd.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:28.5784536Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:28.5785344Z Compiling torch/csrc/jit/jit_log.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:28.5787547Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:28.8201834Z 2024-04-03T16:13:28.8202513Z  2024-04-03T16:13:28.8202984Z  2024-04-03T16:13:28.8203360Z  2024-04-03T16:13:28.8203731Z  2024-04-03T16:13:28.8204114Z  2024-04-03T16:13:28.8204678Z  2024-04-03T16:13:28.8205355Z  2024-04-03T16:13:28.8205679Z  2024-04-03T16:13:28.8206627Z [2,006 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:13:28.8207745Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:28.8208549Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:28.8209236Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:28.8210080Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:28.8211136Z Compiling torch/csrc/api/src/optim/sgd.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:28.8212559Z Compiling torch/csrc/jit/jit_log.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:28.8213629Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:28.8214597Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:29.2202025Z 2024-04-03T16:13:29.2202642Z  2024-04-03T16:13:29.2203059Z  2024-04-03T16:13:29.2203418Z  2024-04-03T16:13:29.2203677Z  2024-04-03T16:13:29.2203982Z  2024-04-03T16:13:29.2204554Z  2024-04-03T16:13:29.2204862Z  2024-04-03T16:13:29.2205116Z  2024-04-03T16:13:29.2205806Z [2,006 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:29.2206619Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:13:29.2207278Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:29.2207751Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:29.2208231Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:29.2208907Z Compiling torch/csrc/api/src/optim/sgd.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:29.2209722Z Compiling torch/csrc/jit/jit_log.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:29.2210347Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:29.2210840Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:30.1575550Z 2024-04-03T16:13:30.1576537Z  2024-04-03T16:13:30.1576967Z  2024-04-03T16:13:30.1577213Z  2024-04-03T16:13:30.1577627Z  2024-04-03T16:13:30.1577958Z  2024-04-03T16:13:30.1578339Z  2024-04-03T16:13:30.1578692Z  2024-04-03T16:13:30.1578941Z  2024-04-03T16:13:30.1579857Z [2,007 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:30.1580861Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:13:30.1581507Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:30.1582135Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:30.1583032Z Compiling torch/csrc/api/src/optim/sgd.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:30.1584156Z Compiling torch/csrc/jit/jit_log.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:30.1584881Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:30.1585361Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:30.1585993Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:30.4228098Z 2024-04-03T16:13:30.4228856Z  2024-04-03T16:13:30.4229416Z  2024-04-03T16:13:30.4229835Z  2024-04-03T16:13:30.4230217Z  2024-04-03T16:13:30.4230632Z  2024-04-03T16:13:30.4231073Z  2024-04-03T16:13:30.4231493Z  2024-04-03T16:13:30.4231931Z  2024-04-03T16:13:30.4233027Z [2,007 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:30.4234556Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:13:30.4235361Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:30.4236581Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:30.4237705Z Compiling torch/csrc/api/src/optim/sgd.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:30.4239441Z Compiling torch/csrc/jit/jit_log.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:30.4240455Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:30.4241124Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:30.4241836Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:30.9933734Z 2024-04-03T16:13:30.9934412Z  2024-04-03T16:13:30.9934880Z  2024-04-03T16:13:30.9935293Z  2024-04-03T16:13:30.9935692Z  2024-04-03T16:13:30.9936089Z  2024-04-03T16:13:30.9936492Z  2024-04-03T16:13:30.9936883Z  2024-04-03T16:13:30.9937266Z  2024-04-03T16:13:30.9938380Z [2,008 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:30.9939687Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:13:30.9940595Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:30.9941370Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:30.9943086Z Compiling torch/csrc/api/src/optim/sgd.cpp; 8s processwrapper-sandbox 2024-04-03T16:13:30.9944149Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:30.9944915Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:30.9945677Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:30.9946436Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:31.2216146Z 2024-04-03T16:13:31.2217028Z  2024-04-03T16:13:31.2217610Z  2024-04-03T16:13:31.2217878Z  2024-04-03T16:13:31.2218126Z  2024-04-03T16:13:31.2218366Z  2024-04-03T16:13:31.2218595Z  2024-04-03T16:13:31.2218834Z  2024-04-03T16:13:31.2219074Z  2024-04-03T16:13:31.2219753Z [2,009 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:31.2220550Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:13:31.2221034Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:31.2221496Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:31.2222193Z Compiling torch/csrc/api/src/optim/sgd.cpp; 8s processwrapper-sandbox 2024-04-03T16:13:31.2222858Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:31.2223313Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:31.2224021Z Compiling torch/csrc/distributed/c10d/Store.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:31.2224743Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:31.5171535Z 2024-04-03T16:13:31.5172219Z  2024-04-03T16:13:31.5172827Z  2024-04-03T16:13:31.5173267Z  2024-04-03T16:13:31.5173562Z  2024-04-03T16:13:31.5173809Z  2024-04-03T16:13:31.5174058Z  2024-04-03T16:13:31.5174291Z  2024-04-03T16:13:31.5174539Z  2024-04-03T16:13:31.5175240Z [2,010 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:31.5176029Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:13:31.5176520Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:13:31.5177228Z Compiling torch/csrc/api/src/optim/sgd.cpp; 8s processwrapper-sandbox 2024-04-03T16:13:31.5177888Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:31.5178363Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:31.5179083Z Compiling torch/csrc/distributed/c10d/Store.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:31.5179908Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:31.5180407Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:31.8433468Z 2024-04-03T16:13:31.8434223Z  2024-04-03T16:13:31.8434758Z  2024-04-03T16:13:31.8435234Z  2024-04-03T16:13:31.8435493Z  2024-04-03T16:13:31.8435745Z  2024-04-03T16:13:31.8435982Z  2024-04-03T16:13:31.8436230Z  2024-04-03T16:13:31.8436481Z  2024-04-03T16:13:31.8437161Z [2,014 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:31.8437960Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:13:31.8547298Z Compiling torch/csrc/api/src/optim/sgd.cpp; 9s processwrapper-sandbox 2024-04-03T16:13:31.8548466Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:31.8549217Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:31.8549972Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:31.8551195Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:31.8552002Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:31.8552912Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:32.3665990Z 2024-04-03T16:13:32.3666568Z  2024-04-03T16:13:32.3666888Z  2024-04-03T16:13:32.3667204Z  2024-04-03T16:13:32.3667628Z  2024-04-03T16:13:32.3668098Z  2024-04-03T16:13:32.3668453Z  2024-04-03T16:13:32.3668695Z  2024-04-03T16:13:32.3668935Z  2024-04-03T16:13:32.3669635Z [2,015 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:32.3670842Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:13:32.3671655Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:32.3672424Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.3673188Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.3673953Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.3674800Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:32.3675289Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:32.3675983Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:32.6558513Z 2024-04-03T16:13:32.6559431Z  2024-04-03T16:13:32.6559775Z  2024-04-03T16:13:32.6560133Z  2024-04-03T16:13:32.6560534Z  2024-04-03T16:13:32.6560887Z  2024-04-03T16:13:32.6561212Z  2024-04-03T16:13:32.6561606Z  2024-04-03T16:13:32.6562031Z  2024-04-03T16:13:32.6563192Z [2,015 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:32.6565154Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:13:32.6565990Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:32.6566776Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.6567491Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.6568194Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.6568949Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:32.6569732Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:32.6570451Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:33.8568111Z 2024-04-03T16:13:33.8568986Z  2024-04-03T16:13:33.8569481Z  2024-04-03T16:13:33.8569894Z  2024-04-03T16:13:33.8570297Z  2024-04-03T16:13:33.8570673Z  2024-04-03T16:13:33.8571028Z  2024-04-03T16:13:33.8571426Z  2024-04-03T16:13:33.8571831Z  2024-04-03T16:13:33.8572997Z [2,015 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:33.8574259Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:13:33.8574996Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:33.8575786Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:33.8576580Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:33.8577380Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:33.8578295Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:33.8579077Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:33.8579809Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:34.0572661Z 2024-04-03T16:13:34.0573347Z  2024-04-03T16:13:34.0573880Z  2024-04-03T16:13:34.0574328Z  2024-04-03T16:13:34.0574756Z  2024-04-03T16:13:34.0575175Z  2024-04-03T16:13:34.0575577Z  2024-04-03T16:13:34.0576003Z  2024-04-03T16:13:34.0576410Z  2024-04-03T16:13:34.0577583Z [2,016 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:34.0579294Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:13:34.0580156Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:34.0580976Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:34.0581793Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:34.0582612Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:34.0583614Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:34.0584422Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:34.0585272Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:34.4583669Z 2024-04-03T16:13:34.4584417Z  2024-04-03T16:13:34.4584895Z  2024-04-03T16:13:34.4585573Z  2024-04-03T16:13:34.4585975Z  2024-04-03T16:13:34.4587453Z  2024-04-03T16:13:34.4588127Z  2024-04-03T16:13:34.4589123Z  2024-04-03T16:13:34.4589911Z  2024-04-03T16:13:34.4598161Z [2,018 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:34.4599454Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:13:34.4600213Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:34.4600973Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:34.4601730Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:34.4602299Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:34.4603055Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:34.4614696Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:34.4615433Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:35.1776676Z 2024-04-03T16:13:35.1777336Z  2024-04-03T16:13:35.1777776Z  2024-04-03T16:13:35.1778150Z  2024-04-03T16:13:35.1778506Z  2024-04-03T16:13:35.1778851Z  2024-04-03T16:13:35.1779182Z  2024-04-03T16:13:35.1779531Z  2024-04-03T16:13:35.1779884Z  2024-04-03T16:13:35.1780861Z [2,019 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:35.1782007Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:13:35.1782695Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:35.1783345Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:35.1784009Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:35.1784665Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.1785330Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.1785990Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:35.1786674Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:35.4597113Z 2024-04-03T16:13:35.4598059Z  2024-04-03T16:13:35.4599063Z  2024-04-03T16:13:35.4599809Z  2024-04-03T16:13:35.4600585Z  2024-04-03T16:13:35.4601545Z  2024-04-03T16:13:35.4602359Z  2024-04-03T16:13:35.4603096Z  2024-04-03T16:13:35.4603888Z  2024-04-03T16:13:35.4605672Z [2,020 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:35.4607425Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:13:35.4608602Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:35.4609557Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:35.4610460Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.4611452Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.4612618Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:35.4613498Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:35.4614331Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:35.8588576Z 2024-04-03T16:13:35.8589251Z  2024-04-03T16:13:35.8589794Z  2024-04-03T16:13:35.8590256Z  2024-04-03T16:13:35.8590689Z  2024-04-03T16:13:35.8591133Z  2024-04-03T16:13:35.8591552Z  2024-04-03T16:13:35.8591990Z  2024-04-03T16:13:35.8592471Z  2024-04-03T16:13:35.8593677Z [2,021 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:35.8595405Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:13:35.8596290Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:35.8597128Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.8597936Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.8598768Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.8599798Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.8600608Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:35.8601460Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:36.2492002Z 2024-04-03T16:13:36.2492751Z  2024-04-03T16:13:36.2493246Z  2024-04-03T16:13:36.2493686Z  2024-04-03T16:13:36.2495858Z  2024-04-03T16:13:36.2496249Z  2024-04-03T16:13:36.2496638Z  2024-04-03T16:13:36.2496987Z  2024-04-03T16:13:36.2497381Z  2024-04-03T16:13:36.2498529Z [2,023 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:13:36.2499840Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:13:36.2500623Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:36.2501384Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.2502143Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.2503069Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.2503833Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.2504526Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.2505265Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:36.4600151Z 2024-04-03T16:13:36.4600983Z  2024-04-03T16:13:36.4601413Z  2024-04-03T16:13:36.4601774Z  2024-04-03T16:13:36.4602255Z  2024-04-03T16:13:36.4602606Z  2024-04-03T16:13:36.4603165Z  2024-04-03T16:13:36.4603560Z  2024-04-03T16:13:36.4603925Z  2024-04-03T16:13:36.4605279Z [2,023 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:36.4606552Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:13:36.4607274Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:36.4608115Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.4610845Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.4611706Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.4612475Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.4613516Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.4614348Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:36.7481958Z 2024-04-03T16:13:36.7482871Z  2024-04-03T16:13:36.7483358Z  2024-04-03T16:13:36.7483794Z  2024-04-03T16:13:36.7484293Z  2024-04-03T16:13:36.7484971Z  2024-04-03T16:13:36.7485398Z  2024-04-03T16:13:36.7485813Z  2024-04-03T16:13:36.7486219Z  2024-04-03T16:13:36.7487433Z [2,025 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:36.7488813Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:13:36.7489673Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.7490521Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.7491360Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.7492058Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.7492752Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:36.7493446Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:36.7494229Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:37.0597203Z 2024-04-03T16:13:37.0597978Z  2024-04-03T16:13:37.0598553Z  2024-04-03T16:13:37.0598932Z  2024-04-03T16:13:37.0599166Z  2024-04-03T16:13:37.0599415Z  2024-04-03T16:13:37.0599662Z  2024-04-03T16:13:37.0599896Z  2024-04-03T16:13:37.0600142Z  2024-04-03T16:13:37.0600838Z [2,025 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:37.0713678Z //:torch; 18s processwrapper-sandbox 2024-04-03T16:13:37.0714932Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:37.0715744Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:37.0716509Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:37.0717267Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:37.0718199Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:37.0718928Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:37.0719732Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:37.8429308Z 2024-04-03T16:13:37.8430676Z  2024-04-03T16:13:37.8441706Z  2024-04-03T16:13:37.8442328Z  2024-04-03T16:13:37.8442937Z  2024-04-03T16:13:37.8443525Z  2024-04-03T16:13:37.8443938Z  2024-04-03T16:13:37.8444655Z  2024-04-03T16:13:37.8445233Z  2024-04-03T16:13:37.8447400Z [2,026 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:37.8449233Z //:torch; 18s processwrapper-sandbox 2024-04-03T16:13:37.8450618Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:37.8452129Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:37.8453486Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:37.8486029Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:37.8486836Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:37.8487550Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:37.8488297Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:38.0584650Z 2024-04-03T16:13:38.0585729Z  2024-04-03T16:13:38.0586398Z  2024-04-03T16:13:38.0586949Z  2024-04-03T16:13:38.0587835Z  2024-04-03T16:13:38.0588791Z  2024-04-03T16:13:38.0589277Z  2024-04-03T16:13:38.0589689Z  2024-04-03T16:13:38.0590101Z  2024-04-03T16:13:38.0591222Z [2,027 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:38.0592536Z //:torch; 19s processwrapper-sandbox 2024-04-03T16:13:38.0593330Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.0594125Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.0594871Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.0595653Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.0596458Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:38.0597205Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:38.0598014Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:38.2748949Z 2024-04-03T16:13:38.2750027Z  2024-04-03T16:13:38.2750554Z  2024-04-03T16:13:38.2751042Z  2024-04-03T16:13:38.2751518Z  2024-04-03T16:13:38.2751980Z  2024-04-03T16:13:38.2752436Z  2024-04-03T16:13:38.2752905Z  2024-04-03T16:13:38.2753368Z  2024-04-03T16:13:38.2754665Z [2,027 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:38.2756267Z //:torch; 19s processwrapper-sandbox 2024-04-03T16:13:38.2757202Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:38.2758107Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.2758903Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.2759808Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.2760719Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:38.2761610Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:38.2762554Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:38.7433061Z 2024-04-03T16:13:38.7433904Z  2024-04-03T16:13:38.7434463Z  2024-04-03T16:13:38.7434724Z  2024-04-03T16:13:38.7434974Z  2024-04-03T16:13:38.7435221Z  2024-04-03T16:13:38.7435455Z  2024-04-03T16:13:38.7435699Z  2024-04-03T16:13:38.7435942Z  2024-04-03T16:13:38.7436628Z [2,028 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:38.8041264Z //:torch; 19s processwrapper-sandbox 2024-04-03T16:13:38.8042694Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:38.8043398Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:38.8044160Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:38.8045174Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:38.8047729Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:38.8048489Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:38.8049354Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:39.0292542Z 2024-04-03T16:13:39.0297429Z  2024-04-03T16:13:39.0298067Z  2024-04-03T16:13:39.0298531Z  2024-04-03T16:13:39.0298954Z  2024-04-03T16:13:39.0299339Z  2024-04-03T16:13:39.0299723Z  2024-04-03T16:13:39.0300093Z  2024-04-03T16:13:39.0300434Z  2024-04-03T16:13:39.0301579Z [2,029 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:39.0302987Z //:torch; 20s processwrapper-sandbox 2024-04-03T16:13:39.0303796Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:39.0304606Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:39.0305415Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:39.0306178Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:39.0306961Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:39.0307736Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:39.0308518Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:39.2755823Z 2024-04-03T16:13:39.2757231Z  2024-04-03T16:13:39.2757999Z  2024-04-03T16:13:39.2758657Z  2024-04-03T16:13:39.2759171Z  2024-04-03T16:13:39.2759579Z  2024-04-03T16:13:39.2759907Z  2024-04-03T16:13:39.2760267Z  2024-04-03T16:13:39.2760606Z  2024-04-03T16:13:39.2761670Z [2,029 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:39.2762861Z //:torch; 20s processwrapper-sandbox 2024-04-03T16:13:39.2763585Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:39.2764284Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:39.2765189Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:39.2765856Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:39.2766570Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:39.2767227Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:39.2767939Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:39.4756865Z 2024-04-03T16:13:39.4757399Z  2024-04-03T16:13:39.4757762Z  2024-04-03T16:13:39.4758145Z  2024-04-03T16:13:39.4758384Z  2024-04-03T16:13:39.4758628Z  2024-04-03T16:13:39.4758870Z  2024-04-03T16:13:39.4759098Z  2024-04-03T16:13:39.4759340Z  2024-04-03T16:13:39.4760037Z [2,031 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:39.4760837Z //:torch; 20s processwrapper-sandbox 2024-04-03T16:13:39.4761330Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:39.4761806Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:39.4762263Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:39.4762733Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:39.4763217Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:39.4763847Z Compiling torch/csrc/utils/out_types.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:39.4764640Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:40.0176639Z 2024-04-03T16:13:40.0178730Z  2024-04-03T16:13:40.0180692Z  2024-04-03T16:13:40.0181216Z  2024-04-03T16:13:40.0181671Z  2024-04-03T16:13:40.0182124Z  2024-04-03T16:13:40.0182581Z  2024-04-03T16:13:40.0183038Z  2024-04-03T16:13:40.0183496Z  2024-04-03T16:13:40.0184762Z [2,032 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:40.0187018Z //:torch; 21s processwrapper-sandbox 2024-04-03T16:13:40.0187985Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:40.0188790Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:40.0189515Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:40.0190248Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:40.0192502Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:40.0193080Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:40.0193719Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:40.3593806Z 2024-04-03T16:13:40.3594630Z  2024-04-03T16:13:40.3595156Z  2024-04-03T16:13:40.3595509Z  2024-04-03T16:13:40.3595767Z  2024-04-03T16:13:40.3596015Z  2024-04-03T16:13:40.3596251Z  2024-04-03T16:13:40.3596494Z  2024-04-03T16:13:40.3596781Z  2024-04-03T16:13:40.3597577Z [2,033 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:40.3598539Z //:torch; 21s processwrapper-sandbox 2024-04-03T16:13:40.3599095Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:40.3599646Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:40.3600235Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:40.3600797Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:40.3601302Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:40.3602077Z Compiling torch/csrc/jit/runtime/operator.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:40.3602936Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:41.0778449Z 2024-04-03T16:13:41.0779082Z  2024-04-03T16:13:41.0779591Z  2024-04-03T16:13:41.0780103Z  2024-04-03T16:13:41.0780486Z  2024-04-03T16:13:41.0780734Z  2024-04-03T16:13:41.0780963Z  2024-04-03T16:13:41.0781203Z  2024-04-03T16:13:41.0781447Z  2024-04-03T16:13:41.0782159Z [2,034 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:41.0782962Z //:torch; 22s processwrapper-sandbox 2024-04-03T16:13:41.0783449Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:41.0783911Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:41.0784385Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:41.0784866Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:41.0785550Z Compiling torch/csrc/jit/runtime/operator.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:41.0786244Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:41.0786835Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:41.3601805Z 2024-04-03T16:13:41.3602596Z  2024-04-03T16:13:41.3603181Z  2024-04-03T16:13:41.3603692Z  2024-04-03T16:13:41.3604145Z  2024-04-03T16:13:41.3604822Z  2024-04-03T16:13:41.3605291Z  2024-04-03T16:13:41.3605753Z  2024-04-03T16:13:41.3606219Z  2024-04-03T16:13:41.3607463Z [2,035 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:41.3608810Z //:torch; 22s processwrapper-sandbox 2024-04-03T16:13:41.3609667Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:41.3610508Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:41.3611334Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:41.3612567Z Compiling torch/csrc/jit/runtime/operator.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:41.3613828Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:41.3614630Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:41.3615497Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:41.8790977Z 2024-04-03T16:13:41.8791683Z  2024-04-03T16:13:41.8792233Z  2024-04-03T16:13:41.8792664Z  2024-04-03T16:13:41.8793139Z  2024-04-03T16:13:41.8793584Z  2024-04-03T16:13:41.8794052Z  2024-04-03T16:13:41.8794504Z  2024-04-03T16:13:41.8794930Z  2024-04-03T16:13:41.8797546Z [2,036 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:41.8799146Z //:torch; 22s processwrapper-sandbox 2024-04-03T16:13:41.8800009Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:41.8800487Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:41.8801744Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:41.8802755Z Compiling torch/csrc/jit/runtime/operator.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:41.8803855Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:41.8804777Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:41.8805499Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:42.1609577Z 2024-04-03T16:13:42.1610291Z  2024-04-03T16:13:42.1610833Z  2024-04-03T16:13:42.1611349Z  2024-04-03T16:13:42.1611709Z  2024-04-03T16:13:42.1612132Z  2024-04-03T16:13:42.1612580Z  2024-04-03T16:13:42.1613092Z  2024-04-03T16:13:42.1613554Z  2024-04-03T16:13:42.1614874Z [2,036 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:42.1616352Z //:torch; 23s processwrapper-sandbox 2024-04-03T16:13:42.1617115Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:42.1617957Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:42.1618843Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:42.1620140Z Compiling torch/csrc/jit/runtime/operator.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:42.1621439Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:42.1622328Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:42.1623182Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:42.3620714Z 2024-04-03T16:13:42.3621466Z  2024-04-03T16:13:42.3621940Z  2024-04-03T16:13:42.3622367Z  2024-04-03T16:13:42.3622732Z  2024-04-03T16:13:42.3622984Z  2024-04-03T16:13:42.3623215Z  2024-04-03T16:13:42.3623463Z  2024-04-03T16:13:42.3623723Z  2024-04-03T16:13:42.3624415Z [2,037 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:42.3625426Z //:torch; 23s processwrapper-sandbox 2024-04-03T16:13:42.3626178Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:42.3626929Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:42.3627720Z Compiling torch/csrc/jit/runtime/operator.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:42.3628410Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:42.3629047Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:42.3629785Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:42.3630409Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:43.1782205Z 2024-04-03T16:13:43.1783146Z  2024-04-03T16:13:43.1783839Z  2024-04-03T16:13:43.1784429Z  2024-04-03T16:13:43.1784935Z  2024-04-03T16:13:43.1785383Z  2024-04-03T16:13:43.1785771Z  2024-04-03T16:13:43.1786183Z  2024-04-03T16:13:43.1786601Z  2024-04-03T16:13:43.1787775Z [2,038 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:43.1789020Z //:torch; 24s processwrapper-sandbox 2024-04-03T16:13:43.1789692Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:43.1790602Z Compiling torch/csrc/jit/runtime/operator.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:43.1791398Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:43.1792024Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:43.1792693Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:43.1793352Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:43.1793967Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:43.5628463Z 2024-04-03T16:13:43.5629111Z  2024-04-03T16:13:43.5629610Z  2024-04-03T16:13:43.5630053Z  2024-04-03T16:13:43.5630525Z  2024-04-03T16:13:43.5630934Z  2024-04-03T16:13:43.5632984Z  2024-04-03T16:13:43.5633383Z  2024-04-03T16:13:43.5633630Z  2024-04-03T16:13:43.5634343Z [2,039 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:43.5635122Z //:torch; 24s processwrapper-sandbox 2024-04-03T16:13:43.5636941Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:43.5637910Z Compiling torch/csrc/jit/runtime/operator.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:43.5638772Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:43.5639470Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:43.5640019Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:43.5640680Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:43.5641353Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:44.0914251Z 2024-04-03T16:13:44.0914928Z  2024-04-03T16:13:44.0915486Z  2024-04-03T16:13:44.0915987Z  2024-04-03T16:13:44.0916477Z  2024-04-03T16:13:44.0916972Z  2024-04-03T16:13:44.0917383Z  2024-04-03T16:13:44.0917847Z  2024-04-03T16:13:44.0918298Z  2024-04-03T16:13:44.0919556Z [2,040 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:44.0920643Z //:torch; 25s processwrapper-sandbox 2024-04-03T16:13:44.0921350Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:44.0922554Z Compiling torch/csrc/jit/runtime/operator.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:44.0923690Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:44.0924610Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:44.0925417Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:44.0926213Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.0927040Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:44.3634450Z 2024-04-03T16:13:44.3634999Z  2024-04-03T16:13:44.3635386Z  2024-04-03T16:13:44.3635648Z  2024-04-03T16:13:44.3635920Z  2024-04-03T16:13:44.3636226Z  2024-04-03T16:13:44.3636457Z  2024-04-03T16:13:44.3636714Z  2024-04-03T16:13:44.3637005Z  2024-04-03T16:13:44.3637744Z [2,041 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:44.3638622Z //:torch; 25s processwrapper-sandbox 2024-04-03T16:13:44.3639396Z Compiling torch/csrc/jit/runtime/operator.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:44.3640148Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:44.3640688Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:44.3641162Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:44.3641683Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.3642221Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.3642715Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:44.5847983Z 2024-04-03T16:13:44.5848503Z  2024-04-03T16:13:44.5848831Z  2024-04-03T16:13:44.5849134Z  2024-04-03T16:13:44.5849380Z  2024-04-03T16:13:44.5849635Z  2024-04-03T16:13:44.5849885Z  2024-04-03T16:13:44.5850121Z  2024-04-03T16:13:44.5850371Z  2024-04-03T16:13:44.5851081Z [2,042 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:44.5851890Z //:torch; 25s processwrapper-sandbox 2024-04-03T16:13:44.5852612Z Compiling torch/csrc/jit/runtime/operator.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:44.5853655Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:44.5854126Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:44.5854609Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:44.5855078Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.5855534Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.5856027Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:44.8085852Z 2024-04-03T16:13:44.8086858Z  2024-04-03T16:13:44.8091612Z  2024-04-03T16:13:44.8092436Z  2024-04-03T16:13:44.8092999Z  2024-04-03T16:13:44.8093445Z  2024-04-03T16:13:44.8093897Z  2024-04-03T16:13:44.8094338Z  2024-04-03T16:13:44.8094787Z  2024-04-03T16:13:44.8096046Z [2,042 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:44.8099350Z //:torch; 25s processwrapper-sandbox 2024-04-03T16:13:44.8100461Z Compiling torch/csrc/jit/runtime/operator.cpp; 8s processwrapper-sandbox 2024-04-03T16:13:44.8101555Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:44.8102302Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:44.8103028Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:44.8103765Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.8104500Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:44.8105251Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:45.0089081Z 2024-04-03T16:13:45.0089642Z  2024-04-03T16:13:45.0090026Z  2024-04-03T16:13:45.0090274Z  2024-04-03T16:13:45.0090572Z  2024-04-03T16:13:45.0090886Z  2024-04-03T16:13:45.0091115Z  2024-04-03T16:13:45.0091359Z  2024-04-03T16:13:45.0091666Z  2024-04-03T16:13:45.0092423Z [2,043 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:45.0093376Z //:torch; 26s processwrapper-sandbox 2024-04-03T16:13:45.0093920Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:45.0094388Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.0094920Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.0095442Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:45.0095892Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:45.0096420Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:45.0097127Z Compiling torch/csrc/api/src/xpu.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:45.2438904Z 2024-04-03T16:13:45.2440878Z  2024-04-03T16:13:45.2441528Z  2024-04-03T16:13:45.2442196Z  2024-04-03T16:13:45.2445389Z  2024-04-03T16:13:45.2446113Z  2024-04-03T16:13:45.2448850Z  2024-04-03T16:13:45.2449440Z  2024-04-03T16:13:45.2452222Z  2024-04-03T16:13:45.2453626Z [2,044 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:45.2457343Z //:torch; 26s processwrapper-sandbox 2024-04-03T16:13:45.2458391Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:45.2461496Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.2462472Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.2465569Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.2466528Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:45.2469852Z Compiling torch/csrc/api/src/xpu.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:45.2471503Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:45.4702152Z 2024-04-03T16:13:45.4702854Z  2024-04-03T16:13:45.4703442Z  2024-04-03T16:13:45.4703930Z  2024-04-03T16:13:45.4704331Z  2024-04-03T16:13:45.4704643Z  2024-04-03T16:13:45.4705032Z  2024-04-03T16:13:45.4705326Z  2024-04-03T16:13:45.4705587Z  2024-04-03T16:13:45.4706312Z [2,045 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:45.4707278Z //:torch; 26s processwrapper-sandbox 2024-04-03T16:13:45.4707927Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:45.4708433Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.4709104Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.4709555Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.4710226Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:45.4711093Z Compiling torch/csrc/autograd/input_buffer.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:45.4713592Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:45.6713132Z 2024-04-03T16:13:45.6713672Z  2024-04-03T16:13:45.6714023Z  2024-04-03T16:13:45.6714337Z  2024-04-03T16:13:45.6714572Z  2024-04-03T16:13:45.6714818Z  2024-04-03T16:13:45.6715062Z  2024-04-03T16:13:45.7340069Z  2024-04-03T16:13:45.7340480Z  2024-04-03T16:13:45.7341611Z [2,045 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:45.7342871Z //:torch; 26s processwrapper-sandbox 2024-04-03T16:13:45.7343678Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:45.7344413Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.7345169Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.7345764Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.7346232Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:45.7346928Z Compiling torch/csrc/autograd/input_buffer.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:45.7347662Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:45.9578256Z 2024-04-03T16:13:45.9579029Z  2024-04-03T16:13:45.9579523Z  2024-04-03T16:13:45.9579846Z  2024-04-03T16:13:45.9580753Z  2024-04-03T16:13:45.9581100Z  2024-04-03T16:13:45.9581589Z  2024-04-03T16:13:45.9582039Z  2024-04-03T16:13:45.9582418Z  2024-04-03T16:13:45.9583181Z [2,046 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:45.9584462Z //:torch; 27s processwrapper-sandbox 2024-04-03T16:13:45.9585217Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.9585691Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:45.9586314Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:45.9586791Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:45.9587472Z Compiling torch/csrc/autograd/input_buffer.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:45.9588458Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:45.9588958Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:46.3348738Z 2024-04-03T16:13:46.3349388Z  2024-04-03T16:13:46.3349965Z  2024-04-03T16:13:46.3350361Z  2024-04-03T16:13:46.3350612Z  2024-04-03T16:13:46.3350888Z  2024-04-03T16:13:46.3351122Z  2024-04-03T16:13:46.3351365Z  2024-04-03T16:13:46.3351607Z  2024-04-03T16:13:46.3352289Z [2,046 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:46.3353086Z //:torch; 27s processwrapper-sandbox 2024-04-03T16:13:46.3353571Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:46.3354036Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:46.3354509Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:46.3354977Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:46.3355673Z Compiling torch/csrc/autograd/input_buffer.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:46.3356363Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:46.3356856Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:47.4438757Z 2024-04-03T16:13:47.4440957Z  2024-04-03T16:13:47.4442947Z  2024-04-03T16:13:47.4444784Z  2024-04-03T16:13:47.4446587Z  2024-04-03T16:13:47.4448489Z  2024-04-03T16:13:47.4450232Z  2024-04-03T16:13:47.4451940Z  2024-04-03T16:13:47.4453870Z  2024-04-03T16:13:47.4456495Z [2,047 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:47.4459439Z //:torch; 28s processwrapper-sandbox 2024-04-03T16:13:47.4461719Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:47.4463981Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:47.4466252Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:47.4469361Z Compiling torch/csrc/autograd/input_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:47.4472095Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:47.4474347Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:47.4476451Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:47.6518639Z 2024-04-03T16:13:47.6519182Z  2024-04-03T16:13:47.6519564Z  2024-04-03T16:13:47.6921228Z  2024-04-03T16:13:47.6921658Z  2024-04-03T16:13:47.6922014Z  2024-04-03T16:13:47.6922466Z  2024-04-03T16:13:47.6922807Z  2024-04-03T16:13:47.6923144Z  2024-04-03T16:13:47.6924279Z [2,049 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:47.6925839Z //:torch; 28s processwrapper-sandbox 2024-04-03T16:13:47.6926674Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:47.6927370Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:47.6928370Z Compiling torch/csrc/autograd/input_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:47.6929327Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:47.6929951Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:47.6930663Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:47.6931483Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:47.8813272Z 2024-04-03T16:13:47.8813977Z  2024-04-03T16:13:47.8814472Z  2024-04-03T16:13:47.8814872Z  2024-04-03T16:13:47.8815259Z  2024-04-03T16:13:47.8815641Z  2024-04-03T16:13:47.8816003Z  2024-04-03T16:13:47.8816383Z  2024-04-03T16:13:47.8816760Z  2024-04-03T16:13:47.8817843Z [2,051 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:47.8819081Z //:torch; 28s processwrapper-sandbox 2024-04-03T16:13:47.8819837Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:47.8820941Z Compiling torch/csrc/autograd/input_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:47.8821994Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:47.8822881Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:47.8823615Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:47.8824372Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:47.8825143Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:48.0928676Z 2024-04-03T16:13:48.0929246Z  2024-04-03T16:13:48.0929578Z  2024-04-03T16:13:48.0929852Z  2024-04-03T16:13:48.0930093Z  2024-04-03T16:13:48.0930340Z  2024-04-03T16:13:48.0930584Z  2024-04-03T16:13:48.0930820Z  2024-04-03T16:13:48.0931065Z  2024-04-03T16:13:48.0931767Z [2,051 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:48.0932554Z //:torch; 29s processwrapper-sandbox 2024-04-03T16:13:48.0933122Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:48.0933829Z Compiling torch/csrc/autograd/input_buffer.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:48.0934522Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:48.0935003Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:48.0935471Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:48.0935928Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:48.0936417Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:49.1447785Z 2024-04-03T16:13:49.1448452Z  2024-04-03T16:13:49.1448878Z  2024-04-03T16:13:49.1449155Z  2024-04-03T16:13:49.1449392Z  2024-04-03T16:13:49.1449638Z  2024-04-03T16:13:49.1449880Z  2024-04-03T16:13:49.1450109Z  2024-04-03T16:13:49.1450350Z  2024-04-03T16:13:49.1451048Z [2,051 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:49.1451831Z //:torch; 30s processwrapper-sandbox 2024-04-03T16:13:49.1452318Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:49.1632628Z Compiling torch/csrc/autograd/input_buffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:49.1634298Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:49.1635083Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:49.1635754Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:49.1636452Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:49.1638632Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:49.3641199Z 2024-04-03T16:13:49.3642143Z  2024-04-03T16:13:49.3642691Z  2024-04-03T16:13:49.3643190Z  2024-04-03T16:13:49.3643451Z  2024-04-03T16:13:49.3643693Z  2024-04-03T16:13:49.3643923Z  2024-04-03T16:13:49.3644167Z  2024-04-03T16:13:49.3644614Z  2024-04-03T16:13:49.3645318Z [2,053 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:49.3646137Z //:torch; 30s processwrapper-sandbox 2024-04-03T16:13:49.3647002Z Compiling torch/csrc/autograd/input_buffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:49.3647743Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:49.3648220Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:49.3648686Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:49.3649184Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:49.3649728Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:49.3650406Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:50.0798152Z 2024-04-03T16:13:50.0798672Z  2024-04-03T16:13:50.0798990Z  2024-04-03T16:13:50.0799256Z  2024-04-03T16:13:50.0799612Z  2024-04-03T16:13:50.0799908Z  2024-04-03T16:13:50.0800147Z  2024-04-03T16:13:50.0800377Z  2024-04-03T16:13:50.0800616Z  2024-04-03T16:13:50.0801309Z [2,054 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:50.0802091Z //:torch; 31s processwrapper-sandbox 2024-04-03T16:13:50.0802823Z Compiling torch/csrc/autograd/input_buffer.cpp; 8s processwrapper-sandbox 2024-04-03T16:13:50.0803510Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:50.0803969Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:50.0804614Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:50.0805091Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:50.0805802Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:50.0806711Z Compiling torch/csrc/api/src/optim/adam.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:50.3647222Z 2024-04-03T16:13:50.3647859Z  2024-04-03T16:13:50.3648371Z  2024-04-03T16:13:50.3648664Z  2024-04-03T16:13:50.3648909Z  2024-04-03T16:13:50.3649152Z  2024-04-03T16:13:50.3649378Z  2024-04-03T16:13:50.3649618Z  2024-04-03T16:13:50.3649858Z  2024-04-03T16:13:50.3650542Z [2,054 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:50.3651353Z //:torch; 31s processwrapper-sandbox 2024-04-03T16:13:50.3652073Z Compiling torch/csrc/autograd/input_buffer.cpp; 8s processwrapper-sandbox 2024-04-03T16:13:50.3652841Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:50.3653323Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:50.3653796Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:50.3654265Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:50.3654971Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:50.3655906Z Compiling torch/csrc/api/src/optim/adam.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:13:50.5784155Z 2024-04-03T16:13:50.5785269Z  2024-04-03T16:13:50.5788205Z  2024-04-03T16:13:50.5788922Z  2024-04-03T16:13:50.5789887Z  2024-04-03T16:13:50.5790352Z  2024-04-03T16:13:50.5790768Z  2024-04-03T16:13:50.5791193Z  2024-04-03T16:13:50.5791593Z  2024-04-03T16:13:50.5794413Z [2,055 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:50.5795820Z //:torch; 31s processwrapper-sandbox 2024-04-03T16:13:50.5796516Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:13:50.5797131Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:50.5797895Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:50.5799946Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:50.5801110Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:50.5802540Z Compiling torch/csrc/api/src/optim/adam.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:50.5803559Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:50.7820743Z 2024-04-03T16:13:50.7821262Z  2024-04-03T16:13:50.7821715Z  2024-04-03T16:13:50.7822023Z  2024-04-03T16:13:50.7822290Z  2024-04-03T16:13:50.7822535Z  2024-04-03T16:13:50.7822764Z  2024-04-03T16:13:50.7823005Z  2024-04-03T16:13:50.7823276Z  2024-04-03T16:13:50.7823955Z [2,057 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:50.7824745Z //:torch; 31s processwrapper-sandbox 2024-04-03T16:13:50.7825230Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:50.7825710Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:50.7826181Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:50.7826858Z Compiling torch/csrc/api/src/optim/adam.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:50.7827526Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:50.7827983Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:50.7828469Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:51.1789312Z 2024-04-03T16:13:51.1789929Z  2024-04-03T16:13:51.1790349Z  2024-04-03T16:13:51.1790617Z  2024-04-03T16:13:51.1790918Z  2024-04-03T16:13:51.1791283Z  2024-04-03T16:13:51.1791529Z  2024-04-03T16:13:51.1791839Z  2024-04-03T16:13:51.1792184Z  2024-04-03T16:13:51.1793041Z [2,057 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:51.1793939Z //:torch; 32s processwrapper-sandbox 2024-04-03T16:13:51.1794512Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:51.1795103Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:51.1795741Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:51.1796691Z Compiling torch/csrc/api/src/optim/adam.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:51.1797373Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:51.1797827Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:51.1798315Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:51.6940295Z 2024-04-03T16:13:51.6941293Z  2024-04-03T16:13:51.6941697Z  2024-04-03T16:13:51.6941953Z  2024-04-03T16:13:51.6942311Z  2024-04-03T16:13:51.6942717Z  2024-04-03T16:13:51.6943201Z  2024-04-03T16:13:51.6943609Z  2024-04-03T16:13:51.6943869Z  2024-04-03T16:13:51.6944808Z [2,058 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:51.6945873Z //:torch; 32s processwrapper-sandbox 2024-04-03T16:13:51.6946465Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:51.6947080Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:51.6948052Z Compiling torch/csrc/api/src/optim/adam.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:51.6948924Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:51.6949467Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:51.6950034Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:51.6950651Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:51.9795011Z 2024-04-03T16:13:51.9796020Z  2024-04-03T16:13:51.9796739Z  2024-04-03T16:13:51.9797212Z  2024-04-03T16:13:51.9797726Z  2024-04-03T16:13:51.9798188Z  2024-04-03T16:13:51.9800040Z  2024-04-03T16:13:51.9800561Z  2024-04-03T16:13:51.9801192Z  2024-04-03T16:13:51.9802091Z [2,058 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:51.9802889Z //:torch; 33s processwrapper-sandbox 2024-04-03T16:13:51.9805509Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:51.9806209Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:51.9807226Z Compiling torch/csrc/api/src/optim/adam.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:51.9808230Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:51.9809044Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:51.9809755Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:51.9810546Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:52.5802326Z 2024-04-03T16:13:52.5803219Z  2024-04-03T16:13:52.5804084Z  2024-04-03T16:13:52.5805261Z  2024-04-03T16:13:52.5805756Z  2024-04-03T16:13:52.5806177Z  2024-04-03T16:13:52.5806438Z  2024-04-03T16:13:52.5806695Z  2024-04-03T16:13:52.5807020Z  2024-04-03T16:13:52.5807862Z [2,059 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:13:52.5808928Z //:torch; 33s processwrapper-sandbox 2024-04-03T16:13:52.5809530Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:52.5810217Z Compiling torch/csrc/api/src/optim/adam.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:52.5810888Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:52.5811358Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:52.5812087Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:52.5812821Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:52.5813294Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:52.8412057Z 2024-04-03T16:13:52.8413067Z  2024-04-03T16:13:52.8413905Z  2024-04-03T16:13:52.8428024Z  2024-04-03T16:13:52.8428715Z  2024-04-03T16:13:52.8429164Z  2024-04-03T16:13:52.8429587Z  2024-04-03T16:13:52.8430044Z  2024-04-03T16:13:52.8430487Z  2024-04-03T16:13:52.8431703Z [2,061 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:13:52.8433117Z //:torch; 33s processwrapper-sandbox 2024-04-03T16:13:52.8434013Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:52.8435174Z Compiling torch/csrc/api/src/optim/adam.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:52.8436284Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:52.8437011Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:52.8437799Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:52.8438581Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:52.8439346Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:53.1806495Z 2024-04-03T16:13:53.1807525Z  2024-04-03T16:13:53.1808078Z  2024-04-03T16:13:53.1808592Z  2024-04-03T16:13:53.1809059Z  2024-04-03T16:13:53.1809507Z  2024-04-03T16:13:53.1809997Z  2024-04-03T16:13:53.1810436Z  2024-04-03T16:13:53.1810896Z  2024-04-03T16:13:53.1812195Z [2,062 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:53.1813701Z //:torch; 34s processwrapper-sandbox 2024-04-03T16:13:53.1814601Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:53.1815778Z Compiling torch/csrc/api/src/optim/adam.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:53.1816726Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:53.1817338Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:53.1818034Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:53.1818774Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:53.1819842Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:53.4978649Z 2024-04-03T16:13:53.4982762Z  2024-04-03T16:13:53.4983508Z  2024-04-03T16:13:53.4983829Z  2024-04-03T16:13:53.4984155Z  2024-04-03T16:13:53.4984420Z  2024-04-03T16:13:53.4984676Z  2024-04-03T16:13:53.4985042Z  2024-04-03T16:13:53.4985320Z  2024-04-03T16:13:53.4986173Z [2,063 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:53.4987809Z //:torch; 34s processwrapper-sandbox 2024-04-03T16:13:53.4988637Z Compiling torch/csrc/api/src/optim/adam.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:53.4989308Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:53.4989849Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:53.4990328Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:53.4990822Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:53.4991531Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:53.4992434Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:53.7826405Z 2024-04-03T16:13:53.7826974Z  2024-04-03T16:13:53.7827302Z  2024-04-03T16:13:53.7827573Z  2024-04-03T16:13:53.7827809Z  2024-04-03T16:13:53.7828093Z  2024-04-03T16:13:53.7828459Z  2024-04-03T16:13:53.7828802Z  2024-04-03T16:13:53.7829230Z  2024-04-03T16:13:53.7830418Z [2,063 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:53.7831599Z //:torch; 34s processwrapper-sandbox 2024-04-03T16:13:53.7832782Z Compiling torch/csrc/api/src/optim/adam.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:53.7833881Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:53.7834655Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:53.7835456Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:53.7836249Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:53.7836938Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:53.7837910Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:54.2194994Z 2024-04-03T16:13:54.2195582Z  2024-04-03T16:13:54.2196155Z  2024-04-03T16:13:54.2196587Z  2024-04-03T16:13:54.2196822Z  2024-04-03T16:13:54.2197070Z  2024-04-03T16:13:54.2197342Z  2024-04-03T16:13:54.2197570Z  2024-04-03T16:13:54.2197814Z  2024-04-03T16:13:54.2198513Z [2,064 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:54.2199490Z //:torch; 35s processwrapper-sandbox 2024-04-03T16:13:54.2200059Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:54.2200639Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:54.2201269Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:54.2201948Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:54.2202935Z Compiling torch/csrc/api/src/nn/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:54.2203822Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:54.2204633Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:54.5833570Z 2024-04-03T16:13:54.5834265Z  2024-04-03T16:13:54.5835107Z  2024-04-03T16:13:54.5835537Z  2024-04-03T16:13:54.5835945Z  2024-04-03T16:13:54.5838851Z  2024-04-03T16:13:54.5840334Z  2024-04-03T16:13:54.5840929Z  2024-04-03T16:13:54.5841660Z  2024-04-03T16:13:54.5842772Z [2,064 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:54.5844050Z //:torch; 35s processwrapper-sandbox 2024-04-03T16:13:54.5845103Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:54.5845871Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:54.5846611Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:54.5847391Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:54.5848754Z Compiling torch/csrc/api/src/nn/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:54.5849823Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:54.5850608Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:54.9226049Z 2024-04-03T16:13:54.9226736Z  2024-04-03T16:13:54.9227217Z  2024-04-03T16:13:54.9227641Z  2024-04-03T16:13:54.9228380Z  2024-04-03T16:13:54.9228826Z  2024-04-03T16:13:54.9229204Z  2024-04-03T16:13:54.9229597Z  2024-04-03T16:13:54.9230020Z  2024-04-03T16:13:54.9231160Z [2,065 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:54.9232515Z //:torch; 36s processwrapper-sandbox 2024-04-03T16:13:54.9233390Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:54.9234251Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:54.9235098Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:54.9235966Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:54.9237214Z Compiling torch/csrc/api/src/nn/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:54.9238444Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:54.9239354Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:55.1631913Z 2024-04-03T16:13:55.1632604Z  2024-04-03T16:13:55.1633174Z  2024-04-03T16:13:55.1633578Z  2024-04-03T16:13:55.1633827Z  2024-04-03T16:13:55.1634062Z  2024-04-03T16:13:55.1634307Z  2024-04-03T16:13:55.1634552Z  2024-04-03T16:13:55.1634780Z  2024-04-03T16:13:55.1635705Z [2,066 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:55.1636511Z //:torch; 36s processwrapper-sandbox 2024-04-03T16:13:55.1636987Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:55.1637463Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:55.1637937Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:55.1638609Z Compiling torch/csrc/api/src/nn/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:55.1639279Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:55.1639751Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:55.1640239Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:55.3836739Z 2024-04-03T16:13:55.3837451Z  2024-04-03T16:13:55.3838022Z  2024-04-03T16:13:55.3838535Z  2024-04-03T16:13:55.3838915Z  2024-04-03T16:13:55.3839165Z  2024-04-03T16:13:55.3839408Z  2024-04-03T16:13:55.3839637Z  2024-04-03T16:13:55.3839884Z  2024-04-03T16:13:55.3840586Z [2,066 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:55.3841369Z //:torch; 36s processwrapper-sandbox 2024-04-03T16:13:55.3841857Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:55.3842334Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:55.3842790Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:55.3843478Z Compiling torch/csrc/api/src/nn/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:55.3844149Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:55.3844762Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:55.3845258Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:55.6126891Z 2024-04-03T16:13:55.6127655Z  2024-04-03T16:13:55.6128187Z  2024-04-03T16:13:55.6128713Z  2024-04-03T16:13:55.6129016Z  2024-04-03T16:13:55.6129250Z  2024-04-03T16:13:55.6129499Z  2024-04-03T16:13:55.6129743Z  2024-04-03T16:13:55.6129975Z  2024-04-03T16:13:55.6130678Z [2,067 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:55.6131472Z //:torch; 36s processwrapper-sandbox 2024-04-03T16:13:55.6131947Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:55.6132513Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:55.6144311Z Compiling torch/csrc/api/src/nn/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:55.6145660Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:55.6146326Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:55.6147055Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:55.6148097Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:13:56.5776649Z 2024-04-03T16:13:56.5777574Z  2024-04-03T16:13:56.5778087Z  2024-04-03T16:13:56.5778566Z  2024-04-03T16:13:56.5778992Z  2024-04-03T16:13:56.5779380Z  2024-04-03T16:13:56.5779786Z  2024-04-03T16:13:56.5780177Z  2024-04-03T16:13:56.5780580Z  2024-04-03T16:13:56.5781811Z [2,068 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:56.5783262Z //:torch; 37s processwrapper-sandbox 2024-04-03T16:13:56.5784056Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:56.5785230Z Compiling torch/csrc/api/src/nn/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:56.5786437Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:56.5787295Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:56.5788111Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:56.5789229Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 3s processwrapper-sandbox 2024-04-03T16:13:56.5790458Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:56.8156580Z 2024-04-03T16:13:56.8157070Z  2024-04-03T16:13:56.8157464Z  2024-04-03T16:13:56.8157726Z  2024-04-03T16:13:56.8158014Z  2024-04-03T16:13:56.8158331Z  2024-04-03T16:13:56.8158565Z  2024-04-03T16:13:56.8158812Z  2024-04-03T16:13:56.8159046Z  2024-04-03T16:13:56.8159754Z [2,069 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:56.8160555Z //:torch; 37s processwrapper-sandbox 2024-04-03T16:13:56.8161041Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:56.8161736Z Compiling torch/csrc/api/src/nn/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:56.8162404Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:56.8162881Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:56.8163341Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:56.8163828Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:56.8164487Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:57.0177174Z 2024-04-03T16:13:57.0192491Z  2024-04-03T16:13:57.0193026Z  2024-04-03T16:13:57.0193526Z  2024-04-03T16:13:57.0193793Z  2024-04-03T16:13:57.0194045Z  2024-04-03T16:13:57.0194289Z  2024-04-03T16:13:57.0194520Z  2024-04-03T16:13:57.0194765Z  2024-04-03T16:13:57.0195469Z [2,070 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:57.0196253Z //:torch; 38s processwrapper-sandbox 2024-04-03T16:13:57.0196962Z Compiling torch/csrc/api/src/nn/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:13:57.0197632Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:57.0198094Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:57.0198569Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:57.0199041Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:57.0199506Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:57.0199996Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:13:57.2241880Z 2024-04-03T16:13:57.2242833Z  2024-04-03T16:13:57.2243392Z  2024-04-03T16:13:57.2243879Z  2024-04-03T16:13:57.2245013Z  2024-04-03T16:13:57.2245404Z  2024-04-03T16:13:57.2245867Z  2024-04-03T16:13:57.2246336Z  2024-04-03T16:13:57.2246798Z  2024-04-03T16:13:57.2248610Z [2,072 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:57.2250100Z //:torch; 38s processwrapper-sandbox 2024-04-03T16:13:57.2287535Z Compiling torch/csrc/api/src/nn/module.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:57.2289023Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:57.2289732Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:57.2290419Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:57.2292912Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:57.2293692Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:13:57.2294302Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:13:57.6245603Z 2024-04-03T16:13:57.6246116Z  2024-04-03T16:13:57.6246439Z  2024-04-03T16:13:57.6246696Z  2024-04-03T16:13:57.6246946Z  2024-04-03T16:13:57.6247193Z  2024-04-03T16:13:57.6247426Z  2024-04-03T16:13:57.6247672Z  2024-04-03T16:13:57.6247919Z  2024-04-03T16:13:57.6248607Z [2,072 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:57.6249425Z //:torch; 38s processwrapper-sandbox 2024-04-03T16:13:57.6250114Z Compiling torch/csrc/api/src/nn/module.cpp; 7s processwrapper-sandbox 2024-04-03T16:13:57.6250770Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:57.6251250Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:57.6251719Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:57.6252191Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:57.6252735Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:57.6253224Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:58.4305033Z 2024-04-03T16:13:58.4305972Z  2024-04-03T16:13:58.4306540Z  2024-04-03T16:13:58.4306985Z  2024-04-03T16:13:58.4307424Z  2024-04-03T16:13:58.4307889Z  2024-04-03T16:13:58.4308359Z  2024-04-03T16:13:58.4308807Z  2024-04-03T16:13:58.4309240Z  2024-04-03T16:13:58.4309960Z [2,073 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:13:58.4310981Z //:torch; 39s processwrapper-sandbox 2024-04-03T16:13:58.4311727Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:58.4312465Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:58.4312929Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:58.4313514Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:58.4314058Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:58.4314853Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:58.4315663Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:58.6701669Z 2024-04-03T16:13:58.6702371Z  2024-04-03T16:13:58.6702936Z  2024-04-03T16:13:58.6703416Z  2024-04-03T16:13:58.6703691Z  2024-04-03T16:13:58.6703938Z  2024-04-03T16:13:58.6704170Z  2024-04-03T16:13:58.6704412Z  2024-04-03T16:13:58.6704643Z  2024-04-03T16:13:58.6705377Z [2,073 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:58.6706176Z //:torch; 39s processwrapper-sandbox 2024-04-03T16:13:58.6706667Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:58.6707131Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:58.6707600Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:58.6708080Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:58.6708530Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:58.6709247Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 4s processwrapper-sandbox 2024-04-03T16:13:58.6709974Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:59.3131647Z 2024-04-03T16:13:59.3132265Z  2024-04-03T16:13:59.3132641Z  2024-04-03T16:13:59.3132906Z  2024-04-03T16:13:59.3133156Z  2024-04-03T16:13:59.3133402Z  2024-04-03T16:13:59.3133631Z  2024-04-03T16:13:59.3133874Z  2024-04-03T16:13:59.3134120Z  2024-04-03T16:13:59.3280874Z [2,075 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:13:59.3282365Z //:torch; 40s processwrapper-sandbox 2024-04-03T16:13:59.3283095Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:59.3283854Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:59.3284826Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:13:59.3286260Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:59.3287365Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:59.3288031Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:59.3288806Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:13:59.6858742Z 2024-04-03T16:13:59.6859688Z  2024-04-03T16:13:59.6860212Z  2024-04-03T16:13:59.6860703Z  2024-04-03T16:13:59.6861181Z  2024-04-03T16:13:59.6861658Z  2024-04-03T16:13:59.6862107Z  2024-04-03T16:13:59.6862413Z  2024-04-03T16:13:59.6862642Z  2024-04-03T16:13:59.6863436Z [2,075 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:13:59.6864351Z //:torch; 40s processwrapper-sandbox 2024-04-03T16:13:59.6864846Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:13:59.6865378Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:59.6865929Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:13:59.6866860Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 5s processwrapper-sandbox 2024-04-03T16:13:59.6867686Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:59.6868275Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:13:59.6868811Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:00.0280363Z 2024-04-03T16:14:00.0281456Z  2024-04-03T16:14:00.0281988Z  2024-04-03T16:14:00.0282445Z  2024-04-03T16:14:00.0282915Z  2024-04-03T16:14:00.0283800Z  2024-04-03T16:14:00.0284218Z  2024-04-03T16:14:00.0284787Z  2024-04-03T16:14:00.0285251Z  2024-04-03T16:14:00.0286354Z [2,077 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:00.0287571Z //:torch; 41s processwrapper-sandbox 2024-04-03T16:14:00.0288315Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:00.0289348Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:00.0290407Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:00.0291084Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:00.0291797Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:00.0292605Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:00.0293265Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:00.2863071Z 2024-04-03T16:14:00.2863835Z  2024-04-03T16:14:00.2864404Z  2024-04-03T16:14:00.2864900Z  2024-04-03T16:14:00.2865146Z  2024-04-03T16:14:00.2865401Z  2024-04-03T16:14:00.2865651Z  2024-04-03T16:14:00.2865884Z  2024-04-03T16:14:00.2866154Z  2024-04-03T16:14:00.2866863Z [2,077 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:00.2867651Z //:torch; 41s processwrapper-sandbox 2024-04-03T16:14:00.2868142Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:00.2868883Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:00.2869574Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:00.2870053Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:00.2870525Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:00.2870991Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:00.2871456Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:00.5310045Z 2024-04-03T16:14:00.5310694Z  2024-04-03T16:14:00.5311047Z  2024-04-03T16:14:00.5311465Z  2024-04-03T16:14:00.5311728Z  2024-04-03T16:14:00.5312002Z  2024-04-03T16:14:00.5312364Z  2024-04-03T16:14:00.5314210Z  2024-04-03T16:14:00.5314907Z  2024-04-03T16:14:00.5315788Z [2,078 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:00.5316801Z //:torch; 41s processwrapper-sandbox 2024-04-03T16:14:00.5317424Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:00.5320563Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:00.5321645Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:00.5322488Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:00.5323231Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:00.5324032Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:00.5325317Z Compiling torch/csrc/api/src/enum.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:14:00.7376783Z 2024-04-03T16:14:00.7378343Z  2024-04-03T16:14:00.7379404Z  2024-04-03T16:14:00.7380754Z  2024-04-03T16:14:00.7381614Z  2024-04-03T16:14:00.7382021Z  2024-04-03T16:14:00.7382363Z  2024-04-03T16:14:00.7382633Z  2024-04-03T16:14:00.7382894Z  2024-04-03T16:14:00.7383636Z [2,079 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:00.7384782Z //:torch; 41s processwrapper-sandbox 2024-04-03T16:14:00.7385527Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:00.7386494Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:00.7387513Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:00.7388209Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:00.7388839Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:00.7389765Z Compiling torch/csrc/api/src/enum.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:00.7390606Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:01.1313147Z 2024-04-03T16:14:01.1313767Z  2024-04-03T16:14:01.1314073Z  2024-04-03T16:14:01.1314461Z  2024-04-03T16:14:01.1314739Z  2024-04-03T16:14:01.1314991Z  2024-04-03T16:14:01.1315223Z  2024-04-03T16:14:01.1315463Z  2024-04-03T16:14:01.1315702Z  2024-04-03T16:14:01.1316378Z [2,079 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:01.1317186Z //:torch; 42s processwrapper-sandbox 2024-04-03T16:14:01.1317672Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:01.1318370Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:01.1319071Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:01.1319542Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.1320007Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.1320621Z Compiling torch/csrc/api/src/enum.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:01.1321266Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:01.3343254Z 2024-04-03T16:14:01.3343811Z  2024-04-03T16:14:01.3344231Z  2024-04-03T16:14:01.3344584Z  2024-04-03T16:14:01.3344831Z  2024-04-03T16:14:01.3345083Z  2024-04-03T16:14:01.3345313Z  2024-04-03T16:14:01.3345556Z  2024-04-03T16:14:01.3345794Z  2024-04-03T16:14:01.3346476Z [2,080 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:01.3347288Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:01.3348010Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:01.3348703Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:01.3349173Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.3349636Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.3350249Z Compiling torch/csrc/api/src/enum.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:01.3350873Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.3510862Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:01.9002164Z 2024-04-03T16:14:01.9003022Z  2024-04-03T16:14:01.9003331Z  2024-04-03T16:14:01.9003595Z  2024-04-03T16:14:01.9003888Z  2024-04-03T16:14:01.9004287Z  2024-04-03T16:14:01.9004839Z  2024-04-03T16:14:01.9005129Z  2024-04-03T16:14:01.9008252Z  2024-04-03T16:14:01.9009145Z [2,081 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:01.9010060Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:01.9010842Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:01.9011631Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:01.9012188Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:01.9012735Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:01.9013303Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.9013992Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:01.9014569Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:02.1521332Z 2024-04-03T16:14:02.1522233Z  2024-04-03T16:14:02.1525135Z  2024-04-03T16:14:02.1525709Z  2024-04-03T16:14:02.1526660Z  2024-04-03T16:14:02.1527140Z  2024-04-03T16:14:02.1527570Z  2024-04-03T16:14:02.1527972Z  2024-04-03T16:14:02.1528332Z  2024-04-03T16:14:02.1530244Z [2,081 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:02.1531404Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:02.1532732Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:02.1534170Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:02.1535080Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.1535913Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.1536842Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:02.1537878Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:02.1538699Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:02.3740196Z 2024-04-03T16:14:02.3740717Z  2024-04-03T16:14:02.3741237Z  2024-04-03T16:14:02.3741917Z  2024-04-03T16:14:02.3742420Z  2024-04-03T16:14:02.3742697Z  2024-04-03T16:14:02.3742954Z  2024-04-03T16:14:02.3743199Z  2024-04-03T16:14:02.3743442Z  2024-04-03T16:14:02.3744217Z [2,082 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:02.3745013Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:02.3745739Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:02.3746448Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:02.3746908Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.3747379Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.3747842Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.3748524Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:02.3749223Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:02.7096986Z 2024-04-03T16:14:02.7097969Z  2024-04-03T16:14:02.7098526Z  2024-04-03T16:14:02.7098997Z  2024-04-03T16:14:02.7099509Z  2024-04-03T16:14:02.7100004Z  2024-04-03T16:14:02.7100449Z  2024-04-03T16:14:02.7100809Z  2024-04-03T16:14:02.7101162Z  2024-04-03T16:14:02.7102204Z [2,083 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:02.7103853Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:02.7104920Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:02.7105662Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:02.7106411Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.7107183Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.7108602Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:02.7109730Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:02.7110514Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:02.9105014Z 2024-04-03T16:14:02.9105680Z  2024-04-03T16:14:02.9110295Z  2024-04-03T16:14:02.9110680Z  2024-04-03T16:14:02.9111061Z  2024-04-03T16:14:02.9111473Z  2024-04-03T16:14:02.9111885Z  2024-04-03T16:14:02.9112282Z  2024-04-03T16:14:02.9112693Z  2024-04-03T16:14:02.9113666Z [2,084 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:02.9114529Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:02.9115256Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:02.9115942Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.9116643Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:02.9117819Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:02.9118855Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:02.9119535Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:02.9120225Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:03.1528464Z 2024-04-03T16:14:03.1529029Z  2024-04-03T16:14:03.1529515Z  2024-04-03T16:14:03.1530030Z  2024-04-03T16:14:03.1530368Z  2024-04-03T16:14:03.1530601Z  2024-04-03T16:14:03.1530850Z  2024-04-03T16:14:03.1531098Z  2024-04-03T16:14:03.1531330Z  2024-04-03T16:14:03.1532032Z [2,084 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:03.1532898Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:03.1533373Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:03.1533972Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:03.1534448Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:03.1535250Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:03.1535957Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:03.1536505Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:03.1536980Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:03.7008537Z 2024-04-03T16:14:03.7009189Z  2024-04-03T16:14:03.7009639Z  2024-04-03T16:14:03.7009920Z  2024-04-03T16:14:03.7010172Z  2024-04-03T16:14:03.7010408Z  2024-04-03T16:14:03.7010661Z  2024-04-03T16:14:03.7010909Z  2024-04-03T16:14:03.7011142Z  2024-04-03T16:14:03.7011863Z [2,085 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:03.7013033Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:03.7013532Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:03.7014049Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:03.7014791Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:03.7015566Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:03.7016063Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:03.7016800Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:03.7017434Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:03.9537081Z 2024-04-03T16:14:03.9539005Z  2024-04-03T16:14:03.9539732Z  2024-04-03T16:14:03.9540499Z  2024-04-03T16:14:03.9543123Z  2024-04-03T16:14:03.9544630Z  2024-04-03T16:14:03.9545212Z  2024-04-03T16:14:03.9545800Z  2024-04-03T16:14:03.9547251Z  2024-04-03T16:14:03.9549490Z [2,085 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:03.9552653Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:03.9554451Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:03.9555370Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:03.9557870Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:03.9559962Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:03.9561759Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:03.9564479Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:03.9593141Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:04.9542359Z 2024-04-03T16:14:04.9543606Z  2024-04-03T16:14:04.9544412Z  2024-04-03T16:14:04.9544978Z  2024-04-03T16:14:04.9545560Z  2024-04-03T16:14:04.9545985Z  2024-04-03T16:14:04.9546666Z  2024-04-03T16:14:04.9547213Z  2024-04-03T16:14:04.9547896Z  2024-04-03T16:14:04.9549329Z [2,085 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:04.9551042Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:04.9552074Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:04.9553194Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:04.9556891Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:04.9558060Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:04.9558750Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:04.9559450Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:04.9560281Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:05.1589768Z 2024-04-03T16:14:05.1590297Z  2024-04-03T16:14:05.1590620Z  2024-04-03T16:14:05.1590901Z  2024-04-03T16:14:05.1591183Z  2024-04-03T16:14:05.1591431Z  2024-04-03T16:14:05.1591718Z  2024-04-03T16:14:05.1591975Z  2024-04-03T16:14:05.1592219Z  2024-04-03T16:14:05.1592984Z [2,087 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:14:05.1593834Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:05.1594383Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:05.1594935Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:05.1595669Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:05.1596407Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:05.1596882Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:05.1597421Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:05.1597950Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:05.5547943Z 2024-04-03T16:14:05.5548683Z  2024-04-03T16:14:05.5549226Z  2024-04-03T16:14:05.5549647Z  2024-04-03T16:14:05.5550063Z  2024-04-03T16:14:05.5550427Z  2024-04-03T16:14:05.5550788Z  2024-04-03T16:14:05.5551148Z  2024-04-03T16:14:05.5553280Z  2024-04-03T16:14:05.5554531Z [2,087 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:05.5555897Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:05.5556856Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:05.5557751Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:05.5559007Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:05.5560200Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:05.5561344Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:05.5562203Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:05.5562942Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:06.0678612Z 2024-04-03T16:14:06.0679402Z  2024-04-03T16:14:06.0679903Z  2024-04-03T16:14:06.0680350Z  2024-04-03T16:14:06.0680770Z  2024-04-03T16:14:06.0681231Z  2024-04-03T16:14:06.0681681Z  2024-04-03T16:14:06.0682152Z  2024-04-03T16:14:06.0682621Z  2024-04-03T16:14:06.0683876Z [2,088 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:06.0685627Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.0688043Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:06.0688950Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:06.0689663Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:06.0690454Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:06.0693379Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.0693884Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.0694510Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:06.3552439Z 2024-04-03T16:14:06.3552988Z  2024-04-03T16:14:06.3553435Z  2024-04-03T16:14:06.3553768Z  2024-04-03T16:14:06.3554022Z  2024-04-03T16:14:06.3554376Z  2024-04-03T16:14:06.3554609Z  2024-04-03T16:14:06.3554850Z  2024-04-03T16:14:06.3555198Z  2024-04-03T16:14:06.3556011Z [2,089 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:06.3556964Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.3557529Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.3558205Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:06.3558968Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:06.3559442Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.3559909Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.3560378Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.3560862Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:06.5992774Z 2024-04-03T16:14:06.5993307Z  2024-04-03T16:14:06.5993735Z  2024-04-03T16:14:06.5994014Z  2024-04-03T16:14:06.5994247Z  2024-04-03T16:14:06.5994495Z  2024-04-03T16:14:06.5994742Z  2024-04-03T16:14:06.5994973Z  2024-04-03T16:14:06.5995218Z  2024-04-03T16:14:06.5995917Z [2,090 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:06.5996716Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.5997206Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.5997979Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:06.5998723Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:06.5999241Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.5999712Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.6000221Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:06.6000706Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:06.9670770Z 2024-04-03T16:14:06.9671314Z  2024-04-03T16:14:06.9671720Z  2024-04-03T16:14:06.9672039Z  2024-04-03T16:14:06.9672322Z  2024-04-03T16:14:06.9672655Z  2024-04-03T16:14:06.9672931Z  2024-04-03T16:14:06.9673239Z  2024-04-03T16:14:06.9673522Z  2024-04-03T16:14:06.9674422Z [2,090 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:06.9675495Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.9676062Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:06.9676870Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:06.9677728Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:06.9678326Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:06.9678892Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.9679450Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:06.9680052Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:07.3041434Z 2024-04-03T16:14:07.3042109Z  2024-04-03T16:14:07.3042415Z  2024-04-03T16:14:07.3042826Z  2024-04-03T16:14:07.3043314Z  2024-04-03T16:14:07.3043682Z  2024-04-03T16:14:07.3044044Z  2024-04-03T16:14:07.3044684Z  2024-04-03T16:14:07.3044928Z  2024-04-03T16:14:07.3048165Z [2,092 / 3,412] 3 / 26 tests; 16 actions, 14 running; last test: ...base_tests 2024-04-03T16:14:07.3049100Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:14:07.3049800Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:07.3050548Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:07.3053432Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:07.3053890Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:07.3054407Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:07.3054878Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:07.3055412Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:07.5675293Z 2024-04-03T16:14:07.5676020Z  2024-04-03T16:14:07.5676574Z  2024-04-03T16:14:07.5677088Z  2024-04-03T16:14:07.5677363Z  2024-04-03T16:14:07.5677612Z  2024-04-03T16:14:07.5677855Z  2024-04-03T16:14:07.5678084Z  2024-04-03T16:14:07.5678327Z  2024-04-03T16:14:07.5679039Z [2,095 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:07.5680049Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:07.5680736Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:07.5681211Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:07.5681680Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:07.5682148Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:07.5682611Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:07.5683240Z Compiling torch/csrc/utils/variadic.cpp; 2s processwrapper-sandbox 2024-04-03T16:14:07.5683898Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:08.3984739Z 2024-04-03T16:14:08.3985447Z  2024-04-03T16:14:08.3985949Z  2024-04-03T16:14:08.3986352Z  2024-04-03T16:14:08.3986757Z  2024-04-03T16:14:08.3987174Z  2024-04-03T16:14:08.3987607Z  2024-04-03T16:14:08.3988030Z  2024-04-03T16:14:08.3988450Z  2024-04-03T16:14:08.3989138Z [2,096 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:08.3989971Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:08.3990677Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:08.3991412Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:08.3992188Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:08.3992966Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:08.3994100Z Compiling torch/csrc/utils/variadic.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:08.3994796Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:08.3995290Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:08.7811601Z 2024-04-03T16:14:08.7812223Z  2024-04-03T16:14:08.7812649Z  2024-04-03T16:14:08.7813176Z  2024-04-03T16:14:08.7813510Z  2024-04-03T16:14:08.7813741Z  2024-04-03T16:14:08.7813984Z  2024-04-03T16:14:08.7814251Z  2024-04-03T16:14:08.7814482Z  2024-04-03T16:14:08.7815182Z [2,097 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:08.7815971Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:08.7816438Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:08.7816925Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:08.7817391Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:08.7818027Z Compiling torch/csrc/utils/variadic.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:08.7818667Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:08.7819363Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 2s processwrapper-sandbox 2024-04-03T16:14:08.7820051Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:09.0352154Z 2024-04-03T16:14:09.0352889Z  2024-04-03T16:14:09.0353396Z  2024-04-03T16:14:09.0353848Z  2024-04-03T16:14:09.0354261Z  2024-04-03T16:14:09.0356343Z  2024-04-03T16:14:09.0357000Z  2024-04-03T16:14:09.0357363Z  2024-04-03T16:14:09.0357665Z  2024-04-03T16:14:09.0358538Z [2,098 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:09.0359540Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:09.0362042Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:09.0362646Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:09.0363571Z Compiling torch/csrc/utils/variadic.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:09.0364739Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:09.0365484Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 2s processwrapper-sandbox 2024-04-03T16:14:09.0366391Z Compiling torch/csrc/jit/passes/autocast.cpp; 2s processwrapper-sandbox 2024-04-03T16:14:09.0367154Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:09.3935836Z 2024-04-03T16:14:09.3936426Z  2024-04-03T16:14:09.3936909Z  2024-04-03T16:14:09.3937158Z  2024-04-03T16:14:09.3937407Z  2024-04-03T16:14:09.3937653Z  2024-04-03T16:14:09.3937884Z  2024-04-03T16:14:09.3938128Z  2024-04-03T16:14:09.3938371Z  2024-04-03T16:14:09.3939058Z [2,098 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:09.3939866Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:14:09.3940353Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:09.3940813Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:09.3941465Z Compiling torch/csrc/utils/variadic.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:09.3942113Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:09.3942795Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:09.3943691Z Compiling torch/csrc/jit/passes/autocast.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:09.3944396Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:10.3045350Z 2024-04-03T16:14:10.3046215Z  2024-04-03T16:14:10.3046551Z  2024-04-03T16:14:10.3046926Z  2024-04-03T16:14:10.3047255Z  2024-04-03T16:14:10.3047846Z  2024-04-03T16:14:10.3048706Z  2024-04-03T16:14:10.3049507Z  2024-04-03T16:14:10.3049920Z  2024-04-03T16:14:10.3051076Z [2,099 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:10.3052302Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:10.3052912Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:10.3053761Z Compiling torch/csrc/utils/variadic.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:10.3054670Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:10.3055646Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:10.3056936Z Compiling torch/csrc/jit/passes/autocast.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:10.3057969Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:10.3058659Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:10.6032919Z 2024-04-03T16:14:10.6033536Z  2024-04-03T16:14:10.6033919Z  2024-04-03T16:14:10.6034181Z  2024-04-03T16:14:10.6034434Z  2024-04-03T16:14:10.6034701Z  2024-04-03T16:14:10.6034931Z  2024-04-03T16:14:10.6035172Z  2024-04-03T16:14:10.6035404Z  2024-04-03T16:14:10.6043445Z [2,099 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:10.6044245Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:10.6044941Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:10.6045588Z Compiling torch/csrc/utils/variadic.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:10.6046241Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:10.6046941Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:10.6133956Z Compiling torch/csrc/jit/passes/autocast.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:10.6135340Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:10.6136264Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:11.2489657Z 2024-04-03T16:14:11.2490295Z  2024-04-03T16:14:11.2490755Z  2024-04-03T16:14:11.2506239Z  2024-04-03T16:14:11.2506608Z  2024-04-03T16:14:11.2506979Z  2024-04-03T16:14:11.2507332Z  2024-04-03T16:14:11.2507726Z  2024-04-03T16:14:11.2508144Z  2024-04-03T16:14:11.2509364Z [2,100 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:11.2510819Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:11.2511708Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:11.2512444Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:11.2513505Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:11.2515088Z Compiling torch/csrc/jit/passes/autocast.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:11.2516301Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:11.2517568Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:11.2518874Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:11.6144577Z 2024-04-03T16:14:11.6145300Z  2024-04-03T16:14:11.6145830Z  2024-04-03T16:14:11.6146331Z  2024-04-03T16:14:11.6146807Z  2024-04-03T16:14:11.6147258Z  2024-04-03T16:14:11.6147691Z  2024-04-03T16:14:11.6148012Z  2024-04-03T16:14:11.6148266Z  2024-04-03T16:14:11.6149100Z [2,100 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:11.6150238Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:11.6150865Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:11.6151551Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:11.6152422Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:11.6153560Z Compiling torch/csrc/jit/passes/autocast.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:11.6154373Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:11.6155395Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:11.6156477Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:11.8160359Z 2024-04-03T16:14:11.8161050Z  2024-04-03T16:14:11.8161531Z  2024-04-03T16:14:11.8161928Z  2024-04-03T16:14:11.8162277Z  2024-04-03T16:14:11.8162660Z  2024-04-03T16:14:11.8163052Z  2024-04-03T16:14:11.8163444Z  2024-04-03T16:14:11.8163847Z  2024-04-03T16:14:11.8165129Z [2,102 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:11.8166455Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:11.8167279Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:11.8168459Z Compiling torch/csrc/jit/passes/autocast.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:11.8169605Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:11.8170811Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:11.8172550Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:11.8175620Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:11.8176474Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:12.2155602Z 2024-04-03T16:14:12.2156451Z  2024-04-03T16:14:12.2157019Z  2024-04-03T16:14:12.2157305Z  2024-04-03T16:14:12.2157553Z  2024-04-03T16:14:12.2157799Z  2024-04-03T16:14:12.2158046Z  2024-04-03T16:14:12.2158286Z  2024-04-03T16:14:12.2158513Z  2024-04-03T16:14:12.2159209Z [2,104 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:12.2275824Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:12.2277162Z Compiling torch/csrc/jit/passes/autocast.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:12.2278584Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:12.2279933Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:12.2281327Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:12.2282316Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:12.2283206Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:12.2283869Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:12.4281911Z 2024-04-03T16:14:12.4282438Z  2024-04-03T16:14:12.4282808Z  2024-04-03T16:14:12.4283090Z  2024-04-03T16:14:12.4283327Z  2024-04-03T16:14:12.4283577Z  2024-04-03T16:14:12.4283820Z  2024-04-03T16:14:12.4284051Z  2024-04-03T16:14:12.4284773Z  2024-04-03T16:14:12.4285504Z [2,105 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:12.4286498Z Compiling torch/csrc/jit/passes/autocast.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:12.4287429Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:12.4288377Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:12.4289062Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:12.4289771Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:12.4290463Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:12.4290921Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:12.4291411Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:13.4521225Z 2024-04-03T16:14:13.4522136Z  2024-04-03T16:14:13.4522825Z  2024-04-03T16:14:13.4523387Z  2024-04-03T16:14:13.4523906Z  2024-04-03T16:14:13.4524210Z  2024-04-03T16:14:13.4524687Z  2024-04-03T16:14:13.4525053Z  2024-04-03T16:14:13.4525424Z  2024-04-03T16:14:13.4526324Z [2,105 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:13.4527797Z Compiling torch/csrc/jit/passes/autocast.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:13.4529319Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:13.4530911Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:13.4532037Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:13.4533318Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:13.4534462Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:13.4535313Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:13.4536184Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:13.6547865Z 2024-04-03T16:14:13.6548598Z  2024-04-03T16:14:13.6549157Z  2024-04-03T16:14:13.6549679Z  2024-04-03T16:14:13.6549979Z  2024-04-03T16:14:13.6550212Z  2024-04-03T16:14:13.6550458Z  2024-04-03T16:14:13.6550700Z  2024-04-03T16:14:13.6550928Z  2024-04-03T16:14:13.6551645Z [2,106 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:13.6552704Z Compiling torch/csrc/jit/passes/autocast.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:13.6553754Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:13.6554964Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:13.6555851Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:13.6556759Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:13.6557679Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:13.6559135Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:13.6559801Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:14.0525067Z 2024-04-03T16:14:14.0525769Z  2024-04-03T16:14:14.0526276Z  2024-04-03T16:14:14.0526553Z  2024-04-03T16:14:14.0526798Z  2024-04-03T16:14:14.0539552Z  2024-04-03T16:14:14.0539901Z  2024-04-03T16:14:14.0540259Z  2024-04-03T16:14:14.0540632Z  2024-04-03T16:14:14.0541753Z [2,106 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:14.0543341Z Compiling torch/csrc/jit/passes/autocast.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:14.0544762Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:14.0546304Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:14.0547383Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:14.0548456Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:14.0549585Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.0550375Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.0551122Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:14:14.2550293Z 2024-04-03T16:14:14.2552103Z  2024-04-03T16:14:14.2553585Z  2024-04-03T16:14:14.2555003Z  2024-04-03T16:14:14.2556371Z  2024-04-03T16:14:14.2557722Z  2024-04-03T16:14:14.2558396Z  2024-04-03T16:14:14.2559376Z  2024-04-03T16:14:14.2559872Z  2024-04-03T16:14:14.2561061Z [2,107 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:14.2562857Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:14.2564617Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:14.2566252Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:14.2567442Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:14.2568631Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:14.2569834Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.2570700Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.2571947Z Compiling torch/csrc/lazy/core/hash.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:14:14.4550087Z 2024-04-03T16:14:14.4550617Z  2024-04-03T16:14:14.4550943Z  2024-04-03T16:14:14.4551218Z  2024-04-03T16:14:14.4551455Z  2024-04-03T16:14:14.4551704Z  2024-04-03T16:14:14.4551963Z  2024-04-03T16:14:14.4552193Z  2024-04-03T16:14:14.4552439Z  2024-04-03T16:14:14.4553134Z [2,108 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:14.4554158Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:14.4555081Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:14.4555781Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:14.4556482Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:14.4557178Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.4557838Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.4558566Z Compiling torch/csrc/lazy/core/hash.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:14.4559206Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:14.7447749Z 2024-04-03T16:14:14.7449405Z  2024-04-03T16:14:14.7452121Z  2024-04-03T16:14:14.7452783Z  2024-04-03T16:14:14.7453720Z  2024-04-03T16:14:14.7454117Z  2024-04-03T16:14:14.7454449Z  2024-04-03T16:14:14.7454814Z  2024-04-03T16:14:14.7455163Z  2024-04-03T16:14:14.7456763Z [2,109 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:14.7458424Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:14.7459973Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:14.7461162Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:14.7462748Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:14.7463898Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:14.7464686Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:14.7465479Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:14.7466287Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:15.1036495Z 2024-04-03T16:14:15.1037181Z  2024-04-03T16:14:15.1037502Z  2024-04-03T16:14:15.1037835Z  2024-04-03T16:14:15.1038073Z  2024-04-03T16:14:15.1038319Z  2024-04-03T16:14:15.1038570Z  2024-04-03T16:14:15.1038800Z  2024-04-03T16:14:15.1039068Z  2024-04-03T16:14:15.1039769Z [2,109 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:15.1040767Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:15.1041732Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:15.1042446Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:15.1043201Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:15.1043885Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:15.1044782Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:15.1045449Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:15.1046068Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:15.3108768Z 2024-04-03T16:14:15.3109292Z  2024-04-03T16:14:15.3109612Z  2024-04-03T16:14:15.3109873Z  2024-04-03T16:14:15.3110126Z  2024-04-03T16:14:15.3110390Z  2024-04-03T16:14:15.3110622Z  2024-04-03T16:14:15.3110867Z  2024-04-03T16:14:15.3111108Z  2024-04-03T16:14:15.3111790Z [2,110 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:15.3112817Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:15.3113541Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:15.3114242Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:15.3114942Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:15.3115418Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:15.3115879Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:15.3116349Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:15.3116837Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:15.5346679Z 2024-04-03T16:14:15.5347157Z  2024-04-03T16:14:15.5347455Z  2024-04-03T16:14:15.5347741Z  2024-04-03T16:14:15.5347991Z  2024-04-03T16:14:15.5348223Z  2024-04-03T16:14:15.5348466Z  2024-04-03T16:14:15.5348708Z  2024-04-03T16:14:15.5348941Z  2024-04-03T16:14:15.5349637Z [2,111 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:15.5350684Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:15.5351398Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:15.5352101Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:15.5352802Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:15.5353282Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:15.5353736Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:15.5354211Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:15.5354703Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:16.4040150Z 2024-04-03T16:14:16.4041209Z  2024-04-03T16:14:16.4041780Z  2024-04-03T16:14:16.4042204Z  2024-04-03T16:14:16.4042595Z  2024-04-03T16:14:16.4042975Z  2024-04-03T16:14:16.4043326Z  2024-04-03T16:14:16.4043710Z  2024-04-03T16:14:16.4044059Z  2024-04-03T16:14:16.4045318Z [2,112 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:16.4047268Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:16.4048246Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:16.4049333Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:16.4050359Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:16.4051082Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:16.4051841Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:16.4052547Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:16.4053322Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:16.7410092Z 2024-04-03T16:14:16.7411914Z  2024-04-03T16:14:16.7413400Z  2024-04-03T16:14:16.7414726Z  2024-04-03T16:14:16.7416050Z  2024-04-03T16:14:16.7417399Z  2024-04-03T16:14:16.7418708Z  2024-04-03T16:14:16.7420086Z  2024-04-03T16:14:16.7421469Z  2024-04-03T16:14:16.7423534Z [2,112 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:16.7425946Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:16.7428083Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:16.7430201Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:16.7432275Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:16.7433337Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:16.7434324Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:16.7435668Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:16.7436554Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:17.0237467Z 2024-04-03T16:14:17.0238170Z  2024-04-03T16:14:17.0238768Z  2024-04-03T16:14:17.0239204Z  2024-04-03T16:14:17.0239445Z  2024-04-03T16:14:17.0239699Z  2024-04-03T16:14:17.0239967Z  2024-04-03T16:14:17.0240197Z  2024-04-03T16:14:17.0240457Z  2024-04-03T16:14:17.0241441Z [2,113 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:17.0242635Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:17.0243528Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:17.0244819Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:17.0245759Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:17.0246393Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.0246881Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.0247714Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:17.0248726Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:17.3412782Z 2024-04-03T16:14:17.3413751Z  2024-04-03T16:14:17.3414306Z  2024-04-03T16:14:17.3414641Z  2024-04-03T16:14:17.3415033Z  2024-04-03T16:14:17.3415406Z  2024-04-03T16:14:17.3415685Z  2024-04-03T16:14:17.3416074Z  2024-04-03T16:14:17.3416411Z  2024-04-03T16:14:17.3417334Z [2,113 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:17.3418936Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:17.3420041Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:17.3421170Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:17.3422941Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:17.3423773Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.3424441Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.3425544Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:17.3426588Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:17.7233431Z 2024-04-03T16:14:17.7234225Z  2024-04-03T16:14:17.7234660Z  2024-04-03T16:14:17.7237195Z  2024-04-03T16:14:17.7239575Z  2024-04-03T16:14:17.7240141Z  2024-04-03T16:14:17.7241217Z  2024-04-03T16:14:17.7241865Z  2024-04-03T16:14:17.7242320Z  2024-04-03T16:14:17.7243786Z [2,115 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:17.7246392Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 10s processwrapper-sandbox 2024-04-03T16:14:17.7248357Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 10s processwrapper-sandbox 2024-04-03T16:14:17.7249744Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:17.7250667Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.7251939Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:17.7253154Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.7253968Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:17.7254897Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:17.9416789Z 2024-04-03T16:14:17.9417665Z  2024-04-03T16:14:17.9417975Z  2024-04-03T16:14:17.9418231Z  2024-04-03T16:14:17.9418498Z  2024-04-03T16:14:17.9418735Z  2024-04-03T16:14:17.9418986Z  2024-04-03T16:14:17.9419235Z  2024-04-03T16:14:17.9419472Z  2024-04-03T16:14:17.9420179Z [2,117 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:17.9420977Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:17.9421470Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:17.9422191Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:17.9422899Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:17.9423376Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:17.9424067Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:17.9424773Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:17.9425270Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:18.1920297Z 2024-04-03T16:14:18.1920857Z  2024-04-03T16:14:18.1921160Z  2024-04-03T16:14:18.1921439Z  2024-04-03T16:14:18.1921690Z  2024-04-03T16:14:18.1921924Z  2024-04-03T16:14:18.1922165Z  2024-04-03T16:14:18.1922410Z  2024-04-03T16:14:18.1922639Z  2024-04-03T16:14:18.1923346Z [2,118 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:18.1924154Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:18.1925249Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:18.1925960Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:18.1926438Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:18.1927162Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:18.1927878Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:18.1928345Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:18.1928822Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:18.8641176Z 2024-04-03T16:14:18.8641840Z  2024-04-03T16:14:18.8642307Z  2024-04-03T16:14:18.8642719Z  2024-04-03T16:14:18.8643116Z  2024-04-03T16:14:18.8643511Z  2024-04-03T16:14:18.8643918Z  2024-04-03T16:14:18.8644273Z  2024-04-03T16:14:18.8645109Z  2024-04-03T16:14:18.8646487Z [2,119 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:18.8647719Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:18.8648860Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:18.8649965Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:18.8651059Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:18.8652441Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:18.8653177Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:18.8654252Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:18.8655401Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:19.2007175Z 2024-04-03T16:14:19.2007894Z  2024-04-03T16:14:19.2008546Z  2024-04-03T16:14:19.2008828Z  2024-04-03T16:14:19.2009062Z  2024-04-03T16:14:19.2009337Z  2024-04-03T16:14:19.2009723Z  2024-04-03T16:14:19.2010024Z  2024-04-03T16:14:19.2010288Z  2024-04-03T16:14:19.2011106Z [2,119 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:19.2012048Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:19.2012889Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:19.2013787Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:19.2014653Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:19.2015344Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:19.2015958Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:19.2016841Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:19.2017676Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:20.4014821Z 2024-04-03T16:14:20.4015613Z  2024-04-03T16:14:20.4015947Z  2024-04-03T16:14:20.4016218Z  2024-04-03T16:14:20.4016463Z  2024-04-03T16:14:20.4016713Z  2024-04-03T16:14:20.4016955Z  2024-04-03T16:14:20.4017196Z  2024-04-03T16:14:20.4017424Z  2024-04-03T16:14:20.4018123Z [2,119 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:20.4018911Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:20.4019635Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:20.4020337Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:20.4021044Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:20.4021726Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:20.4022205Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:20.4022884Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:20.4023564Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:20.6231169Z 2024-04-03T16:14:20.6231963Z  2024-04-03T16:14:20.6232525Z  2024-04-03T16:14:20.6233905Z  2024-04-03T16:14:20.6234309Z  2024-04-03T16:14:20.6234761Z  2024-04-03T16:14:20.6235201Z  2024-04-03T16:14:20.6235568Z  2024-04-03T16:14:20.6235981Z  2024-04-03T16:14:20.6237078Z [2,122 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:20.6238379Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:20.6239534Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:20.6240605Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:20.6241428Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:20.6242698Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:20.6243799Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:20.6244779Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:20.6245263Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:20.9310161Z 2024-04-03T16:14:20.9310873Z  2024-04-03T16:14:20.9311355Z  2024-04-03T16:14:20.9311765Z  2024-04-03T16:14:20.9312143Z  2024-04-03T16:14:20.9312535Z  2024-04-03T16:14:20.9312925Z  2024-04-03T16:14:20.9313295Z  2024-04-03T16:14:20.9313694Z  2024-04-03T16:14:20.9315036Z [2,124 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:20.9316642Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:20.9317742Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:20.9318509Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:20.9319563Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:20.9320647Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:20.9321404Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:20.9322143Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:20.9323192Z Compiling torch/csrc/api/src/nn/init.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:14:21.2234962Z 2024-04-03T16:14:21.2235689Z  2024-04-03T16:14:21.2236011Z  2024-04-03T16:14:21.2236256Z  2024-04-03T16:14:21.2236506Z  2024-04-03T16:14:21.2236763Z  2024-04-03T16:14:21.2237021Z  2024-04-03T16:14:21.2237261Z  2024-04-03T16:14:21.2237500Z  2024-04-03T16:14:21.2238185Z [2,124 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:21.2239205Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:21.2239905Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:21.2240369Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:21.2241052Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:21.2241724Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:21.2242202Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:21.2242657Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:21.2243338Z Compiling torch/csrc/api/src/nn/init.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:14:22.2472313Z 2024-04-03T16:14:22.2472980Z  2024-04-03T16:14:22.2473535Z  2024-04-03T16:14:22.2474033Z  2024-04-03T16:14:22.2474372Z  2024-04-03T16:14:22.2474742Z  2024-04-03T16:14:22.2475103Z  2024-04-03T16:14:22.2475475Z  2024-04-03T16:14:22.2475898Z  2024-04-03T16:14:22.2477098Z [2,124 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:22.2478743Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:22.2479907Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:22.2480738Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:22.2481846Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:22.2482923Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:22.2483629Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:22.2484516Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:22.2485506Z Compiling torch/csrc/api/src/nn/init.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:14:22.6190326Z 2024-04-03T16:14:22.6191131Z  2024-04-03T16:14:22.6191636Z  2024-04-03T16:14:22.6192034Z  2024-04-03T16:14:22.6192441Z  2024-04-03T16:14:22.6192814Z  2024-04-03T16:14:22.6193194Z  2024-04-03T16:14:22.6193574Z  2024-04-03T16:14:22.6193958Z  2024-04-03T16:14:22.6195043Z [2,125 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:22.6196740Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:22.6197896Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:22.6198630Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:22.6200069Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:22.6201208Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:22.6201982Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:22.6202759Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:22.6204091Z Compiling torch/csrc/api/src/nn/init.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:14:22.8473921Z 2024-04-03T16:14:22.8474451Z  2024-04-03T16:14:22.8474784Z  2024-04-03T16:14:22.8475054Z  2024-04-03T16:14:22.8475287Z  2024-04-03T16:14:22.8475532Z  2024-04-03T16:14:22.8475777Z  2024-04-03T16:14:22.8476009Z  2024-04-03T16:14:22.8476257Z  2024-04-03T16:14:22.8476957Z [2,125 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:22.8478195Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:22.8479397Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:22.8480176Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:22.8480969Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:22.8481648Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:22.8482123Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:22.8482610Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:22.8483278Z Compiling torch/csrc/api/src/nn/init.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:14:23.0755034Z 2024-04-03T16:14:23.0755713Z  2024-04-03T16:14:23.0756246Z  2024-04-03T16:14:23.0756688Z  2024-04-03T16:14:23.0757140Z  2024-04-03T16:14:23.0757588Z  2024-04-03T16:14:23.0758027Z  2024-04-03T16:14:23.0758473Z  2024-04-03T16:14:23.0758915Z  2024-04-03T16:14:23.0760150Z [2,127 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:23.0762056Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:23.0763362Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:23.0764716Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:23.0765976Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:23.0766880Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:23.0767730Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:23.0768929Z Compiling torch/csrc/api/src/nn/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:23.0770168Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:23.4743291Z 2024-04-03T16:14:23.4743799Z  2024-04-03T16:14:23.4744110Z  2024-04-03T16:14:23.4744429Z  2024-04-03T16:14:23.4744912Z  2024-04-03T16:14:23.4745303Z  2024-04-03T16:14:23.4745534Z  2024-04-03T16:14:23.4745774Z  2024-04-03T16:14:23.4746003Z  2024-04-03T16:14:23.4746712Z [2,129 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:23.4747712Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:23.4748394Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:23.4748868Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:23.4749355Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:23.4749997Z Compiling torch/csrc/api/src/nn/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:23.4750630Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:23.4751098Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:14:23.4751585Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:23.6883467Z 2024-04-03T16:14:23.6887312Z  2024-04-03T16:14:23.6887752Z  2024-04-03T16:14:23.6888118Z  2024-04-03T16:14:23.6888445Z  2024-04-03T16:14:23.6888779Z  2024-04-03T16:14:23.6889142Z  2024-04-03T16:14:23.6889579Z  2024-04-03T16:14:23.6890040Z  2024-04-03T16:14:23.6893515Z [2,131 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:14:23.6895248Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:23.6895936Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:23.6896731Z Compiling torch/csrc/api/src/nn/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:23.6905550Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:23.6906374Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:23.6907174Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:23.6907820Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:23.6908548Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:23.9198830Z 2024-04-03T16:14:23.9199715Z  2024-04-03T16:14:23.9200174Z  2024-04-03T16:14:23.9200555Z  2024-04-03T16:14:23.9200923Z  2024-04-03T16:14:23.9201282Z  2024-04-03T16:14:23.9201641Z  2024-04-03T16:14:23.9202011Z  2024-04-03T16:14:23.9202382Z  2024-04-03T16:14:23.9203409Z [2,131 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:23.9204748Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:23.9205470Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:23.9206486Z Compiling torch/csrc/api/src/nn/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:23.9207433Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:23.9208125Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:23.9208816Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:23.9209528Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:23.9210256Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:25.1204924Z 2024-04-03T16:14:25.1205618Z  2024-04-03T16:14:25.1206063Z  2024-04-03T16:14:25.1206444Z  2024-04-03T16:14:25.1206870Z  2024-04-03T16:14:25.1207365Z  2024-04-03T16:14:25.1207696Z  2024-04-03T16:14:25.1207973Z  2024-04-03T16:14:25.1208215Z  2024-04-03T16:14:25.1209191Z [2,131 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:25.1210198Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:25.1210699Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:25.1211563Z Compiling torch/csrc/api/src/nn/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:25.1212228Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:25.1212757Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:25.1213414Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:25.1214033Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:25.1214746Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:25.8872155Z 2024-04-03T16:14:25.8872877Z  2024-04-03T16:14:25.8873394Z  2024-04-03T16:14:25.8873840Z  2024-04-03T16:14:25.8874235Z  2024-04-03T16:14:25.8874651Z  2024-04-03T16:14:25.8875078Z  2024-04-03T16:14:25.8875474Z  2024-04-03T16:14:25.8875881Z  2024-04-03T16:14:25.8877046Z [2,132 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:25.8878382Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:25.8879185Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:25.8880310Z Compiling torch/csrc/api/src/nn/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:25.8881718Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:25.8882522Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:25.8883401Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:25.8884270Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:25.8885411Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:26.0934636Z 2024-04-03T16:14:26.0935655Z  2024-04-03T16:14:26.0936141Z  2024-04-03T16:14:26.0936544Z  2024-04-03T16:14:26.0937008Z  2024-04-03T16:14:26.0937436Z  2024-04-03T16:14:26.0938110Z  2024-04-03T16:14:26.0938527Z  2024-04-03T16:14:26.0938931Z  2024-04-03T16:14:26.0940060Z [2,134 / 3,412] 3 / 26 tests; 16 actions, 14 running; last test: ...base_tests 2024-04-03T16:14:26.0941324Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:26.0942375Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:26.0943412Z Compiling torch/csrc/api/src/nn/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:26.0944468Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:26.0945243Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:26.0946001Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:26.0946821Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:26.0947614Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:26.3216252Z 2024-04-03T16:14:26.3217014Z  2024-04-03T16:14:26.3217552Z  2024-04-03T16:14:26.3218056Z  2024-04-03T16:14:26.3218529Z  2024-04-03T16:14:26.3219011Z  2024-04-03T16:14:26.3219414Z  2024-04-03T16:14:26.3219720Z  2024-04-03T16:14:26.3220023Z  2024-04-03T16:14:26.3220731Z [2,134 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:26.3221525Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:26.3222006Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:26.3222655Z Compiling torch/csrc/api/src/nn/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:26.3223433Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:26.3223927Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:26.3224480Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:26.3225086Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:26.3225748Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:26.5882599Z 2024-04-03T16:14:26.5883356Z  2024-04-03T16:14:26.5883886Z  2024-04-03T16:14:26.5884509Z  2024-04-03T16:14:26.5884893Z  2024-04-03T16:14:26.5885259Z  2024-04-03T16:14:26.5885616Z  2024-04-03T16:14:26.5885956Z  2024-04-03T16:14:26.5886341Z  2024-04-03T16:14:26.5887060Z [2,135 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:26.5887867Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:26.5888354Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:26.5889009Z Compiling torch/csrc/api/src/nn/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:26.5889645Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:26.5890115Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:26.5890578Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:26.5891027Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:26.5891514Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:26.8419655Z 2024-04-03T16:14:26.8420706Z  2024-04-03T16:14:26.8421039Z  2024-04-03T16:14:26.8421310Z  2024-04-03T16:14:26.8421559Z  2024-04-03T16:14:26.8421854Z  2024-04-03T16:14:26.8422127Z  2024-04-03T16:14:26.8422373Z  2024-04-03T16:14:26.8422682Z  2024-04-03T16:14:26.8423413Z [2,136 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:26.8424455Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:26.8425192Z Compiling torch/csrc/api/src/nn/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:26.8426064Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:26.8426638Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:26.8427248Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:26.8427809Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:26.8428446Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:26.8429003Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:27.0586642Z 2024-04-03T16:14:27.0587182Z  2024-04-03T16:14:27.0597785Z  2024-04-03T16:14:27.0598404Z  2024-04-03T16:14:27.0598649Z  2024-04-03T16:14:27.0598898Z  2024-04-03T16:14:27.0599140Z  2024-04-03T16:14:27.0599371Z  2024-04-03T16:14:27.0599613Z  2024-04-03T16:14:27.0600305Z [2,137 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:27.0603454Z Compiling torch/csrc/api/src/nn/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:27.0604118Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:27.0604770Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:27.0605227Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.0605696Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.0606163Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.0606615Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:27.0607097Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:27.3222041Z 2024-04-03T16:14:27.3222543Z  2024-04-03T16:14:27.3222855Z  2024-04-03T16:14:27.3223129Z  2024-04-03T16:14:27.3223437Z  2024-04-03T16:14:27.3223761Z  2024-04-03T16:14:27.3224008Z  2024-04-03T16:14:27.3224238Z  2024-04-03T16:14:27.3224483Z  2024-04-03T16:14:27.3225188Z [2,138 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:27.3225983Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:27.3226467Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:27.3226942Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.3227396Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.3227861Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.3228333Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.3228788Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:27.3229273Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:28.3520525Z 2024-04-03T16:14:28.3521290Z  2024-04-03T16:14:28.3521876Z  2024-04-03T16:14:28.3522349Z  2024-04-03T16:14:28.3522603Z  2024-04-03T16:14:28.3522863Z  2024-04-03T16:14:28.3523190Z  2024-04-03T16:14:28.3523548Z  2024-04-03T16:14:28.3523865Z  2024-04-03T16:14:28.3524956Z [2,138 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:28.3526126Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:28.3526840Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:28.3527444Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.3527962Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.3528571Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.3529193Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.3529725Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.3530452Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:28.7524715Z 2024-04-03T16:14:28.7525779Z  2024-04-03T16:14:28.7526269Z  2024-04-03T16:14:28.7526758Z  2024-04-03T16:14:28.7527231Z  2024-04-03T16:14:28.7527693Z  2024-04-03T16:14:28.7528157Z  2024-04-03T16:14:28.7528614Z  2024-04-03T16:14:28.7528986Z  2024-04-03T16:14:28.7529964Z [2,139 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:28.7530997Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:28.7531524Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:28.7532233Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.7532910Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.7533602Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.7534161Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.7534756Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.7535375Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:28.9528837Z 2024-04-03T16:14:28.9529368Z  2024-04-03T16:14:28.9531500Z  2024-04-03T16:14:28.9532435Z  2024-04-03T16:14:28.9532891Z  2024-04-03T16:14:28.9533427Z  2024-04-03T16:14:28.9533892Z  2024-04-03T16:14:28.9534343Z  2024-04-03T16:14:28.9534790Z  2024-04-03T16:14:28.9536079Z [2,140 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:28.9538942Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:28.9539844Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:28.9540749Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:28.9541629Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.9542519Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.9543391Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.9544220Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:28.9545062Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:29.2601348Z 2024-04-03T16:14:29.2602062Z  2024-04-03T16:14:29.2602615Z  2024-04-03T16:14:29.2603096Z  2024-04-03T16:14:29.2603548Z  2024-04-03T16:14:29.2603989Z  2024-04-03T16:14:29.2604578Z  2024-04-03T16:14:29.2605034Z  2024-04-03T16:14:29.2605473Z  2024-04-03T16:14:29.2606724Z [2,141 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:29.2608203Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:29.2609077Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.2609969Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.2610845Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.2611692Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:29.2612567Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:29.2613494Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:29.2614385Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:29.5533603Z 2024-04-03T16:14:29.5534182Z  2024-04-03T16:14:29.5534603Z  2024-04-03T16:14:29.5534940Z  2024-04-03T16:14:29.5535194Z  2024-04-03T16:14:29.5535427Z  2024-04-03T16:14:29.5535775Z  2024-04-03T16:14:29.5536075Z  2024-04-03T16:14:29.5536319Z  2024-04-03T16:14:29.5537155Z [2,141 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:29.5537965Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:29.5538436Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.5547354Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.5547870Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.5548331Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:29.5548810Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:29.5549276Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:29.5549752Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:29.8013019Z 2024-04-03T16:14:29.8013583Z  2024-04-03T16:14:29.8014120Z  2024-04-03T16:14:29.8014643Z  2024-04-03T16:14:29.8014918Z  2024-04-03T16:14:29.8015170Z  2024-04-03T16:14:29.8015403Z  2024-04-03T16:14:29.8015648Z  2024-04-03T16:14:29.8015894Z  2024-04-03T16:14:29.8016577Z [2,143 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:29.8017383Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:29.8017864Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.8018322Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:29.8018789Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:29.8019252Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:29.8019718Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:29.8020170Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:29.8020658Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:30.3572674Z 2024-04-03T16:14:30.3573449Z  2024-04-03T16:14:30.3575103Z  2024-04-03T16:14:30.3575596Z  2024-04-03T16:14:30.3576055Z  2024-04-03T16:14:30.3576500Z  2024-04-03T16:14:30.3576963Z  2024-04-03T16:14:30.3577412Z  2024-04-03T16:14:30.3578057Z  2024-04-03T16:14:30.3580145Z [2,144 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:30.3582963Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:30.3583876Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:30.3584775Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:30.3585677Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.3586652Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.3587623Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.3588684Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:30.3589615Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:30.6319924Z 2024-04-03T16:14:30.6320851Z  2024-04-03T16:14:30.6321434Z  2024-04-03T16:14:30.6321936Z  2024-04-03T16:14:30.6322414Z  2024-04-03T16:14:30.6322802Z  2024-04-03T16:14:30.6323229Z  2024-04-03T16:14:30.6323699Z  2024-04-03T16:14:30.6324156Z  2024-04-03T16:14:30.6325620Z [2,146 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:14:30.6326663Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:30.6327386Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.6328111Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.6328836Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.6329562Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.6330603Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:30.6331610Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:30.6332253Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:30.8329998Z 2024-04-03T16:14:30.8330729Z  2024-04-03T16:14:30.8331249Z  2024-04-03T16:14:30.8331787Z  2024-04-03T16:14:30.8332165Z  2024-04-03T16:14:30.8332421Z  2024-04-03T16:14:30.8332656Z  2024-04-03T16:14:30.8332907Z  2024-04-03T16:14:30.8333229Z  2024-04-03T16:14:30.8333946Z [2,146 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:30.8334748Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:30.8335235Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.8335709Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.8336167Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.8336679Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:30.8337569Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:30.8338531Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:30.8339182Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:31.8344764Z 2024-04-03T16:14:31.8346030Z  2024-04-03T16:14:31.8346765Z  2024-04-03T16:14:31.8347365Z  2024-04-03T16:14:31.8347831Z  2024-04-03T16:14:31.8348282Z  2024-04-03T16:14:31.8348737Z  2024-04-03T16:14:31.8349194Z  2024-04-03T16:14:31.8349671Z  2024-04-03T16:14:31.8350899Z [2,146 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:31.8352262Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:31.8353053Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:31.8353934Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:31.8354825Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:31.8355689Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:31.8357041Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:31.8358355Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:31.8361207Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:32.5552838Z 2024-04-03T16:14:32.5553553Z  2024-04-03T16:14:32.5554157Z  2024-04-03T16:14:32.5554514Z  2024-04-03T16:14:32.5554761Z  2024-04-03T16:14:32.5555046Z  2024-04-03T16:14:32.5555286Z  2024-04-03T16:14:32.5556879Z  2024-04-03T16:14:32.5557115Z  2024-04-03T16:14:32.5558075Z [2,147 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:32.5559381Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:32.5560168Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:32.5560972Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:32.5561734Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:32.5562867Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:32.5564121Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:32.5565674Z Compiling torch/csrc/jit/passes/fuse_linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:32.5567012Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:32.7647168Z 2024-04-03T16:14:32.7647888Z  2024-04-03T16:14:32.7648912Z  2024-04-03T16:14:32.7649505Z  2024-04-03T16:14:32.7650000Z  2024-04-03T16:14:32.7650665Z  2024-04-03T16:14:32.7651186Z  2024-04-03T16:14:32.7651658Z  2024-04-03T16:14:32.7652082Z  2024-04-03T16:14:32.7653388Z [2,150 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:32.7655007Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:32.7656650Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:32.7658237Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:32.7659795Z Compiling torch/csrc/jit/passes/fuse_linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:32.7661381Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:32.7662291Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:32.7663181Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:32.7664099Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:33.0352142Z 2024-04-03T16:14:33.0352689Z  2024-04-03T16:14:33.0353126Z  2024-04-03T16:14:33.0353411Z  2024-04-03T16:14:33.0353645Z  2024-04-03T16:14:33.0353893Z  2024-04-03T16:14:33.0354138Z  2024-04-03T16:14:33.0354368Z  2024-04-03T16:14:33.0354614Z  2024-04-03T16:14:33.0355309Z [2,150 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:33.0356087Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:33.0356804Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:33.0357502Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:33.0358192Z Compiling torch/csrc/jit/passes/fuse_linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:33.0358895Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.0359373Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.0359839Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:33.0360313Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:33.3218106Z 2024-04-03T16:14:33.3219204Z  2024-04-03T16:14:33.3219688Z  2024-04-03T16:14:33.3220141Z  2024-04-03T16:14:33.3220548Z  2024-04-03T16:14:33.3220990Z  2024-04-03T16:14:33.3221406Z  2024-04-03T16:14:33.3221813Z  2024-04-03T16:14:33.3222183Z  2024-04-03T16:14:33.3223290Z [2,151 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:33.3224669Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:33.3225876Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:33.3226830Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:33.3228497Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.3229331Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.3230038Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.3230846Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:33.3231684Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:33.6992421Z 2024-04-03T16:14:33.6993130Z  2024-04-03T16:14:33.6993524Z  2024-04-03T16:14:33.6993795Z  2024-04-03T16:14:33.6994060Z  2024-04-03T16:14:33.6994297Z  2024-04-03T16:14:33.6994539Z  2024-04-03T16:14:33.6994784Z  2024-04-03T16:14:33.6995014Z  2024-04-03T16:14:33.6995719Z [2,152 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:33.6996516Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:33.6997384Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:33.6998152Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:33.6998659Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.6999423Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:33.6999979Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:33.7000451Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:33.7001110Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:34.3182595Z 2024-04-03T16:14:34.3183255Z  2024-04-03T16:14:34.3183617Z  2024-04-03T16:14:34.3183914Z  2024-04-03T16:14:34.3184278Z  2024-04-03T16:14:34.3184630Z  2024-04-03T16:14:34.3184997Z  2024-04-03T16:14:34.3185366Z  2024-04-03T16:14:34.3185698Z  2024-04-03T16:14:34.3186765Z [2,153 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:34.3188008Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:34.3189095Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:34.3190150Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:34.3190833Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:34.3191533Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.3192188Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.3192841Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:34.3193536Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:34.5238757Z 2024-04-03T16:14:34.5239310Z  2024-04-03T16:14:34.5239719Z  2024-04-03T16:14:34.5240211Z  2024-04-03T16:14:34.5240711Z  2024-04-03T16:14:34.5241080Z  2024-04-03T16:14:34.5241314Z  2024-04-03T16:14:34.5241557Z  2024-04-03T16:14:34.5241792Z  2024-04-03T16:14:34.5242497Z [2,154 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:34.5243294Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:34.5244026Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:34.5244892Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:34.5245372Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.5245848Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.5246304Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.5246777Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.5247281Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:34.9009869Z 2024-04-03T16:14:34.9010596Z  2024-04-03T16:14:34.9011175Z  2024-04-03T16:14:34.9011466Z  2024-04-03T16:14:34.9011704Z  2024-04-03T16:14:34.9011955Z  2024-04-03T16:14:34.9012206Z  2024-04-03T16:14:34.9012436Z  2024-04-03T16:14:34.9012683Z  2024-04-03T16:14:34.9013457Z [2,154 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:34.9014242Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:34.9937208Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:34.9938663Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:34.9939433Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:34.9940197Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:34.9940876Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.9941869Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:34.9942704Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:35.3904840Z 2024-04-03T16:14:35.3905574Z  2024-04-03T16:14:35.3906151Z  2024-04-03T16:14:35.3906522Z  2024-04-03T16:14:35.3906771Z  2024-04-03T16:14:35.3907016Z  2024-04-03T16:14:35.3907247Z  2024-04-03T16:14:35.3907490Z  2024-04-03T16:14:35.3907735Z  2024-04-03T16:14:35.3908420Z [2,155 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:35.3909213Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:35.3909950Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:35.3910638Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.3911118Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.3911588Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.3912040Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.3912743Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:35.3913441Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:35.5947739Z 2024-04-03T16:14:35.5948840Z  2024-04-03T16:14:35.5949414Z  2024-04-03T16:14:35.5949846Z  2024-04-03T16:14:35.5950336Z  2024-04-03T16:14:35.5950764Z  2024-04-03T16:14:35.5951216Z  2024-04-03T16:14:35.5951665Z  2024-04-03T16:14:35.5952120Z  2024-04-03T16:14:35.5953359Z [2,155 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:35.5954891Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:35.5956248Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:35.5957261Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.5957856Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.5958594Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.5959270Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:35.5960192Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:35.5961114Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:36.1143679Z 2024-04-03T16:14:36.1144424Z  2024-04-03T16:14:36.1144900Z  2024-04-03T16:14:36.1162803Z  2024-04-03T16:14:36.1163271Z  2024-04-03T16:14:36.1163680Z  2024-04-03T16:14:36.1164050Z  2024-04-03T16:14:36.1164592Z  2024-04-03T16:14:36.1164941Z  2024-04-03T16:14:36.1165938Z [2,156 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:36.1167071Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:36.1168116Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:36.1169202Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.1169970Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:36.1170688Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:36.1171785Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:36.1172765Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:36.1173582Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:36.3956237Z 2024-04-03T16:14:36.3957002Z  2024-04-03T16:14:36.3957558Z  2024-04-03T16:14:36.3957966Z  2024-04-03T16:14:36.3958215Z  2024-04-03T16:14:36.3958446Z  2024-04-03T16:14:36.3958750Z  2024-04-03T16:14:36.3959132Z  2024-04-03T16:14:36.3959471Z  2024-04-03T16:14:36.3961914Z [2,156 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:36.3963029Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:36.3963975Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:36.3966659Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.3967234Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.3967819Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.3968668Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:36.3969524Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:36.3970097Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:36.5960232Z 2024-04-03T16:14:36.5960755Z  2024-04-03T16:14:36.5961102Z  2024-04-03T16:14:36.5961444Z  2024-04-03T16:14:36.5961719Z  2024-04-03T16:14:36.5961967Z  2024-04-03T16:14:36.5962200Z  2024-04-03T16:14:36.5962463Z  2024-04-03T16:14:36.5962706Z  2024-04-03T16:14:36.5963389Z [2,157 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:36.5964186Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:36.5965307Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:36.5966311Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.5966855Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.5967546Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:36.5968231Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:36.5968691Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:36.5969196Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:36.7988643Z 2024-04-03T16:14:36.7989187Z  2024-04-03T16:14:36.7989621Z  2024-04-03T16:14:36.7990081Z  2024-04-03T16:14:36.7990329Z  2024-04-03T16:14:36.7990605Z  2024-04-03T16:14:36.7990857Z  2024-04-03T16:14:36.7991090Z  2024-04-03T16:14:36.7991339Z  2024-04-03T16:14:36.7992091Z [2,160 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:36.7992877Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:36.7993383Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:36.7993859Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:36.7994316Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:36.7994794Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:36.7995264Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:36.7995712Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:36.7996200Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:37.8455285Z 2024-04-03T16:14:37.8455957Z  2024-04-03T16:14:37.8456451Z  2024-04-03T16:14:37.8456792Z  2024-04-03T16:14:37.8457033Z  2024-04-03T16:14:37.8457329Z  2024-04-03T16:14:37.8457654Z  2024-04-03T16:14:37.8457933Z  2024-04-03T16:14:37.8458300Z  2024-04-03T16:14:37.8459407Z [2,160 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:37.8460515Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:37.8461396Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:37.8462245Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:37.8462876Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:37.8463451Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:37.8464048Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:37.8464619Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:37.8465263Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:38.0461518Z 2024-04-03T16:14:38.0462177Z  2024-04-03T16:14:38.0462643Z  2024-04-03T16:14:38.0462939Z  2024-04-03T16:14:38.0463193Z  2024-04-03T16:14:38.0465844Z  2024-04-03T16:14:38.0466212Z  2024-04-03T16:14:38.0466523Z  2024-04-03T16:14:38.0466913Z  2024-04-03T16:14:38.0467740Z [2,161 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:38.0468601Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:38.0470911Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:38.0471390Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.0472196Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.0472655Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.0473314Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:38.0473826Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:38.0474487Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:38.6077916Z 2024-04-03T16:14:38.6078409Z  2024-04-03T16:14:38.6078730Z  2024-04-03T16:14:38.6078988Z  2024-04-03T16:14:38.6079220Z  2024-04-03T16:14:38.6079579Z  2024-04-03T16:14:38.6079961Z  2024-04-03T16:14:38.6080243Z  2024-04-03T16:14:38.6080487Z  2024-04-03T16:14:38.6081283Z [2,162 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:38.6082386Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:38.6083081Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:38.6083801Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:38.6084685Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.6085211Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.6085936Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.6086650Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:38.6087419Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:38.8466543Z 2024-04-03T16:14:38.8467273Z  2024-04-03T16:14:38.8467819Z  2024-04-03T16:14:38.8468093Z  2024-04-03T16:14:38.8468329Z  2024-04-03T16:14:38.8468593Z  2024-04-03T16:14:38.8468837Z  2024-04-03T16:14:38.8469066Z  2024-04-03T16:14:38.8469306Z  2024-04-03T16:14:38.8470008Z [2,162 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:38.8470786Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:38.8471280Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:38.8471749Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:38.8472199Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:38.8472664Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:38.8473131Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:38.8473577Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:38.8474063Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:39.4095102Z 2024-04-03T16:14:39.4096258Z  2024-04-03T16:14:39.4096791Z  2024-04-03T16:14:39.4097191Z  2024-04-03T16:14:39.4097470Z  2024-04-03T16:14:39.4097736Z  2024-04-03T16:14:39.4097969Z  2024-04-03T16:14:39.4098212Z  2024-04-03T16:14:39.4098453Z  2024-04-03T16:14:39.4099249Z [2,163 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:39.4100044Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:39.4100543Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:39.4101000Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:39.4101605Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:39.4102296Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:39.4102966Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:39.4103748Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:39.4104564Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:39.6477284Z 2024-04-03T16:14:39.6478436Z  2024-04-03T16:14:39.6478930Z  2024-04-03T16:14:39.6479354Z  2024-04-03T16:14:39.6479780Z  2024-04-03T16:14:39.6481822Z  2024-04-03T16:14:39.6482277Z  2024-04-03T16:14:39.6483162Z  2024-04-03T16:14:39.6483833Z  2024-04-03T16:14:39.6486246Z [2,165 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:39.6487675Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:39.6496287Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:39.6497182Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:39.6498046Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:39.6498908Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:39.6499771Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:39.6500653Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:39.6501583Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:39.8832693Z 2024-04-03T16:14:39.8833397Z  2024-04-03T16:14:39.8833907Z  2024-04-03T16:14:39.8834346Z  2024-04-03T16:14:39.8834797Z  2024-04-03T16:14:39.8835265Z  2024-04-03T16:14:39.8835671Z  2024-04-03T16:14:39.8836121Z  2024-04-03T16:14:39.8836562Z  2024-04-03T16:14:39.8837832Z [2,165 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:39.8839299Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:39.8840199Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:39.8841038Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:39.8841907Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:39.8842749Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:39.8843612Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:39.8844676Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:39.8845601Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:40.2823299Z 2024-04-03T16:14:40.2824027Z  2024-04-03T16:14:40.2824602Z  2024-04-03T16:14:40.2825103Z  2024-04-03T16:14:40.2825376Z  2024-04-03T16:14:40.2825642Z  2024-04-03T16:14:40.2825887Z  2024-04-03T16:14:40.2826117Z  2024-04-03T16:14:40.2826363Z  2024-04-03T16:14:40.2827067Z [2,166 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:40.2827851Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:40.2828342Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:40.2828814Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:40.2829269Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:40.2829738Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:40.2830202Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:40.2830882Z Compiling torch/csrc/jit/passes/peephole.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:40.2831584Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:40.6405712Z 2024-04-03T16:14:40.6406692Z  2024-04-03T16:14:40.6407239Z  2024-04-03T16:14:40.6407712Z  2024-04-03T16:14:40.6408145Z  2024-04-03T16:14:40.6408540Z  2024-04-03T16:14:40.6408933Z  2024-04-03T16:14:40.6409317Z  2024-04-03T16:14:40.6409668Z  2024-04-03T16:14:40.6410647Z [2,167 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:40.6412034Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:40.6412797Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:40.6413686Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:40.6414452Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:40.6415272Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:40.6416480Z Compiling torch/csrc/jit/passes/peephole.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:40.6417737Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:40.6418581Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:40.8832283Z 2024-04-03T16:14:40.8834571Z  2024-04-03T16:14:40.8834894Z  2024-04-03T16:14:40.8837222Z  2024-04-03T16:14:40.8838210Z  2024-04-03T16:14:40.8838694Z  2024-04-03T16:14:40.8839133Z  2024-04-03T16:14:40.8839589Z  2024-04-03T16:14:40.8840016Z  2024-04-03T16:14:40.8841256Z [2,167 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:40.8844933Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:40.8845564Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:40.8846054Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:40.8846707Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:40.8847183Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:40.8848119Z Compiling torch/csrc/jit/passes/peephole.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:40.8849016Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:40.8849511Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:41.8838233Z 2024-04-03T16:14:41.8838935Z  2024-04-03T16:14:41.8839393Z  2024-04-03T16:14:41.8839890Z  2024-04-03T16:14:41.8840229Z  2024-04-03T16:14:41.8840484Z  2024-04-03T16:14:41.8840727Z  2024-04-03T16:14:41.8840958Z  2024-04-03T16:14:41.8841197Z  2024-04-03T16:14:41.8841895Z [2,167 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:41.8842685Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:41.8843163Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:41.8843630Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:41.8844081Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:41.8844736Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:41.8845434Z Compiling torch/csrc/jit/passes/peephole.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:41.8846104Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:41.8846596Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:14:42.1076934Z 2024-04-03T16:14:42.1077657Z  2024-04-03T16:14:42.1078173Z  2024-04-03T16:14:42.1078602Z  2024-04-03T16:14:42.1079031Z  2024-04-03T16:14:42.1079422Z  2024-04-03T16:14:42.1079810Z  2024-04-03T16:14:42.1080184Z  2024-04-03T16:14:42.1080552Z  2024-04-03T16:14:42.1081628Z [2,168 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:42.1083040Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.1083840Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.1084999Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.1085739Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:42.1086829Z Compiling torch/csrc/jit/passes/peephole.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:42.1088006Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:42.1088806Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:42.1089610Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:14:42.3080057Z 2024-04-03T16:14:42.3080761Z  2024-04-03T16:14:42.3081307Z  2024-04-03T16:14:42.3081809Z  2024-04-03T16:14:42.3082052Z  2024-04-03T16:14:42.3082301Z  2024-04-03T16:14:42.3082549Z  2024-04-03T16:14:42.3082778Z  2024-04-03T16:14:42.3083042Z  2024-04-03T16:14:42.3083744Z [2,169 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:42.3084709Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.3085200Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.3085675Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.3086130Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:42.3086598Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:42.3087281Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:42.3087949Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:42.3101565Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:42.5119050Z 2024-04-03T16:14:42.5119777Z  2024-04-03T16:14:42.5120327Z  2024-04-03T16:14:42.5120754Z  2024-04-03T16:14:42.5121193Z  2024-04-03T16:14:42.5121635Z  2024-04-03T16:14:42.5122060Z  2024-04-03T16:14:42.5122870Z  2024-04-03T16:14:42.5123300Z  2024-04-03T16:14:42.5124670Z [2,170 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:42.5125879Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.5126616Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.5127344Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:42.5128086Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:42.5129203Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:42.5130317Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:42.5131146Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:42.5131945Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:42.9112934Z 2024-04-03T16:14:42.9113815Z  2024-04-03T16:14:42.9114275Z  2024-04-03T16:14:42.9114677Z  2024-04-03T16:14:42.9115030Z  2024-04-03T16:14:42.9115417Z  2024-04-03T16:14:42.9115843Z  2024-04-03T16:14:42.9116134Z  2024-04-03T16:14:42.9116450Z  2024-04-03T16:14:42.9117393Z [2,172 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:42.9118315Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:14:42.9118809Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:42.9119643Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:42.9120375Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:42.9121011Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:42.9121479Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:42.9122083Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:42.9122577Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:43.3646687Z 2024-04-03T16:14:43.3647404Z  2024-04-03T16:14:43.3647916Z  2024-04-03T16:14:43.3648418Z  2024-04-03T16:14:43.3648670Z  2024-04-03T16:14:43.3648922Z  2024-04-03T16:14:43.3649165Z  2024-04-03T16:14:43.3649405Z  2024-04-03T16:14:43.3649636Z  2024-04-03T16:14:43.3650333Z [2,173 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:43.3651128Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:43.3651811Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:43.3652492Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:43.3653047Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:43.3653500Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:43.3653973Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:43.3654444Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:43.3654917Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:43.6371906Z 2024-04-03T16:14:43.6372505Z  2024-04-03T16:14:43.6372895Z  2024-04-03T16:14:43.6373242Z  2024-04-03T16:14:43.6373515Z  2024-04-03T16:14:43.6373779Z  2024-04-03T16:14:43.6374054Z  2024-04-03T16:14:43.6374296Z  2024-04-03T16:14:43.6374574Z  2024-04-03T16:14:43.6375337Z [2,174 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:43.6376195Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:43.6376940Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:43.6377770Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:43.6378250Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:43.6378770Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:43.6382177Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:43.6382714Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:43.6383184Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:43.9118746Z 2024-04-03T16:14:43.9119273Z  2024-04-03T16:14:43.9119606Z  2024-04-03T16:14:43.9339558Z  2024-04-03T16:14:43.9340007Z  2024-04-03T16:14:43.9340442Z  2024-04-03T16:14:43.9340852Z  2024-04-03T16:14:43.9341229Z  2024-04-03T16:14:43.9341599Z  2024-04-03T16:14:43.9342570Z [2,174 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:43.9343898Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:43.9345067Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:43.9346081Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:43.9346767Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:43.9347568Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:43.9348375Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:43.9349133Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:43.9349858Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:44.3892268Z 2024-04-03T16:14:44.3892903Z  2024-04-03T16:14:44.3893308Z  2024-04-03T16:14:44.3893562Z  2024-04-03T16:14:44.3893809Z  2024-04-03T16:14:44.3894039Z  2024-04-03T16:14:44.3894283Z  2024-04-03T16:14:44.3894523Z  2024-04-03T16:14:44.3894751Z  2024-04-03T16:14:44.3895454Z [2,175 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:44.3896673Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:44.3897612Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:44.3898092Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:44.3898561Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.3899088Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.3899587Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.3900052Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.3900661Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:44.7346400Z 2024-04-03T16:14:44.7347348Z  2024-04-03T16:14:44.7347926Z  2024-04-03T16:14:44.7348246Z  2024-04-03T16:14:44.7348517Z  2024-04-03T16:14:44.7348752Z  2024-04-03T16:14:44.7348995Z  2024-04-03T16:14:44.7349236Z  2024-04-03T16:14:44.7349467Z  2024-04-03T16:14:44.7350165Z [2,175 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:44.7351162Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:44.7351838Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:44.7352316Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:44.7352802Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:44.7353257Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:44.7353724Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:44.7354190Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.7354662Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:44.9619590Z 2024-04-03T16:14:44.9620517Z  2024-04-03T16:14:44.9620963Z  2024-04-03T16:14:44.9621218Z  2024-04-03T16:14:44.9621471Z  2024-04-03T16:14:44.9621815Z  2024-04-03T16:14:44.9622061Z  2024-04-03T16:14:44.9622290Z  2024-04-03T16:14:44.9622537Z  2024-04-03T16:14:44.9623464Z [2,176 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:44.9624471Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:44.9625309Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:44.9625828Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:44.9628546Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:44.9629428Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:44.9630172Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.9630638Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:44.9631126Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:45.1651694Z 2024-04-03T16:14:45.1652585Z  2024-04-03T16:14:45.1653241Z  2024-04-03T16:14:45.1653856Z  2024-04-03T16:14:45.1654270Z  2024-04-03T16:14:45.1654661Z  2024-04-03T16:14:45.1655137Z  2024-04-03T16:14:45.1655485Z  2024-04-03T16:14:45.1655714Z  2024-04-03T16:14:45.1656425Z [2,176 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:45.1657688Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:45.1658584Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:45.1659209Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:45.1659768Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.1660317Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.1660890Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.1661489Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:45.1662222Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:45.5654738Z 2024-04-03T16:14:45.5655474Z  2024-04-03T16:14:45.5656055Z  2024-04-03T16:14:45.5656345Z  2024-04-03T16:14:45.5656579Z  2024-04-03T16:14:45.5656825Z  2024-04-03T16:14:45.5657065Z  2024-04-03T16:14:45.5657292Z  2024-04-03T16:14:45.5657531Z  2024-04-03T16:14:45.5658229Z [2,177 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:45.5659217Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:45.5659898Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:45.5660387Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:45.5660840Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.5661302Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.5661768Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:45.5662221Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:45.5662720Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:45.8481687Z 2024-04-03T16:14:45.8482383Z  2024-04-03T16:14:45.8482871Z  2024-04-03T16:14:45.8483275Z  2024-04-03T16:14:45.8483699Z  2024-04-03T16:14:45.8484101Z  2024-04-03T16:14:45.8484713Z  2024-04-03T16:14:45.8485119Z  2024-04-03T16:14:45.8485534Z  2024-04-03T16:14:45.8486695Z [2,178 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:14:45.8488331Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:45.8489343Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:45.8490126Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:45.8490917Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.8491692Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:45.8492445Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:45.8493314Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:45.8494085Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:46.2483662Z 2024-04-03T16:14:46.2484745Z  2024-04-03T16:14:46.2485201Z  2024-04-03T16:14:46.2485566Z  2024-04-03T16:14:46.2486056Z  2024-04-03T16:14:46.2486401Z  2024-04-03T16:14:46.2486797Z  2024-04-03T16:14:46.2487163Z  2024-04-03T16:14:46.2487421Z  2024-04-03T16:14:46.2488484Z [2,178 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:46.2490171Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:46.2492365Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:46.2493257Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:46.2493965Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:46.2494679Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:46.2495471Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:46.2496542Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:46.2497278Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:46.7471768Z 2024-04-03T16:14:46.7473087Z  2024-04-03T16:14:46.7473612Z  2024-04-03T16:14:46.7473941Z  2024-04-03T16:14:46.7474200Z  2024-04-03T16:14:46.7474515Z  2024-04-03T16:14:46.7475000Z  2024-04-03T16:14:46.7475478Z  2024-04-03T16:14:46.7475779Z  2024-04-03T16:14:46.7476481Z [2,180 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:14:46.7477586Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:46.7478473Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:46.7479042Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:46.7479690Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:46.7480284Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:46.7480829Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:46.7481406Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:46.7481978Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:47.0490144Z 2024-04-03T16:14:47.0490716Z  2024-04-03T16:14:47.0491255Z  2024-04-03T16:14:47.0491729Z  2024-04-03T16:14:47.0491971Z  2024-04-03T16:14:47.0492215Z  2024-04-03T16:14:47.0492456Z  2024-04-03T16:14:47.0492684Z  2024-04-03T16:14:47.0493021Z  2024-04-03T16:14:47.0493720Z [2,181 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:47.0494518Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:47.0494999Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:47.0495468Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.0495921Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.0496388Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.0496860Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.0497307Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.0497827Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:47.3453601Z 2024-04-03T16:14:47.3454218Z  2024-04-03T16:14:47.3454753Z  2024-04-03T16:14:47.3455251Z  2024-04-03T16:14:47.3455709Z  2024-04-03T16:14:47.3455955Z  2024-04-03T16:14:47.3456199Z  2024-04-03T16:14:47.3456428Z  2024-04-03T16:14:47.3456671Z  2024-04-03T16:14:47.3457370Z [2,182 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:47.3458169Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:47.3458651Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.3459123Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.3459574Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.3460038Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.3460528Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.3460983Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:47.3461682Z Compiling torch/csrc/profiler/data_flow.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:14:47.6510053Z 2024-04-03T16:14:47.6511434Z  2024-04-03T16:14:47.6511926Z  2024-04-03T16:14:47.6512412Z  2024-04-03T16:14:47.6534433Z  2024-04-03T16:14:47.6535128Z  2024-04-03T16:14:47.6535529Z  2024-04-03T16:14:47.6538341Z  2024-04-03T16:14:47.6538759Z  2024-04-03T16:14:47.6539875Z [2,182 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:47.6542181Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:47.6543143Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.6543792Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.6544350Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.6544983Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.6546420Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:47.6547117Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:47.6548231Z Compiling torch/csrc/profiler/data_flow.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:14:48.6045195Z 2024-04-03T16:14:48.6045978Z  2024-04-03T16:14:48.6046483Z  2024-04-03T16:14:48.6046988Z  2024-04-03T16:14:48.6047431Z  2024-04-03T16:14:48.6047861Z  2024-04-03T16:14:48.6048332Z  2024-04-03T16:14:48.6048753Z  2024-04-03T16:14:48.6049234Z  2024-04-03T16:14:48.6050081Z [2,183 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:48.6050879Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:48.6051401Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:48.6052092Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:48.6052550Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:48.6053134Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:48.6053651Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:48.6054349Z Compiling torch/csrc/profiler/data_flow.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:48.6055060Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:48.8187245Z 2024-04-03T16:14:48.8188004Z  2024-04-03T16:14:48.8188510Z  2024-04-03T16:14:48.8188945Z  2024-04-03T16:14:48.8189331Z  2024-04-03T16:14:48.8189669Z  2024-04-03T16:14:48.8190064Z  2024-04-03T16:14:48.8190471Z  2024-04-03T16:14:48.8190872Z  2024-04-03T16:14:48.8192041Z [2,185 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:48.8193360Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:48.8194141Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:48.8194936Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:48.8195694Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:48.8196821Z Compiling torch/csrc/profiler/data_flow.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:48.8197929Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:48.8198645Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:48.8199413Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:49.0529556Z 2024-04-03T16:14:49.0530263Z  2024-04-03T16:14:49.0530802Z  2024-04-03T16:14:49.0531289Z  2024-04-03T16:14:49.0531726Z  2024-04-03T16:14:49.0532024Z  2024-04-03T16:14:49.0532398Z  2024-04-03T16:14:49.0532793Z  2024-04-03T16:14:49.0533143Z  2024-04-03T16:14:49.0534045Z [2,186 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:49.0535150Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:49.0535831Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:49.0536526Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:49.0537526Z Compiling torch/csrc/profiler/data_flow.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:49.0538377Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.0539047Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.0539712Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:49.0540354Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:49.2848010Z 2024-04-03T16:14:49.2848747Z  2024-04-03T16:14:49.2849330Z  2024-04-03T16:14:49.2849766Z  2024-04-03T16:14:49.2850158Z  2024-04-03T16:14:49.2850625Z  2024-04-03T16:14:49.2851036Z  2024-04-03T16:14:49.2851491Z  2024-04-03T16:14:49.2851964Z  2024-04-03T16:14:49.2855106Z [2,187 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:49.2856835Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:49.2857691Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:49.2858522Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:49.2860401Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.2861195Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.2861965Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.2862739Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:49.2863590Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:49.6529066Z 2024-04-03T16:14:49.6529779Z  2024-04-03T16:14:49.6530357Z  2024-04-03T16:14:49.6530792Z  2024-04-03T16:14:49.6531042Z  2024-04-03T16:14:49.6531286Z  2024-04-03T16:14:49.6531517Z  2024-04-03T16:14:49.6531759Z  2024-04-03T16:14:49.6531987Z  2024-04-03T16:14:49.6532796Z [2,187 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:49.6533596Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:49.6534084Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:49.6534544Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:49.6535027Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:49.6535494Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.6535948Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:49.6536415Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:49.6536904Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:50.1932035Z 2024-04-03T16:14:50.1932610Z  2024-04-03T16:14:50.1933060Z  2024-04-03T16:14:50.1933322Z  2024-04-03T16:14:50.1933573Z  2024-04-03T16:14:50.1933823Z  2024-04-03T16:14:50.1934055Z  2024-04-03T16:14:50.1934325Z  2024-04-03T16:14:50.1934563Z  2024-04-03T16:14:50.1935319Z [2,188 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:50.1936123Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:50.1936635Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:50.1937094Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:50.1937581Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:50.1938052Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:50.1939923Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:50.1941096Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:50.1941711Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:50.4713184Z 2024-04-03T16:14:50.4713902Z  2024-04-03T16:14:50.4714288Z  2024-04-03T16:14:50.4714530Z  2024-04-03T16:14:50.4714852Z  2024-04-03T16:14:50.4715119Z  2024-04-03T16:14:50.4715348Z  2024-04-03T16:14:50.4715690Z  2024-04-03T16:14:50.4715923Z  2024-04-03T16:14:50.4716667Z [2,188 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:50.4717508Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:50.4718029Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:50.4718483Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:50.4718961Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:50.4719424Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:50.4719874Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:50.4720340Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:50.4720884Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:50.7408988Z 2024-04-03T16:14:50.7409650Z  2024-04-03T16:14:50.7410105Z  2024-04-03T16:14:50.7410444Z  2024-04-03T16:14:50.7410784Z  2024-04-03T16:14:50.7411122Z  2024-04-03T16:14:50.7411506Z  2024-04-03T16:14:50.7412012Z  2024-04-03T16:14:50.7412392Z  2024-04-03T16:14:50.7415388Z [2,189 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:50.7416861Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:50.7417683Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:50.7418477Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:50.7420390Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:50.7421182Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:50.7422012Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:50.7422683Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:50.7423362Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:50.9432790Z 2024-04-03T16:14:50.9433546Z  2024-04-03T16:14:50.9433945Z  2024-04-03T16:14:50.9434212Z  2024-04-03T16:14:50.9434535Z  2024-04-03T16:14:50.9434783Z  2024-04-03T16:14:50.9435026Z  2024-04-03T16:14:50.9435342Z  2024-04-03T16:14:50.9435572Z  2024-04-03T16:14:50.9436358Z [2,189 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:50.9437230Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:50.9437774Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:50.9438270Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:50.9438802Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:50.9439328Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:50.9439797Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:50.9440336Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:50.9440887Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:51.1450352Z 2024-04-03T16:14:51.1450888Z  2024-04-03T16:14:51.1451331Z  2024-04-03T16:14:51.1451634Z  2024-04-03T16:14:51.1451870Z  2024-04-03T16:14:51.1452123Z  2024-04-03T16:14:51.1452366Z  2024-04-03T16:14:51.1452600Z  2024-04-03T16:14:51.1452933Z  2024-04-03T16:14:51.1453671Z [2,190 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:51.1454451Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:51.1454936Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:51.1455405Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:51.1455873Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:51.1456340Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:51.1456805Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:51.1457477Z Compiling torch/csrc/api/src/optim/adamw.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:51.1458176Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:51.4513991Z 2024-04-03T16:14:51.4514599Z  2024-04-03T16:14:51.4514948Z  2024-04-03T16:14:51.4515220Z  2024-04-03T16:14:51.4515470Z  2024-04-03T16:14:51.4515760Z  2024-04-03T16:14:51.4516012Z  2024-04-03T16:14:51.4516307Z  2024-04-03T16:14:51.4516604Z  2024-04-03T16:14:51.4517308Z [2,191 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:51.4518264Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:51.4518983Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:51.4519697Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:51.4520482Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:51.4521281Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:51.4522221Z Compiling torch/csrc/api/src/optim/adamw.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:51.4522908Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:51.4523397Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:51.7676432Z 2024-04-03T16:14:51.7677396Z  2024-04-03T16:14:51.7677852Z  2024-04-03T16:14:51.7678248Z  2024-04-03T16:14:51.7678753Z  2024-04-03T16:14:51.7679214Z  2024-04-03T16:14:51.7679546Z  2024-04-03T16:14:51.7682482Z  2024-04-03T16:14:51.7683318Z  2024-04-03T16:14:51.7684638Z [2,192 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:51.7685844Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:51.7686678Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:51.7689805Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:51.7690283Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:51.7691199Z Compiling torch/csrc/api/src/optim/adamw.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:51.7691952Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:51.7692514Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:51.7693230Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:52.0233812Z 2024-04-03T16:14:52.0234683Z  2024-04-03T16:14:52.0235020Z  2024-04-03T16:14:52.0235277Z  2024-04-03T16:14:52.0235542Z  2024-04-03T16:14:52.0235774Z  2024-04-03T16:14:52.0236042Z  2024-04-03T16:14:52.0236360Z  2024-04-03T16:14:52.0236691Z  2024-04-03T16:14:52.0237661Z [2,192 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:52.0238718Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:52.0239300Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:52.0239851Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:52.0240453Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:52.0241294Z Compiling torch/csrc/api/src/optim/adamw.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:52.0242262Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:52.0242856Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:52.0243584Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:52.2571620Z 2024-04-03T16:14:52.2572578Z  2024-04-03T16:14:52.2573137Z  2024-04-03T16:14:52.2573530Z  2024-04-03T16:14:52.2573924Z  2024-04-03T16:14:52.2574321Z  2024-04-03T16:14:52.2574673Z  2024-04-03T16:14:52.2575021Z  2024-04-03T16:14:52.2575382Z  2024-04-03T16:14:52.2576414Z [2,193 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:52.2577574Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:52.2578350Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:52.2578951Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:52.2579614Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:52.2580563Z Compiling torch/csrc/api/src/optim/adamw.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:52.2581598Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:52.2582276Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:52.2582804Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:52.6236429Z 2024-04-03T16:14:52.6236936Z  2024-04-03T16:14:52.6237392Z  2024-04-03T16:14:52.6237820Z  2024-04-03T16:14:52.6238331Z  2024-04-03T16:14:52.6238627Z  2024-04-03T16:14:52.6238859Z  2024-04-03T16:14:52.6239101Z  2024-04-03T16:14:52.6239342Z  2024-04-03T16:14:52.6240027Z [2,193 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:52.6240819Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:52.6241312Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:52.6241768Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:52.6242245Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:52.6242928Z Compiling torch/csrc/api/src/optim/adamw.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:52.6243598Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:52.6244066Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:52.6245012Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:53.2369154Z 2024-04-03T16:14:53.2369965Z  2024-04-03T16:14:53.2370305Z  2024-04-03T16:14:53.2370569Z  2024-04-03T16:14:53.2474482Z  2024-04-03T16:14:53.2475317Z  2024-04-03T16:14:53.2475710Z  2024-04-03T16:14:53.2476109Z  2024-04-03T16:14:53.2476501Z  2024-04-03T16:14:53.2477645Z [2,194 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:53.2479110Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:53.2479923Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:53.2480714Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:53.2481729Z Compiling torch/csrc/api/src/optim/adamw.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:53.2482840Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:53.2483636Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:53.2484815Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:53.2485611Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:53.4585742Z 2024-04-03T16:14:53.4586327Z  2024-04-03T16:14:53.4586860Z  2024-04-03T16:14:53.4587374Z  2024-04-03T16:14:53.4587850Z  2024-04-03T16:14:53.4588095Z  2024-04-03T16:14:53.4588339Z  2024-04-03T16:14:53.4588579Z  2024-04-03T16:14:53.4588805Z  2024-04-03T16:14:53.4589501Z [2,194 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:53.4590304Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:53.4590772Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:53.4591245Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:53.4591936Z Compiling torch/csrc/api/src/optim/adamw.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:53.4592604Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:53.4593079Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:53.4593675Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:53.4594169Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:53.9455446Z 2024-04-03T16:14:53.9456061Z  2024-04-03T16:14:53.9456513Z  2024-04-03T16:14:53.9456812Z  2024-04-03T16:14:53.9457114Z  2024-04-03T16:14:53.9457349Z  2024-04-03T16:14:53.9457645Z  2024-04-03T16:14:53.9457892Z  2024-04-03T16:14:53.9458120Z  2024-04-03T16:14:53.9458828Z [2,195 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:53.9459966Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:53.9460518Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:53.9461090Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:53.9461904Z Compiling torch/csrc/api/src/optim/adamw.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:53.9462768Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:53.9463369Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:53.9463834Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:53.9464302Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:54.2593387Z 2024-04-03T16:14:54.2594492Z  2024-04-03T16:14:54.2597420Z  2024-04-03T16:14:54.2598077Z  2024-04-03T16:14:54.2600868Z  2024-04-03T16:14:54.2601486Z  2024-04-03T16:14:54.2604488Z  2024-04-03T16:14:54.2605044Z  2024-04-03T16:14:54.2607726Z  2024-04-03T16:14:54.2609193Z [2,195 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:54.2613144Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:54.2614270Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:54.2615331Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:54.2616840Z Compiling torch/csrc/api/src/optim/adamw.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:54.2618680Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:54.2619536Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:54.2620298Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:54.2621107Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:54.6601481Z 2024-04-03T16:14:54.6602060Z  2024-04-03T16:14:54.6602490Z  2024-04-03T16:14:54.6602910Z  2024-04-03T16:14:54.6603313Z  2024-04-03T16:14:54.6603691Z  2024-04-03T16:14:54.6604078Z  2024-04-03T16:14:54.6604699Z  2024-04-03T16:14:54.6605108Z  2024-04-03T16:14:54.6610129Z [2,197 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:14:54.6611159Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:54.6611810Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:54.6612781Z Compiling torch/csrc/api/src/optim/adamw.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:54.6613654Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:54.6614215Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:54.6615112Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:54.6615985Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:54.6616677Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:54.8599397Z 2024-04-03T16:14:54.8600136Z  2024-04-03T16:14:54.8600538Z  2024-04-03T16:14:54.8600784Z  2024-04-03T16:14:54.8601034Z  2024-04-03T16:14:54.8601332Z  2024-04-03T16:14:54.8601583Z  2024-04-03T16:14:54.8601843Z  2024-04-03T16:14:54.8602135Z  2024-04-03T16:14:54.8602889Z [2,197 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:54.8603730Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:54.8604203Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:54.8605341Z Compiling torch/csrc/api/src/optim/adamw.cpp; 7s processwrapper-sandbox 2024-04-03T16:14:54.8606339Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:54.8607023Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:54.8608050Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:54.8608900Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:54.8609457Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:55.0791270Z 2024-04-03T16:14:55.0791904Z  2024-04-03T16:14:55.0792437Z  2024-04-03T16:14:55.0792961Z  2024-04-03T16:14:55.0793327Z  2024-04-03T16:14:55.0793597Z  2024-04-03T16:14:55.0793917Z  2024-04-03T16:14:55.0794247Z  2024-04-03T16:14:55.0794614Z  2024-04-03T16:14:55.0795551Z [2,198 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:55.0796520Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:55.0797409Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:55.0798272Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:55.0798912Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:55.0799716Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:55.0800545Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:55.0801046Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:55.0801693Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:55.3919670Z 2024-04-03T16:14:55.3920281Z  2024-04-03T16:14:55.3920712Z  2024-04-03T16:14:55.3921123Z  2024-04-03T16:14:55.3921397Z  2024-04-03T16:14:55.3921640Z  2024-04-03T16:14:55.3921966Z  2024-04-03T16:14:55.3922231Z  2024-04-03T16:14:55.3922595Z  2024-04-03T16:14:55.3923544Z [2,199 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:55.3925035Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:55.3925828Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:55.3926602Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:55.3927262Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:55.3929337Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:55.3930608Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:55.3931411Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:55.3932228Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:55.6794820Z 2024-04-03T16:14:55.6795387Z  2024-04-03T16:14:55.7058674Z  2024-04-03T16:14:55.7059056Z  2024-04-03T16:14:55.7059389Z  2024-04-03T16:14:55.7059759Z  2024-04-03T16:14:55.7060155Z  2024-04-03T16:14:55.7060502Z  2024-04-03T16:14:55.7060856Z  2024-04-03T16:14:55.7061843Z [2,199 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:55.7062977Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:55.7064024Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:14:55.7065043Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:55.7065686Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:55.7066361Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:55.7067009Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:55.7067703Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:55.7068343Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:56.1220480Z 2024-04-03T16:14:56.1221248Z  2024-04-03T16:14:56.1221711Z  2024-04-03T16:14:56.1222111Z  2024-04-03T16:14:56.1222401Z  2024-04-03T16:14:56.1222668Z  2024-04-03T16:14:56.1222950Z  2024-04-03T16:14:56.1223333Z  2024-04-03T16:14:56.1223677Z  2024-04-03T16:14:56.1224464Z [2,200 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:56.1225818Z Compiling torch/csrc/api/src/optim/adamw.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:56.1226549Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:56.1227086Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:56.1227579Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.1228045Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.1228515Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.1229190Z Compiling torch/csrc/profiler/kineto_shim.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:56.1229882Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:56.3435655Z 2024-04-03T16:14:56.3436457Z  2024-04-03T16:14:56.3436991Z  2024-04-03T16:14:56.3437421Z  2024-04-03T16:14:56.3437752Z  2024-04-03T16:14:56.3438095Z  2024-04-03T16:14:56.3438467Z  2024-04-03T16:14:56.3438953Z  2024-04-03T16:14:56.3439351Z  2024-04-03T16:14:56.3440519Z [2,201 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:56.3442256Z Compiling torch/csrc/api/src/optim/adamw.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:56.3443481Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:56.3444563Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:56.3445388Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.3446222Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.3447456Z Compiling torch/csrc/profiler/kineto_shim.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:56.3448712Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:56.3449465Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:56.7068481Z 2024-04-03T16:14:56.7069042Z  2024-04-03T16:14:56.7069516Z  2024-04-03T16:14:56.7069903Z  2024-04-03T16:14:56.7070364Z  2024-04-03T16:14:56.7070860Z  2024-04-03T16:14:56.7071294Z  2024-04-03T16:14:56.7071680Z  2024-04-03T16:14:56.7072148Z  2024-04-03T16:14:56.7073195Z [2,201 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:56.7074618Z Compiling torch/csrc/api/src/optim/adamw.cpp; 9s processwrapper-sandbox 2024-04-03T16:14:56.7078052Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:56.7078676Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:56.7079148Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.7079630Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:56.7080411Z Compiling torch/csrc/profiler/kineto_shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:56.7083978Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:56.7084726Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:57.0824059Z 2024-04-03T16:14:57.0824689Z  2024-04-03T16:14:57.0825144Z  2024-04-03T16:14:57.0825477Z  2024-04-03T16:14:57.0825748Z  2024-04-03T16:14:57.0825990Z  2024-04-03T16:14:57.0826224Z  2024-04-03T16:14:57.0826548Z  2024-04-03T16:14:57.0826890Z  2024-04-03T16:14:57.0827708Z [2,203 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:14:57.0828804Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:57.0829387Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:57.0830018Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:57.0830920Z Compiling torch/csrc/profiler/kineto_shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:57.0831779Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:57.0832618Z Compiling torch/csrc/lazy/core/debug_util.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:57.0846212Z Compiling torch/csrc/jit/testing/file_check.cpp; 3s processwrapper-sandbox 2024-04-03T16:14:57.0847088Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:57.3073968Z 2024-04-03T16:14:57.3074544Z  2024-04-03T16:14:57.3074944Z  2024-04-03T16:14:57.3075315Z  2024-04-03T16:14:57.3075686Z  2024-04-03T16:14:57.3075935Z  2024-04-03T16:14:57.3076218Z  2024-04-03T16:14:57.3076528Z  2024-04-03T16:14:57.3076945Z  2024-04-03T16:14:57.3077918Z [2,204 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:57.3078889Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:57.3079520Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:57.3080442Z Compiling torch/csrc/profiler/kineto_shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:57.3081306Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:57.3082027Z Compiling torch/csrc/lazy/core/debug_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:57.3083084Z Compiling torch/csrc/jit/testing/file_check.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:57.3083781Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:14:57.3084614Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:14:58.3079430Z 2024-04-03T16:14:58.3079953Z  2024-04-03T16:14:58.3080275Z  2024-04-03T16:14:58.3080518Z  2024-04-03T16:14:58.3080764Z  2024-04-03T16:14:58.3081009Z  2024-04-03T16:14:58.3081247Z  2024-04-03T16:14:58.3081496Z  2024-04-03T16:14:58.3081760Z  2024-04-03T16:14:58.3082444Z [2,204 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:58.3083233Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:58.3083713Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:58.3084527Z Compiling torch/csrc/profiler/kineto_shim.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:58.3085220Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:58.3085907Z Compiling torch/csrc/lazy/core/debug_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:58.3086813Z Compiling torch/csrc/jit/testing/file_check.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:58.3087490Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:58.3087981Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:14:58.6983011Z 2024-04-03T16:14:58.6983774Z  2024-04-03T16:14:58.6984297Z  2024-04-03T16:14:58.6984792Z  2024-04-03T16:14:58.6985256Z  2024-04-03T16:14:58.6987292Z  2024-04-03T16:14:58.6987582Z  2024-04-03T16:14:58.6987828Z  2024-04-03T16:14:58.6988127Z  2024-04-03T16:14:58.6988809Z [2,205 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:14:58.6989600Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:14:58.6991662Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:58.6992117Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:14:58.6992813Z Compiling torch/csrc/lazy/core/debug_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:58.6993721Z Compiling torch/csrc/jit/testing/file_check.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:58.6994526Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:58.6995292Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:58.6996130Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:58.9334995Z 2024-04-03T16:14:58.9335587Z  2024-04-03T16:14:58.9335989Z  2024-04-03T16:14:58.9336385Z  2024-04-03T16:14:58.9336694Z  2024-04-03T16:14:58.9336942Z  2024-04-03T16:14:58.9337186Z  2024-04-03T16:14:58.9337416Z  2024-04-03T16:14:58.9337656Z  2024-04-03T16:14:58.9338408Z [2,205 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:58.9339273Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:14:58.9339873Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:58.9340367Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:14:58.9341041Z Compiling torch/csrc/lazy/core/debug_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:58.9341952Z Compiling torch/csrc/jit/testing/file_check.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:58.9342642Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:14:58.9343325Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:58.9344039Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:14:59.1339502Z 2024-04-03T16:14:59.1340506Z  2024-04-03T16:14:59.1341099Z  2024-04-03T16:14:59.1341356Z  2024-04-03T16:14:59.1341600Z  2024-04-03T16:14:59.1341941Z  2024-04-03T16:14:59.1342192Z  2024-04-03T16:14:59.1342555Z  2024-04-03T16:14:59.1342833Z  2024-04-03T16:14:59.1343610Z [2,206 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:59.1344554Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:14:59.1345102Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:59.1345968Z Compiling torch/csrc/lazy/core/debug_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:59.1346996Z Compiling torch/csrc/jit/testing/file_check.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:59.1347794Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:59.1348556Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:59.1349735Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:59.1350857Z Compiling torch/csrc/profiler/util.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:14:59.5344004Z 2024-04-03T16:14:59.5344691Z  2024-04-03T16:14:59.5345272Z  2024-04-03T16:14:59.5345763Z  2024-04-03T16:14:59.5346027Z  2024-04-03T16:14:59.5346270Z  2024-04-03T16:14:59.5346498Z  2024-04-03T16:14:59.5346737Z  2024-04-03T16:14:59.5346975Z  2024-04-03T16:14:59.5347871Z [2,208 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:14:59.5348846Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:14:59.5349772Z Compiling torch/csrc/jit/testing/file_check.cpp; 6s processwrapper-sandbox 2024-04-03T16:14:59.5350636Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:14:59.5353246Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:14:59.5354904Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:59.5356012Z Compiling torch/csrc/profiler/util.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:59.5357157Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 4s processwrapper-sandbox 2024-04-03T16:14:59.5360012Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:00.4702957Z 2024-04-03T16:15:00.4703533Z  2024-04-03T16:15:00.4704025Z  2024-04-03T16:15:00.4704321Z  2024-04-03T16:15:00.4704574Z  2024-04-03T16:15:00.4704821Z  2024-04-03T16:15:00.4705050Z  2024-04-03T16:15:00.4705300Z  2024-04-03T16:15:00.4705543Z  2024-04-03T16:15:00.4706232Z [2,209 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:00.4707025Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:00.4707511Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:00.4708227Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:00.4709142Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:00.4709996Z Compiling torch/csrc/profiler/util.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:00.4710872Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:00.4711565Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:00.4712265Z Compiling torch/csrc/lazy/core/ir_util.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:00.7349827Z 2024-04-03T16:15:00.7350485Z  2024-04-03T16:15:00.7350857Z  2024-04-03T16:15:00.7351141Z  2024-04-03T16:15:00.7351394Z  2024-04-03T16:15:00.7351629Z  2024-04-03T16:15:00.7351879Z  2024-04-03T16:15:00.7352128Z  2024-04-03T16:15:00.7352361Z  2024-04-03T16:15:00.7353081Z [2,210 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:00.7353881Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:00.7354585Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:00.7355498Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:00.7356365Z Compiling torch/csrc/profiler/util.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:00.7357225Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:00.7357921Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:00.7358585Z Compiling torch/csrc/lazy/core/ir_util.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:00.7359258Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:01.7433135Z 2024-04-03T16:15:01.7433665Z  2024-04-03T16:15:01.7433988Z  2024-04-03T16:15:01.7434243Z  2024-04-03T16:15:01.7434492Z  2024-04-03T16:15:01.7434733Z  2024-04-03T16:15:01.7434963Z  2024-04-03T16:15:01.7435226Z  2024-04-03T16:15:01.7435466Z  2024-04-03T16:15:01.7436151Z [2,210 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:01.7436948Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:01.7437666Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:01.7438574Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:01.7439424Z Compiling torch/csrc/profiler/util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:01.7440294Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:01.7440973Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:01.7441639Z Compiling torch/csrc/lazy/core/ir_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:01.7442308Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:01.9557556Z 2024-04-03T16:15:01.9558249Z  2024-04-03T16:15:01.9559014Z  2024-04-03T16:15:01.9559425Z  2024-04-03T16:15:01.9559806Z  2024-04-03T16:15:01.9560468Z  2024-04-03T16:15:01.9560893Z  2024-04-03T16:15:01.9561350Z  2024-04-03T16:15:01.9561813Z  2024-04-03T16:15:01.9563098Z [2,211 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:01.9565463Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:01.9566870Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:01.9568185Z Compiling torch/csrc/profiler/util.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:01.9569629Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:01.9570910Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:01.9572126Z Compiling torch/csrc/lazy/core/ir_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:01.9573395Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:01.9574580Z Compiling torch/csrc/lazy/core/metrics.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:02.2506550Z 2024-04-03T16:15:02.2507284Z  2024-04-03T16:15:02.2507844Z  2024-04-03T16:15:02.2508328Z  2024-04-03T16:15:02.2508776Z  2024-04-03T16:15:02.2509267Z  2024-04-03T16:15:02.2509707Z  2024-04-03T16:15:02.2510159Z  2024-04-03T16:15:02.2510607Z  2024-04-03T16:15:02.2511729Z [2,212 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:02.2513339Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:02.2514760Z Compiling torch/csrc/profiler/util.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:02.2516348Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:02.2517555Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:02.2518823Z Compiling torch/csrc/lazy/core/ir_util.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.2520025Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:02.2521258Z Compiling torch/csrc/lazy/core/metrics.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.2522525Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:15:02.4508426Z 2024-04-03T16:15:02.4508970Z  2024-04-03T16:15:02.4509291Z  2024-04-03T16:15:02.4509556Z  2024-04-03T16:15:02.4509799Z  2024-04-03T16:15:02.4510038Z  2024-04-03T16:15:02.4510266Z  2024-04-03T16:15:02.4510507Z  2024-04-03T16:15:02.4510748Z  2024-04-03T16:15:02.4511435Z [2,213 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:02.4512396Z Compiling torch/csrc/profiler/util.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:02.4513279Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:02.4513986Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:02.4514650Z Compiling torch/csrc/lazy/core/ir_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:02.4515305Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:02.4515959Z Compiling torch/csrc/lazy/core/metrics.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.4516839Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.4517526Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:02.7025335Z 2024-04-03T16:15:02.7025858Z  2024-04-03T16:15:02.7026174Z  2024-04-03T16:15:02.7026445Z  2024-04-03T16:15:02.7026678Z  2024-04-03T16:15:02.7026922Z  2024-04-03T16:15:02.7027159Z  2024-04-03T16:15:02.7027388Z  2024-04-03T16:15:02.7027626Z  2024-04-03T16:15:02.7028322Z [2,214 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:02.7542872Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:02.7544377Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:02.7545343Z Compiling torch/csrc/lazy/core/ir_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:02.7546275Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:02.7547230Z Compiling torch/csrc/lazy/core/metrics.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.7550360Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.7551306Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:02.7551857Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:02.9385877Z 2024-04-03T16:15:02.9386600Z  2024-04-03T16:15:02.9387221Z  2024-04-03T16:15:02.9387591Z  2024-04-03T16:15:02.9387958Z  2024-04-03T16:15:02.9388439Z  2024-04-03T16:15:02.9388758Z  2024-04-03T16:15:02.9388987Z  2024-04-03T16:15:02.9389230Z  2024-04-03T16:15:02.9389946Z [2,215 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:02.9391091Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:02.9392140Z Compiling torch/csrc/lazy/core/ir_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:02.9393024Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:02.9393930Z Compiling torch/csrc/lazy/core/metrics.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.9395206Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:02.9396124Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:02.9396848Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:02.9397870Z Compiling torch/csrc/lazy/core/shape.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:03.1549724Z 2024-04-03T16:15:03.1550360Z  2024-04-03T16:15:03.1550686Z  2024-04-03T16:15:03.1550971Z  2024-04-03T16:15:03.1551216Z  2024-04-03T16:15:03.1551457Z  2024-04-03T16:15:03.1551686Z  2024-04-03T16:15:03.1551956Z  2024-04-03T16:15:03.1552197Z  2024-04-03T16:15:03.1552886Z [2,215 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:03.1553675Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:03.1554352Z Compiling torch/csrc/lazy/core/ir_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:03.1555017Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:03.1555684Z Compiling torch/csrc/lazy/core/metrics.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:03.1556554Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:03.1557216Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:03.1557688Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:03.1558368Z Compiling torch/csrc/lazy/core/shape.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:03.7760969Z 2024-04-03T16:15:03.7761734Z  2024-04-03T16:15:03.7762060Z  2024-04-03T16:15:03.7762328Z  2024-04-03T16:15:03.7762572Z  2024-04-03T16:15:03.7762813Z  2024-04-03T16:15:03.7763042Z  2024-04-03T16:15:03.7763285Z  2024-04-03T16:15:03.7763567Z  2024-04-03T16:15:03.7764625Z [2,216 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:03.7765790Z Compiling torch/csrc/lazy/core/ir_util.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:03.7766641Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:03.7767401Z Compiling torch/csrc/lazy/core/metrics.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:03.7768377Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:03.7769206Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:03.7769789Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:03.7770739Z Compiling torch/csrc/lazy/core/shape.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:03.7773907Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:04.0300687Z 2024-04-03T16:15:04.0301310Z  2024-04-03T16:15:04.0301771Z  2024-04-03T16:15:04.0302038Z  2024-04-03T16:15:04.0302283Z  2024-04-03T16:15:04.0302529Z  2024-04-03T16:15:04.0302757Z  2024-04-03T16:15:04.0302999Z  2024-04-03T16:15:04.0305251Z  2024-04-03T16:15:04.0306124Z [2,217 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:04.0306978Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:04.0307777Z Compiling torch/csrc/lazy/core/metrics.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:04.0308781Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:04.0309638Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:04.0310125Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:04.0310898Z Compiling torch/csrc/lazy/core/shape.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:04.0311766Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:04.0312711Z Compiling torch/csrc/jit/ir/constants.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:04.5882071Z 2024-04-03T16:15:04.5883006Z  2024-04-03T16:15:04.5883529Z  2024-04-03T16:15:04.5883916Z  2024-04-03T16:15:04.5884464Z  2024-04-03T16:15:04.5884863Z  2024-04-03T16:15:04.5885093Z  2024-04-03T16:15:04.5885466Z  2024-04-03T16:15:04.5885707Z  2024-04-03T16:15:04.5886746Z [2,218 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:04.5888072Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:04.5889444Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:04.5890500Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:04.5890979Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:04.5891848Z Compiling torch/csrc/lazy/core/shape.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:04.5892703Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:04.5893467Z Compiling torch/csrc/jit/ir/constants.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:04.5894411Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:04.8305140Z 2024-04-03T16:15:04.8305843Z  2024-04-03T16:15:04.8306179Z  2024-04-03T16:15:04.8306448Z  2024-04-03T16:15:04.8306694Z  2024-04-03T16:15:04.8306927Z  2024-04-03T16:15:04.8307169Z  2024-04-03T16:15:04.8307409Z  2024-04-03T16:15:04.8307636Z  2024-04-03T16:15:04.8308325Z [2,219 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:04.8317012Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:04.8317640Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:04.8318129Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:04.8318791Z Compiling torch/csrc/lazy/core/shape.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:04.8319455Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:04.8320127Z Compiling torch/csrc/jit/ir/constants.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:04.8320795Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:04.8321274Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:15:05.0734527Z 2024-04-03T16:15:05.0735067Z  2024-04-03T16:15:05.0735391Z  2024-04-03T16:15:05.0735663Z  2024-04-03T16:15:05.0735898Z  2024-04-03T16:15:05.0736146Z  2024-04-03T16:15:05.0736390Z  2024-04-03T16:15:05.0736621Z  2024-04-03T16:15:05.0736866Z  2024-04-03T16:15:05.0737562Z [2,220 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:05.0738335Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:05.0738820Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:05.0739479Z Compiling torch/csrc/lazy/core/shape.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:05.0824773Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:05.0825926Z Compiling torch/csrc/jit/ir/constants.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:05.0826843Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:05.0827313Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:05.0830069Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:05.5458881Z 2024-04-03T16:15:05.5459953Z  2024-04-03T16:15:05.5460531Z  2024-04-03T16:15:05.5460990Z  2024-04-03T16:15:05.5461462Z  2024-04-03T16:15:05.5461942Z  2024-04-03T16:15:05.5462209Z  2024-04-03T16:15:05.5462577Z  2024-04-03T16:15:05.5462932Z  2024-04-03T16:15:05.5464112Z [2,221 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:05.5465377Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:05.5466423Z Compiling torch/csrc/lazy/core/shape.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:05.5467522Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:05.5468602Z Compiling torch/csrc/jit/ir/constants.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:05.5469632Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:05.5470426Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:05.5471183Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:05.5471912Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:05.7459237Z 2024-04-03T16:15:05.7459913Z  2024-04-03T16:15:05.7460243Z  2024-04-03T16:15:05.7460638Z  2024-04-03T16:15:05.7461020Z  2024-04-03T16:15:05.7461346Z  2024-04-03T16:15:05.7461657Z  2024-04-03T16:15:05.7461888Z  2024-04-03T16:15:05.7462133Z  2024-04-03T16:15:05.7462895Z [2,222 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:05.7463889Z Compiling torch/csrc/lazy/core/shape.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:05.7464579Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:05.7465427Z Compiling torch/csrc/jit/ir/constants.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:05.7466356Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:05.7467060Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:05.7474875Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:05.7475759Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:05.7477194Z Compiling torch/csrc/lazy/core/trie.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:06.0833918Z 2024-04-03T16:15:06.0834929Z  2024-04-03T16:15:06.0835541Z  2024-04-03T16:15:06.0835820Z  2024-04-03T16:15:06.0836075Z  2024-04-03T16:15:06.0836338Z  2024-04-03T16:15:06.0836569Z  2024-04-03T16:15:06.0836813Z  2024-04-03T16:15:06.0837057Z  2024-04-03T16:15:06.0837766Z [2,222 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:06.0838743Z Compiling torch/csrc/lazy/core/shape.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:06.0839401Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:06.0840055Z Compiling torch/csrc/jit/ir/constants.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:06.0840712Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:06.0841239Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:06.0841714Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:06.0842423Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:06.0843314Z Compiling torch/csrc/lazy/core/trie.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:06.3468750Z 2024-04-03T16:15:06.3469446Z  2024-04-03T16:15:06.3469776Z  2024-04-03T16:15:06.3470021Z  2024-04-03T16:15:06.3470286Z  2024-04-03T16:15:06.3470540Z  2024-04-03T16:15:06.3470773Z  2024-04-03T16:15:06.3471022Z  2024-04-03T16:15:06.4099474Z  2024-04-03T16:15:06.4100961Z [2,223 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:06.4102232Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:06.4103326Z Compiling torch/csrc/jit/ir/constants.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:06.4104493Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:06.4105225Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:06.4106001Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:06.4107203Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:06.4108628Z Compiling torch/csrc/lazy/core/trie.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:06.4109731Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:07.4112057Z 2024-04-03T16:15:07.4113127Z  2024-04-03T16:15:07.4113964Z  2024-04-03T16:15:07.4114942Z  2024-04-03T16:15:07.4115441Z  2024-04-03T16:15:07.4115876Z  2024-04-03T16:15:07.4116313Z  2024-04-03T16:15:07.4116712Z  2024-04-03T16:15:07.4117096Z  2024-04-03T16:15:07.4118117Z [2,223 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:07.4119362Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:07.4120513Z Compiling torch/csrc/jit/ir/constants.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:07.4121489Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:07.4122181Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:07.4122889Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:07.4124019Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:07.4125679Z Compiling torch/csrc/lazy/core/trie.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:07.4126667Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:07.6955669Z 2024-04-03T16:15:07.6956418Z  2024-04-03T16:15:07.6956928Z  2024-04-03T16:15:07.6957352Z  2024-04-03T16:15:07.6957770Z  2024-04-03T16:15:07.6958151Z  2024-04-03T16:15:07.6958498Z  2024-04-03T16:15:07.6958895Z  2024-04-03T16:15:07.6959303Z  2024-04-03T16:15:07.6960434Z [2,224 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:07.6961937Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:07.6962971Z Compiling torch/csrc/jit/ir/constants.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:07.6964092Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:07.6965128Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:07.6965852Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:07.6966973Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:07.6968388Z Compiling torch/csrc/lazy/core/trie.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:07.6969697Z Compiling torch/csrc/monitor/events.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:08.0114480Z 2024-04-03T16:15:08.0115058Z  2024-04-03T16:15:08.0115534Z  2024-04-03T16:15:08.0116030Z  2024-04-03T16:15:08.0116385Z  2024-04-03T16:15:08.0116623Z  2024-04-03T16:15:08.0116871Z  2024-04-03T16:15:08.0117113Z  2024-04-03T16:15:08.0117375Z  2024-04-03T16:15:08.0118083Z [2,226 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:08.0118877Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:08.0119545Z Compiling torch/csrc/jit/ir/constants.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:08.0120210Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:08.0120685Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:08.0121138Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:08.0121850Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:08.0220103Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:08.0221406Z Compiling torch/csrc/jit/ir/ir.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:08.6877093Z 2024-04-03T16:15:08.6877871Z  2024-04-03T16:15:08.6878290Z  2024-04-03T16:15:08.6878553Z  2024-04-03T16:15:08.6878803Z  2024-04-03T16:15:08.6879052Z  2024-04-03T16:15:08.6883267Z  2024-04-03T16:15:08.6883594Z  2024-04-03T16:15:08.6883853Z  2024-04-03T16:15:08.6885224Z [2,227 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:08.6886279Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:08.6887236Z Compiling torch/csrc/jit/ir/constants.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:08.6888026Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:08.6888615Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:08.6889168Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:08.6890009Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:08.6891189Z Compiling torch/csrc/jit/ir/ir.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:08.6892133Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:09.0366367Z 2024-04-03T16:15:09.0366944Z  2024-04-03T16:15:09.0367269Z  2024-04-03T16:15:09.0367576Z  2024-04-03T16:15:09.0367817Z  2024-04-03T16:15:09.0368065Z  2024-04-03T16:15:09.0368298Z  2024-04-03T16:15:09.0368547Z  2024-04-03T16:15:09.0368791Z  2024-04-03T16:15:09.0369524Z [2,227 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:09.0370327Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:09.0371011Z Compiling torch/csrc/jit/ir/constants.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:09.0371676Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:09.0372140Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:09.0372709Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:09.0373419Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:09.0374253Z Compiling torch/csrc/jit/ir/ir.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:09.0374881Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:10.0213373Z 2024-04-03T16:15:10.0214120Z  2024-04-03T16:15:10.0214627Z  2024-04-03T16:15:10.0215093Z  2024-04-03T16:15:10.0215520Z  2024-04-03T16:15:10.0215929Z  2024-04-03T16:15:10.0216353Z  2024-04-03T16:15:10.0216762Z  2024-04-03T16:15:10.0217158Z  2024-04-03T16:15:10.0218342Z [2,228 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:10.0220205Z Compiling torch/csrc/jit/ir/constants.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:10.0221455Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:10.0222364Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.0223285Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:10.0224623Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:10.0226227Z Compiling torch/csrc/jit/ir/ir.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:10.0227397Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:10.0228329Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:15:10.2916036Z 2024-04-03T16:15:10.2916552Z  2024-04-03T16:15:10.2916875Z  2024-04-03T16:15:10.2917132Z  2024-04-03T16:15:10.2917382Z  2024-04-03T16:15:10.2917631Z  2024-04-03T16:15:10.2917861Z  2024-04-03T16:15:10.2918108Z  2024-04-03T16:15:10.2918352Z  2024-04-03T16:15:10.2919042Z [2,229 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:10.2920024Z Compiling torch/csrc/jit/ir/constants.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:10.3066914Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:10.3068211Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.3068996Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.3070098Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:10.3071515Z Compiling torch/csrc/jit/ir/ir.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:10.3072895Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:10.3073724Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:15:10.5075264Z 2024-04-03T16:15:10.5076008Z  2024-04-03T16:15:10.5076571Z  2024-04-03T16:15:10.5077068Z  2024-04-03T16:15:10.5077529Z  2024-04-03T16:15:10.5078006Z  2024-04-03T16:15:10.5078392Z  2024-04-03T16:15:10.5078732Z  2024-04-03T16:15:10.5079049Z  2024-04-03T16:15:10.5080054Z [2,230 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:10.5081274Z Compiling torch/csrc/jit/ir/constants.cpp; 10s processwrapper-sandbox 2024-04-03T16:15:10.5082246Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:10.5082867Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.5083494Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.5084511Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:10.5085536Z Compiling torch/csrc/jit/ir/ir.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:10.5086328Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:10.5086921Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:10.7076865Z 2024-04-03T16:15:10.7077607Z  2024-04-03T16:15:10.7078147Z  2024-04-03T16:15:10.7078661Z  2024-04-03T16:15:10.7078973Z  2024-04-03T16:15:10.7079231Z  2024-04-03T16:15:10.7079465Z  2024-04-03T16:15:10.7079708Z  2024-04-03T16:15:10.7079957Z  2024-04-03T16:15:10.7080668Z [2,231 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:10.7081662Z Compiling torch/csrc/jit/ir/constants.cpp; 10s processwrapper-sandbox 2024-04-03T16:15:10.7082332Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.7082797Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.7083506Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:10.7106681Z Compiling torch/csrc/jit/ir/ir.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:10.7107582Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:10.7108248Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:10.7109011Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:10.9112908Z 2024-04-03T16:15:10.9113620Z  2024-04-03T16:15:10.9114184Z  2024-04-03T16:15:10.9114709Z  2024-04-03T16:15:10.9115030Z  2024-04-03T16:15:10.9115274Z  2024-04-03T16:15:10.9115516Z  2024-04-03T16:15:10.9115741Z  2024-04-03T16:15:10.9115983Z  2024-04-03T16:15:10.9116705Z [2,232 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:10.9117676Z Compiling torch/csrc/jit/ir/constants.cpp; 10s processwrapper-sandbox 2024-04-03T16:15:10.9118345Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.9118835Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:10.9119528Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:10.9120229Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:10.9120697Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:10.9121150Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:10.9121636Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:11.1265924Z 2024-04-03T16:15:11.1266523Z  2024-04-03T16:15:11.1267086Z  2024-04-03T16:15:11.1267529Z  2024-04-03T16:15:11.1267886Z  2024-04-03T16:15:11.1268175Z  2024-04-03T16:15:11.1268405Z  2024-04-03T16:15:11.1270580Z  2024-04-03T16:15:11.1270918Z  2024-04-03T16:15:11.1271806Z [2,233 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:11.1272671Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:11.1273195Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:11.1275091Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:11.1275877Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:11.1276349Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:11.1276850Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:11.1277368Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:11.1277897Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:11.6111170Z 2024-04-03T16:15:11.6111920Z  2024-04-03T16:15:11.6112451Z  2024-04-03T16:15:11.6112922Z  2024-04-03T16:15:11.6113173Z  2024-04-03T16:15:11.6113402Z  2024-04-03T16:15:11.6113666Z  2024-04-03T16:15:11.6113912Z  2024-04-03T16:15:11.6114139Z  2024-04-03T16:15:11.6114836Z [2,234 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:11.6115683Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:11.6116232Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:11.6117008Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:11.6117772Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:11.6118293Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:11.6118762Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:11.6119288Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:11.6119829Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:11.9273526Z 2024-04-03T16:15:11.9274366Z  2024-04-03T16:15:11.9274933Z  2024-04-03T16:15:11.9275479Z  2024-04-03T16:15:11.9275986Z  2024-04-03T16:15:11.9276464Z  2024-04-03T16:15:11.9276885Z  2024-04-03T16:15:11.9277330Z  2024-04-03T16:15:11.9277732Z  2024-04-03T16:15:11.9278892Z [2,234 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:11.9280100Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:11.9281606Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:11.9282481Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:11.9283688Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:11.9284712Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:11.9285547Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:11.9286193Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:11.9286927Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:15:12.3275202Z 2024-04-03T16:15:12.3275773Z  2024-04-03T16:15:12.3276161Z  2024-04-03T16:15:12.3276432Z  2024-04-03T16:15:12.3276711Z  2024-04-03T16:15:12.3277023Z  2024-04-03T16:15:12.3277257Z  2024-04-03T16:15:12.3277505Z  2024-04-03T16:15:12.3277817Z  2024-04-03T16:15:12.3278567Z [2,235 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:12.3279450Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.3280005Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.3280476Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.3281018Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:12.3281553Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:12.3282008Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:12.3282781Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:12.3283564Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:12.5483725Z 2024-04-03T16:15:12.5484481Z  2024-04-03T16:15:12.5486898Z  2024-04-03T16:15:12.5487244Z  2024-04-03T16:15:12.5487550Z  2024-04-03T16:15:12.5487795Z  2024-04-03T16:15:12.5488124Z  2024-04-03T16:15:12.5488439Z  2024-04-03T16:15:12.5488820Z  2024-04-03T16:15:12.5489725Z [2,235 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:12.5492236Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.5492981Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.5494722Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.5495380Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:12.5496126Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:12.5496766Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:12.5497690Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:12.5498603Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:12.7761155Z 2024-04-03T16:15:12.7761872Z  2024-04-03T16:15:12.7762212Z  2024-04-03T16:15:12.7762467Z  2024-04-03T16:15:12.7762813Z  2024-04-03T16:15:12.7763178Z  2024-04-03T16:15:12.7763542Z  2024-04-03T16:15:12.7763772Z  2024-04-03T16:15:12.7764093Z  2024-04-03T16:15:12.7765239Z [2,236 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:12.7766425Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.7767046Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:12.7767732Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:12.7768291Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:12.7768886Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:12.7769809Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:12.7770672Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:12.7771324Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:15:12.9821198Z 2024-04-03T16:15:12.9821762Z  2024-04-03T16:15:12.9822212Z  2024-04-03T16:15:12.9822750Z  2024-04-03T16:15:12.9823129Z  2024-04-03T16:15:12.9823366Z  2024-04-03T16:15:12.9823604Z  2024-04-03T16:15:12.9823844Z  2024-04-03T16:15:12.9824067Z  2024-04-03T16:15:13.0123987Z [2,237 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:13.0125209Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:15:13.0125696Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:13.0126182Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:13.0126845Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:13.0127574Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:13.0128365Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:13.0128972Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:15:13.0129473Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:15:13.3262001Z 2024-04-03T16:15:13.3262728Z  2024-04-03T16:15:13.3263202Z  2024-04-03T16:15:13.3263632Z  2024-04-03T16:15:13.3264032Z  2024-04-03T16:15:13.3264398Z  2024-04-03T16:15:13.3264772Z  2024-04-03T16:15:13.3265148Z  2024-04-03T16:15:13.3265544Z  2024-04-03T16:15:13.3266597Z [2,238 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:13.3267808Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:13.3268661Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:13.3269446Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:13.3270567Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:13.3271293Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:13.3272094Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:13.3275940Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:13.3277233Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:15:13.5489210Z 2024-04-03T16:15:13.5489955Z  2024-04-03T16:15:13.5490492Z  2024-04-03T16:15:13.5490942Z  2024-04-03T16:15:13.5491200Z  2024-04-03T16:15:13.5491448Z  2024-04-03T16:15:13.5982611Z  2024-04-03T16:15:13.5983022Z  2024-04-03T16:15:13.5983400Z  2024-04-03T16:15:13.5984484Z [2,238 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:13.5985705Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:13.5986607Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:13.5987407Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:13.5988554Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:13.5989756Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:13.5990590Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:13.5991820Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:13.5992976Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:15:14.1469345Z 2024-04-03T16:15:14.1469885Z  2024-04-03T16:15:14.1470547Z  2024-04-03T16:15:14.1471026Z  2024-04-03T16:15:14.1471311Z  2024-04-03T16:15:14.1471558Z  2024-04-03T16:15:14.1471786Z  2024-04-03T16:15:14.1472026Z  2024-04-03T16:15:14.1472264Z  2024-04-03T16:15:14.1472952Z [2,239 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:14.1473743Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:14.1474223Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:14.1474681Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:14.1475150Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:14.1475615Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:14.1476319Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:14.1477015Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:14.1477692Z Compiling test/cpp/api/torch_include.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:14.3991116Z 2024-04-03T16:15:14.3991792Z  2024-04-03T16:15:14.4175543Z  2024-04-03T16:15:14.4175893Z  2024-04-03T16:15:14.4176237Z  2024-04-03T16:15:14.4176593Z  2024-04-03T16:15:14.4176923Z  2024-04-03T16:15:14.4177314Z  2024-04-03T16:15:14.4177670Z  2024-04-03T16:15:14.4178760Z [2,240 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:14.4179992Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:15:14.4180681Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:14.4181335Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:14.4182074Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:14.4183201Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:14.4184275Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:15:14.4185228Z Compiling test/cpp/api/torch_include.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:14.4186458Z Compiling test/cpp/api/rnn.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:15.0921469Z 2024-04-03T16:15:15.0922270Z  2024-04-03T16:15:15.0922649Z  2024-04-03T16:15:15.0922921Z  2024-04-03T16:15:15.0923155Z  2024-04-03T16:15:15.0923445Z  2024-04-03T16:15:15.0923672Z  2024-04-03T16:15:15.0923914Z  2024-04-03T16:15:15.0924156Z  2024-04-03T16:15:15.0925249Z [2,241 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:15.0926043Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:15.0926526Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:15.0926992Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:15.0930553Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:15.0931554Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:15.0932306Z Compiling test/cpp/api/torch_include.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:15.0933270Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:15.0935851Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:15.4188200Z 2024-04-03T16:15:15.4189097Z  2024-04-03T16:15:15.4189597Z  2024-04-03T16:15:15.4190088Z  2024-04-03T16:15:15.4190518Z  2024-04-03T16:15:15.4190990Z  2024-04-03T16:15:15.4191294Z  2024-04-03T16:15:15.4191537Z  2024-04-03T16:15:15.4191763Z  2024-04-03T16:15:15.4192463Z [2,241 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:15.4193256Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:15.4193746Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:15.4194220Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:15.4194921Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:15.4195600Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:15:15.4196250Z Compiling test/cpp/api/torch_include.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:15.4197016Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:15.4197944Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:15.8047764Z 2024-04-03T16:15:15.8048482Z  2024-04-03T16:15:15.8049047Z  2024-04-03T16:15:15.8049524Z  2024-04-03T16:15:15.8049984Z  2024-04-03T16:15:15.8050956Z  2024-04-03T16:15:15.8051372Z  2024-04-03T16:15:15.8051795Z  2024-04-03T16:15:15.8052248Z  2024-04-03T16:15:15.8053632Z [2,242 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:15.8055103Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:15.8055999Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:15.8056850Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:15.8057733Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:15.8061946Z Compiling test/cpp/api/torch_include.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:15.8063198Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:15.8063936Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:15.8064776Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:16.0192906Z 2024-04-03T16:15:16.0193576Z  2024-04-03T16:15:16.0194078Z  2024-04-03T16:15:16.0194501Z  2024-04-03T16:15:16.0194916Z  2024-04-03T16:15:16.0195289Z  2024-04-03T16:15:16.0195584Z  2024-04-03T16:15:16.0195970Z  2024-04-03T16:15:16.0196310Z  2024-04-03T16:15:16.0197460Z [2,242 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:16.0198755Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:16.0199535Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:16.0200198Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:16.0200864Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:15:16.0201861Z Compiling test/cpp/api/torch_include.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.0203100Z Compiling test/cpp/api/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.0204232Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:16.0205554Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:16.2221198Z 2024-04-03T16:15:16.2221960Z  2024-04-03T16:15:16.2222580Z  2024-04-03T16:15:16.2222893Z  2024-04-03T16:15:16.2223125Z  2024-04-03T16:15:16.2223370Z  2024-04-03T16:15:16.2533322Z  2024-04-03T16:15:16.2534262Z  2024-04-03T16:15:16.2534665Z  2024-04-03T16:15:16.2535752Z [2,243 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:16.2536563Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:16.2591730Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:16.2592382Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:16.2593255Z Compiling test/cpp/api/torch_include.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.2594284Z Compiling test/cpp/api/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.2595311Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.2596453Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:16.2597558Z Compiling test/cpp/api/memory.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:16.4590603Z 2024-04-03T16:15:16.4591310Z  2024-04-03T16:15:16.4591930Z  2024-04-03T16:15:16.4592325Z  2024-04-03T16:15:16.4592570Z  2024-04-03T16:15:16.4592811Z  2024-04-03T16:15:16.4593103Z  2024-04-03T16:15:16.4593487Z  2024-04-03T16:15:16.4593860Z  2024-04-03T16:15:16.4594818Z [2,244 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:16.4595709Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:15:16.4596251Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:16.4596935Z Compiling test/cpp/api/torch_include.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.4597752Z Compiling test/cpp/api/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.4598492Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.4599846Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:16.4601098Z Compiling test/cpp/api/memory.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:16.4602209Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:16.7358443Z 2024-04-03T16:15:16.7359114Z  2024-04-03T16:15:16.7359592Z  2024-04-03T16:15:16.7359997Z  2024-04-03T16:15:16.7360392Z  2024-04-03T16:15:16.7360787Z  2024-04-03T16:15:16.7361399Z  2024-04-03T16:15:16.7361801Z  2024-04-03T16:15:16.7362188Z  2024-04-03T16:15:16.7363302Z [2,245 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:16.7364763Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:15:16.7365583Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:16.7366648Z Compiling test/cpp/api/torch_include.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:16.7367866Z Compiling test/cpp/api/rnn.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.7369042Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.7370413Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:16.7371718Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:16.7372915Z Compiling test/cpp/api/any.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:17.0198314Z 2024-04-03T16:15:17.0199076Z  2024-04-03T16:15:17.0199618Z  2024-04-03T16:15:17.0199892Z  2024-04-03T16:15:17.0200136Z  2024-04-03T16:15:17.0200366Z  2024-04-03T16:15:17.0200610Z  2024-04-03T16:15:17.0200851Z  2024-04-03T16:15:17.0201078Z  2024-04-03T16:15:17.0201782Z [2,246 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:17.0202572Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:15:17.0203224Z Compiling test/cpp/api/torch_include.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:17.0203985Z Compiling test/cpp/api/rnn.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:17.0223927Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:17.0225389Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:17.0226691Z Compiling test/cpp/api/enum.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:17.0227475Z Compiling test/cpp/api/any.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:17.0230965Z Compiling test/cpp/api/misc.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:17.9484535Z 2024-04-03T16:15:17.9485372Z  2024-04-03T16:15:17.9485910Z  2024-04-03T16:15:17.9486465Z  2024-04-03T16:15:17.9486966Z  2024-04-03T16:15:17.9487373Z  2024-04-03T16:15:17.9487899Z  2024-04-03T16:15:17.9488291Z  2024-04-03T16:15:17.9488827Z  2024-04-03T16:15:17.9489871Z [2,247 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:17.9491161Z Compiling test/cpp/api/torch_include.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:17.9492114Z Compiling test/cpp/api/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:17.9492967Z Compiling test/cpp/api/serialize.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:17.9494066Z Compiling test/cpp/api/expanding-array.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:17.9495045Z Compiling test/cpp/api/enum.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:17.9495829Z Compiling test/cpp/api/any.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:17.9496677Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:17.9497599Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:18.2237016Z 2024-04-03T16:15:18.2237653Z  2024-04-03T16:15:18.2238131Z  2024-04-03T16:15:18.2238571Z  2024-04-03T16:15:18.2238983Z  2024-04-03T16:15:18.2239390Z  2024-04-03T16:15:18.2239780Z  2024-04-03T16:15:18.2240185Z  2024-04-03T16:15:18.2240588Z  2024-04-03T16:15:18.2241787Z [2,247 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:18.2243374Z Compiling test/cpp/api/torch_include.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.2245042Z Compiling test/cpp/api/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.2246198Z Compiling test/cpp/api/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.2247815Z Compiling test/cpp/api/expanding-array.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:18.2249173Z Compiling test/cpp/api/enum.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.2250329Z Compiling test/cpp/api/any.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.2251527Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:18.2252853Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:18.6855418Z 2024-04-03T16:15:18.6856118Z  2024-04-03T16:15:18.6856583Z  2024-04-03T16:15:18.6856985Z  2024-04-03T16:15:18.6857365Z  2024-04-03T16:15:18.6857801Z  2024-04-03T16:15:18.6858212Z  2024-04-03T16:15:18.6858568Z  2024-04-03T16:15:18.6858934Z  2024-04-03T16:15:18.6860094Z [2,248 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:18.6861576Z Compiling test/cpp/api/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.6862888Z Compiling test/cpp/api/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.6864253Z Compiling test/cpp/api/expanding-array.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.6865528Z Compiling test/cpp/api/enum.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.6866647Z Compiling test/cpp/api/any.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.6867838Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.6869073Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:18.6870734Z Compiling test/cpp/api/functional.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:18.9648735Z 2024-04-03T16:15:18.9649516Z  2024-04-03T16:15:18.9650016Z  2024-04-03T16:15:18.9650398Z  2024-04-03T16:15:18.9650790Z  2024-04-03T16:15:18.9651146Z  2024-04-03T16:15:18.9651491Z  2024-04-03T16:15:18.9651859Z  2024-04-03T16:15:18.9652541Z  2024-04-03T16:15:18.9653731Z [2,249 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:18.9655227Z Compiling test/cpp/api/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:18.9656430Z Compiling test/cpp/api/expanding-array.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:18.9657660Z Compiling test/cpp/api/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:18.9658807Z Compiling test/cpp/api/any.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.9659952Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:18.9661175Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:18.9662398Z Compiling test/cpp/api/functional.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:18.9663600Z Compiling test/cpp/api/module.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:19.2255066Z 2024-04-03T16:15:19.2255792Z  2024-04-03T16:15:19.2256265Z  2024-04-03T16:15:19.2256637Z  2024-04-03T16:15:19.2256988Z  2024-04-03T16:15:19.2257316Z  2024-04-03T16:15:19.2257714Z  2024-04-03T16:15:19.2258099Z  2024-04-03T16:15:19.2258461Z  2024-04-03T16:15:19.2259604Z [2,250 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:19.2261301Z Compiling test/cpp/api/expanding-array.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:19.2262451Z Compiling test/cpp/api/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:19.2263495Z Compiling test/cpp/api/any.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:19.2264609Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:19.2265775Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:19.2266922Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:19.2268095Z Compiling test/cpp/api/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:19.2269773Z Compiling test/cpp/api/modules.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:19.6247357Z 2024-04-03T16:15:19.6248011Z  2024-04-03T16:15:19.6248548Z  2024-04-03T16:15:19.6249023Z  2024-04-03T16:15:19.6249276Z  2024-04-03T16:15:19.6249506Z  2024-04-03T16:15:19.6249749Z  2024-04-03T16:15:19.6249989Z  2024-04-03T16:15:19.6250217Z  2024-04-03T16:15:19.6250913Z [2,251 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:19.6251825Z Compiling test/cpp/api/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:19.6252547Z Compiling test/cpp/api/any.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:19.6253331Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:19.6254089Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:19.6254868Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:19.6255647Z Compiling test/cpp/api/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:19.6256389Z Compiling test/cpp/api/modules.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:19.6257143Z Compiling test/cpp/api/tensor.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:20.1266633Z 2024-04-03T16:15:20.1267520Z  2024-04-03T16:15:20.1268067Z  2024-04-03T16:15:20.1268503Z  2024-04-03T16:15:20.1268905Z  2024-04-03T16:15:20.1286864Z  2024-04-03T16:15:20.1287324Z  2024-04-03T16:15:20.1287726Z  2024-04-03T16:15:20.1288118Z  2024-04-03T16:15:20.1289472Z [2,252 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:20.1290911Z Compiling test/cpp/api/any.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:20.1291975Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.1293302Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:20.1294713Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:20.1295934Z Compiling test/cpp/api/module.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.1297016Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.1298235Z Compiling test/cpp/api/tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:20.1299529Z Compiling test/cpp/api/modulelist.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:20.4253260Z 2024-04-03T16:15:20.4254066Z  2024-04-03T16:15:20.4254439Z  2024-04-03T16:15:20.4254702Z  2024-04-03T16:15:20.4254974Z  2024-04-03T16:15:20.4255227Z  2024-04-03T16:15:20.4255477Z  2024-04-03T16:15:20.4255725Z  2024-04-03T16:15:20.4255956Z  2024-04-03T16:15:20.4256670Z [2,252 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:20.4257590Z Compiling test/cpp/api/any.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:20.4258303Z Compiling test/cpp/api/misc.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:20.4259045Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.4259845Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.4260611Z Compiling test/cpp/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:20.4261341Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.4262077Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.4262878Z Compiling test/cpp/api/modulelist.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:20.6448207Z 2024-04-03T16:15:20.6448924Z  2024-04-03T16:15:20.6449442Z  2024-04-03T16:15:20.6449855Z  2024-04-03T16:15:20.6450261Z  2024-04-03T16:15:20.6450648Z  2024-04-03T16:15:20.6451023Z  2024-04-03T16:15:20.6451692Z  2024-04-03T16:15:20.6452069Z  2024-04-03T16:15:20.6453310Z [2,253 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:20.6454691Z Compiling test/cpp/api/misc.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:20.6455465Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.6456269Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.6457131Z Compiling test/cpp/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:20.6458258Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.6459486Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.6460720Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.6461916Z Compiling test/cpp/api/static.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:20.8509675Z 2024-04-03T16:15:20.8510329Z  2024-04-03T16:15:20.8510860Z  2024-04-03T16:15:20.8511226Z  2024-04-03T16:15:20.8511628Z  2024-04-03T16:15:20.8512015Z  2024-04-03T16:15:20.8512404Z  2024-04-03T16:15:20.8512809Z  2024-04-03T16:15:20.8513206Z  2024-04-03T16:15:20.8514241Z [2,254 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:20.8515731Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.8517066Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:20.8518339Z Compiling test/cpp/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:20.8519748Z Compiling test/cpp/api/modules.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:20.8520966Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.8522208Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.8523305Z Compiling test/cpp/api/static.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:20.8525052Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:21.0672195Z 2024-04-03T16:15:21.0672781Z  2024-04-03T16:15:21.0673333Z  2024-04-03T16:15:21.0673832Z  2024-04-03T16:15:21.0674071Z  2024-04-03T16:15:21.0674317Z  2024-04-03T16:15:21.0674566Z  2024-04-03T16:15:21.0674798Z  2024-04-03T16:15:21.0675044Z  2024-04-03T16:15:21.0675746Z [2,254 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:21.0676707Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:21.0677516Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:21.0678282Z Compiling test/cpp/api/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.0679030Z Compiling test/cpp/api/modules.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.0679767Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.0680530Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.0681288Z Compiling test/cpp/api/static.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.0682087Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:21.3301617Z 2024-04-03T16:15:21.3302154Z  2024-04-03T16:15:21.3302565Z [1A 2024-04-03T16:15:21.3302829Z  2024-04-03T16:15:21.3303080Z  2024-04-03T16:15:21.3303329Z  2024-04-03T16:15:21.3303561Z  2024-04-03T16:15:21.3303809Z  2024-04-03T16:15:21.3304053Z  2024-04-03T16:15:21.3304763Z [2,256 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:21.3305696Z Compiling test/cpp/api/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:21.3306453Z Compiling test/cpp/api/modules.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.3861244Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.3862290Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.3863311Z Compiling test/cpp/api/static.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.3864391Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.3865598Z Compiling test/cpp/api/jit.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:21.3866785Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:21.6841778Z 2024-04-03T16:15:21.6842483Z  2024-04-03T16:15:21.6842926Z  2024-04-03T16:15:21.6843351Z  2024-04-03T16:15:21.6843731Z  2024-04-03T16:15:21.6844063Z  2024-04-03T16:15:21.6844807Z  2024-04-03T16:15:21.6845211Z  2024-04-03T16:15:21.6845525Z  2024-04-03T16:15:21.6846650Z [2,257 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:21.6848146Z Compiling test/cpp/api/modules.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.6849220Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.6850316Z Compiling test/cpp/api/modulelist.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.6851451Z Compiling test/cpp/api/static.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.6852669Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.6853879Z Compiling test/cpp/api/jit.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:21.6854642Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:21.6860693Z Compiling test/cpp/api/dataloader.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:21.9882702Z 2024-04-03T16:15:21.9883446Z  2024-04-03T16:15:21.9883914Z  2024-04-03T16:15:21.9884501Z  2024-04-03T16:15:21.9884921Z  2024-04-03T16:15:21.9885292Z  2024-04-03T16:15:21.9885943Z  2024-04-03T16:15:21.9886341Z  2024-04-03T16:15:21.9886716Z  2024-04-03T16:15:21.9887827Z [2,257 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:21.9889261Z Compiling test/cpp/api/modules.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:21.9890499Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.9891703Z Compiling test/cpp/api/modulelist.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.9892911Z Compiling test/cpp/api/static.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.9894278Z Compiling test/cpp/api/tensor_options.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:21.9895519Z Compiling test/cpp/api/jit.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:21.9896695Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:21.9897999Z Compiling test/cpp/api/dataloader.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:22.9539381Z 2024-04-03T16:15:22.9540056Z  2024-04-03T16:15:22.9540539Z  2024-04-03T16:15:22.9540934Z  2024-04-03T16:15:22.9541346Z  2024-04-03T16:15:22.9541746Z  2024-04-03T16:15:22.9542128Z  2024-04-03T16:15:22.9542520Z  2024-04-03T16:15:22.9542919Z  2024-04-03T16:15:22.9544026Z [2,258 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:22.9545533Z Compiling test/cpp/api/tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:22.9546780Z Compiling test/cpp/api/modulelist.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:22.9548024Z Compiling test/cpp/api/static.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:22.9549254Z Compiling test/cpp/api/tensor_options.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:22.9550479Z Compiling test/cpp/api/jit.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:22.9551632Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:22.9553072Z Compiling test/cpp/api/dataloader.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:22.9554156Z Compiling test/cpp/api/optim.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:23.1879678Z 2024-04-03T16:15:23.1880722Z  2024-04-03T16:15:23.1881548Z  2024-04-03T16:15:23.1882165Z  2024-04-03T16:15:23.1885233Z  2024-04-03T16:15:23.1885831Z  2024-04-03T16:15:23.1886341Z  2024-04-03T16:15:23.1886886Z  2024-04-03T16:15:23.1887568Z  2024-04-03T16:15:23.1889891Z [2,258 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:23.1891575Z Compiling test/cpp/api/tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.1893125Z Compiling test/cpp/api/modulelist.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.1894694Z Compiling test/cpp/api/static.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.1896182Z Compiling test/cpp/api/tensor_options.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.1898096Z Compiling test/cpp/api/jit.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:23.1899365Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.1900577Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.1901875Z Compiling test/cpp/api/optim.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:23.5883166Z 2024-04-03T16:15:23.5883922Z  2024-04-03T16:15:23.5884731Z  2024-04-03T16:15:23.5885193Z  2024-04-03T16:15:23.5885702Z  2024-04-03T16:15:23.5886162Z  2024-04-03T16:15:23.5886594Z  2024-04-03T16:15:23.5887009Z  2024-04-03T16:15:23.5888493Z  2024-04-03T16:15:23.5890046Z [2,260 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:23.5891571Z Compiling test/cpp/api/static.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.5892983Z Compiling test/cpp/api/tensor_options.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.5895070Z Compiling test/cpp/api/jit.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:23.5896220Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.5897395Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.5898630Z Compiling test/cpp/api/optim.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.5899915Z Compiling test/cpp/api/integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.5900908Z Compiling test/cpp/api/init.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:23.9886783Z 2024-04-03T16:15:23.9887381Z  2024-04-03T16:15:23.9887906Z  2024-04-03T16:15:23.9888426Z  2024-04-03T16:15:23.9888769Z  2024-04-03T16:15:23.9889019Z  2024-04-03T16:15:23.9889262Z  2024-04-03T16:15:23.9889491Z  2024-04-03T16:15:23.9889734Z  2024-04-03T16:15:23.9890489Z [2,262 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:23.9891783Z Compiling test/cpp/api/jit.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:23.9892822Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:23.9894084Z Compiling test/cpp/api/dataloader.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:23.9895282Z Compiling test/cpp/api/optim.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.9896502Z Compiling test/cpp/api/integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:23.9897609Z Compiling test/cpp/api/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:23.9898651Z Compiling test/cpp/api/nn_utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:23.9899901Z Compiling test/cpp/api/autograd.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:24.1899102Z 2024-04-03T16:15:24.1899730Z  2024-04-03T16:15:24.1900315Z  2024-04-03T16:15:24.1900655Z  2024-04-03T16:15:24.1900905Z  2024-04-03T16:15:24.2775627Z  2024-04-03T16:15:24.2776053Z  2024-04-03T16:15:24.2776448Z  2024-04-03T16:15:24.2776818Z  2024-04-03T16:15:24.2777891Z [2,263 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:24.2779185Z Compiling test/cpp/api/jit.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:24.2780278Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:24.2781346Z Compiling test/cpp/api/dataloader.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:24.2782574Z Compiling test/cpp/api/optim.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:24.2783792Z Compiling test/cpp/api/integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:24.2784977Z Compiling test/cpp/api/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:24.2786090Z Compiling test/cpp/api/nn_utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:24.2787292Z Compiling test/cpp/api/autograd.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:24.7411173Z 2024-04-03T16:15:24.7419766Z  2024-04-03T16:15:24.7420099Z  2024-04-03T16:15:24.7420348Z  2024-04-03T16:15:24.7420600Z  2024-04-03T16:15:24.7420846Z  2024-04-03T16:15:24.7421079Z  2024-04-03T16:15:24.7421325Z  2024-04-03T16:15:24.7421555Z  2024-04-03T16:15:24.7422254Z [2,264 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:24.7423281Z Compiling test/cpp/api/support.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:24.7424441Z Compiling test/cpp/api/dataloader.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:24.7425972Z Compiling test/cpp/api/optim.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:24.7427271Z Compiling test/cpp/api/integration.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:24.7428403Z Compiling test/cpp/api/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:24.7429590Z Compiling test/cpp/api/nn_utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:24.7431036Z Compiling test/cpp/api/autograd.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:24.7432262Z Compiling test/cpp/api/ordered_dict.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:25.0785556Z 2024-04-03T16:15:25.0786292Z  2024-04-03T16:15:25.0786831Z  2024-04-03T16:15:25.0787333Z  2024-04-03T16:15:25.0787774Z  2024-04-03T16:15:25.0788028Z  2024-04-03T16:15:25.0788271Z  2024-04-03T16:15:25.0788499Z  2024-04-03T16:15:25.0788740Z  2024-04-03T16:15:25.0789430Z [2,264 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:25.0790383Z Compiling test/cpp/api/support.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:25.0791169Z Compiling test/cpp/api/dataloader.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:25.0791929Z Compiling test/cpp/api/optim.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:25.0792685Z Compiling test/cpp/api/integration.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:25.0793451Z Compiling test/cpp/api/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:25.0794178Z Compiling test/cpp/api/nn_utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:25.0794924Z Compiling test/cpp/api/autograd.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:25.0795738Z Compiling test/cpp/api/ordered_dict.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:25.8623725Z 2024-04-03T16:15:25.8624487Z  2024-04-03T16:15:25.8625032Z  2024-04-03T16:15:25.8625519Z  2024-04-03T16:15:25.8626040Z  2024-04-03T16:15:25.8626705Z  2024-04-03T16:15:25.8627095Z  2024-04-03T16:15:25.8627531Z  2024-04-03T16:15:25.8628005Z  2024-04-03T16:15:25.8628915Z [2,265 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:25.8629865Z Compiling test/cpp/api/support.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:25.8633077Z Compiling test/cpp/api/dataloader.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:25.8634085Z Compiling test/cpp/api/optim.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:25.8635040Z Compiling test/cpp/api/integration.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:25.8635976Z Compiling test/cpp/api/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:25.8636985Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:25.8638088Z Compiling test/cpp/api/autograd.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:25.8639145Z Compiling test/cpp/api/ordered_dict.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:26.1431669Z 2024-04-03T16:15:26.1432427Z  2024-04-03T16:15:26.1432802Z  2024-04-03T16:15:26.1433050Z  2024-04-03T16:15:26.1433303Z  2024-04-03T16:15:26.1433551Z  2024-04-03T16:15:26.1433783Z  2024-04-03T16:15:26.1434034Z  2024-04-03T16:15:26.1434278Z  2024-04-03T16:15:26.1434967Z [2,266 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:26.1435950Z Compiling test/cpp/api/dataloader.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.1436729Z Compiling test/cpp/api/optim.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.1437487Z Compiling test/cpp/api/integration.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:26.1438243Z Compiling test/cpp/api/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:26.1438977Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.1439734Z Compiling test/cpp/api/autograd.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.1503104Z Compiling test/cpp/api/ordered_dict.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:26.1504427Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:26.3515408Z 2024-04-03T16:15:26.3516123Z  2024-04-03T16:15:26.3516589Z  2024-04-03T16:15:26.3517004Z  2024-04-03T16:15:26.3517386Z  2024-04-03T16:15:26.3517986Z  2024-04-03T16:15:26.3518387Z  2024-04-03T16:15:26.3518789Z  2024-04-03T16:15:26.3519127Z  2024-04-03T16:15:26.3520214Z [2,268 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:26.3521759Z Compiling test/cpp/api/dataloader.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.3522966Z Compiling test/cpp/api/optim.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.3524239Z Compiling test/cpp/api/integration.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.3525649Z Compiling test/cpp/api/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:26.3526806Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.3528023Z Compiling test/cpp/api/autograd.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.3529292Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.3530381Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:26.5971129Z 2024-04-03T16:15:26.5971826Z  2024-04-03T16:15:26.5972310Z  2024-04-03T16:15:26.5972744Z  2024-04-03T16:15:26.5973227Z  2024-04-03T16:15:26.5973643Z  2024-04-03T16:15:26.5974030Z  2024-04-03T16:15:26.5974426Z  2024-04-03T16:15:26.5974818Z  2024-04-03T16:15:26.5975953Z [2,269 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:26.5977474Z Compiling test/cpp/api/optim.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.5978749Z Compiling test/cpp/api/integration.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.5979994Z Compiling test/cpp/api/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:26.5981194Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.5982442Z Compiling test/cpp/api/autograd.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.5983700Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.5985003Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:26.5985868Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:26.7983403Z 2024-04-03T16:15:26.7984133Z  2024-04-03T16:15:26.7984734Z  2024-04-03T16:15:26.7984993Z  2024-04-03T16:15:26.7985234Z  2024-04-03T16:15:26.7985487Z  2024-04-03T16:15:26.7985735Z  2024-04-03T16:15:26.7985969Z  2024-04-03T16:15:26.7986220Z  2024-04-03T16:15:26.7986923Z [2,270 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:26.7987849Z Compiling test/cpp/api/optim.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.7988627Z Compiling test/cpp/api/integration.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:26.7989389Z Compiling test/cpp/api/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:26.7990119Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:26.7990875Z Compiling test/cpp/api/autograd.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.7991666Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:26.7992325Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:26.7992839Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:27.1516865Z 2024-04-03T16:15:27.1517959Z  2024-04-03T16:15:27.1518506Z  2024-04-03T16:15:27.1518916Z  2024-04-03T16:15:27.1519418Z  2024-04-03T16:15:27.1519815Z  2024-04-03T16:15:27.1520060Z  2024-04-03T16:15:27.1520301Z  2024-04-03T16:15:27.1520531Z  2024-04-03T16:15:27.1522562Z [2,270 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:27.1523847Z Compiling test/cpp/api/optim.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:27.1524844Z Compiling test/cpp/api/integration.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.1527100Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.1528087Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.1529092Z Compiling test/cpp/api/autograd.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.1530146Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:27.1531036Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:27.1531634Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:27.3520650Z 2024-04-03T16:15:27.3521377Z  2024-04-03T16:15:27.3521925Z  2024-04-03T16:15:27.3522414Z  2024-04-03T16:15:27.3522877Z  2024-04-03T16:15:27.3523381Z  2024-04-03T16:15:27.3523813Z  2024-04-03T16:15:27.3524254Z  2024-04-03T16:15:27.3525051Z  2024-04-03T16:15:27.3525769Z [2,271 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:27.3526820Z Compiling test/cpp/api/integration.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:27.3527631Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.3528416Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.3529349Z Compiling test/cpp/api/autograd.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.3530283Z Compiling test/cpp/api/ordered_dict.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.3530989Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:27.3531573Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:27.3532332Z Compiling test/cpp/jit/test_misc.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:27.6137487Z 2024-04-03T16:15:27.6138123Z  2024-04-03T16:15:27.6138591Z  2024-04-03T16:15:27.6139006Z  2024-04-03T16:15:27.6140072Z  2024-04-03T16:15:27.6140494Z  2024-04-03T16:15:27.6140896Z  2024-04-03T16:15:27.6141259Z  2024-04-03T16:15:27.6141658Z  2024-04-03T16:15:27.6143563Z [2,273 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:27.6145033Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.6146162Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.6147333Z Compiling test/cpp/api/autograd.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.6148518Z Compiling test/cpp/api/ordered_dict.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.6149537Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:27.6150567Z Compiling test/cpp/jit/test_misc.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:27.6151844Z Compiling test/cpp/tensorexpr/test_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:27.6152896Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:27.9523979Z 2024-04-03T16:15:27.9524748Z  2024-04-03T16:15:27.9525076Z  2024-04-03T16:15:27.9525343Z  2024-04-03T16:15:27.9525607Z  2024-04-03T16:15:27.9525852Z  2024-04-03T16:15:27.9526090Z  2024-04-03T16:15:27.9526318Z  2024-04-03T16:15:27.9526558Z  2024-04-03T16:15:27.9527252Z [2,273 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:27.9528150Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.9528886Z Compiling test/cpp/api/nn_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.9529643Z Compiling test/cpp/api/autograd.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:27.9530417Z Compiling test/cpp/api/ordered_dict.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:27.9759740Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:27.9761176Z Compiling test/cpp/jit/test_misc.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:27.9762445Z Compiling test/cpp/tensorexpr/test_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:27.9763529Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:28.7424836Z 2024-04-03T16:15:28.7425574Z  2024-04-03T16:15:28.7426122Z  2024-04-03T16:15:28.7426636Z  2024-04-03T16:15:28.7427110Z  2024-04-03T16:15:28.7427575Z  2024-04-03T16:15:28.7427998Z  2024-04-03T16:15:28.7428400Z  2024-04-03T16:15:28.7428787Z  2024-04-03T16:15:28.7429887Z [2,274 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:28.7431412Z Compiling test/cpp/api/nn_utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:28.7432655Z Compiling test/cpp/api/autograd.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:28.7433962Z Compiling test/cpp/api/ordered_dict.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:28.7435028Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:28.7436063Z Compiling test/cpp/jit/test_misc.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:28.7437403Z Compiling test/cpp/tensorexpr/test_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:28.7438503Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:28.7439329Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:28.9772736Z 2024-04-03T16:15:28.9778556Z  2024-04-03T16:15:28.9779362Z  2024-04-03T16:15:28.9779760Z  2024-04-03T16:15:28.9780393Z  2024-04-03T16:15:28.9780906Z  2024-04-03T16:15:28.9781283Z  2024-04-03T16:15:28.9781818Z  2024-04-03T16:15:28.9782212Z  2024-04-03T16:15:28.9783638Z [2,274 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:28.9785392Z Compiling test/cpp/api/nn_utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:28.9786923Z Compiling test/cpp/api/autograd.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:28.9788508Z Compiling test/cpp/api/ordered_dict.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:28.9789852Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:28.9791501Z Compiling test/cpp/jit/test_misc.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:28.9793142Z Compiling test/cpp/tensorexpr/test_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:28.9794506Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:28.9795462Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:29.6294471Z 2024-04-03T16:15:29.6295368Z  2024-04-03T16:15:29.6295875Z  2024-04-03T16:15:29.6297263Z  2024-04-03T16:15:29.6297682Z  2024-04-03T16:15:29.6298091Z  2024-04-03T16:15:29.6298504Z  2024-04-03T16:15:29.6299994Z  2024-04-03T16:15:29.6300415Z  2024-04-03T16:15:29.6301616Z [2,275 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:29.6303141Z Compiling test/cpp/api/nn_utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:29.6304412Z Compiling test/cpp/api/autograd.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:29.6305847Z Compiling test/cpp/api/ordered_dict.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:29.6307023Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:29.6308068Z Compiling test/cpp/jit/test_misc.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:29.6309505Z Compiling test/cpp/tensorexpr/test_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:29.6310712Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:29.6311856Z Compiling test/cpp/jit/test_module_api.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:29.9775705Z 2024-04-03T16:15:29.9776412Z  2024-04-03T16:15:29.9776825Z  2024-04-03T16:15:29.9777302Z  2024-04-03T16:15:30.0322038Z  2024-04-03T16:15:30.0322751Z  2024-04-03T16:15:30.0323151Z  2024-04-03T16:15:30.0323549Z  2024-04-03T16:15:30.0323932Z  2024-04-03T16:15:30.0325182Z [2,278 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:30.0326595Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:30.0327598Z Compiling test/cpp/jit/test_misc.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:30.0328931Z Compiling test/cpp/tensorexpr/test_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:30.0330019Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:30.0331105Z Compiling test/cpp/jit/test_module_api.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:30.0332526Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:30.0333739Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:30.0334849Z Compiling test/cpp/jit/test_utils.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:31.0333502Z 2024-04-03T16:15:31.0334175Z  2024-04-03T16:15:31.0334718Z  2024-04-03T16:15:31.0335197Z  2024-04-03T16:15:31.0335450Z  2024-04-03T16:15:31.0335681Z  2024-04-03T16:15:31.0335923Z  2024-04-03T16:15:31.0336162Z  2024-04-03T16:15:31.0336436Z  2024-04-03T16:15:31.0337336Z [2,278 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:31.0338402Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:31.0339268Z Compiling test/cpp/jit/test_misc.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:31.0340305Z Compiling test/cpp/tensorexpr/test_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:31.0341128Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:31.0341924Z Compiling test/cpp/jit/test_module_api.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.0343019Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:31.0343976Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:31.0344844Z Compiling test/cpp/jit/test_utils.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:31.5306566Z 2024-04-03T16:15:31.5307254Z  2024-04-03T16:15:31.5307708Z  2024-04-03T16:15:31.5308268Z  2024-04-03T16:15:31.5308711Z  2024-04-03T16:15:31.5309100Z  2024-04-03T16:15:31.5309482Z  2024-04-03T16:15:31.5309877Z  2024-04-03T16:15:31.5310217Z  2024-04-03T16:15:31.5311216Z [2,279 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:31.5312513Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:31.5313496Z Compiling test/cpp/jit/test_misc.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:31.5314759Z Compiling test/cpp/tensorexpr/test_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:31.5315855Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:31.5316970Z Compiling test/cpp/jit/test_module_api.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.5318370Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.5319718Z Compiling test/cpp/jit/test_utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:31.5320643Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:31.7323920Z 2024-04-03T16:15:31.7324872Z  2024-04-03T16:15:31.7325355Z  2024-04-03T16:15:31.7325754Z  2024-04-03T16:15:31.7326145Z  2024-04-03T16:15:31.7326551Z  2024-04-03T16:15:31.7326941Z  2024-04-03T16:15:31.7327310Z  2024-04-03T16:15:31.7327714Z  2024-04-03T16:15:31.7328867Z [2,280 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:31.7330333Z Compiling test/cpp/jit/test_misc.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:31.7332031Z Compiling test/cpp/tensorexpr/test_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:31.7333265Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:31.7334399Z Compiling test/cpp/jit/test_module_api.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.7335848Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.7337217Z Compiling test/cpp/jit/test_utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:31.7338811Z Compiling test/cpp/jit/test_graph_iterator.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:31.7339922Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:31.9596361Z 2024-04-03T16:15:31.9597044Z  2024-04-03T16:15:31.9597512Z  2024-04-03T16:15:31.9597926Z  2024-04-03T16:15:31.9598314Z  2024-04-03T16:15:31.9598697Z  2024-04-03T16:15:31.9599064Z  2024-04-03T16:15:31.9599444Z  2024-04-03T16:15:31.9599839Z  2024-04-03T16:15:31.9600952Z [2,283 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:31.9602446Z Compiling test/cpp/jit/test_misc.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:31.9603729Z Compiling test/cpp/jit/test_module_api.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:31.9605405Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.9606754Z Compiling test/cpp/jit/test_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:31.9608049Z Compiling test/cpp/jit/test_graph_iterator.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:31.9609474Z Compiling test/cpp/jit/test_graph_executor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:31.9610568Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:31.9611375Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:32.2355030Z 2024-04-03T16:15:32.2355557Z  2024-04-03T16:15:32.2355877Z  2024-04-03T16:15:32.2356219Z  2024-04-03T16:15:32.2356469Z  2024-04-03T16:15:32.2356714Z  2024-04-03T16:15:32.2356963Z  2024-04-03T16:15:32.2357205Z  2024-04-03T16:15:32.2357445Z  2024-04-03T16:15:32.2358130Z [2,284 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:32.2359113Z Compiling test/cpp/jit/test_module_api.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:32.2765634Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:32.2766963Z Compiling test/cpp/jit/test_utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:32.2768229Z Compiling test/cpp/jit/test_graph_iterator.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:32.2769437Z Compiling test/cpp/jit/test_graph_executor.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:32.2770450Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:32.2771580Z Compiling test/cpp/jit/test_lite_trainer.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:32.2773092Z Compiling test/cpp/jit/test_memory_dag.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:33.2775227Z 2024-04-03T16:15:33.2775981Z  2024-04-03T16:15:33.2776585Z  2024-04-03T16:15:33.2776921Z  2024-04-03T16:15:33.2777159Z  2024-04-03T16:15:33.2777402Z  2024-04-03T16:15:33.2777636Z  2024-04-03T16:15:33.2777878Z  2024-04-03T16:15:33.2778146Z  2024-04-03T16:15:33.2778828Z [2,284 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:33.2779815Z Compiling test/cpp/jit/test_module_api.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:33.2780713Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.2781568Z Compiling test/cpp/jit/test_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.2782395Z Compiling test/cpp/jit/test_graph_iterator.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.2783282Z Compiling test/cpp/jit/test_graph_executor.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:33.3164963Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:33.3166337Z Compiling test/cpp/jit/test_lite_trainer.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:33.3167701Z Compiling test/cpp/jit/test_memory_dag.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:33.6557515Z 2024-04-03T16:15:33.6752737Z  2024-04-03T16:15:33.6753205Z  2024-04-03T16:15:33.6753616Z  2024-04-03T16:15:33.6754006Z  2024-04-03T16:15:33.6754376Z  2024-04-03T16:15:33.6754754Z  2024-04-03T16:15:33.6755127Z  2024-04-03T16:15:33.6755486Z  2024-04-03T16:15:33.6756540Z [2,285 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:33.6758036Z Compiling test/cpp/jit/test_module_api.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:33.6759435Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:33.6760845Z Compiling test/cpp/jit/test_utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.6762236Z Compiling test/cpp/jit/test_graph_iterator.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.6763618Z Compiling test/cpp/jit/test_graph_executor.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.6764956Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:33.6766255Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:33.6767787Z Compiling test/cpp/jit/test_memory_dag.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:33.9172812Z 2024-04-03T16:15:33.9173636Z  2024-04-03T16:15:33.9174228Z  2024-04-03T16:15:33.9174656Z  2024-04-03T16:15:33.9174894Z  2024-04-03T16:15:33.9175137Z  2024-04-03T16:15:33.9175380Z  2024-04-03T16:15:33.9175610Z  2024-04-03T16:15:33.9175852Z  2024-04-03T16:15:33.9176551Z [2,285 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:33.9177544Z Compiling test/cpp/jit/test_module_api.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:33.9178443Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:33.9179301Z Compiling test/cpp/jit/test_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:33.9180127Z Compiling test/cpp/jit/test_graph_iterator.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.9425241Z Compiling test/cpp/jit/test_graph_executor.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:33.9426483Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:33.9427707Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:33.9429215Z Compiling test/cpp/jit/test_memory_dag.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:34.2557632Z 2024-04-03T16:15:34.2558466Z  2024-04-03T16:15:34.2559112Z  2024-04-03T16:15:34.2559670Z  2024-04-03T16:15:34.2560516Z  2024-04-03T16:15:34.2561072Z  2024-04-03T16:15:34.2561462Z  2024-04-03T16:15:34.2562029Z  2024-04-03T16:15:34.2562420Z  2024-04-03T16:15:34.2563800Z [2,286 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:34.2565894Z Compiling test/cpp/jit/test_module_api.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:34.2567762Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.2569384Z Compiling test/cpp/jit/test_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.2571011Z Compiling test/cpp/jit/test_graph_iterator.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.2572722Z Compiling test/cpp/jit/test_graph_executor.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:34.2574230Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:34.2575601Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:34.2577299Z Compiling test/cpp/jit/test_memory_dag.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:34.4581233Z 2024-04-03T16:15:34.4581957Z  2024-04-03T16:15:34.4582455Z  2024-04-03T16:15:34.4582903Z  2024-04-03T16:15:34.4583335Z  2024-04-03T16:15:34.4583764Z  2024-04-03T16:15:34.4584235Z  2024-04-03T16:15:34.4584720Z  2024-04-03T16:15:34.4585199Z  2024-04-03T16:15:34.4586673Z [2,287 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:34.4588563Z Compiling test/cpp/jit/test_module_api.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:34.4590268Z Compiling test/cpp/tensorexpr/padded_buffer.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:34.4592138Z Compiling test/cpp/jit/test_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.4593520Z Compiling test/cpp/jit/test_graph_iterator.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.4595074Z Compiling test/cpp/jit/test_graph_executor.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.4596466Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:34.4597935Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:34.4599824Z Compiling test/cpp/jit/test_concat_opt.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:34.7442548Z 2024-04-03T16:15:34.7443123Z  2024-04-03T16:15:34.7443608Z  2024-04-03T16:15:34.7443991Z  2024-04-03T16:15:34.7444255Z  2024-04-03T16:15:34.7445052Z  2024-04-03T16:15:34.7445423Z  2024-04-03T16:15:34.7445853Z  2024-04-03T16:15:34.7446226Z  2024-04-03T16:15:34.7447374Z [2,289 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:34.7448862Z Compiling test/cpp/jit/test_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.7450290Z Compiling test/cpp/jit/test_graph_iterator.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.7451623Z Compiling test/cpp/jit/test_graph_executor.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:34.7452634Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:34.7453941Z Compiling test/cpp/jit/test_lite_trainer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:34.7455127Z Compiling test/cpp/jit/test_concat_opt.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:34.7456673Z Compiling test/cpp/jit/test_code_template.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:34.7461408Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:35.4271913Z 2024-04-03T16:15:35.4273678Z  2024-04-03T16:15:35.4276327Z  2024-04-03T16:15:35.4276603Z  2024-04-03T16:15:35.4276842Z  2024-04-03T16:15:35.4277216Z  2024-04-03T16:15:35.4277597Z  2024-04-03T16:15:35.4277939Z  2024-04-03T16:15:35.4278342Z  2024-04-03T16:15:35.4279481Z [2,290 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:35.4281184Z Compiling test/cpp/jit/test_graph_iterator.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:35.4282621Z Compiling test/cpp/jit/test_graph_executor.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:35.4283789Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:35.4285116Z Compiling test/cpp/jit/test_lite_trainer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:35.4286583Z Compiling test/cpp/jit/test_concat_opt.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:35.4287988Z Compiling test/cpp/jit/test_code_template.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:35.4289154Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:35.4290078Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:35.7443501Z 2024-04-03T16:15:35.7444049Z  2024-04-03T16:15:35.7444757Z  2024-04-03T16:15:35.7445030Z  2024-04-03T16:15:35.7445281Z  2024-04-03T16:15:35.7445528Z  2024-04-03T16:15:35.7445757Z  2024-04-03T16:15:35.7446001Z  2024-04-03T16:15:35.7446240Z  2024-04-03T16:15:35.7771173Z [2,290 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:35.7773354Z Compiling test/cpp/jit/test_graph_iterator.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:35.7774610Z Compiling test/cpp/jit/test_graph_executor.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:35.7775925Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:35.7776923Z Compiling test/cpp/jit/test_lite_trainer.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:35.7778283Z Compiling test/cpp/jit/test_concat_opt.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:35.7779624Z Compiling test/cpp/jit/test_code_template.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:35.7780711Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:35.7781528Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:36.2956418Z 2024-04-03T16:15:36.2957163Z  2024-04-03T16:15:36.2957690Z  2024-04-03T16:15:36.2958163Z  2024-04-03T16:15:36.2958633Z  2024-04-03T16:15:36.2959082Z  2024-04-03T16:15:36.2959546Z  2024-04-03T16:15:36.2959970Z  2024-04-03T16:15:36.2960362Z  2024-04-03T16:15:36.2961649Z [2,291 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:36.2963265Z Compiling test/cpp/jit/test_graph_executor.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:36.2964195Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:36.2965343Z Compiling test/cpp/jit/test_lite_trainer.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:36.2966510Z Compiling test/cpp/jit/test_concat_opt.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:36.2967709Z Compiling test/cpp/jit/test_code_template.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:36.2968699Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:36.2969355Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:36.2970339Z Compiling test/cpp/jit/test_class_type.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:36.5780637Z 2024-04-03T16:15:36.5781354Z  2024-04-03T16:15:36.5781950Z  2024-04-03T16:15:36.5782420Z  2024-04-03T16:15:36.5782878Z  2024-04-03T16:15:36.5783344Z  2024-04-03T16:15:36.5783837Z  2024-04-03T16:15:36.5784374Z  2024-04-03T16:15:36.5849741Z  2024-04-03T16:15:36.5850773Z [2,291 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:36.5851941Z Compiling test/cpp/jit/test_graph_executor.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:36.5852918Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:36.5854017Z Compiling test/cpp/jit/test_lite_trainer.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:36.5855351Z Compiling test/cpp/jit/test_concat_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:36.5856646Z Compiling test/cpp/jit/test_code_template.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:36.5857702Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:36.5858388Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:36.5859503Z Compiling test/cpp/jit/test_class_type.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:36.7856026Z 2024-04-03T16:15:36.7856740Z  2024-04-03T16:15:36.7857162Z  2024-04-03T16:15:36.7857463Z  2024-04-03T16:15:36.7857711Z  2024-04-03T16:15:36.7857941Z  2024-04-03T16:15:36.7858186Z  2024-04-03T16:15:36.7858429Z  2024-04-03T16:15:36.7858658Z  2024-04-03T16:15:36.7859360Z [2,293 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:36.7860159Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:36.7860851Z Compiling test/cpp/jit/test_lite_trainer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:36.7861711Z Compiling test/cpp/jit/test_concat_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:36.8498921Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:36.8500268Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:36.8501422Z Compiling test/cpp/jit/test_class_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:36.8502884Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:36.8504095Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:37.1474971Z 2024-04-03T16:15:37.1477191Z  2024-04-03T16:15:37.1477728Z  2024-04-03T16:15:37.1478151Z  2024-04-03T16:15:37.1478596Z  2024-04-03T16:15:37.1478981Z  2024-04-03T16:15:37.1479366Z  2024-04-03T16:15:37.1479770Z  2024-04-03T16:15:37.1480153Z  2024-04-03T16:15:37.1481313Z [2,294 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:37.1482925Z Compiling test/cpp/jit/test_lite_trainer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:37.1484606Z Compiling test/cpp/jit/test_concat_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:37.1485578Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:37.1486297Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:37.1487243Z Compiling test/cpp/jit/test_class_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:37.1488473Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:37.1489468Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:37.1490213Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:37.4507579Z 2024-04-03T16:15:37.4508121Z  2024-04-03T16:15:37.4508545Z  2024-04-03T16:15:37.4508840Z  2024-04-03T16:15:37.4509075Z  2024-04-03T16:15:37.4509320Z  2024-04-03T16:15:37.4509565Z  2024-04-03T16:15:37.4509794Z  2024-04-03T16:15:37.4510035Z  2024-04-03T16:15:37.4510730Z [2,294 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:37.4511739Z Compiling test/cpp/jit/test_lite_trainer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:37.4512616Z Compiling test/cpp/jit/test_concat_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:37.4513288Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:37.4513778Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:37.4906058Z Compiling test/cpp/jit/test_class_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:37.4907448Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:37.4908507Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:37.4909344Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:38.0687299Z 2024-04-03T16:15:38.0688078Z  2024-04-03T16:15:38.0688530Z  2024-04-03T16:15:38.0688777Z  2024-04-03T16:15:38.0689113Z  2024-04-03T16:15:38.0689503Z  2024-04-03T16:15:38.0689864Z  2024-04-03T16:15:38.0690287Z  2024-04-03T16:15:38.0690703Z  2024-04-03T16:15:38.0691789Z [2,295 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:38.0693310Z Compiling test/cpp/jit/test_concat_opt.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.0694444Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:38.0695283Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:38.0696392Z Compiling test/cpp/jit/test_class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.0697845Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.0698960Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:38.0699788Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:38.0700647Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:38.2915374Z 2024-04-03T16:15:38.2916131Z  2024-04-03T16:15:38.2916618Z  2024-04-03T16:15:38.2917054Z  2024-04-03T16:15:38.2917461Z  2024-04-03T16:15:38.2917829Z  2024-04-03T16:15:38.2923492Z  2024-04-03T16:15:38.2923935Z  2024-04-03T16:15:38.2937660Z  2024-04-03T16:15:38.2938951Z [2,296 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:38.2940294Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:38.2942223Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:38.2943080Z Compiling test/cpp/jit/test_class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.2944121Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.2944915Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:38.2945626Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:38.2946552Z Compiling test/cpp/jit/test_argument_spec.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:38.2947750Z Compiling test/cpp/jit/test_schema_info.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:38.4917955Z 2024-04-03T16:15:38.4918436Z  2024-04-03T16:15:38.4918804Z  2024-04-03T16:15:38.4919074Z  2024-04-03T16:15:38.4919329Z  2024-04-03T16:15:38.4919572Z  2024-04-03T16:15:38.4919808Z  2024-04-03T16:15:38.4920050Z  2024-04-03T16:15:38.4920281Z  2024-04-03T16:15:38.4920977Z [2,297 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:38.4921797Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:38.4922309Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:38.4922979Z Compiling test/cpp/jit/test_class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.4923855Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:38.4924762Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:38.4925456Z Compiling test/cpp/jit/test_argument_spec.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:38.4926337Z Compiling test/cpp/jit/test_schema_info.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:38.4927080Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:39.1584381Z 2024-04-03T16:15:39.1585430Z  2024-04-03T16:15:39.1585799Z  2024-04-03T16:15:39.1586056Z  2024-04-03T16:15:39.1586311Z  2024-04-03T16:15:39.1586602Z  2024-04-03T16:15:39.1588656Z  2024-04-03T16:15:39.1588895Z  2024-04-03T16:15:39.1589209Z  2024-04-03T16:15:39.1590004Z [2,298 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:39.1590938Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:39.1591491Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:39.1592210Z Compiling test/cpp/jit/test_class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:39.1593167Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:39.1594189Z Compiling test/cpp/jit/test_argument_spec.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:39.1595237Z Compiling test/cpp/jit/test_schema_info.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:39.1595901Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:39.1596649Z Compiling test/cpp/jit/test_interface.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:39.4870811Z 2024-04-03T16:15:39.4871532Z  2024-04-03T16:15:39.4871919Z  2024-04-03T16:15:39.4872233Z  2024-04-03T16:15:39.4872608Z  2024-04-03T16:15:39.4872983Z  2024-04-03T16:15:39.4873305Z  2024-04-03T16:15:39.4873553Z  2024-04-03T16:15:39.4873932Z  2024-04-03T16:15:39.4874755Z [2,299 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:39.4875859Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:39.4876808Z Compiling test/cpp/jit/test_class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:39.4878916Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:39.4880235Z Compiling test/cpp/jit/test_argument_spec.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:39.4881425Z Compiling test/cpp/jit/test_schema_info.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:39.4882335Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:39.4883235Z Compiling test/cpp/jit/test_interface.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:39.4884741Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:39.6950583Z 2024-04-03T16:15:39.6951943Z  2024-04-03T16:15:39.6952517Z  2024-04-03T16:15:39.6952935Z  2024-04-03T16:15:39.6953340Z  2024-04-03T16:15:39.6953619Z  2024-04-03T16:15:39.6953949Z  2024-04-03T16:15:39.6954300Z  2024-04-03T16:15:39.6954675Z  2024-04-03T16:15:39.6955712Z [2,299 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:39.6957044Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:39.6958183Z Compiling test/cpp/jit/test_class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:39.6959491Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:39.6961019Z Compiling test/cpp/jit/test_argument_spec.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:39.6962325Z Compiling test/cpp/jit/test_schema_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:39.6963395Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:39.6964744Z Compiling test/cpp/jit/test_interface.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:39.6965727Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:40.5777489Z 2024-04-03T16:15:40.5778200Z  2024-04-03T16:15:40.5778697Z  2024-04-03T16:15:40.5779091Z  2024-04-03T16:15:40.5779476Z  2024-04-03T16:15:40.5779853Z  2024-04-03T16:15:40.5780204Z  2024-04-03T16:15:40.5780586Z  2024-04-03T16:15:40.5781011Z  2024-04-03T16:15:40.5782141Z [2,300 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:40.5783447Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:40.5784678Z Compiling test/cpp/tensorexpr/test_kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:40.5786119Z Compiling test/cpp/jit/test_argument_spec.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:40.5787796Z Compiling test/cpp/jit/test_schema_info.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:40.5788857Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:40.5790027Z Compiling test/cpp/jit/test_interface.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:40.5791574Z Compiling test/cpp/jit/test_subgraph_utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:40.5792747Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:40.7780903Z 2024-04-03T16:15:40.7781653Z  2024-04-03T16:15:40.7782070Z  2024-04-03T16:15:40.7782477Z  2024-04-03T16:15:40.7782860Z  2024-04-03T16:15:40.7783199Z  2024-04-03T16:15:40.7783576Z  2024-04-03T16:15:40.7783912Z  2024-04-03T16:15:40.7784309Z  2024-04-03T16:15:40.7785362Z [2,304 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:15:40.7786736Z Compiling test/cpp/jit/test_argument_spec.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:40.7787695Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:40.7788440Z Compiling test/cpp/jit/test_interface.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:40.7789104Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:40.7789605Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:40.7790102Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:40.7790585Z //:jit_tests; 2s processwrapper-sandbox 2024-04-03T16:15:40.7791109Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:41.1342621Z 2024-04-03T16:15:41.1343215Z  2024-04-03T16:15:41.1829041Z  2024-04-03T16:15:41.1829926Z  2024-04-03T16:15:41.1830295Z  2024-04-03T16:15:41.1830653Z  2024-04-03T16:15:41.1830995Z  2024-04-03T16:15:41.1831350Z  2024-04-03T16:15:41.1831694Z  2024-04-03T16:15:41.1832630Z [2,304 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:41.1834201Z Compiling test/cpp/jit/test_argument_spec.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:41.1835277Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:41.1836313Z Compiling test/cpp/jit/test_interface.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:41.1837344Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:41.1838071Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:41.1838739Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:41.1839414Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:41.1840149Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:42.1845910Z 2024-04-03T16:15:42.1846631Z  2024-04-03T16:15:42.1847126Z  2024-04-03T16:15:42.1847472Z  2024-04-03T16:15:42.1847862Z  2024-04-03T16:15:42.1848232Z  2024-04-03T16:15:42.1848579Z  2024-04-03T16:15:42.1848946Z  2024-04-03T16:15:42.1849372Z  2024-04-03T16:15:42.1850494Z [2,304 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:42.1852137Z Compiling test/cpp/jit/test_argument_spec.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:42.1853398Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:42.1854372Z Compiling test/cpp/jit/test_interface.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:42.1855475Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:42.1856296Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:42.1857109Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:42.1857946Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:42.1858726Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:42.8132466Z 2024-04-03T16:15:42.8133272Z  2024-04-03T16:15:42.8133842Z  2024-04-03T16:15:42.8134315Z  2024-04-03T16:15:42.8134776Z  2024-04-03T16:15:42.8135559Z  2024-04-03T16:15:42.8138206Z  2024-04-03T16:15:42.8138461Z  2024-04-03T16:15:42.8138850Z  2024-04-03T16:15:42.8140156Z [2,305 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:42.8141366Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:42.8142063Z Compiling test/cpp/jit/test_interface.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:42.8143023Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:42.8143628Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:42.8144208Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:42.8144821Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:42.8145422Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:42.8146030Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:43.1846532Z 2024-04-03T16:15:43.1847192Z  2024-04-03T16:15:43.1847524Z  2024-04-03T16:15:43.1847800Z  2024-04-03T16:15:43.1848061Z  2024-04-03T16:15:43.1848309Z  2024-04-03T16:15:43.1848556Z  2024-04-03T16:15:43.1848784Z  2024-04-03T16:15:43.1849027Z  2024-04-03T16:15:43.1849721Z [2,307 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:43.1850511Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:43.1851202Z Compiling test/cpp/jit/test_interface.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:43.1851874Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.1852361Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.1852934Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.1966069Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:43.1967097Z Compiling test/cpp/jit/test_jit_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:43.1968058Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:43.4641187Z 2024-04-03T16:15:43.4641870Z  2024-04-03T16:15:43.5029042Z  2024-04-03T16:15:43.5029466Z  2024-04-03T16:15:43.5029827Z  2024-04-03T16:15:43.5030150Z  2024-04-03T16:15:43.5030526Z  2024-04-03T16:15:43.5030910Z  2024-04-03T16:15:43.5031278Z  2024-04-03T16:15:43.5032422Z [2,308 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:43.5033505Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:43.5034224Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.5034932Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.5035683Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.5036501Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:43.5037635Z Compiling test/cpp/jit/test_jit_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:43.5038452Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:43.5039465Z Compiling test/cpp/jit/test_backend.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:43.6964202Z 2024-04-03T16:15:43.6965169Z  2024-04-03T16:15:43.6965706Z  2024-04-03T16:15:43.6966133Z  2024-04-03T16:15:43.6966530Z  2024-04-03T16:15:43.6966933Z  2024-04-03T16:15:43.6967341Z  2024-04-03T16:15:43.6967724Z  2024-04-03T16:15:43.6968118Z  2024-04-03T16:15:43.6969203Z [2,311 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:43.6970378Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:43.6971105Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.6971908Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.6972629Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:43.6973696Z Compiling test/cpp/jit/test_backend.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:43.6974854Z Compiling test/cpp/jit/test_ir.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:43.6975886Z Compiling test/cpp/jit/test_class_import.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:43.6977750Z Compiling test/cpp/jit/test_stack_opt.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:43.9975536Z 2024-04-03T16:15:43.9976168Z  2024-04-03T16:15:43.9976720Z  2024-04-03T16:15:43.9977219Z  2024-04-03T16:15:43.9977485Z  2024-04-03T16:15:43.9977730Z  2024-04-03T16:15:43.9977964Z  2024-04-03T16:15:43.9978210Z  2024-04-03T16:15:43.9978455Z  2024-04-03T16:15:43.9979141Z [2,311 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:43.9979950Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:43.9980493Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:43.9980987Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:43.9981485Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:43.9982158Z Compiling test/cpp/jit/test_backend.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:43.9982942Z Compiling test/cpp/jit/test_ir.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:43.9983755Z Compiling test/cpp/jit/test_class_import.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:43.9984638Z Compiling test/cpp/jit/test_stack_opt.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:44.9982411Z 2024-04-03T16:15:44.9982956Z  2024-04-03T16:15:44.9983282Z  2024-04-03T16:15:44.9983604Z  2024-04-03T16:15:44.9983857Z  2024-04-03T16:15:44.9984107Z  2024-04-03T16:15:44.9984341Z  2024-04-03T16:15:44.9984588Z  2024-04-03T16:15:44.9984831Z  2024-04-03T16:15:45.0411841Z [2,311 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:45.0413312Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:45.0414093Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:45.0414851Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:45.0415620Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:45.0416758Z Compiling test/cpp/jit/test_backend.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:45.0417933Z Compiling test/cpp/jit/test_ir.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:45.0419214Z Compiling test/cpp/jit/test_class_import.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:45.0420557Z Compiling test/cpp/jit/test_stack_opt.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:46.0300034Z 2024-04-03T16:15:46.0300766Z  2024-04-03T16:15:46.0301300Z  2024-04-03T16:15:46.0301824Z  2024-04-03T16:15:46.0302271Z  2024-04-03T16:15:46.0302708Z  2024-04-03T16:15:46.0303159Z  2024-04-03T16:15:46.0303597Z  2024-04-03T16:15:46.0304003Z  2024-04-03T16:15:46.0305177Z [2,312 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:46.0306560Z //:jit_tests; 9s processwrapper-sandbox 2024-04-03T16:15:46.0307491Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:46.0308465Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:46.0309694Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.0311154Z Compiling test/cpp/jit/test_ir.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.0312689Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.0314179Z Compiling test/cpp/jit/test_stack_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.0315295Z //:jit_tests; 5s processwrapper-sandbox ... 2024-04-03T16:15:46.2424677Z 2024-04-03T16:15:46.2425953Z  2024-04-03T16:15:46.2426315Z  2024-04-03T16:15:46.2426585Z  2024-04-03T16:15:46.2426836Z  2024-04-03T16:15:46.2427100Z  2024-04-03T16:15:46.2427332Z  2024-04-03T16:15:46.2427574Z  2024-04-03T16:15:46.2427818Z  2024-04-03T16:15:46.2428507Z [2,314 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:46.2431331Z //:jit_tests; 9s processwrapper-sandbox 2024-04-03T16:15:46.2432170Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:46.2432839Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.2433691Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.2434558Z Compiling test/cpp/jit/test_stack_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.2435221Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:46.2435921Z Compiling test/cpp/tensorexpr/tutorial.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:46.2436648Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:46.4432611Z 2024-04-03T16:15:46.4434641Z  2024-04-03T16:15:46.4453336Z  2024-04-03T16:15:46.4453797Z  2024-04-03T16:15:46.4454214Z  2024-04-03T16:15:46.4454621Z  2024-04-03T16:15:46.4455018Z  2024-04-03T16:15:46.4455366Z  2024-04-03T16:15:46.4455773Z  2024-04-03T16:15:46.4456828Z [2,315 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:46.4458165Z //:jit_tests; 9s processwrapper-sandbox 2024-04-03T16:15:46.4458981Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:46.4459992Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.4461353Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.4462736Z Compiling test/cpp/jit/test_stack_opt.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:46.4464314Z Compiling test/cpp/tensorexpr/tutorial.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:46.4465485Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:46.4466305Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:46.8432668Z 2024-04-03T16:15:46.8433487Z  2024-04-03T16:15:46.8434010Z  2024-04-03T16:15:46.8434494Z  2024-04-03T16:15:46.8436852Z  2024-04-03T16:15:46.8437174Z  2024-04-03T16:15:46.8437421Z  2024-04-03T16:15:46.8437656Z  2024-04-03T16:15:46.8438011Z  2024-04-03T16:15:46.8439149Z [2,317 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:46.8440848Z Compiling test/cpp/jit/test_backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:46.8442389Z Compiling test/cpp/jit/test_class_import.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:46.8444000Z Compiling test/cpp/jit/test_stack_opt.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:46.8445786Z Compiling test/cpp/tensorexpr/tutorial.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:46.8447069Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:46.8447993Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:46.8448911Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:46.8449858Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:47.4439845Z 2024-04-03T16:15:47.4440512Z  2024-04-03T16:15:47.4440976Z  2024-04-03T16:15:47.4441473Z  2024-04-03T16:15:47.4441944Z  2024-04-03T16:15:47.4442375Z  2024-04-03T16:15:47.4442857Z  2024-04-03T16:15:47.4443124Z  2024-04-03T16:15:47.4443375Z  2024-04-03T16:15:47.4444112Z [2,318 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:47.4445346Z Compiling test/cpp/jit/test_backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:47.4446563Z Compiling test/cpp/jit/test_class_import.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:47.4447743Z Compiling test/cpp/tensorexpr/tutorial.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:47.4448524Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:47.4449126Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:47.4449656Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:47.4450593Z Compiling test/cpp/jit/test_class_parser.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:47.4452952Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:47.8443688Z 2024-04-03T16:15:47.8444582Z  2024-04-03T16:15:47.8445172Z  2024-04-03T16:15:47.8445509Z  2024-04-03T16:15:47.8445760Z  2024-04-03T16:15:47.8446068Z  2024-04-03T16:15:47.8446364Z  2024-04-03T16:15:47.8446603Z  2024-04-03T16:15:47.8446830Z  2024-04-03T16:15:47.8447538Z [2,318 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:47.8448524Z Compiling test/cpp/jit/test_backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:47.8449365Z Compiling test/cpp/jit/test_class_import.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:47.8450234Z Compiling test/cpp/tensorexpr/tutorial.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:47.8450909Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:47.8451534Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:47.8452032Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:47.8452873Z Compiling test/cpp/jit/test_class_parser.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:47.8453794Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:48.2943605Z 2024-04-03T16:15:48.2944339Z  2024-04-03T16:15:48.2944889Z  2024-04-03T16:15:48.2945346Z  2024-04-03T16:15:48.2945820Z  2024-04-03T16:15:48.2946283Z  2024-04-03T16:15:48.2946712Z  2024-04-03T16:15:48.2947157Z  2024-04-03T16:15:48.2947596Z  2024-04-03T16:15:48.2949125Z [2,319 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:48.2950742Z Compiling test/cpp/jit/test_backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:48.2952185Z Compiling test/cpp/jit/test_class_import.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:48.2953633Z Compiling test/cpp/tensorexpr/tutorial.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:48.2954939Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:48.2955811Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:48.2956980Z Compiling test/cpp/jit/test_class_parser.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:48.2958145Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:48.2959369Z Compiling test/cpp/jit/test_flatbuffer.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:48.5718878Z 2024-04-03T16:15:48.5719593Z  2024-04-03T16:15:48.5720130Z  2024-04-03T16:15:48.5720643Z  2024-04-03T16:15:48.5720893Z  2024-04-03T16:15:48.5721137Z  2024-04-03T16:15:48.5721409Z  2024-04-03T16:15:48.5721636Z  2024-04-03T16:15:48.5721880Z  2024-04-03T16:15:48.5722583Z [2,320 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:48.5723536Z Compiling test/cpp/jit/test_backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:48.5724588Z Compiling test/cpp/jit/test_class_import.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:48.5725471Z Compiling test/cpp/tensorexpr/tutorial.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:48.5726155Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:48.5726647Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:48.5727149Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:48.5727831Z Compiling test/cpp/jit/test_flatbuffer.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:48.5728673Z Compiling test/cpp/jit/test_irparser.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:48.8041785Z 2024-04-03T16:15:48.8042290Z  2024-04-03T16:15:48.8042773Z  2024-04-03T16:15:48.8043200Z  2024-04-03T16:15:48.8043671Z  2024-04-03T16:15:48.8044125Z  2024-04-03T16:15:48.8044793Z  2024-04-03T16:15:48.8045268Z  2024-04-03T16:15:48.8045661Z  2024-04-03T16:15:48.8046970Z [2,322 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:48.8048860Z Compiling test/cpp/jit/test_backend.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:48.8050300Z Compiling test/cpp/tensorexpr/tutorial.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:48.8051515Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:48.8052399Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:48.8053517Z Compiling test/cpp/jit/test_flatbuffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:48.8054932Z Compiling test/cpp/jit/test_irparser.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:48.8056282Z Compiling test/cpp/jit/test_autodiff.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:48.8057347Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:49.0452563Z 2024-04-03T16:15:49.0453206Z  2024-04-03T16:15:49.0453609Z  2024-04-03T16:15:49.0453989Z  2024-04-03T16:15:49.0454232Z  2024-04-03T16:15:49.0454510Z  2024-04-03T16:15:49.0454849Z  2024-04-03T16:15:49.0455175Z  2024-04-03T16:15:49.0455481Z  2024-04-03T16:15:49.0456370Z [2,323 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:49.0457383Z Compiling test/cpp/tensorexpr/tutorial.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:49.0458294Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:49.0458987Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:49.0459970Z Compiling test/cpp/jit/test_flatbuffer.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:49.0462004Z Compiling test/cpp/jit/test_irparser.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:49.0463264Z Compiling test/cpp/jit/test_autodiff.cpp; 2s processwrapper-sandbox 2024-04-03T16:15:49.0464271Z //:jit_tests; 2s processwrapper-sandbox 2024-04-03T16:15:49.0465314Z Compiling test/cpp/jit/test_save_load.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:15:50.0459200Z 2024-04-03T16:15:50.0459772Z  2024-04-03T16:15:50.0460238Z  2024-04-03T16:15:50.0460677Z  2024-04-03T16:15:50.0461110Z  2024-04-03T16:15:50.0461582Z  2024-04-03T16:15:50.0461944Z  2024-04-03T16:15:50.0462227Z  2024-04-03T16:15:50.0462475Z  2024-04-03T16:15:50.0463242Z [2,323 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:50.0464444Z Compiling test/cpp/tensorexpr/tutorial.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:50.0465457Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:50.0466201Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:50.0467309Z Compiling test/cpp/jit/test_flatbuffer.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:50.0468742Z Compiling test/cpp/jit/test_irparser.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:50.0469955Z Compiling test/cpp/jit/test_autodiff.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:50.0470963Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:50.0472082Z Compiling test/cpp/jit/test_save_load.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:50.6464895Z 2024-04-03T16:15:50.6465842Z  2024-04-03T16:15:50.6466374Z  2024-04-03T16:15:50.6466782Z  2024-04-03T16:15:50.6467196Z  2024-04-03T16:15:50.6467580Z  2024-04-03T16:15:50.6467929Z  2024-04-03T16:15:50.6468288Z  2024-04-03T16:15:50.6468705Z  2024-04-03T16:15:50.6469861Z [2,324 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:50.6471450Z Compiling test/cpp/tensorexpr/tutorial.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:50.6472622Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:50.6473420Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:50.6474527Z Compiling test/cpp/jit/test_flatbuffer.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:50.6475894Z Compiling test/cpp/jit/test_irparser.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:50.6477424Z Compiling test/cpp/jit/test_autodiff.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:50.6478833Z Compiling test/cpp/jit/test_save_load.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:50.6479896Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:51.0467235Z 2024-04-03T16:15:51.0467768Z  2024-04-03T16:15:51.0468140Z  2024-04-03T16:15:51.0468470Z  2024-04-03T16:15:51.0468705Z  2024-04-03T16:15:51.0468953Z  2024-04-03T16:15:51.0469196Z  2024-04-03T16:15:51.0469424Z  2024-04-03T16:15:51.0469665Z  2024-04-03T16:15:51.0470384Z [2,325 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:51.0471364Z Compiling test/cpp/tensorexpr/tutorial.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:51.0472050Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:51.0472726Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:51.0473885Z Compiling test/cpp/jit/test_flatbuffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:51.0475307Z Compiling test/cpp/jit/test_autodiff.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.0476270Z Compiling test/cpp/jit/test_save_load.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.0477121Z Compiling test/cpp/jit/test_load_upgraders.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.0477837Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:51.3064244Z 2024-04-03T16:15:51.3064877Z  2024-04-03T16:15:51.3065422Z  2024-04-03T16:15:51.3065803Z  2024-04-03T16:15:51.3066056Z  2024-04-03T16:15:51.3718678Z  2024-04-03T16:15:51.3719623Z  2024-04-03T16:15:51.3720084Z  2024-04-03T16:15:51.3720538Z  2024-04-03T16:15:51.3721792Z [2,326 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:51.3723647Z Compiling test/cpp/tensorexpr/tutorial.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:51.3725121Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:51.3725924Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:51.3727038Z Compiling test/cpp/jit/test_flatbuffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:51.3728612Z Compiling test/cpp/jit/test_autodiff.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:51.3730173Z Compiling test/cpp/jit/test_save_load.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.3731608Z Compiling test/cpp/jit/test_load_upgraders.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.3733175Z Compiling test/cpp/jit/test_backend_lib.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:51.5454976Z 2024-04-03T16:15:51.5455676Z  2024-04-03T16:15:51.5456193Z  2024-04-03T16:15:51.5456655Z  2024-04-03T16:15:51.5457110Z  2024-04-03T16:15:51.5457541Z  2024-04-03T16:15:51.5457984Z  2024-04-03T16:15:51.5458425Z  2024-04-03T16:15:51.5458893Z  2024-04-03T16:15:51.5460160Z [2,328 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:51.5462023Z Compiling test/cpp/tensorexpr/tutorial.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:51.5463299Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:51.5464588Z Compiling test/cpp/jit/test_flatbuffer.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:51.5466148Z Compiling test/cpp/jit/test_autodiff.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:51.5467690Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:51.5469302Z Compiling test/cpp/jit/test_backend_lib.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.5470606Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:51.5471531Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:51.8482398Z 2024-04-03T16:15:51.8483164Z  2024-04-03T16:15:51.8483741Z  2024-04-03T16:15:51.8640011Z  2024-04-03T16:15:51.8640405Z  2024-04-03T16:15:51.8640806Z  2024-04-03T16:15:51.8641201Z  2024-04-03T16:15:51.8641563Z  2024-04-03T16:15:51.8641936Z  2024-04-03T16:15:51.8642927Z [2,329 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:51.8644093Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:51.8645479Z Compiling test/cpp/jit/test_flatbuffer.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:51.8646799Z Compiling test/cpp/jit/test_autodiff.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:51.8647960Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:51.8648912Z Compiling test/cpp/jit/test_backend_lib.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:51.8649814Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:51.8650837Z Compiling test/cpp/jit/test_alias_analysis.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:51.8652124Z Compiling test/cpp/tensorexpr/test_expr.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:52.0647435Z 2024-04-03T16:15:52.0648116Z  2024-04-03T16:15:52.0648564Z  2024-04-03T16:15:52.0648883Z  2024-04-03T16:15:52.0649117Z  2024-04-03T16:15:52.0649382Z  2024-04-03T16:15:52.0649625Z  2024-04-03T16:15:52.0649854Z  2024-04-03T16:15:52.0650092Z  2024-04-03T16:15:52.0650794Z [2,330 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:52.0651791Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:52.0654254Z Compiling test/cpp/jit/test_flatbuffer.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:52.0655600Z Compiling test/cpp/jit/test_autodiff.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:52.0656671Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:52.0657550Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:52.0659486Z Compiling test/cpp/jit/test_alias_analysis.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:52.0664050Z Compiling test/cpp/tensorexpr/test_expr.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:52.0665050Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:52.8583660Z 2024-04-03T16:15:52.8584481Z  2024-04-03T16:15:52.8584949Z  2024-04-03T16:15:52.8585354Z  2024-04-03T16:15:52.8585800Z  2024-04-03T16:15:52.8586191Z  2024-04-03T16:15:52.8586589Z  2024-04-03T16:15:52.8586986Z  2024-04-03T16:15:52.8587441Z  2024-04-03T16:15:52.8588655Z [2,331 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:52.8590330Z Compiling test/cpp/jit/test_flatbuffer.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:52.8591773Z Compiling test/cpp/jit/test_autodiff.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:52.8593215Z Compiling test/cpp/jit/test_save_load.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:52.8594433Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:52.8595427Z Compiling test/cpp/jit/test_alias_analysis.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:52.8596697Z Compiling test/cpp/tensorexpr/test_expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:52.8597677Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:52.8598494Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:53.0653964Z 2024-04-03T16:15:53.0654587Z  2024-04-03T16:15:53.0655188Z  2024-04-03T16:15:53.0655676Z  2024-04-03T16:15:53.0656108Z  2024-04-03T16:15:53.0656381Z  2024-04-03T16:15:53.0656635Z  2024-04-03T16:15:53.0656911Z  2024-04-03T16:15:53.0657232Z  2024-04-03T16:15:53.0657944Z [2,331 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:53.0658936Z Compiling test/cpp/jit/test_flatbuffer.cpp; 9s processwrapper-sandbox 2024-04-03T16:15:53.0661660Z Compiling test/cpp/jit/test_autodiff.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:53.0663162Z Compiling test/cpp/jit/test_save_load.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:53.0664319Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:53.0665237Z Compiling test/cpp/jit/test_alias_analysis.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.0666647Z Compiling test/cpp/tensorexpr/test_expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.0667814Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:53.0668355Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:53.2656352Z 2024-04-03T16:15:53.2657005Z  2024-04-03T16:15:53.2657553Z  2024-04-03T16:15:53.2658073Z  2024-04-03T16:15:53.2658440Z  2024-04-03T16:15:53.2658671Z  2024-04-03T16:15:53.2658914Z  2024-04-03T16:15:53.2659143Z  2024-04-03T16:15:53.2659385Z  2024-04-03T16:15:53.2660093Z [2,332 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:53.2661079Z Compiling test/cpp/jit/test_autodiff.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:53.2661907Z Compiling test/cpp/jit/test_save_load.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:53.2662575Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:53.2663282Z Compiling test/cpp/jit/test_alias_analysis.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.2664149Z Compiling test/cpp/tensorexpr/test_expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.2664830Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:53.3809944Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.3811460Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:53.5819573Z 2024-04-03T16:15:53.5820292Z  2024-04-03T16:15:53.5820834Z  2024-04-03T16:15:53.5821287Z  2024-04-03T16:15:53.5821745Z  2024-04-03T16:15:53.5822393Z  2024-04-03T16:15:53.5822781Z  2024-04-03T16:15:53.5823185Z  2024-04-03T16:15:53.5823583Z  2024-04-03T16:15:53.5824693Z [2,332 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:53.5826337Z Compiling test/cpp/jit/test_autodiff.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:53.5827767Z Compiling test/cpp/jit/test_save_load.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:53.5828899Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:53.5830176Z Compiling test/cpp/jit/test_alias_analysis.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.5831847Z Compiling test/cpp/tensorexpr/test_expr.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.5833141Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:53.5834365Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:53.5835591Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:54.0632335Z 2024-04-03T16:15:54.0633071Z  2024-04-03T16:15:54.0633563Z  2024-04-03T16:15:54.0633981Z  2024-04-03T16:15:54.0634389Z  2024-04-03T16:15:54.0634763Z  2024-04-03T16:15:54.0635180Z  2024-04-03T16:15:54.0635597Z  2024-04-03T16:15:54.0635994Z  2024-04-03T16:15:54.0639234Z [2,333 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:54.0640744Z Compiling test/cpp/jit/test_save_load.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:54.0641845Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:54.0643053Z Compiling test/cpp/jit/test_alias_analysis.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.0644594Z Compiling test/cpp/tensorexpr/test_expr.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.0645767Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:54.0647113Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.0649003Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:54.0650293Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:54.2924142Z 2024-04-03T16:15:54.2925006Z  2024-04-03T16:15:54.2927464Z  2024-04-03T16:15:54.2930795Z  2024-04-03T16:15:54.2931297Z  2024-04-03T16:15:54.2931778Z  2024-04-03T16:15:54.2932186Z  2024-04-03T16:15:54.2932639Z  2024-04-03T16:15:54.2933016Z  2024-04-03T16:15:54.2934164Z [2,334 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:54.2935495Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:54.2936654Z Compiling test/cpp/jit/test_alias_analysis.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.2938137Z Compiling test/cpp/tensorexpr/test_expr.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.2939285Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:54.2940482Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.2941950Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:54.2943406Z Compiling test/cpp/jit/test_script_profile.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:54.2944572Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:54.5825852Z 2024-04-03T16:15:54.5826776Z  2024-04-03T16:15:54.5827450Z  2024-04-03T16:15:54.5827698Z  2024-04-03T16:15:54.5828045Z  2024-04-03T16:15:54.5828436Z  2024-04-03T16:15:54.5828781Z  2024-04-03T16:15:54.5829137Z  2024-04-03T16:15:54.5830082Z  2024-04-03T16:15:54.5831078Z [2,334 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:54.5832155Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:54.5833064Z Compiling test/cpp/jit/test_alias_analysis.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.5834656Z Compiling test/cpp/tensorexpr/test_expr.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.5835569Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:54.5836459Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:54.5837725Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:54.5838891Z Compiling test/cpp/jit/test_script_profile.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:54.5839829Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:55.0472813Z 2024-04-03T16:15:55.0473627Z  2024-04-03T16:15:55.0474144Z  2024-04-03T16:15:55.0474635Z  2024-04-03T16:15:55.0475037Z  2024-04-03T16:15:55.0475372Z  2024-04-03T16:15:55.0475623Z  2024-04-03T16:15:55.0475854Z  2024-04-03T16:15:55.0476104Z  2024-04-03T16:15:55.0476810Z [2,335 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:55.0477622Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:55.0478338Z Compiling test/cpp/jit/test_alias_analysis.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.0479223Z Compiling test/cpp/tensorexpr/test_expr.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.0479900Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:55.0480928Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.0482500Z Compiling test/cpp/jit/torch_python_test.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:55.0483496Z Compiling test/cpp/jit/test_shape_analysis.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:55.0484208Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:55.3831409Z 2024-04-03T16:15:55.3832160Z  2024-04-03T16:15:55.3832572Z  2024-04-03T16:15:55.3832935Z  2024-04-03T16:15:55.3833197Z  2024-04-03T16:15:55.3833448Z  2024-04-03T16:15:55.3835772Z  2024-04-03T16:15:55.3836089Z  2024-04-03T16:15:55.3836334Z  2024-04-03T16:15:55.3837227Z [2,335 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:55.3838512Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:55.3839774Z Compiling test/cpp/jit/test_alias_analysis.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.3841421Z Compiling test/cpp/tensorexpr/test_expr.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.3842725Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:55.3843941Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.3845684Z Compiling test/cpp/jit/torch_python_test.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:55.3847228Z Compiling test/cpp/jit/test_shape_analysis.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:55.3848411Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:55.7838082Z 2024-04-03T16:15:55.7838882Z  2024-04-03T16:15:55.7839401Z  2024-04-03T16:15:55.7839802Z  2024-04-03T16:15:55.7840203Z  2024-04-03T16:15:55.7840599Z  2024-04-03T16:15:55.7840973Z  2024-04-03T16:15:55.7841327Z  2024-04-03T16:15:55.7841682Z  2024-04-03T16:15:55.7842698Z [2,337 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:55.7843963Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:55.7845264Z Compiling test/cpp/tensorexpr/test_expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:55.7846260Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:55.7847454Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:55.7848867Z Compiling test/cpp/jit/torch_python_test.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:55.7850300Z Compiling test/cpp/jit/test_shape_analysis.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:55.7851831Z Compiling test/cpp/jit/test_schema_matching.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:55.7853040Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:15:56.1519721Z 2024-04-03T16:15:56.1520885Z  2024-04-03T16:15:56.1521455Z  2024-04-03T16:15:56.1521921Z  2024-04-03T16:15:56.1522299Z  2024-04-03T16:15:56.1522677Z  2024-04-03T16:15:56.1523022Z  2024-04-03T16:15:56.1523424Z  2024-04-03T16:15:56.1523831Z  2024-04-03T16:15:56.1525235Z [2,338 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:56.1526148Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:56.1526888Z Compiling test/cpp/tensorexpr/test_expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:56.1527566Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:56.1528290Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:56.1529196Z Compiling test/cpp/jit/torch_python_test.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:56.1530079Z Compiling test/cpp/jit/test_shape_analysis.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:56.1530920Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:56.1532038Z Compiling test/cpp/tensorexpr/test_conv.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:56.3841474Z 2024-04-03T16:15:56.3842048Z  2024-04-03T16:15:56.3842361Z  2024-04-03T16:15:56.3842638Z  2024-04-03T16:15:56.3842886Z  2024-04-03T16:15:56.3843122Z  2024-04-03T16:15:56.3843367Z  2024-04-03T16:15:56.3843612Z  2024-04-03T16:15:56.3843843Z  2024-04-03T16:15:56.3845085Z [2,339 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:56.3846090Z Compiling test/cpp/tensorexpr/test_expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:56.3846771Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:56.4255154Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:56.4256544Z Compiling test/cpp/jit/torch_python_test.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:56.4257870Z Compiling test/cpp/jit/test_shape_analysis.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:56.4258960Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:56.4259923Z Compiling test/cpp/tensorexpr/test_conv.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:56.4261261Z Compiling test/cpp/jit/test_fuser.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:57.2341717Z 2024-04-03T16:15:57.2342271Z  2024-04-03T16:15:57.2342582Z  2024-04-03T16:15:57.2342877Z  2024-04-03T16:15:57.2343125Z  2024-04-03T16:15:57.2343357Z  2024-04-03T16:15:57.2343598Z  2024-04-03T16:15:57.2343845Z  2024-04-03T16:15:57.2344074Z  2024-04-03T16:15:57.2344775Z [2,340 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:57.2345596Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:57.2346312Z Compiling test/cpp/tensorexpr/test_simplify.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:57.2347206Z Compiling test/cpp/jit/torch_python_test.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:57.2348090Z Compiling test/cpp/jit/test_shape_analysis.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:57.2348773Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:57.2349465Z Compiling test/cpp/tensorexpr/test_conv.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:57.2350294Z Compiling test/cpp/jit/test_fuser.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:57.2825741Z Compiling test/cpp/tensorexpr/test_aten.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:15:57.6266674Z 2024-04-03T16:15:57.6267453Z  2024-04-03T16:15:57.6268039Z  2024-04-03T16:15:57.6268440Z  2024-04-03T16:15:57.6268692Z  2024-04-03T16:15:57.6268927Z  2024-04-03T16:15:57.6355548Z  2024-04-03T16:15:57.6355921Z  2024-04-03T16:15:57.6356281Z  2024-04-03T16:15:57.6357347Z [2,341 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:57.6358553Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:15:57.6359604Z Compiling test/cpp/jit/torch_python_test.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:57.6360954Z Compiling test/cpp/jit/test_shape_analysis.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:57.6362008Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:57.6363015Z Compiling test/cpp/tensorexpr/test_conv.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:57.6364286Z Compiling test/cpp/jit/test_fuser.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:57.6365775Z Compiling test/cpp/tensorexpr/test_aten.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:57.6366836Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:57.8361582Z 2024-04-03T16:15:57.8362130Z  2024-04-03T16:15:57.8362555Z  2024-04-03T16:15:57.8362814Z  2024-04-03T16:15:57.8363049Z  2024-04-03T16:15:57.8363296Z  2024-04-03T16:15:57.8363537Z  2024-04-03T16:15:57.8363764Z  2024-04-03T16:15:57.8364003Z  2024-04-03T16:15:57.8364820Z [2,343 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:57.8365822Z Compiling test/cpp/jit/torch_python_test.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:57.8366718Z Compiling test/cpp/jit/test_shape_analysis.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:57.8367409Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:15:57.8368108Z Compiling test/cpp/tensorexpr/test_conv.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:57.8368933Z Compiling test/cpp/jit/test_fuser.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:57.8369755Z Compiling test/cpp/tensorexpr/test_aten.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:57.8392383Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:57.8393266Z //:jit_tests; 2s processwrapper-sandbox ... 2024-04-03T16:15:58.8017373Z 2024-04-03T16:15:58.8018161Z  2024-04-03T16:15:58.8018715Z  2024-04-03T16:15:58.8019167Z  2024-04-03T16:15:58.8019585Z  2024-04-03T16:15:58.8040252Z  2024-04-03T16:15:58.8040904Z  2024-04-03T16:15:58.8041324Z  2024-04-03T16:15:58.8041765Z  2024-04-03T16:15:58.8043093Z [2,344 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:58.8045107Z Compiling test/cpp/jit/test_shape_analysis.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:58.8046430Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:58.8047717Z Compiling test/cpp/tensorexpr/test_conv.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:58.8049310Z Compiling test/cpp/jit/test_fuser.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:58.8050768Z Compiling test/cpp/tensorexpr/test_aten.cpp; 5s processwrapper-sandbox 2024-04-03T16:15:58.8052125Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:58.8053134Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:58.8054561Z Compiling test/cpp/tensorexpr/test_ops.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:59.0407034Z 2024-04-03T16:15:59.0407776Z  2024-04-03T16:15:59.0408296Z  2024-04-03T16:15:59.0408738Z  2024-04-03T16:15:59.0409157Z  2024-04-03T16:15:59.0409536Z  2024-04-03T16:15:59.0409957Z  2024-04-03T16:15:59.0410374Z  2024-04-03T16:15:59.0410781Z  2024-04-03T16:15:59.0412296Z [2,344 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:59.0414098Z Compiling test/cpp/jit/test_shape_analysis.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.0415319Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:15:59.0416544Z Compiling test/cpp/tensorexpr/test_conv.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.0418378Z Compiling test/cpp/jit/test_fuser.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.0419711Z Compiling test/cpp/tensorexpr/test_aten.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:59.0420817Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:59.0421656Z //:jit_tests; 3s processwrapper-sandbox 2024-04-03T16:15:59.0422839Z Compiling test/cpp/tensorexpr/test_ops.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:15:59.2622404Z 2024-04-03T16:15:59.2622925Z  2024-04-03T16:15:59.2623260Z  2024-04-03T16:15:59.2623517Z  2024-04-03T16:15:59.2623755Z  2024-04-03T16:15:59.2624036Z  2024-04-03T16:15:59.2624342Z  2024-04-03T16:15:59.2624699Z  2024-04-03T16:15:59.2625073Z  2024-04-03T16:15:59.2626105Z [2,345 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:15:59.2627780Z Compiling test/cpp/jit/test_shape_analysis.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.2629159Z Compiling test/cpp/tensorexpr/test_conv.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.2630445Z Compiling test/cpp/jit/test_fuser.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.2631898Z Compiling test/cpp/tensorexpr/test_aten.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:59.2632642Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:59.2633159Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:59.2633837Z Compiling test/cpp/tensorexpr/test_ops.cpp; 3s processwrapper-sandbox 2024-04-03T16:15:59.2634544Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:59.6414664Z 2024-04-03T16:15:59.6415216Z  2024-04-03T16:15:59.6415742Z  2024-04-03T16:15:59.6416214Z  2024-04-03T16:15:59.6416503Z  2024-04-03T16:15:59.6416849Z  2024-04-03T16:15:59.6417099Z  2024-04-03T16:15:59.6417385Z  2024-04-03T16:15:59.6417715Z  2024-04-03T16:15:59.6419702Z [2,345 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:15:59.6420993Z Compiling test/cpp/jit/test_shape_analysis.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:59.6422273Z Compiling test/cpp/tensorexpr/test_conv.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.6423450Z Compiling test/cpp/jit/test_fuser.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.6424566Z Compiling test/cpp/tensorexpr/test_aten.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:59.6425432Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:59.6426058Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:59.6426826Z Compiling test/cpp/tensorexpr/test_ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:59.6427533Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:15:59.8419942Z 2024-04-03T16:15:59.8420731Z  2024-04-03T16:15:59.8421323Z  2024-04-03T16:15:59.8421754Z  2024-04-03T16:15:59.8422207Z  2024-04-03T16:15:59.8422626Z  2024-04-03T16:15:59.8422992Z  2024-04-03T16:15:59.8423406Z  2024-04-03T16:15:59.8423805Z  2024-04-03T16:15:59.8424925Z [2,346 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:15:59.8426577Z Compiling test/cpp/tensorexpr/test_conv.cpp; 8s processwrapper-sandbox 2024-04-03T16:15:59.8427921Z Compiling test/cpp/jit/test_fuser.cpp; 7s processwrapper-sandbox 2024-04-03T16:15:59.8429297Z Compiling test/cpp/tensorexpr/test_aten.cpp; 6s processwrapper-sandbox 2024-04-03T16:15:59.8430397Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:15:59.8431512Z //:jit_tests; 4s processwrapper-sandbox 2024-04-03T16:15:59.8432638Z Compiling test/cpp/tensorexpr/test_ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:59.8434026Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:15:59.8435117Z //:jit_tests; 3s processwrapper-sandbox ... 2024-04-03T16:16:00.2423842Z 2024-04-03T16:16:00.2424507Z  2024-04-03T16:16:00.2424948Z  2024-04-03T16:16:00.2425322Z  2024-04-03T16:16:00.2425664Z  2024-04-03T16:16:00.2426012Z  2024-04-03T16:16:00.2426338Z  2024-04-03T16:16:00.2426676Z  2024-04-03T16:16:00.2427023Z  2024-04-03T16:16:00.2427958Z [2,346 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:00.2429322Z Compiling test/cpp/tensorexpr/test_conv.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:00.2430462Z Compiling test/cpp/jit/test_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:00.2431612Z Compiling test/cpp/tensorexpr/test_aten.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:00.2432549Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:16:00.2433251Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:16:00.2434173Z Compiling test/cpp/tensorexpr/test_ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.2435368Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.2436330Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:16:00.4796515Z 2024-04-03T16:16:00.4797199Z  2024-04-03T16:16:00.4797732Z  2024-04-03T16:16:00.4798192Z  2024-04-03T16:16:00.4798655Z  2024-04-03T16:16:00.4799014Z  2024-04-03T16:16:00.4799389Z  2024-04-03T16:16:00.4799746Z  2024-04-03T16:16:00.4800133Z  2024-04-03T16:16:00.4801137Z [2,347 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:00.4802683Z Compiling test/cpp/jit/test_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:00.4804058Z Compiling test/cpp/tensorexpr/test_aten.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:00.4805411Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:16:00.4806317Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:16:00.4808418Z Compiling test/cpp/tensorexpr/test_ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.4809925Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.4811483Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.4812853Z //:jit_tests; 4s processwrapper-sandbox ... 2024-04-03T16:16:00.7934715Z 2024-04-03T16:16:00.7935634Z  2024-04-03T16:16:00.7936173Z  2024-04-03T16:16:00.7936560Z  2024-04-03T16:16:00.7936884Z  2024-04-03T16:16:00.7937328Z  2024-04-03T16:16:00.7937618Z  2024-04-03T16:16:00.7937963Z  2024-04-03T16:16:00.7938233Z  2024-04-03T16:16:00.7939125Z [2,350 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:00.7940256Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:16:00.7940885Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:16:00.7941842Z Compiling test/cpp/tensorexpr/test_ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:00.7942948Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.7944029Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:00.7945124Z Compiling test/cpp/jit/test_dce.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:00.7946198Z Compiling test/cpp/jit/test_file_format.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:00.7947274Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:01.0428811Z 2024-04-03T16:16:01.0429501Z  2024-04-03T16:16:01.0430015Z  2024-04-03T16:16:01.0432963Z  2024-04-03T16:16:01.0433361Z  2024-04-03T16:16:01.0433735Z  2024-04-03T16:16:01.0434080Z  2024-04-03T16:16:01.0434431Z  2024-04-03T16:16:01.0434830Z  2024-04-03T16:16:01.0436037Z [2,350 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:01.0438772Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:16:01.0439566Z //:jit_tests; 5s processwrapper-sandbox 2024-04-03T16:16:01.0440812Z Compiling test/cpp/tensorexpr/test_ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.0442309Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.0443278Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:01.0444997Z Compiling test/cpp/jit/test_dce.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:01.0446399Z Compiling test/cpp/jit/test_file_format.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:01.0447466Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:01.4432843Z 2024-04-03T16:16:01.4433405Z  2024-04-03T16:16:01.4433741Z  2024-04-03T16:16:01.4434141Z  2024-04-03T16:16:01.4434401Z  2024-04-03T16:16:01.4434638Z  2024-04-03T16:16:01.4434919Z  2024-04-03T16:16:01.4435167Z  2024-04-03T16:16:01.4435401Z  2024-04-03T16:16:01.4436101Z [2,351 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:01.4436917Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:16:01.4437422Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:16:01.4438118Z Compiling test/cpp/tensorexpr/test_ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.4438991Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.4439902Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.4440744Z Compiling test/cpp/jit/test_dce.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:01.4441558Z Compiling test/cpp/jit/test_file_format.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:01.4442451Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:01.6956368Z 2024-04-03T16:16:01.6957098Z  2024-04-03T16:16:01.6957582Z  2024-04-03T16:16:01.6958120Z  2024-04-03T16:16:01.6958408Z  2024-04-03T16:16:01.6958641Z  2024-04-03T16:16:01.6958887Z  2024-04-03T16:16:01.6959136Z  2024-04-03T16:16:01.6959371Z  2024-04-03T16:16:01.6960086Z [2,352 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:01.6960900Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:16:01.6961402Z //:jit_tests; 6s processwrapper-sandbox 2024-04-03T16:16:01.6962117Z Compiling test/cpp/tensorexpr/test_ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:01.6962991Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.6963891Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:01.6965030Z Compiling test/cpp/jit/test_dce.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:01.6965865Z Compiling test/cpp/jit/test_interpreter.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:01.6966556Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:02.5300109Z 2024-04-03T16:16:02.5300966Z  2024-04-03T16:16:02.5301493Z  2024-04-03T16:16:02.5301966Z  2024-04-03T16:16:02.5302236Z  2024-04-03T16:16:02.5302490Z  2024-04-03T16:16:02.5302745Z  2024-04-03T16:16:02.5302983Z  2024-04-03T16:16:02.5303298Z  2024-04-03T16:16:02.5304060Z [2,353 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:02.5306465Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:16:02.5307096Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:16:02.5307830Z Compiling test/cpp/tensorexpr/test_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:02.5308695Z Compiling test/cpp/jit/test_custom_class.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:02.5310221Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:02.5311198Z Compiling test/cpp/jit/test_interpreter.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:02.5311862Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:02.5312571Z Compiling torch/csrc/utils/schema_info.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:02.7790551Z 2024-04-03T16:16:02.7791402Z  2024-04-03T16:16:02.7791811Z  2024-04-03T16:16:02.7792089Z  2024-04-03T16:16:02.7792340Z  2024-04-03T16:16:02.7792572Z  2024-04-03T16:16:02.7792817Z  2024-04-03T16:16:02.7793047Z  2024-04-03T16:16:02.7793289Z  2024-04-03T16:16:02.7794015Z [2,353 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:02.7794806Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:16:02.7795314Z //:jit_tests; 7s processwrapper-sandbox 2024-04-03T16:16:02.7796003Z Compiling test/cpp/tensorexpr/test_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:02.7796880Z Compiling test/cpp/jit/test_custom_class.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:02.7797774Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:02.7798670Z Compiling test/cpp/jit/test_interpreter.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:02.7799340Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:02.7800026Z Compiling torch/csrc/utils/schema_info.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:03.2766547Z 2024-04-03T16:16:03.2767264Z  2024-04-03T16:16:03.2767781Z  2024-04-03T16:16:03.2768210Z  2024-04-03T16:16:03.2768669Z  2024-04-03T16:16:03.2768974Z  2024-04-03T16:16:03.2769303Z  2024-04-03T16:16:03.2769728Z  2024-04-03T16:16:03.2770150Z  2024-04-03T16:16:03.2771334Z [2,354 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:03.2773548Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:16:03.2774645Z Compiling test/cpp/tensorexpr/test_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:03.2775974Z Compiling test/cpp/jit/test_custom_class.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:03.2777406Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:03.2778310Z Compiling test/cpp/jit/test_interpreter.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:03.2778966Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:03.2779634Z Compiling torch/csrc/utils/schema_info.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:03.2780668Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:03.5815117Z 2024-04-03T16:16:03.5815799Z  2024-04-03T16:16:03.5816173Z  2024-04-03T16:16:03.5816465Z  2024-04-03T16:16:03.5816718Z  2024-04-03T16:16:03.5816951Z  2024-04-03T16:16:03.5817196Z  2024-04-03T16:16:03.5817429Z  2024-04-03T16:16:03.5817699Z  2024-04-03T16:16:03.5818578Z [2,354 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:03.5819622Z //:jit_tests; 8s processwrapper-sandbox 2024-04-03T16:16:03.5820470Z Compiling test/cpp/tensorexpr/test_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:03.5821504Z Compiling test/cpp/jit/test_custom_class.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:03.5822418Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:03.5823302Z Compiling test/cpp/jit/test_interpreter.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:03.5910463Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:03.5912027Z Compiling torch/csrc/utils/schema_info.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:03.5913131Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:03.9842860Z 2024-04-03T16:16:03.9843405Z  2024-04-03T16:16:03.9843733Z  2024-04-03T16:16:03.9845171Z  2024-04-03T16:16:03.9845521Z  2024-04-03T16:16:03.9845883Z  2024-04-03T16:16:03.9846134Z  2024-04-03T16:16:03.9846461Z  2024-04-03T16:16:03.9846715Z  2024-04-03T16:16:03.9847497Z [2,355 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:03.9848629Z Compiling test/cpp/tensorexpr/test_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:03.9849623Z Compiling test/cpp/jit/test_custom_class.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:03.9850662Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:03.9851755Z Compiling test/cpp/jit/test_interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:03.9852566Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:03.9853412Z Compiling torch/csrc/utils/schema_info.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:03.9854216Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:03.9854899Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:04.1918703Z 2024-04-03T16:16:04.1919230Z  2024-04-03T16:16:04.1919573Z  2024-04-03T16:16:04.1919815Z  2024-04-03T16:16:04.1920062Z  2024-04-03T16:16:04.1920306Z  2024-04-03T16:16:04.1920536Z  2024-04-03T16:16:04.1920778Z  2024-04-03T16:16:04.1921030Z  2024-04-03T16:16:04.1921732Z [2,356 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:04.1922723Z Compiling test/cpp/tensorexpr/test_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:04.1923620Z Compiling test/cpp/jit/test_custom_class.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:04.1924760Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:04.1925737Z Compiling test/cpp/jit/test_interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:04.1926406Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:04.1949033Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.1949694Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:04.1950369Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:04.4745653Z 2024-04-03T16:16:04.4746413Z  2024-04-03T16:16:04.4746863Z  2024-04-03T16:16:04.4747387Z  2024-04-03T16:16:04.4747740Z  2024-04-03T16:16:04.4747986Z  2024-04-03T16:16:04.4748234Z  2024-04-03T16:16:04.4748463Z  2024-04-03T16:16:04.4748704Z  2024-04-03T16:16:04.4749414Z [2,357 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:04.4750408Z Compiling test/cpp/tensorexpr/test_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:04.4751502Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:04.4752747Z Compiling test/cpp/jit/test_interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:04.4753863Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:04.4754705Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.4755264Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:04.4755721Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:04.4756439Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:04.7958644Z 2024-04-03T16:16:04.7959475Z  2024-04-03T16:16:04.7959813Z  2024-04-03T16:16:04.7960055Z  2024-04-03T16:16:04.7960341Z  2024-04-03T16:16:04.7960751Z  2024-04-03T16:16:04.7961088Z  2024-04-03T16:16:04.7961484Z  2024-04-03T16:16:04.7961807Z  2024-04-03T16:16:04.7964938Z [2,358 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:04.7966538Z Compiling test/cpp/tensorexpr/test_loopnest.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:04.7967796Z Compiling test/cpp/jit/test_interpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:04.7968467Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:04.7970248Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.7970754Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.7971392Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.7971931Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.7972525Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:04.9987409Z 2024-04-03T16:16:04.9990102Z  2024-04-03T16:16:04.9990433Z  2024-04-03T16:16:04.9990686Z  2024-04-03T16:16:04.9990932Z  2024-04-03T16:16:04.9991164Z  2024-04-03T16:16:04.9991556Z  2024-04-03T16:16:04.9991920Z  2024-04-03T16:16:04.9992281Z  2024-04-03T16:16:04.9993424Z [2,359 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:04.9994968Z Compiling test/cpp/jit/test_interpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:04.9996022Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:04.9996862Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:04.9997625Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.9998387Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.9999169Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:04.9999969Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:05.0000774Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:05.6243577Z 2024-04-03T16:16:05.6244869Z  2024-04-03T16:16:05.6245310Z  2024-04-03T16:16:05.6245706Z  2024-04-03T16:16:05.6246065Z  2024-04-03T16:16:05.6246403Z  2024-04-03T16:16:05.6246774Z  2024-04-03T16:16:05.6247123Z  2024-04-03T16:16:05.6247357Z  2024-04-03T16:16:05.6248058Z [2,360 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:05.6249061Z Compiling test/cpp/jit/test_interpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:05.6249727Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:05.6400517Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:05.6401268Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:05.6402002Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:05.6402757Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:05.6403520Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:05.6404500Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:05.9965350Z 2024-04-03T16:16:05.9965982Z  2024-04-03T16:16:05.9966454Z  2024-04-03T16:16:05.9966886Z  2024-04-03T16:16:05.9967172Z  2024-04-03T16:16:05.9967823Z  2024-04-03T16:16:05.9968209Z  2024-04-03T16:16:05.9968574Z  2024-04-03T16:16:05.9968895Z  2024-04-03T16:16:05.9969772Z [2,360 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:05.9971031Z Compiling test/cpp/jit/test_interpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:05.9971872Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:05.9972410Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:05.9972944Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:05.9973592Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:05.9974206Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:05.9974809Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:05.9975436Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:06.4242424Z 2024-04-03T16:16:06.4243001Z  2024-04-03T16:16:06.4243401Z  2024-04-03T16:16:06.4243679Z  2024-04-03T16:16:06.4243930Z  2024-04-03T16:16:06.4244163Z  2024-04-03T16:16:06.4247613Z  2024-04-03T16:16:06.4248464Z  2024-04-03T16:16:06.4248860Z  2024-04-03T16:16:06.4249763Z [2,361 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:06.4251295Z Compiling test/cpp/jit/test_interpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:06.4252738Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:06.4253531Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:06.4254336Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:06.4254832Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:06.4255561Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:06.4256190Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:06.4256916Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:06.6716512Z 2024-04-03T16:16:06.6717068Z  2024-04-03T16:16:06.6717467Z  2024-04-03T16:16:06.6717801Z  2024-04-03T16:16:06.6718037Z  2024-04-03T16:16:06.6718304Z  2024-04-03T16:16:06.6718538Z  2024-04-03T16:16:06.6718820Z  2024-04-03T16:16:06.6719096Z  2024-04-03T16:16:06.6719849Z [2,362 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:06.6720933Z Compiling test/cpp/jit/test_interpreter.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:06.6721767Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:06.6722314Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:06.6722772Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:06.6723292Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:06.6723816Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:06.6724276Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:06.6725475Z Compiling torch/csrc/autograd/cpp_hook.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:06.9971135Z 2024-04-03T16:16:06.9971677Z  2024-04-03T16:16:06.9972000Z  2024-04-03T16:16:06.9972285Z  2024-04-03T16:16:06.9972535Z  2024-04-03T16:16:06.9972778Z  2024-04-03T16:16:06.9973007Z  2024-04-03T16:16:06.9973335Z  2024-04-03T16:16:06.9973582Z  2024-04-03T16:16:06.9974273Z [2,362 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:06.9981719Z Compiling test/cpp/jit/test_interpreter.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:06.9982715Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:06.9983437Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:06.9984203Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:06.9984954Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:06.9985628Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:06.9986281Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:06.9987248Z Compiling torch/csrc/autograd/cpp_hook.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:07.3672051Z 2024-04-03T16:16:07.3672795Z  2024-04-03T16:16:07.3673319Z  2024-04-03T16:16:07.3673766Z  2024-04-03T16:16:07.3674193Z  2024-04-03T16:16:07.3674579Z  2024-04-03T16:16:07.3674942Z  2024-04-03T16:16:07.3675355Z  2024-04-03T16:16:07.3675759Z  2024-04-03T16:16:07.3676921Z [2,363 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:07.3678385Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:07.3679206Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:07.3679996Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:07.3680740Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:07.3681516Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:07.3682328Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:07.3683467Z Compiling torch/csrc/autograd/cpp_hook.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:07.3684921Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:07.6408407Z 2024-04-03T16:16:07.6409146Z  2024-04-03T16:16:07.6409625Z  2024-04-03T16:16:07.6410031Z  2024-04-03T16:16:07.6410408Z  2024-04-03T16:16:07.6410811Z  2024-04-03T16:16:07.6411204Z  2024-04-03T16:16:07.6411583Z  2024-04-03T16:16:07.6411980Z  2024-04-03T16:16:07.6414208Z [2,363 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:07.6415186Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:07.6415900Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:07.6416681Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:07.6417357Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:07.6418002Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:07.6418797Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:07.6419794Z Compiling torch/csrc/autograd/cpp_hook.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:07.6420914Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:07.9973551Z 2024-04-03T16:16:07.9974289Z  2024-04-03T16:16:07.9974848Z  2024-04-03T16:16:07.9975332Z  2024-04-03T16:16:07.9975787Z  2024-04-03T16:16:07.9976250Z  2024-04-03T16:16:07.9976715Z  2024-04-03T16:16:07.9977152Z  2024-04-03T16:16:07.9977625Z  2024-04-03T16:16:07.9978413Z [2,364 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:07.9979405Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:07.9979990Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:07.9980569Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:07.9981096Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:07.9981666Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:07.9982536Z Compiling torch/csrc/autograd/cpp_hook.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:07.9983299Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:07.9983924Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:08.2416366Z 2024-04-03T16:16:08.2417063Z  2024-04-03T16:16:08.2417446Z  2024-04-03T16:16:08.2417687Z  2024-04-03T16:16:08.2417933Z  2024-04-03T16:16:08.2418179Z  2024-04-03T16:16:08.2418408Z  2024-04-03T16:16:08.3095760Z  2024-04-03T16:16:08.3096163Z  2024-04-03T16:16:08.3097276Z [2,364 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:08.3098489Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:08.3099238Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:08.3099937Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.3100646Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.3101355Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:08.3102344Z Compiling torch/csrc/autograd/cpp_hook.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:08.3103391Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.3104171Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:08.4419468Z 2024-04-03T16:16:08.4419999Z  2024-04-03T16:16:08.4420602Z  2024-04-03T16:16:08.4421023Z  2024-04-03T16:16:08.4421317Z  2024-04-03T16:16:08.4421565Z  2024-04-03T16:16:08.4421830Z  2024-04-03T16:16:08.4422072Z  2024-04-03T16:16:08.4422300Z  2024-04-03T16:16:08.4422998Z [2,365 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:08.4423790Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:08.4424270Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.4424729Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.4425197Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:08.4425860Z Compiling torch/csrc/autograd/cpp_hook.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:08.4426511Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.4446534Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.4447409Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:08.6454953Z 2024-04-03T16:16:08.6455844Z  2024-04-03T16:16:08.6456268Z  2024-04-03T16:16:08.6456630Z  2024-04-03T16:16:08.6456933Z  2024-04-03T16:16:08.6459452Z  2024-04-03T16:16:08.6459857Z  2024-04-03T16:16:08.6460231Z  2024-04-03T16:16:08.6460655Z  2024-04-03T16:16:08.6461545Z [2,366 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:08.6462458Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:08.6462967Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:08.6463582Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.6464222Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.6464820Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.6465328Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.6465957Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.6466591Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:08.8456782Z 2024-04-03T16:16:08.8457738Z  2024-04-03T16:16:08.8458273Z  2024-04-03T16:16:08.8458637Z  2024-04-03T16:16:08.8458875Z  2024-04-03T16:16:08.8459167Z  2024-04-03T16:16:08.8459421Z  2024-04-03T16:16:08.8459654Z  2024-04-03T16:16:08.8459902Z  2024-04-03T16:16:08.8460610Z [2,367 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:08.8461392Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:08.8461881Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:08.8462358Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:08.8463033Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.8463540Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.8464184Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.8464857Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:08.8465364Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:09.0517387Z 2024-04-03T16:16:09.0517927Z  2024-04-03T16:16:09.0518255Z  2024-04-03T16:16:09.0518529Z  2024-04-03T16:16:09.0518765Z  2024-04-03T16:16:09.0777749Z  2024-04-03T16:16:09.0778137Z  2024-04-03T16:16:09.0778522Z  2024-04-03T16:16:09.0778906Z  2024-04-03T16:16:09.0780005Z [2,367 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:09.0781278Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:09.0782060Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:09.0782832Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:09.0783589Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:09.0784310Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:09.0785026Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:09.0785789Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:09.0786544Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:09.6861278Z 2024-04-03T16:16:09.6862177Z  2024-04-03T16:16:09.6862749Z  2024-04-03T16:16:09.6863121Z  2024-04-03T16:16:09.6863387Z  2024-04-03T16:16:09.6863663Z  2024-04-03T16:16:09.6863894Z  2024-04-03T16:16:09.6864136Z  2024-04-03T16:16:09.6864376Z  2024-04-03T16:16:09.6865055Z [2,368 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:09.6865845Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:09.6866331Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:09.6866792Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:09.6867254Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:09.6867720Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:09.6868171Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:09.7421900Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:09.7423217Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:10.0789656Z 2024-04-03T16:16:10.0790707Z  2024-04-03T16:16:10.0791127Z  2024-04-03T16:16:10.0791397Z  2024-04-03T16:16:10.0791646Z  2024-04-03T16:16:10.0791915Z  2024-04-03T16:16:10.0793382Z  2024-04-03T16:16:10.0793825Z  2024-04-03T16:16:10.0794235Z  2024-04-03T16:16:10.0795383Z [2,368 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:10.0796576Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:10.0797462Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:10.0798282Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.0799109Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.0799632Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.0800173Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.0801025Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.0801886Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:10.3061868Z 2024-04-03T16:16:10.3063007Z  2024-04-03T16:16:10.3063599Z  2024-04-03T16:16:10.3064146Z  2024-04-03T16:16:10.3064953Z  2024-04-03T16:16:10.3065441Z  2024-04-03T16:16:10.3066024Z  2024-04-03T16:16:10.3066554Z  2024-04-03T16:16:10.3067084Z  2024-04-03T16:16:10.3068306Z [2,369 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:10.3069581Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:10.3070370Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:10.3071225Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.3072179Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.3072970Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.3073703Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.3074582Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:10.3075414Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:10.6792275Z 2024-04-03T16:16:10.6793074Z  2024-04-03T16:16:10.6793624Z  2024-04-03T16:16:10.6794150Z  2024-04-03T16:16:10.6794408Z  2024-04-03T16:16:10.7157175Z  2024-04-03T16:16:10.7157520Z  2024-04-03T16:16:10.7157855Z  2024-04-03T16:16:10.7158199Z  2024-04-03T16:16:10.7159150Z [2,371 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:10.7160237Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:10.7160929Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.7161455Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.7161915Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.7162529Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:10.7163172Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:10.7163977Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:10.7165135Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:10.9548279Z 2024-04-03T16:16:10.9548997Z  2024-04-03T16:16:10.9549394Z  2024-04-03T16:16:10.9549748Z  2024-04-03T16:16:10.9550251Z  2024-04-03T16:16:10.9550575Z  2024-04-03T16:16:10.9550824Z  2024-04-03T16:16:10.9551054Z  2024-04-03T16:16:10.9551298Z  2024-04-03T16:16:10.9552008Z [2,372 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:10.9552786Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.9553269Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:10.9553737Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.9554185Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:10.9554654Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:10.9858114Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:10.9859436Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:10.9860093Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:11.3168266Z 2024-04-03T16:16:11.3168890Z  2024-04-03T16:16:11.3169351Z  2024-04-03T16:16:11.3169883Z  2024-04-03T16:16:11.3171001Z  2024-04-03T16:16:11.3171361Z  2024-04-03T16:16:11.3171711Z  2024-04-03T16:16:11.3172062Z  2024-04-03T16:16:11.3172441Z  2024-04-03T16:16:11.3173562Z [2,372 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:11.3174777Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:11.3175490Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:11.3176196Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:11.3176906Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:11.3177613Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:11.3178683Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:11.3179745Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:11.3180476Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:11.6839628Z 2024-04-03T16:16:11.6840654Z  2024-04-03T16:16:11.6841267Z  2024-04-03T16:16:11.6841769Z  2024-04-03T16:16:11.6842160Z  2024-04-03T16:16:11.6842480Z  2024-04-03T16:16:11.6842724Z  2024-04-03T16:16:11.6843002Z  2024-04-03T16:16:11.6843267Z  2024-04-03T16:16:11.6844093Z [2,373 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:11.6845668Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:11.6846414Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:11.6847039Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:11.6847496Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:11.6848230Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:11.6849055Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:11.6849687Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:11.6850453Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:11.9182765Z 2024-04-03T16:16:11.9184085Z  2024-04-03T16:16:11.9184507Z  2024-04-03T16:16:11.9184829Z  2024-04-03T16:16:11.9185161Z  2024-04-03T16:16:11.9185485Z  2024-04-03T16:16:11.9185838Z  2024-04-03T16:16:11.9186207Z  2024-04-03T16:16:11.9186521Z  2024-04-03T16:16:11.9187438Z [2,373 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:11.9188246Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:11.9188715Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:11.9189338Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:11.9190041Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:11.9191011Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:11.9191978Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:11.9192587Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:11.9193233Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:12.8527070Z 2024-04-03T16:16:12.8527849Z  2024-04-03T16:16:12.8528352Z  2024-04-03T16:16:12.8528629Z  2024-04-03T16:16:12.8528932Z  2024-04-03T16:16:12.8529164Z  2024-04-03T16:16:12.8529409Z  2024-04-03T16:16:12.8529717Z  2024-04-03T16:16:12.8530150Z  2024-04-03T16:16:12.8531066Z [2,374 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:12.8531873Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:12.8532349Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:12.8532997Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:12.8535341Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:12.8536228Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:12.8537127Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:12.8537861Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:12.8538475Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:13.1177998Z 2024-04-03T16:16:13.1178510Z  2024-04-03T16:16:13.1178828Z  2024-04-03T16:16:13.1179175Z  2024-04-03T16:16:13.1179430Z  2024-04-03T16:16:13.1179680Z  2024-04-03T16:16:13.1179913Z  2024-04-03T16:16:13.1180162Z  2024-04-03T16:16:13.1180394Z  2024-04-03T16:16:13.1181094Z [2,374 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:13.1181889Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:13.1182376Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:13.1182836Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:13.1183334Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:13.1184043Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:13.1184729Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.1185197Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.1185694Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:13.3745303Z 2024-04-03T16:16:13.3745825Z  2024-04-03T16:16:13.3746215Z  2024-04-03T16:16:13.3746528Z  2024-04-03T16:16:13.3746790Z  2024-04-03T16:16:13.3747034Z  2024-04-03T16:16:13.3747280Z  2024-04-03T16:16:13.3747509Z  2024-04-03T16:16:13.3747752Z  2024-04-03T16:16:13.3748453Z [2,376 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:13.3749232Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:13.3749721Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:13.3750455Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:13.3751144Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.3751616Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.3752081Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:13.3752533Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:13.3963601Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:13.5970562Z 2024-04-03T16:16:13.5971461Z  2024-04-03T16:16:13.5971814Z  2024-04-03T16:16:13.5972195Z  2024-04-03T16:16:13.5972459Z  2024-04-03T16:16:13.5972830Z  2024-04-03T16:16:13.5973230Z  2024-04-03T16:16:13.5973544Z  2024-04-03T16:16:13.5973863Z  2024-04-03T16:16:13.5974821Z [2,377 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:13.5975625Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:13.5976109Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:13.5976848Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:13.5977542Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.5978011Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:13.5978478Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:13.5978950Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:13.5979439Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:13.9188829Z 2024-04-03T16:16:13.9189666Z  2024-04-03T16:16:13.9190186Z  2024-04-03T16:16:13.9190723Z  2024-04-03T16:16:13.9191157Z  2024-04-03T16:16:13.9191580Z  2024-04-03T16:16:13.9192018Z  2024-04-03T16:16:13.9192412Z  2024-04-03T16:16:13.9192865Z  2024-04-03T16:16:13.9194153Z [2,379 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:13.9194951Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:13.9197853Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:13.9198762Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.9199307Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:13.9199865Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:13.9200469Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:13.9203235Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:13.9203952Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:14.1974901Z 2024-04-03T16:16:14.1976044Z  2024-04-03T16:16:14.1976572Z  2024-04-03T16:16:14.1977176Z  2024-04-03T16:16:14.1977816Z  2024-04-03T16:16:14.1978430Z  2024-04-03T16:16:14.1978903Z  2024-04-03T16:16:14.1979461Z  2024-04-03T16:16:14.1979891Z  2024-04-03T16:16:14.1981194Z [2,379 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:14.1984112Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:14.1985263Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:14.1986475Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:14.1987294Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:14.1988009Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:14.1988681Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:14.1990018Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:14.1990947Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:15.0502597Z 2024-04-03T16:16:15.0503336Z  2024-04-03T16:16:15.0503802Z  2024-04-03T16:16:15.0504206Z  2024-04-03T16:16:15.0504595Z  2024-04-03T16:16:15.0504962Z  2024-04-03T16:16:15.0505359Z  2024-04-03T16:16:15.0505740Z  2024-04-03T16:16:15.0506126Z  2024-04-03T16:16:15.0507236Z [2,380 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:15.0508569Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:15.0509807Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:15.0510991Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:15.0523792Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:15.0524915Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:15.0526483Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:15.0527356Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:15.0528280Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:15.3982995Z 2024-04-03T16:16:15.3983625Z  2024-04-03T16:16:15.3984053Z  2024-04-03T16:16:15.3984425Z  2024-04-03T16:16:15.3984752Z  2024-04-03T16:16:15.3985094Z  2024-04-03T16:16:15.3985436Z  2024-04-03T16:16:15.3985747Z  2024-04-03T16:16:15.3986090Z  2024-04-03T16:16:15.3987085Z [2,380 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:15.3988325Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:15.3989413Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:15.3990547Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:15.3991254Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:15.3991982Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:15.3992707Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:15.3993455Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:15.3994222Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:15.7986678Z 2024-04-03T16:16:15.7987257Z  2024-04-03T16:16:15.7987614Z  2024-04-03T16:16:15.7987860Z  2024-04-03T16:16:15.7988126Z  2024-04-03T16:16:15.7988372Z  2024-04-03T16:16:15.7988602Z  2024-04-03T16:16:15.7988844Z  2024-04-03T16:16:15.7989087Z  2024-04-03T16:16:15.8050307Z [2,381 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:15.8051975Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:15.8052888Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:15.8053445Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:15.8054681Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:15.8055311Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:15.8055794Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:15.8056679Z Compiling torch/csrc/distributed/c10d/comm.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:15.8057439Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:16.1408542Z 2024-04-03T16:16:16.1409252Z  2024-04-03T16:16:16.1410031Z  2024-04-03T16:16:16.1410546Z  2024-04-03T16:16:16.1411915Z  2024-04-03T16:16:16.1413611Z  2024-04-03T16:16:16.1413963Z  2024-04-03T16:16:16.1414366Z  2024-04-03T16:16:16.1414793Z  2024-04-03T16:16:16.1416071Z [2,382 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:16.1417398Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:16.1418091Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:16.1418753Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:16.1419446Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:16.1420110Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:16.1421260Z Compiling torch/csrc/distributed/c10d/comm.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:16.1422297Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:16.1422992Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:16.4058654Z 2024-04-03T16:16:16.4060136Z  2024-04-03T16:16:16.4060750Z  2024-04-03T16:16:16.4061067Z  2024-04-03T16:16:16.4061305Z  2024-04-03T16:16:16.4061552Z  2024-04-03T16:16:16.4061800Z  2024-04-03T16:16:16.4062030Z  2024-04-03T16:16:16.4062290Z  2024-04-03T16:16:16.4062988Z [2,384 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:16.4063766Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:16.4064252Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:16.4066258Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:16.4067127Z Compiling torch/csrc/distributed/c10d/comm.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:16.4067971Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:16.4068538Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:16.4069119Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:16.4069611Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:17.6064863Z 2024-04-03T16:16:17.6065584Z  2024-04-03T16:16:17.6066190Z  2024-04-03T16:16:17.6066524Z  2024-04-03T16:16:17.6066781Z  2024-04-03T16:16:17.6067033Z  2024-04-03T16:16:17.6067267Z  2024-04-03T16:16:17.6067536Z  2024-04-03T16:16:17.6067785Z  2024-04-03T16:16:17.6068470Z [2,384 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:17.6069272Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:17.6069761Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:17.6070240Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:17.6070951Z Compiling torch/csrc/distributed/c10d/comm.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:17.6071648Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:17.6072110Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:17.6072584Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:17.6073080Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:17.8183086Z 2024-04-03T16:16:17.8183817Z  2024-04-03T16:16:17.8184408Z  2024-04-03T16:16:17.8184872Z  2024-04-03T16:16:17.8185360Z  2024-04-03T16:16:17.8185806Z  2024-04-03T16:16:17.8187072Z  2024-04-03T16:16:17.8187557Z  2024-04-03T16:16:17.8188027Z  2024-04-03T16:16:17.8189212Z [2,385 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:17.8190746Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:17.8191887Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:17.8192905Z Compiling torch/csrc/distributed/c10d/comm.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:17.8193943Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:17.8194665Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:17.8195340Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:17.8196053Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:17.8196794Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:18.2491378Z 2024-04-03T16:16:18.2492494Z  2024-04-03T16:16:18.2493050Z  2024-04-03T16:16:18.2493379Z  2024-04-03T16:16:18.2493635Z  2024-04-03T16:16:18.2493914Z  2024-04-03T16:16:18.2494148Z  2024-04-03T16:16:18.2494400Z  2024-04-03T16:16:18.2494635Z  2024-04-03T16:16:18.2495351Z [2,386 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:18.2496148Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:18.2496890Z Compiling torch/csrc/distributed/c10d/comm.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:18.2497570Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:18.2498048Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.2498526Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.2498982Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.2499460Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:18.2499953Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:18.6203241Z 2024-04-03T16:16:18.6203955Z  2024-04-03T16:16:18.6204716Z  2024-04-03T16:16:18.6205085Z  2024-04-03T16:16:18.6205440Z  2024-04-03T16:16:18.6205757Z  2024-04-03T16:16:18.6206043Z  2024-04-03T16:16:18.6206398Z  2024-04-03T16:16:18.6206781Z  2024-04-03T16:16:18.6207801Z [2,388 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:16:18.6209115Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:18.6210102Z Compiling torch/csrc/distributed/c10d/comm.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:18.6211206Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:18.6211930Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.6212639Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.6213463Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:18.6214181Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:18.6214890Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:18.8772634Z 2024-04-03T16:16:18.8773616Z  2024-04-03T16:16:18.8774210Z  2024-04-03T16:16:18.8774696Z  2024-04-03T16:16:18.8775141Z  2024-04-03T16:16:18.8775455Z  2024-04-03T16:16:18.8775706Z  2024-04-03T16:16:18.8775954Z  2024-04-03T16:16:18.8776274Z  2024-04-03T16:16:18.8777045Z [2,389 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:18.8777918Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:18.8778703Z Compiling torch/csrc/distributed/c10d/comm.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:18.8779470Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:18.8779940Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:18.8780482Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.8781024Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:18.8781776Z Compiling torch/csrc/jit/api/function_impl.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:18.8782548Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:19.2195862Z 2024-04-03T16:16:19.2200337Z  2024-04-03T16:16:19.2201166Z  2024-04-03T16:16:19.2201622Z  2024-04-03T16:16:19.2201975Z  2024-04-03T16:16:19.2202213Z  2024-04-03T16:16:19.2202462Z  2024-04-03T16:16:19.2202803Z  2024-04-03T16:16:19.2203166Z  2024-04-03T16:16:19.2204891Z [2,390 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:19.2208344Z Compiling torch/csrc/distributed/c10d/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:19.2209665Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:19.2210213Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:19.2210840Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:19.2211683Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:19.2212969Z Compiling torch/csrc/jit/api/function_impl.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:19.2213983Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:19.2214929Z Compiling torch/csrc/autograd/autograd.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:19.4200004Z 2024-04-03T16:16:19.4201175Z  2024-04-03T16:16:19.4201718Z  2024-04-03T16:16:19.4201984Z  2024-04-03T16:16:19.4202237Z  2024-04-03T16:16:19.4202489Z  2024-04-03T16:16:19.4202768Z  2024-04-03T16:16:19.4203017Z  2024-04-03T16:16:19.4203254Z  2024-04-03T16:16:19.4203957Z [2,391 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:19.4205145Z Compiling torch/csrc/distributed/c10d/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:19.4205854Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:19.4206326Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:19.4206806Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:19.4207510Z Compiling torch/csrc/jit/api/function_impl.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:19.4208442Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:19.4209338Z Compiling torch/csrc/autograd/autograd.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:19.4210025Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:20.4635076Z 2024-04-03T16:16:20.4635832Z  2024-04-03T16:16:20.4638281Z  2024-04-03T16:16:20.4638569Z  2024-04-03T16:16:20.4638873Z  2024-04-03T16:16:20.4639284Z  2024-04-03T16:16:20.4639701Z  2024-04-03T16:16:20.4640027Z  2024-04-03T16:16:20.4640280Z  2024-04-03T16:16:20.4641143Z [2,391 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:20.4642453Z Compiling torch/csrc/distributed/c10d/comm.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:20.4643278Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:20.4643927Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:20.4644636Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:20.4645355Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:20.4646292Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:20.4647343Z Compiling torch/csrc/autograd/autograd.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:20.4648156Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:20.7274859Z 2024-04-03T16:16:20.7275433Z  2024-04-03T16:16:20.7275810Z  2024-04-03T16:16:20.7276301Z  2024-04-03T16:16:20.7276684Z  2024-04-03T16:16:20.7276927Z  2024-04-03T16:16:20.7277245Z  2024-04-03T16:16:20.7277496Z  2024-04-03T16:16:20.7277731Z  2024-04-03T16:16:20.7278505Z [2,392 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:20.7279500Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:20.7280044Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:20.7281289Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:20.7282412Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:20.7283873Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:20.7285459Z Compiling torch/csrc/autograd/autograd.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:20.7286530Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:20.7287303Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:20.9455573Z 2024-04-03T16:16:20.9456758Z  2024-04-03T16:16:20.9457298Z  2024-04-03T16:16:20.9457724Z  2024-04-03T16:16:20.9458139Z  2024-04-03T16:16:20.9458542Z  2024-04-03T16:16:20.9458942Z  2024-04-03T16:16:20.9459323Z  2024-04-03T16:16:20.9459730Z  2024-04-03T16:16:20.9460885Z [2,393 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:20.9462130Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:20.9462903Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:20.9464063Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:20.9465545Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:20.9467069Z Compiling torch/csrc/autograd/autograd.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:20.9468206Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:20.9468976Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:20.9469778Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:21.2642202Z 2024-04-03T16:16:21.2642912Z  2024-04-03T16:16:21.2643477Z  2024-04-03T16:16:21.2643907Z  2024-04-03T16:16:21.2644185Z  2024-04-03T16:16:21.2644583Z  2024-04-03T16:16:21.2644819Z  2024-04-03T16:16:21.2645070Z  2024-04-03T16:16:21.2645303Z  2024-04-03T16:16:21.2646039Z [2,393 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:21.2646835Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:21.2647331Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:21.2648027Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:21.2821538Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:21.2822647Z Compiling torch/csrc/autograd/autograd.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:21.2823486Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:21.2823975Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:21.2824706Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:21.6760690Z 2024-04-03T16:16:21.6761662Z  2024-04-03T16:16:21.6762198Z  2024-04-03T16:16:21.6762648Z  2024-04-03T16:16:21.6763112Z  2024-04-03T16:16:21.6763536Z  2024-04-03T16:16:21.6763930Z  2024-04-03T16:16:21.6764563Z  2024-04-03T16:16:21.6765035Z  2024-04-03T16:16:21.6766252Z [2,394 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:21.6767552Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:21.6768346Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:21.6769535Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:21.6771109Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:21.6772633Z Compiling torch/csrc/autograd/autograd.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:21.6773855Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:21.6774670Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:21.6775543Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:21.8829622Z 2024-04-03T16:16:21.8830531Z  2024-04-03T16:16:21.8831189Z  2024-04-03T16:16:21.8831721Z  2024-04-03T16:16:21.8832177Z  2024-04-03T16:16:21.8951259Z  2024-04-03T16:16:21.8952245Z  2024-04-03T16:16:21.8952633Z  2024-04-03T16:16:21.8953003Z  2024-04-03T16:16:21.8954071Z [2,395 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:21.8955115Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:21.8956035Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:21.8956982Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:21.8958254Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:21.8959249Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:21.8959913Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:21.8960490Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:21.8961071Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:22.0958877Z 2024-04-03T16:16:22.0959620Z  2024-04-03T16:16:22.0960138Z  2024-04-03T16:16:22.0960478Z  2024-04-03T16:16:22.0960720Z  2024-04-03T16:16:22.0960972Z  2024-04-03T16:16:22.0961221Z  2024-04-03T16:16:22.0961453Z  2024-04-03T16:16:22.0961702Z  2024-04-03T16:16:22.0962660Z [2,396 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:22.0964080Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:22.0965510Z Compiling torch/csrc/jit/api/function_impl.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:22.0966947Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:22.0967675Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:22.0968397Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:22.0969216Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:22.0969973Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:22.0970581Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:22.6032865Z 2024-04-03T16:16:22.6033909Z  2024-04-03T16:16:22.6034240Z  2024-04-03T16:16:22.6034597Z  2024-04-03T16:16:22.6034871Z  2024-04-03T16:16:22.6035107Z  2024-04-03T16:16:22.6035356Z  2024-04-03T16:16:22.6035612Z  2024-04-03T16:16:22.6035946Z  2024-04-03T16:16:22.6038311Z [2,397 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:22.6039293Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:22.6040007Z Compiling torch/csrc/jit/api/function_impl.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:22.6041172Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:22.6042064Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:22.6042533Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:22.6043204Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:22.6043765Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:22.6044258Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:22.8979644Z 2024-04-03T16:16:22.8980315Z  2024-04-03T16:16:22.8980781Z  2024-04-03T16:16:22.8981174Z  2024-04-03T16:16:22.8981596Z  2024-04-03T16:16:22.8981992Z  2024-04-03T16:16:22.8982387Z  2024-04-03T16:16:22.8982815Z  2024-04-03T16:16:22.8983216Z  2024-04-03T16:16:22.8984315Z [2,398 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:22.8985903Z Compiling torch/csrc/jit/api/function_impl.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:22.8987327Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:22.8988477Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:22.8989267Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:22.8989970Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:22.8990645Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:22.8992183Z Compiling torch/csrc/distributed/c10d/Work.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:22.8993359Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:23.2583390Z 2024-04-03T16:16:23.2584106Z  2024-04-03T16:16:23.2584518Z  2024-04-03T16:16:23.2584883Z  2024-04-03T16:16:23.2586362Z  2024-04-03T16:16:23.2586615Z  2024-04-03T16:16:23.2586889Z  2024-04-03T16:16:23.2587138Z  2024-04-03T16:16:23.2587383Z  2024-04-03T16:16:23.2588072Z [2,399 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:23.2589095Z Compiling torch/csrc/jit/api/function_impl.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:23.2590133Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:23.2590834Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:23.2591462Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:23.2592048Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:23.2592602Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:23.2593675Z Compiling torch/csrc/distributed/c10d/Work.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:23.2594703Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:23.4970480Z 2024-04-03T16:16:23.4971242Z  2024-04-03T16:16:23.4971750Z  2024-04-03T16:16:23.4972190Z  2024-04-03T16:16:23.4976087Z  2024-04-03T16:16:23.4976907Z  2024-04-03T16:16:23.4977356Z  2024-04-03T16:16:23.4977782Z  2024-04-03T16:16:23.4978188Z  2024-04-03T16:16:23.4979254Z [2,399 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:23.4980887Z Compiling torch/csrc/jit/api/function_impl.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:23.4982359Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:23.4983543Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:23.4984374Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:23.4985164Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:23.4985908Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:23.4986978Z Compiling torch/csrc/distributed/c10d/Work.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:23.4988308Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:24.4947636Z 2024-04-03T16:16:24.4948314Z  2024-04-03T16:16:24.4948776Z  2024-04-03T16:16:24.4949212Z  2024-04-03T16:16:24.4949595Z  2024-04-03T16:16:24.4950014Z  2024-04-03T16:16:24.4950432Z  2024-04-03T16:16:24.4950863Z  2024-04-03T16:16:24.4951230Z  2024-04-03T16:16:24.4951942Z [2,400 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:24.4952978Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:24.4953703Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:24.4954178Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:24.4954635Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:24.4955107Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:24.4955806Z Compiling torch/csrc/distributed/c10d/Work.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:24.4956495Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:24.4956985Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:24.6978187Z 2024-04-03T16:16:24.6978972Z  2024-04-03T16:16:24.6979494Z  2024-04-03T16:16:24.6979982Z  2024-04-03T16:16:24.6980431Z  2024-04-03T16:16:24.6980916Z  2024-04-03T16:16:24.6981289Z  2024-04-03T16:16:24.6981520Z  2024-04-03T16:16:24.6981766Z  2024-04-03T16:16:24.6982467Z [2,401 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:24.6990776Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:24.6992232Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:24.6992934Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:24.6993602Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:24.6994633Z Compiling torch/csrc/distributed/c10d/Work.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:24.6996432Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:24.6997112Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:24.6997855Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:24.9859060Z 2024-04-03T16:16:24.9859764Z  2024-04-03T16:16:24.9860224Z  2024-04-03T16:16:24.9860482Z  2024-04-03T16:16:24.9860729Z  2024-04-03T16:16:24.9860961Z  2024-04-03T16:16:24.9861204Z  2024-04-03T16:16:24.9861449Z  2024-04-03T16:16:24.9861675Z  2024-04-03T16:16:24.9862369Z [2,402 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:24.9863422Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:24.9864118Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:24.9864592Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:24.9865061Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:24.9865765Z Compiling torch/csrc/distributed/c10d/Work.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:24.9866460Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:24.9866936Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:24.9867414Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:25.2984344Z 2024-04-03T16:16:25.2985009Z  2024-04-03T16:16:25.2985346Z  2024-04-03T16:16:25.2985624Z  2024-04-03T16:16:25.2985881Z  2024-04-03T16:16:25.2986115Z  2024-04-03T16:16:25.2986363Z  2024-04-03T16:16:25.2986610Z  2024-04-03T16:16:25.2986841Z  2024-04-03T16:16:25.2987573Z [2,402 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:25.2988612Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:25.2989311Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:25.2989796Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:25.3819578Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:25.3820594Z Compiling torch/csrc/distributed/c10d/Work.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:25.3821500Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:25.3822183Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:25.3822912Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:25.5632951Z 2024-04-03T16:16:25.5634092Z  2024-04-03T16:16:25.5634588Z  2024-04-03T16:16:25.5634969Z  2024-04-03T16:16:25.5635301Z  2024-04-03T16:16:25.5635662Z  2024-04-03T16:16:25.5635898Z  2024-04-03T16:16:25.5636175Z  2024-04-03T16:16:25.5636561Z  2024-04-03T16:16:25.5637534Z [2,403 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:25.5638661Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:25.5639273Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:25.5639877Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:25.5640886Z Compiling torch/csrc/distributed/c10d/Work.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:25.5641829Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:25.5642446Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:25.5643087Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:25.5643783Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:25.7826481Z 2024-04-03T16:16:25.7827221Z  2024-04-03T16:16:25.7827758Z  2024-04-03T16:16:25.7828236Z  2024-04-03T16:16:25.7828486Z  2024-04-03T16:16:25.7828718Z  2024-04-03T16:16:25.7828965Z  2024-04-03T16:16:25.7829206Z  2024-04-03T16:16:25.7831952Z  2024-04-03T16:16:25.7832791Z [2,403 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:25.7833607Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:25.7834082Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:25.7835511Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:25.7836218Z Compiling torch/csrc/distributed/c10d/Work.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:25.7836896Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:25.7837371Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:25.7837836Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:25.7838306Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:26.3997603Z 2024-04-03T16:16:26.3998301Z  2024-04-03T16:16:26.3998722Z  2024-04-03T16:16:26.3999076Z  2024-04-03T16:16:26.3999329Z  2024-04-03T16:16:26.3999564Z  2024-04-03T16:16:26.3999806Z  2024-04-03T16:16:26.4000064Z  2024-04-03T16:16:26.4000290Z  2024-04-03T16:16:26.4000992Z [2,404 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:26.4001787Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:26.4002264Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:26.4002758Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:26.4003459Z Compiling torch/csrc/distributed/c10d/Work.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:26.4004151Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:26.4004914Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:26.4005873Z Compiling torch/csrc/autograd/variable_info.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:26.4006697Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:26.7831972Z 2024-04-03T16:16:26.7832802Z  2024-04-03T16:16:26.7833147Z  2024-04-03T16:16:26.7833448Z  2024-04-03T16:16:26.7833728Z  2024-04-03T16:16:26.7834017Z  2024-04-03T16:16:26.7834265Z  2024-04-03T16:16:26.7834506Z  2024-04-03T16:16:26.7834736Z  2024-04-03T16:16:26.7835437Z [2,404 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:26.7836233Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:16:26.8579656Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:26.8580394Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:26.8581343Z Compiling torch/csrc/distributed/c10d/Work.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:26.8582362Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:26.8583038Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:26.8584015Z Compiling torch/csrc/autograd/variable_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:26.8585041Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:26.9864918Z 2024-04-03T16:16:26.9865476Z  2024-04-03T16:16:26.9865952Z  2024-04-03T16:16:26.9866475Z  2024-04-03T16:16:26.9866808Z  2024-04-03T16:16:26.9867056Z  2024-04-03T16:16:26.9867290Z  2024-04-03T16:16:26.9867543Z  2024-04-03T16:16:26.9867789Z  2024-04-03T16:16:26.9868477Z [2,405 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:26.9869301Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:16:26.9869794Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:26.9870261Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:26.9870973Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:26.9871678Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:26.9872378Z Compiling torch/csrc/autograd/variable_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:26.9873080Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:26.9873577Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:27.2586055Z 2024-04-03T16:16:27.3015567Z  2024-04-03T16:16:27.3016297Z  2024-04-03T16:16:27.3016696Z  2024-04-03T16:16:27.3017057Z  2024-04-03T16:16:27.3017450Z  2024-04-03T16:16:27.3017821Z  2024-04-03T16:16:27.3018185Z  2024-04-03T16:16:27.3018553Z  2024-04-03T16:16:27.3019681Z [2,405 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:27.3020922Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:16:27.3021607Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:27.3022343Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:27.3023449Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:27.3024532Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:27.3025606Z Compiling torch/csrc/autograd/variable_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:27.3026709Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.3027512Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:27.5923855Z 2024-04-03T16:16:27.5924849Z  2024-04-03T16:16:27.5925180Z  2024-04-03T16:16:27.5925463Z  2024-04-03T16:16:27.5925813Z  2024-04-03T16:16:27.5926068Z  2024-04-03T16:16:27.5926311Z  2024-04-03T16:16:27.5926582Z  2024-04-03T16:16:27.5926811Z  2024-04-03T16:16:27.5927515Z [2,406 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:27.5928307Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:16:27.5928800Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:27.5929665Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:27.5930503Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:27.5931346Z Compiling torch/csrc/autograd/variable_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:27.5932178Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.5932667Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:27.5933370Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:27.6940495Z 2024-04-03T16:16:27.6941195Z  2024-04-03T16:16:27.6941556Z  2024-04-03T16:16:27.6941816Z  2024-04-03T16:16:27.6942083Z  2024-04-03T16:16:27.6944159Z  2024-04-03T16:16:27.6944401Z  2024-04-03T16:16:27.6944683Z  2024-04-03T16:16:27.6944944Z  2024-04-03T16:16:27.6945463Z INFO: From Compiling torch/csrc/jit/runtime/static/ops.cpp: 2024-04-03T16:16:27.6946300Z In file included from torch/csrc/jit/runtime/static/ops.cpp:18: 2024-04-03T16:16:27.6946998Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T16:16:27.6948261Z aten/src/ATen/native/cpu/SerialStackImpl.h:56:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:16:27.6949370Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T16:16:27.6949901Z | ^ 2024-04-03T16:16:27.6950567Z [2,406 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:27.6951325Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:16:27.6951809Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:27.6952508Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:27.6953198Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:27.6953898Z Compiling torch/csrc/autograd/variable_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:27.6954577Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.6955047Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.6955532Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:16:27.9024772Z 2024-04-03T16:16:27.9025484Z  2024-04-03T16:16:27.9025946Z  2024-04-03T16:16:27.9026226Z  2024-04-03T16:16:27.9026466Z  2024-04-03T16:16:27.9026710Z  2024-04-03T16:16:27.9027589Z  2024-04-03T16:16:27.9027987Z  2024-04-03T16:16:27.9028299Z  2024-04-03T16:16:27.9029082Z [2,407 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:27.9029862Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:27.9031783Z Compiling torch/csrc/distributed/c10d/Work.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:27.9032568Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:27.9033473Z Compiling torch/csrc/autograd/variable_info.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:27.9034278Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.9034808Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.9035295Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:27.9035865Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:28.1146834Z 2024-04-03T16:16:28.1147562Z  2024-04-03T16:16:28.1148037Z  2024-04-03T16:16:28.1148528Z  2024-04-03T16:16:28.1148914Z  2024-04-03T16:16:28.1149164Z  2024-04-03T16:16:28.1149398Z  2024-04-03T16:16:28.1149647Z  2024-04-03T16:16:28.1149898Z  2024-04-03T16:16:28.1150584Z [2,408 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:28.1151401Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:28.1152119Z Compiling torch/csrc/distributed/c10d/Work.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:28.1152802Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:28.1153516Z Compiling torch/csrc/autograd/variable_info.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:28.1154215Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:28.1154683Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:28.1155161Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:28.1155654Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:28.3380590Z 2024-04-03T16:16:28.3381423Z  2024-04-03T16:16:28.3381801Z  2024-04-03T16:16:28.3382060Z  2024-04-03T16:16:28.3382298Z  2024-04-03T16:16:28.3382574Z  2024-04-03T16:16:28.3382822Z  2024-04-03T16:16:28.3383053Z  2024-04-03T16:16:28.3383297Z  2024-04-03T16:16:28.3383997Z [2,409 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:28.3903828Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:28.3904967Z Compiling torch/csrc/distributed/c10d/Work.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:28.3906044Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:28.3906835Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:28.3907571Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:28.3908309Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:28.3909059Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:28.3909809Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:28.8809921Z 2024-04-03T16:16:28.8810587Z  2024-04-03T16:16:28.8811083Z  2024-04-03T16:16:28.8811503Z  2024-04-03T16:16:28.8811934Z  2024-04-03T16:16:28.8812361Z  2024-04-03T16:16:28.8812756Z  2024-04-03T16:16:28.8813191Z  2024-04-03T16:16:28.8813561Z  2024-04-03T16:16:28.8814674Z [2,410 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:28.8815980Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:28.8816804Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:28.8817578Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:28.8818277Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:28.8819036Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:28.8819836Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:28.8820903Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:28.8822783Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:29.1911460Z 2024-04-03T16:16:29.1911962Z  2024-04-03T16:16:29.1912289Z  2024-04-03T16:16:29.1912601Z  2024-04-03T16:16:29.1912835Z  2024-04-03T16:16:29.1913081Z  2024-04-03T16:16:29.1913309Z  2024-04-03T16:16:29.1913562Z  2024-04-03T16:16:29.2530139Z  2024-04-03T16:16:29.2531174Z [2,411 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:29.2532425Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:29.2533256Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:29.2534034Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:29.2534768Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:29.2535528Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:29.2536609Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:29.2537611Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:29.2538357Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:29.3965172Z 2024-04-03T16:16:29.3965896Z  2024-04-03T16:16:29.3966462Z  2024-04-03T16:16:29.3966860Z  2024-04-03T16:16:29.3967136Z  2024-04-03T16:16:29.3967509Z  2024-04-03T16:16:29.3967892Z  2024-04-03T16:16:29.3968230Z  2024-04-03T16:16:29.3968462Z  2024-04-03T16:16:29.3969377Z [2,413 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:29.3970480Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:29.3971143Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:29.3971730Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:29.3972627Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:29.3973706Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:29.3974383Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:29.3975018Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:16:29.3975685Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:29.8790511Z 2024-04-03T16:16:29.8791289Z  2024-04-03T16:16:29.8791845Z  2024-04-03T16:16:29.8792304Z  2024-04-03T16:16:29.8792562Z  2024-04-03T16:16:29.8792798Z  2024-04-03T16:16:29.8794990Z  2024-04-03T16:16:29.8795262Z  2024-04-03T16:16:29.8795500Z  2024-04-03T16:16:29.8796351Z [2,414 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:29.8797170Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:29.8797785Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:29.8798498Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:29.8799334Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:29.8799798Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:29.8800404Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:29.8800900Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:16:29.8801485Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:30.1757696Z 2024-04-03T16:16:30.1758529Z  2024-04-03T16:16:30.1758878Z  2024-04-03T16:16:30.1759152Z  2024-04-03T16:16:30.1759404Z  2024-04-03T16:16:30.1759662Z  2024-04-03T16:16:30.1759909Z  2024-04-03T16:16:30.1760156Z  2024-04-03T16:16:30.1760385Z  2024-04-03T16:16:30.1761083Z [2,415 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:30.1761879Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:30.1762573Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:30.1763262Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:30.1763737Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:30.1764203Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:30.1767380Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:30.1768343Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:16:30.1768956Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:30.4541045Z 2024-04-03T16:16:30.4541811Z  2024-04-03T16:16:30.4542290Z  2024-04-03T16:16:30.4542664Z  2024-04-03T16:16:30.4545220Z  2024-04-03T16:16:30.4545455Z  2024-04-03T16:16:30.4545702Z  2024-04-03T16:16:30.4546088Z  2024-04-03T16:16:30.4546423Z  2024-04-03T16:16:30.4547279Z [2,415 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:30.4548418Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:30.4549305Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:30.4550003Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:30.4550477Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:30.4551112Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:30.4551601Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:30.4552071Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:16:30.4552597Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:31.4549312Z 2024-04-03T16:16:31.4549855Z  2024-04-03T16:16:31.4550362Z  2024-04-03T16:16:31.4550871Z  2024-04-03T16:16:31.4551147Z  2024-04-03T16:16:31.4551393Z  2024-04-03T16:16:31.4551637Z  2024-04-03T16:16:31.4551867Z  2024-04-03T16:16:31.4552112Z  2024-04-03T16:16:31.4552812Z [2,415 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:31.4553587Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:31.4554296Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:31.4554991Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:31.4555453Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:31.4555936Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:31.4556406Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:31.4556858Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:31.4557348Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:31.7328679Z 2024-04-03T16:16:31.7329408Z  2024-04-03T16:16:31.7330181Z  2024-04-03T16:16:31.7330693Z  2024-04-03T16:16:31.7331119Z  2024-04-03T16:16:31.7331528Z  2024-04-03T16:16:31.7332012Z  2024-04-03T16:16:31.7332422Z  2024-04-03T16:16:31.7332873Z  2024-04-03T16:16:31.7334190Z [2,416 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:31.7335327Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:31.7336038Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:31.7336732Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:31.7337194Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:31.7337804Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:31.7338435Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:31.7339116Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:31.7339823Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:31.8329361Z 2024-04-03T16:16:31.8331951Z  2024-04-03T16:16:31.8332717Z  2024-04-03T16:16:31.8333910Z  2024-04-03T16:16:31.8334398Z  2024-04-03T16:16:31.8334785Z  2024-04-03T16:16:31.8335202Z  2024-04-03T16:16:31.8335596Z  2024-04-03T16:16:31.8335971Z  2024-04-03T16:16:31.8336869Z INFO: From Compiling torch/csrc/autograd/record_function_ops.cpp: 2024-04-03T16:16:31.8339508Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::Tensor torch::autograd::profiler::record_function_enter_legacy(const string&, const std::optional >&)': 2024-04-03T16:16:31.8344574Z torch/csrc/autograd/record_function_ops.cpp:41:78: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:16:31.8348771Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:16:31.8349870Z | ^ 2024-04-03T16:16:31.8350944Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:16:31.8352119Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:16:31.8353264Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:16:31.8354121Z | ^~~~~~ 2024-04-03T16:16:31.8357899Z torch/csrc/autograd/record_function_ops.cpp:41:78: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:16:31.8361087Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:16:31.8362036Z | ^ 2024-04-03T16:16:31.8362937Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:16:31.8364007Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:16:31.8365207Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:16:31.8366007Z | ^~~~~~ 2024-04-03T16:16:31.8367853Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::RecordFunction& torch::autograd::profiler::getRecordFunctionFromTensor(const at::Tensor&)': 2024-04-03T16:16:31.8370890Z torch/csrc/autograd/record_function_ops.cpp:56:72: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:16:31.8373292Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:16:31.8376083Z | ^ 2024-04-03T16:16:31.8391678Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:16:31.8392744Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:16:31.8393635Z 76 | cast(const Tensor& packed) { 2024-04-03T16:16:31.8394291Z | ^~~~ 2024-04-03T16:16:31.8396994Z torch/csrc/autograd/record_function_ops.cpp:56:72: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = at::RecordFunction]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:16:31.8399686Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:16:31.8400689Z | ^ 2024-04-03T16:16:31.8401603Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:16:31.8402800Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:16:31.8403705Z 76 | cast(const Tensor& packed) { 2024-04-03T16:16:31.8404529Z | ^~~~ 2024-04-03T16:16:31.8405748Z [2,416 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:31.8407148Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:31.8408436Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:31.8409711Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:31.8410577Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:31.8418032Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:31.8419101Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:31.8420209Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:31.8420920Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:32.0919740Z 2024-04-03T16:16:32.0920434Z  2024-04-03T16:16:32.0920897Z  2024-04-03T16:16:32.0921351Z  2024-04-03T16:16:32.0921805Z  2024-04-03T16:16:32.0922271Z  2024-04-03T16:16:32.0922719Z  2024-04-03T16:16:32.0923184Z  2024-04-03T16:16:32.0923638Z  2024-04-03T16:16:32.0924961Z [2,417 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:32.0926379Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:32.0927307Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:32.0928024Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:32.0928763Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:32.0929616Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:32.0930889Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:32.0932599Z Compiling torch/csrc/autograd/autograd_meta.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:32.0933992Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:32.9956558Z 2024-04-03T16:16:32.9957286Z  2024-04-03T16:16:32.9957820Z  2024-04-03T16:16:32.9958341Z  2024-04-03T16:16:32.9958719Z  2024-04-03T16:16:32.9958971Z  2024-04-03T16:16:32.9959217Z  2024-04-03T16:16:32.9959447Z  2024-04-03T16:16:32.9959687Z  2024-04-03T16:16:32.9960464Z [2,418 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:32.9961660Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:32.9962453Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:32.9962952Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:32.9963516Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:32.9964220Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:32.9965427Z Compiling torch/csrc/autograd/autograd_meta.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:32.9968024Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:32.9968525Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:33.2398152Z 2024-04-03T16:16:33.2399012Z  2024-04-03T16:16:33.2399508Z  2024-04-03T16:16:33.2399971Z  2024-04-03T16:16:33.2400404Z  2024-04-03T16:16:33.2400814Z  2024-04-03T16:16:33.2401233Z  2024-04-03T16:16:33.2401654Z  2024-04-03T16:16:33.2402081Z  2024-04-03T16:16:33.2403263Z [2,420 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:33.2404902Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:33.2405725Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:33.2406571Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.2407824Z Compiling torch/csrc/autograd/autograd_meta.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:33.2409104Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.2409940Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.2410795Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.2411633Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:33.4908839Z 2024-04-03T16:16:33.4909707Z  2024-04-03T16:16:33.4910293Z  2024-04-03T16:16:33.4910822Z  2024-04-03T16:16:33.4911271Z  2024-04-03T16:16:33.4911684Z  2024-04-03T16:16:33.4912103Z  2024-04-03T16:16:33.4912513Z  2024-04-03T16:16:33.4912880Z  2024-04-03T16:16:33.4915623Z [2,421 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:33.4917113Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:33.4917787Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:33.4918410Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.4919043Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.4919672Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.4920901Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.4921445Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.4922207Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:33.6926217Z 2024-04-03T16:16:33.6927304Z  2024-04-03T16:16:33.6927675Z  2024-04-03T16:16:33.6928117Z  2024-04-03T16:16:33.6928564Z  2024-04-03T16:16:33.6928811Z  2024-04-03T16:16:33.6929040Z  2024-04-03T16:16:33.6929285Z  2024-04-03T16:16:33.6929527Z  2024-04-03T16:16:33.6930235Z [2,421 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:33.6931029Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:33.6931510Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:33.6931967Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:33.6932433Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.6932898Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.6933444Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.6933908Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.6934403Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:33.9313009Z 2024-04-03T16:16:33.9313687Z  2024-04-03T16:16:33.9314234Z  2024-04-03T16:16:33.9314667Z  2024-04-03T16:16:33.9315094Z  2024-04-03T16:16:33.9315526Z  2024-04-03T16:16:33.9315941Z  2024-04-03T16:16:33.9316372Z  2024-04-03T16:16:33.9316789Z  2024-04-03T16:16:33.9318032Z [2,422 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:33.9319453Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:33.9320301Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:33.9321134Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.9321983Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:33.9322827Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.9411753Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.9412415Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:33.9413086Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:34.3930530Z 2024-04-03T16:16:34.3931070Z  2024-04-03T16:16:34.3931494Z  2024-04-03T16:16:34.3932005Z  2024-04-03T16:16:34.3932356Z  2024-04-03T16:16:34.3932597Z  2024-04-03T16:16:34.3932824Z  2024-04-03T16:16:34.3933155Z  2024-04-03T16:16:34.3933396Z  2024-04-03T16:16:34.3934089Z [2,424 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:16:34.3934908Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:34.3935419Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:34.3936116Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:34.3936787Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:34.3937601Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:34.3938487Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:34.3939311Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:34.3940147Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:34.7328041Z 2024-04-03T16:16:34.7328774Z  2024-04-03T16:16:34.7329374Z  2024-04-03T16:16:34.7329703Z  2024-04-03T16:16:34.7329936Z  2024-04-03T16:16:34.7330189Z  2024-04-03T16:16:34.7330434Z  2024-04-03T16:16:34.7330663Z  2024-04-03T16:16:34.7330904Z  2024-04-03T16:16:34.7331611Z [2,424 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:34.7333873Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:34.7334949Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:34.7335757Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:34.7336503Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:34.7337160Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:34.7338103Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:34.7338756Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:34.7339540Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:35.2105729Z 2024-04-03T16:16:35.2106298Z  2024-04-03T16:16:35.2106766Z  2024-04-03T16:16:35.2107020Z  2024-04-03T16:16:35.2107278Z  2024-04-03T16:16:35.2107537Z  2024-04-03T16:16:35.2107837Z  2024-04-03T16:16:35.2108083Z  2024-04-03T16:16:35.2108327Z  2024-04-03T16:16:35.2109025Z [2,425 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:35.2109968Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:35.2110524Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:35.2110980Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:35.2111462Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:35.2111998Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:35.2112464Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:35.2112932Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:35.2113483Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:35.5336021Z 2024-04-03T16:16:35.5336783Z  2024-04-03T16:16:35.5337369Z  2024-04-03T16:16:35.5337832Z  2024-04-03T16:16:35.5338292Z  2024-04-03T16:16:35.5338729Z  2024-04-03T16:16:35.5339164Z  2024-04-03T16:16:35.5339610Z  2024-04-03T16:16:35.5340061Z  2024-04-03T16:16:35.5341336Z [2,425 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:35.5342840Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:35.5343751Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:35.5344598Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:35.5345500Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:35.5346395Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:35.5348528Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:35.5349080Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:35.5349751Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:36.0146654Z 2024-04-03T16:16:36.0147232Z  2024-04-03T16:16:36.0147649Z  2024-04-03T16:16:36.0147927Z  2024-04-03T16:16:36.0148265Z  2024-04-03T16:16:36.0148519Z  2024-04-03T16:16:36.0148827Z  2024-04-03T16:16:36.0149076Z  2024-04-03T16:16:36.0149321Z  2024-04-03T16:16:36.0150080Z [2,426 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:36.0150967Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:36.0151518Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:36.0152042Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:36.0152518Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:36.0153050Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:36.0153581Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:36.0154052Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:36.0154606Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:36.3340845Z 2024-04-03T16:16:36.3341522Z  2024-04-03T16:16:36.3342112Z  2024-04-03T16:16:36.3342420Z  2024-04-03T16:16:36.3342671Z  2024-04-03T16:16:36.3342907Z  2024-04-03T16:16:36.3343161Z  2024-04-03T16:16:36.3343393Z  2024-04-03T16:16:36.3343636Z  2024-04-03T16:16:36.3344342Z [2,426 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:36.3422875Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:36.3424082Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:36.3424848Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:36.3425584Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:36.3426269Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:36.3427253Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:36.3428123Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:36.3428977Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:37.3184877Z 2024-04-03T16:16:37.3185563Z  2024-04-03T16:16:37.3186089Z  2024-04-03T16:16:37.3186402Z  2024-04-03T16:16:37.3186642Z  2024-04-03T16:16:37.3186893Z  2024-04-03T16:16:37.3187144Z  2024-04-03T16:16:37.3187379Z  2024-04-03T16:16:37.3187627Z  2024-04-03T16:16:37.3188327Z [2,427 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:37.3189133Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:37.3189729Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:37.3190276Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:37.3190778Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:37.3191333Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:37.3191921Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:37.3192463Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:37.3193430Z Compiling torch/csrc/jit/passes/inliner.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:16:37.5433961Z 2024-04-03T16:16:37.5434744Z  2024-04-03T16:16:37.5435298Z  2024-04-03T16:16:37.5435776Z  2024-04-03T16:16:37.5436188Z  2024-04-03T16:16:37.5436622Z  2024-04-03T16:16:37.5437032Z  2024-04-03T16:16:37.5437431Z  2024-04-03T16:16:37.5437837Z  2024-04-03T16:16:37.5439143Z [2,428 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:37.5440555Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:37.5441457Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:37.5442319Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:37.5443161Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:37.5445615Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:37.5446442Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:37.5447587Z Compiling torch/csrc/jit/passes/inliner.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:37.5448786Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:37.7436507Z 2024-04-03T16:16:37.7437186Z  2024-04-03T16:16:37.7437796Z  2024-04-03T16:16:37.7438117Z  2024-04-03T16:16:37.7438365Z  2024-04-03T16:16:37.7438616Z  2024-04-03T16:16:37.7438848Z  2024-04-03T16:16:37.7439091Z  2024-04-03T16:16:37.7439337Z  2024-04-03T16:16:37.7440040Z [2,430 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:37.7440842Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:37.7441330Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:37.7441788Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:37.7442264Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:37.7442958Z Compiling torch/csrc/jit/passes/inliner.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:37.7443618Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:37.7444526Z Compiling torch/csrc/distributed/c10d/debug.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:37.7445266Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:37.9744586Z 2024-04-03T16:16:37.9745061Z  2024-04-03T16:16:37.9745385Z  2024-04-03T16:16:37.9745666Z  2024-04-03T16:16:37.9745956Z  2024-04-03T16:16:37.9746202Z  2024-04-03T16:16:37.9746432Z  2024-04-03T16:16:37.9746673Z  2024-04-03T16:16:37.9746901Z  2024-04-03T16:16:38.0260983Z [2,430 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:38.0262636Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:38.0263424Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:38.0264144Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:38.0265043Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:38.0266176Z Compiling torch/csrc/jit/passes/inliner.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:38.0267213Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:38.0268478Z Compiling torch/csrc/distributed/c10d/debug.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:38.0269656Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:38.3647302Z 2024-04-03T16:16:38.3647947Z  2024-04-03T16:16:38.3648466Z  2024-04-03T16:16:38.3648856Z  2024-04-03T16:16:38.3649294Z  2024-04-03T16:16:38.3649735Z  2024-04-03T16:16:38.3650122Z  2024-04-03T16:16:38.3650612Z  2024-04-03T16:16:38.3651048Z  2024-04-03T16:16:38.3652263Z [2,431 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:38.3653689Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:38.3654365Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:38.3655123Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:38.3656305Z Compiling torch/csrc/jit/passes/inliner.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:38.3657498Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:38.3658697Z Compiling torch/csrc/distributed/c10d/debug.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:38.3660275Z Compiling torch/csrc/utils/tensor_flatten.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:38.3661575Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:38.6268785Z 2024-04-03T16:16:38.6269313Z  2024-04-03T16:16:38.6269620Z  2024-04-03T16:16:38.6269900Z  2024-04-03T16:16:38.6270172Z  2024-04-03T16:16:38.6270408Z  2024-04-03T16:16:38.6270656Z  2024-04-03T16:16:38.6270902Z  2024-04-03T16:16:38.6271135Z  2024-04-03T16:16:38.6271839Z [2,431 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:38.6338817Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:38.6339389Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:38.6340108Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:38.6341125Z Compiling torch/csrc/jit/passes/inliner.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:38.6342177Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:38.6343271Z Compiling torch/csrc/distributed/c10d/debug.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:38.6344669Z Compiling torch/csrc/utils/tensor_flatten.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:38.6345762Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:39.0415585Z 2024-04-03T16:16:39.0416485Z  2024-04-03T16:16:39.0417074Z  2024-04-03T16:16:39.0417476Z  2024-04-03T16:16:39.0417874Z  2024-04-03T16:16:39.0418311Z  2024-04-03T16:16:39.0418694Z  2024-04-03T16:16:39.0419064Z  2024-04-03T16:16:39.0419446Z  2024-04-03T16:16:39.0420673Z [2,432 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:39.0422053Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:39.0422907Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:39.0423716Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:39.0424876Z Compiling torch/csrc/jit/passes/inliner.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:39.0426069Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:39.0427230Z Compiling torch/csrc/utils/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:39.0428234Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:39.0431082Z Compiling torch/csrc/autograd/function.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:16:39.4349015Z 2024-04-03T16:16:39.4349726Z  2024-04-03T16:16:39.4350229Z  2024-04-03T16:16:39.4350678Z  2024-04-03T16:16:39.4351111Z  2024-04-03T16:16:39.4351537Z  2024-04-03T16:16:39.4351949Z  2024-04-03T16:16:39.4353545Z  2024-04-03T16:16:39.4353987Z  2024-04-03T16:16:39.4355375Z [2,432 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:39.4357080Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:39.4358052Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:39.4359064Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:39.4360371Z Compiling torch/csrc/jit/passes/inliner.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:39.4361423Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:39.4362482Z Compiling torch/csrc/utils/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:39.4363687Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:39.4365064Z Compiling torch/csrc/autograd/function.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:16:39.7253004Z 2024-04-03T16:16:39.7253686Z  2024-04-03T16:16:39.7254246Z  2024-04-03T16:16:39.7254626Z  2024-04-03T16:16:39.7254904Z  2024-04-03T16:16:39.7255151Z  2024-04-03T16:16:39.7255378Z  2024-04-03T16:16:39.7255614Z  2024-04-03T16:16:39.7255850Z  2024-04-03T16:16:39.7256525Z [2,435 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:39.7257311Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:39.7257792Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:39.7258254Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:39.7258936Z Compiling torch/csrc/utils/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:39.7259834Z Compiling torch/csrc/autograd/function.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:39.7260496Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:39.7260960Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:39.7261447Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:40.0353822Z 2024-04-03T16:16:40.0354800Z  2024-04-03T16:16:40.0358401Z  2024-04-03T16:16:40.0358648Z  2024-04-03T16:16:40.0358958Z  2024-04-03T16:16:40.0359242Z  2024-04-03T16:16:40.0359619Z  2024-04-03T16:16:40.0360000Z  2024-04-03T16:16:40.0360254Z  2024-04-03T16:16:40.0361124Z [2,435 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:40.0361939Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:40.0362604Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:40.0363156Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:40.0364055Z Compiling torch/csrc/utils/tensor_flatten.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:40.0365303Z Compiling torch/csrc/autograd/function.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:40.0366109Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:40.0366610Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:40.0367273Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:40.2818668Z 2024-04-03T16:16:40.2819401Z  2024-04-03T16:16:40.2819921Z  2024-04-03T16:16:40.2820353Z  2024-04-03T16:16:40.2820731Z  2024-04-03T16:16:40.2820964Z  2024-04-03T16:16:40.2821207Z  2024-04-03T16:16:40.2821452Z  2024-04-03T16:16:40.2821744Z  2024-04-03T16:16:40.2822812Z [2,436 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:40.2824077Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:40.2824864Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:40.2827300Z Compiling torch/csrc/utils/tensor_flatten.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:40.2829020Z Compiling torch/csrc/autograd/function.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:40.2829910Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:40.2830626Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:40.2831709Z Compiling torch/csrc/distributed/rpc/types.cpp; 2s processwrapper-sandbox 2024-04-03T16:16:40.2833473Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:16:40.6358583Z 2024-04-03T16:16:40.6359195Z  2024-04-03T16:16:40.6359513Z  2024-04-03T16:16:40.6359845Z  2024-04-03T16:16:40.6360097Z  2024-04-03T16:16:40.6360331Z  2024-04-03T16:16:40.6360645Z  2024-04-03T16:16:40.6360884Z  2024-04-03T16:16:40.6361112Z  2024-04-03T16:16:40.6361886Z [2,436 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:40.6362794Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:40.6363303Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:40.6364057Z Compiling torch/csrc/utils/tensor_flatten.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:40.6365334Z Compiling torch/csrc/autograd/function.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:40.6366048Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:40.6366553Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:40.6367323Z Compiling torch/csrc/distributed/rpc/types.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:40.6368074Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:40.8709410Z 2024-04-03T16:16:40.8710281Z  2024-04-03T16:16:40.8710845Z  2024-04-03T16:16:40.8711236Z  2024-04-03T16:16:40.8711502Z  2024-04-03T16:16:40.8711775Z  2024-04-03T16:16:40.8712072Z  2024-04-03T16:16:40.8712310Z  2024-04-03T16:16:40.8712536Z  2024-04-03T16:16:40.8713309Z [2,437 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:40.8714158Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:40.8714875Z Compiling torch/csrc/utils/tensor_flatten.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:40.8715854Z Compiling torch/csrc/autograd/function.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:40.8716596Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:40.8718442Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:40.8719213Z Compiling torch/csrc/distributed/rpc/types.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:40.8719911Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:16:40.8720398Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:42.0718079Z 2024-04-03T16:16:42.0719039Z  2024-04-03T16:16:42.0719445Z  2024-04-03T16:16:42.0719715Z  2024-04-03T16:16:42.0719966Z  2024-04-03T16:16:42.0720217Z  2024-04-03T16:16:42.0720460Z  2024-04-03T16:16:42.0720701Z  2024-04-03T16:16:42.0720931Z  2024-04-03T16:16:42.0721664Z [2,437 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:42.0722455Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:42.0723149Z Compiling torch/csrc/utils/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:42.0724028Z Compiling torch/csrc/autograd/function.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:42.0724822Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:42.0725298Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:42.0725990Z Compiling torch/csrc/distributed/rpc/types.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:42.0726689Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:42.0727178Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:42.2977939Z 2024-04-03T16:16:42.2978702Z  2024-04-03T16:16:42.2979297Z  2024-04-03T16:16:42.2979607Z  2024-04-03T16:16:42.2979844Z  2024-04-03T16:16:42.2980090Z  2024-04-03T16:16:42.2980338Z  2024-04-03T16:16:42.3819951Z  2024-04-03T16:16:42.3820861Z  2024-04-03T16:16:42.3821939Z [2,439 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:42.3823172Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:42.3824287Z Compiling torch/csrc/utils/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:42.3825863Z Compiling torch/csrc/autograd/function.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:42.3827289Z Compiling torch/csrc/distributed/rpc/types.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:42.3828332Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:42.3829466Z Compiling torch/csrc/jit/passes/liveness.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:42.3830556Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:42.3831293Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:42.5049520Z 2024-04-03T16:16:42.5050556Z  2024-04-03T16:16:42.5051101Z  2024-04-03T16:16:42.5051540Z  2024-04-03T16:16:42.5052013Z  2024-04-03T16:16:42.5052459Z  2024-04-03T16:16:42.5052995Z  2024-04-03T16:16:42.5053462Z  2024-04-03T16:16:42.5053888Z  2024-04-03T16:16:42.5055159Z [2,439 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:42.5056693Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:42.5057953Z Compiling torch/csrc/utils/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:42.5059637Z Compiling torch/csrc/autograd/function.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:42.5060673Z Compiling torch/csrc/distributed/rpc/types.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:42.5061360Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:42.5062093Z Compiling torch/csrc/jit/passes/liveness.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:42.5062806Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:42.5063493Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:43.0727770Z 2024-04-03T16:16:43.0728593Z  2024-04-03T16:16:43.0729093Z  2024-04-03T16:16:43.0729566Z  2024-04-03T16:16:43.0730042Z  2024-04-03T16:16:43.0730509Z  2024-04-03T16:16:43.0730953Z  2024-04-03T16:16:43.0731368Z  2024-04-03T16:16:43.0732377Z  2024-04-03T16:16:43.0733781Z [2,440 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:43.0735290Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:43.0736070Z Compiling torch/csrc/utils/tensor_flatten.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:43.0737453Z Compiling torch/csrc/autograd/function.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:43.0738905Z Compiling torch/csrc/distributed/rpc/types.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:43.0740409Z Compiling torch/csrc/jit/passes/liveness.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:43.0741491Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:43.0742186Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:43.0743221Z Compiling torch/csrc/api/src/cuda.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:16:43.3053854Z 2024-04-03T16:16:43.3054642Z  2024-04-03T16:16:43.3055210Z  2024-04-03T16:16:43.3055517Z  2024-04-03T16:16:43.3055774Z  2024-04-03T16:16:43.3056005Z  2024-04-03T16:16:43.3056247Z  2024-04-03T16:16:43.3056488Z  2024-04-03T16:16:43.3056717Z  2024-04-03T16:16:43.3057414Z [2,441 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:43.3058501Z Compiling torch/csrc/utils/tensor_flatten.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:43.3059374Z Compiling torch/csrc/autograd/function.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:43.3060269Z Compiling torch/csrc/distributed/rpc/types.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:43.3285333Z Compiling torch/csrc/jit/passes/liveness.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:43.3286706Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:43.3287266Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:43.3288083Z Compiling torch/csrc/api/src/cuda.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:43.3289091Z Compiling torch/csrc/autograd/engine.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:43.5685973Z 2024-04-03T16:16:43.5687756Z  2024-04-03T16:16:43.5690498Z  2024-04-03T16:16:43.5691980Z  2024-04-03T16:16:43.5693498Z  2024-04-03T16:16:43.5694878Z  2024-04-03T16:16:43.5696267Z  2024-04-03T16:16:43.5697674Z  2024-04-03T16:16:43.5699050Z  2024-04-03T16:16:43.5701244Z [2,442 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:43.5703887Z Compiling torch/csrc/utils/tensor_flatten.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:43.5706373Z Compiling torch/csrc/autograd/function.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:43.5708036Z Compiling torch/csrc/jit/passes/liveness.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:43.5709892Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:43.5710689Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:43.5711737Z Compiling torch/csrc/api/src/cuda.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:43.5712874Z Compiling torch/csrc/autograd/engine.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:43.5713906Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:43.9294558Z 2024-04-03T16:16:43.9295276Z  2024-04-03T16:16:43.9295904Z  2024-04-03T16:16:43.9296231Z  2024-04-03T16:16:43.9296470Z  2024-04-03T16:16:43.9296718Z  2024-04-03T16:16:43.9296964Z  2024-04-03T16:16:43.9297195Z  2024-04-03T16:16:43.9297437Z  2024-04-03T16:16:43.9298320Z [2,444 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:16:43.9299770Z Compiling torch/csrc/jit/passes/liveness.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:43.9300773Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:43.9301516Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:43.9302456Z Compiling torch/csrc/api/src/cuda.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:43.9305212Z Compiling torch/csrc/autograd/engine.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:43.9306161Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:43.9307153Z Compiling torch/csrc/distributed/rpc/utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:43.9308165Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:44.1297270Z 2024-04-03T16:16:44.1297831Z  2024-04-03T16:16:44.1298231Z  2024-04-03T16:16:44.1298513Z  2024-04-03T16:16:44.1298750Z  2024-04-03T16:16:44.1299000Z  2024-04-03T16:16:44.1299247Z  2024-04-03T16:16:44.1299476Z  2024-04-03T16:16:44.1299721Z  2024-04-03T16:16:44.1300441Z [2,444 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:44.1301431Z Compiling torch/csrc/jit/passes/liveness.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:44.1302116Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:44.1302615Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:44.1303241Z Compiling torch/csrc/api/src/cuda.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:44.1304052Z Compiling torch/csrc/autograd/engine.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:44.1304704Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:44.1305399Z Compiling torch/csrc/distributed/rpc/utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:44.1306114Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:44.6252362Z 2024-04-03T16:16:44.6253577Z  2024-04-03T16:16:44.6254283Z  2024-04-03T16:16:44.6255001Z  2024-04-03T16:16:44.6256003Z  2024-04-03T16:16:44.6258721Z  2024-04-03T16:16:44.6259317Z  2024-04-03T16:16:44.6259731Z  2024-04-03T16:16:44.6260138Z  2024-04-03T16:16:44.6261469Z [2,445 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:44.6263292Z Compiling torch/csrc/jit/passes/liveness.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:44.6265881Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:44.6266558Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:44.6267590Z Compiling torch/csrc/autograd/engine.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:44.6268707Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:44.6269854Z Compiling torch/csrc/distributed/rpc/utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:44.6271022Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:44.6272203Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:44.9422139Z 2024-04-03T16:16:44.9422864Z  2024-04-03T16:16:44.9423710Z  2024-04-03T16:16:44.9424148Z  2024-04-03T16:16:44.9424570Z  2024-04-03T16:16:44.9424963Z  2024-04-03T16:16:44.9425290Z  2024-04-03T16:16:44.9425532Z  2024-04-03T16:16:44.9425778Z  2024-04-03T16:16:44.9426756Z [2,445 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:44.9428420Z Compiling torch/csrc/jit/passes/liveness.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:44.9429582Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:44.9430304Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:44.9430988Z Compiling torch/csrc/autograd/engine.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:44.9431979Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:44.9433047Z Compiling torch/csrc/distributed/rpc/utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:44.9434205Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:44.9435400Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:16:45.9428567Z 2024-04-03T16:16:45.9429326Z  2024-04-03T16:16:45.9429819Z  2024-04-03T16:16:45.9430333Z  2024-04-03T16:16:45.9430687Z  2024-04-03T16:16:45.9430919Z  2024-04-03T16:16:45.9465421Z  2024-04-03T16:16:45.9465832Z  2024-04-03T16:16:45.9466221Z  2024-04-03T16:16:45.9467295Z [2,445 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:45.9468857Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:45.9469905Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:45.9470547Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:45.9471454Z Compiling torch/csrc/autograd/engine.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:45.9472110Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:45.9472818Z Compiling torch/csrc/distributed/rpc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:45.9473603Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:45.9474314Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:16:46.1474682Z 2024-04-03T16:16:46.1475397Z  2024-04-03T16:16:46.1475876Z  2024-04-03T16:16:46.1476299Z  2024-04-03T16:16:46.1476672Z  2024-04-03T16:16:46.1477043Z  2024-04-03T16:16:46.1477395Z  2024-04-03T16:16:46.1477763Z  2024-04-03T16:16:46.1478137Z  2024-04-03T16:16:46.1479183Z [2,446 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:46.1480597Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:46.1481672Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:46.1482429Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:46.1483183Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:46.1490283Z Compiling torch/csrc/distributed/rpc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:46.1491603Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:46.1492607Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:46.1494154Z Compiling torch/csrc/api/src/serialize.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:46.3484962Z 2024-04-03T16:16:46.3485718Z  2024-04-03T16:16:46.3486290Z  2024-04-03T16:16:46.3486586Z  2024-04-03T16:16:46.3486861Z  2024-04-03T16:16:46.3487108Z  2024-04-03T16:16:46.3487343Z  2024-04-03T16:16:46.3487644Z  2024-04-03T16:16:46.3487886Z  2024-04-03T16:16:46.3488626Z [2,447 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:46.3489714Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:46.3490405Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:46.3490896Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:46.3491370Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:46.3492073Z Compiling torch/csrc/distributed/rpc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:46.3493049Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:46.3493927Z Compiling torch/csrc/api/src/serialize.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:46.3494813Z Compiling torch/csrc/api/src/mps.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:16:46.6067009Z 2024-04-03T16:16:46.6068961Z  2024-04-03T16:16:46.6069490Z  2024-04-03T16:16:46.6069768Z  2024-04-03T16:16:46.6070018Z  2024-04-03T16:16:46.6070261Z  2024-04-03T16:16:46.6070604Z  2024-04-03T16:16:46.6070879Z  2024-04-03T16:16:46.6071125Z  2024-04-03T16:16:46.6072082Z [2,448 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:46.6073456Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:46.6074357Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:46.6075058Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:46.6075648Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:46.6076585Z Compiling torch/csrc/distributed/rpc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:46.6078305Z Compiling torch/csrc/api/src/serialize.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:46.6079423Z Compiling torch/csrc/api/src/mps.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:46.6080277Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:46.9316551Z 2024-04-03T16:16:46.9317313Z  2024-04-03T16:16:46.9317940Z  2024-04-03T16:16:46.9318356Z  2024-04-03T16:16:46.9318620Z  2024-04-03T16:16:46.9318870Z  2024-04-03T16:16:46.9319202Z  2024-04-03T16:16:46.9319507Z  2024-04-03T16:16:46.9319750Z  2024-04-03T16:16:46.9320482Z [2,449 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:46.9321478Z Compiling torch/csrc/jit/passes/liveness.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:46.9322168Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:46.9322646Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:46.9323113Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:46.9323815Z Compiling torch/csrc/distributed/rpc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:46.9324914Z Compiling torch/csrc/api/src/serialize.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:46.9325917Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 3s processwrapper-sandbox 2024-04-03T16:16:46.9326708Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:47.1541607Z 2024-04-03T16:16:47.1542254Z  2024-04-03T16:16:47.1542610Z  2024-04-03T16:16:47.1544912Z  2024-04-03T16:16:47.1545331Z  2024-04-03T16:16:47.1545713Z  2024-04-03T16:16:47.1546884Z  2024-04-03T16:16:47.1547405Z  2024-04-03T16:16:47.1547767Z  2024-04-03T16:16:47.1548750Z [2,449 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:47.1550077Z Compiling torch/csrc/jit/passes/liveness.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:47.1551260Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:47.1551885Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:47.1552507Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:47.1553444Z Compiling torch/csrc/distributed/rpc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:47.1554573Z Compiling torch/csrc/api/src/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:47.1555659Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:47.1556570Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:47.4091205Z 2024-04-03T16:16:47.4091820Z  2024-04-03T16:16:47.4092173Z  2024-04-03T16:16:47.4092494Z  2024-04-03T16:16:47.4092819Z  2024-04-03T16:16:47.4093077Z  2024-04-03T16:16:47.4093312Z  2024-04-03T16:16:47.4093611Z  2024-04-03T16:16:47.4093926Z  2024-04-03T16:16:47.4094619Z [2,450 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:47.4095519Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:47.4096007Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:47.4096560Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:16:47.4097268Z Compiling torch/csrc/distributed/rpc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:47.4098259Z Compiling torch/csrc/api/src/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:47.4099232Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:47.4099925Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:47.4100552Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:16:47.7534479Z 2024-04-03T16:16:47.7538658Z  2024-04-03T16:16:47.7539202Z  2024-04-03T16:16:47.7539646Z  2024-04-03T16:16:47.7540124Z  2024-04-03T16:16:47.7540606Z  2024-04-03T16:16:47.7541033Z  2024-04-03T16:16:47.7542645Z  2024-04-03T16:16:47.7543057Z  2024-04-03T16:16:47.7543866Z [2,451 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:47.7544786Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:47.7545524Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:47.7546385Z Compiling torch/csrc/distributed/rpc/utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:47.7547442Z Compiling torch/csrc/api/src/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:47.7548542Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:47.7549375Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:47.7550054Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:47.7550803Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:47.9546432Z 2024-04-03T16:16:47.9547147Z  2024-04-03T16:16:47.9547706Z  2024-04-03T16:16:47.9548244Z  2024-04-03T16:16:47.9548567Z  2024-04-03T16:16:47.9548831Z  2024-04-03T16:16:47.9549082Z  2024-04-03T16:16:47.9549314Z  2024-04-03T16:16:47.9549562Z  2024-04-03T16:16:47.9550262Z [2,451 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:47.9551053Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:47.9551546Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:47.9552263Z Compiling torch/csrc/distributed/rpc/utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:47.9553145Z Compiling torch/csrc/api/src/serialize.cpp; 5s processwrapper-sandbox 2024-04-03T16:16:47.9722016Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 4s processwrapper-sandbox 2024-04-03T16:16:47.9723500Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:47.9724235Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:47.9725222Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:16:48.1728226Z 2024-04-03T16:16:48.1728834Z  2024-04-03T16:16:48.2003624Z  2024-04-03T16:16:48.2003985Z  2024-04-03T16:16:48.2004542Z  2024-04-03T16:16:48.2004963Z  2024-04-03T16:16:48.2005318Z  2024-04-03T16:16:48.2005684Z  2024-04-03T16:16:48.2006050Z  2024-04-03T16:16:48.2007084Z [2,452 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:48.2008217Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:48.2008902Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:16:48.2009737Z Compiling torch/csrc/distributed/rpc/utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:48.2010796Z Compiling torch/csrc/api/src/serialize.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:48.2011794Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:48.2012286Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:48.2013038Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:16:48.2013548Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:16:48.8340033Z 2024-04-03T16:16:48.8341238Z  2024-04-03T16:16:48.8341931Z  2024-04-03T16:16:48.8343029Z  2024-04-03T16:16:48.8343651Z  2024-04-03T16:16:48.8344169Z  2024-04-03T16:16:48.8344562Z  2024-04-03T16:16:48.8345098Z  2024-04-03T16:16:48.8345619Z  2024-04-03T16:16:48.8346657Z [2,453 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:48.8347841Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:48.8348944Z Compiling torch/csrc/distributed/rpc/utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:48.8350261Z Compiling torch/csrc/api/src/serialize.cpp; 6s processwrapper-sandbox 2024-04-03T16:16:48.8351264Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:48.8351982Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:48.8352692Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:48.8353411Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:48.8354681Z Compiling caffe2/utils/proto_utils.cc; 4s processwrapper-sandbox ... 2024-04-03T16:16:49.2014162Z 2024-04-03T16:16:49.2015243Z  2024-04-03T16:16:49.2015693Z  2024-04-03T16:16:49.2016060Z  2024-04-03T16:16:49.2016464Z  2024-04-03T16:16:49.2026748Z  2024-04-03T16:16:49.2027348Z  2024-04-03T16:16:49.2027712Z  2024-04-03T16:16:49.2028053Z  2024-04-03T16:16:49.2029070Z [2,453 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:49.2030094Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:16:49.2031032Z Compiling torch/csrc/distributed/rpc/utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:49.2032249Z Compiling torch/csrc/api/src/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:49.2033132Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:49.2033774Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:49.2034343Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:16:49.2034937Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:16:49.2035863Z Compiling caffe2/utils/proto_utils.cc; 4s processwrapper-sandbox ... 2024-04-03T16:16:50.1124634Z 2024-04-03T16:16:50.1125513Z  2024-04-03T16:16:50.1126116Z  2024-04-03T16:16:50.1126378Z  2024-04-03T16:16:50.1126646Z  2024-04-03T16:16:50.1126891Z  2024-04-03T16:16:50.1127121Z  2024-04-03T16:16:50.1127364Z  2024-04-03T16:16:50.1127591Z  2024-04-03T16:16:50.1128290Z [2,454 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:50.1276901Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:50.1278216Z Compiling torch/csrc/distributed/rpc/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:16:50.1279267Z Compiling torch/csrc/api/src/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:16:50.1280075Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:50.1281162Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:50.1281776Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:50.1282580Z Compiling caffe2/utils/proto_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:16:50.1283501Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:16:50.3373555Z 2024-04-03T16:16:50.3374220Z  2024-04-03T16:16:50.3374760Z  2024-04-03T16:16:50.3375217Z  2024-04-03T16:16:50.3375678Z  2024-04-03T16:16:50.3376102Z  2024-04-03T16:16:50.3376525Z  2024-04-03T16:16:50.3376945Z  2024-04-03T16:16:50.3377365Z  2024-04-03T16:16:50.3378607Z [2,455 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:50.3380106Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:16:50.3382078Z Compiling torch/csrc/distributed/rpc/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:16:50.3383959Z Compiling torch/csrc/api/src/serialize.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:50.3385221Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:16:50.3386111Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:50.3387085Z Compiling caffe2/utils/proto_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:16:50.3387722Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:50.3388225Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:16:50.5747171Z 2024-04-03T16:16:50.5748274Z  2024-04-03T16:16:50.5748888Z  2024-04-03T16:16:50.5749328Z  2024-04-03T16:16:50.5749634Z  2024-04-03T16:16:50.5749867Z  2024-04-03T16:16:50.5750152Z  2024-04-03T16:16:50.5750567Z  2024-04-03T16:16:50.5750945Z  2024-04-03T16:16:50.5751889Z [2,459 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:16:50.5753075Z Compiling torch/csrc/api/src/serialize.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:50.5753894Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:50.5755240Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:50.5756228Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 4s processwrapper-sandbox 2024-04-03T16:16:50.5757399Z Compiling caffe2/operators/arg_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.5758506Z Compiling caffe2/operators/lp_pool_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.5759512Z Compiling caffe2/operators/gather_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.5760705Z Compiling caffe2/operators/lstm_unit_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:16:50.5828110Z 2024-04-03T16:16:50.5828909Z  2024-04-03T16:16:50.5829246Z  2024-04-03T16:16:50.5829507Z  2024-04-03T16:16:50.5829809Z  2024-04-03T16:16:50.5830153Z  2024-04-03T16:16:50.5830475Z  2024-04-03T16:16:50.5830724Z  2024-04-03T16:16:50.5830955Z  2024-04-03T16:16:50.5831649Z INFO: From Compiling caffe2/operators/last_n_window_collector.cc: 2024-04-03T16:16:50.5833430Z caffe2/operators/last_n_window_collector.cc: In instantiation of 'bool caffe2::{anonymous}::LastNWindowCollectorOp::collect() [with Context = caffe2::CPUContext]': 2024-04-03T16:16:50.5836171Z caffe2/operators/last_n_window_collector.cc:27:14: required from 'bool caffe2::{anonymous}::LastNWindowCollectorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:16:50.5837558Z caffe2/operators/last_n_window_collector.cc:23:8: required from here 2024-04-03T16:16:50.5876504Z caffe2/operators/last_n_window_collector.cc:47:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:16:50.5878803Z 47 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:16:50.5880441Z caffe2/operators/last_n_window_collector.cc:89:20: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare] 2024-04-03T16:16:50.5882876Z 89 | if (output_num > output_batch_size) { 2024-04-03T16:16:50.5883528Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:16:50.5884938Z [2,459 / 3,412] 3 / 26 tests; 16 actions, 14 running; last test: ...base_tests 2024-04-03T16:16:50.5886972Z Compiling torch/csrc/api/src/serialize.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:50.5888399Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:50.5889457Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:50.5890851Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 4s processwrapper-sandbox 2024-04-03T16:16:50.5892540Z Compiling caffe2/operators/arg_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.5893963Z Compiling caffe2/operators/lp_pool_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.5895403Z Compiling caffe2/operators/gather_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.5897175Z Compiling caffe2/operators/lstm_unit_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:16:50.8023434Z 2024-04-03T16:16:50.8024180Z  2024-04-03T16:16:50.8024756Z  2024-04-03T16:16:50.8025270Z  2024-04-03T16:16:50.8025592Z  2024-04-03T16:16:50.8025841Z  2024-04-03T16:16:50.8026071Z  2024-04-03T16:16:50.8026313Z  2024-04-03T16:16:50.8026555Z  2024-04-03T16:16:50.8027237Z [2,460 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:50.8028232Z Compiling torch/csrc/api/src/serialize.cpp; 8s processwrapper-sandbox 2024-04-03T16:16:50.8028919Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:50.8029644Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 4s processwrapper-sandbox 2024-04-03T16:16:50.8030499Z Compiling caffe2/operators/arg_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:50.8031296Z Compiling caffe2/operators/lp_pool_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.8032107Z Compiling caffe2/operators/gather_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.8034246Z Compiling caffe2/operators/lstm_unit_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:50.8035176Z Compiling caffe2/operators/copy_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:16:51.8029745Z 2024-04-03T16:16:51.8030503Z  2024-04-03T16:16:51.8030872Z  2024-04-03T16:16:51.8031238Z  2024-04-03T16:16:51.8031552Z  2024-04-03T16:16:51.8031810Z  2024-04-03T16:16:51.8032253Z  2024-04-03T16:16:51.8032702Z  2024-04-03T16:16:51.8032955Z  2024-04-03T16:16:51.8033772Z [2,460 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:51.8034765Z Compiling torch/csrc/api/src/serialize.cpp; 9s processwrapper-sandbox 2024-04-03T16:16:51.8035572Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:16:51.8036370Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 5s processwrapper-sandbox 2024-04-03T16:16:51.8037391Z Compiling caffe2/operators/arg_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:51.8038323Z Compiling caffe2/operators/lp_pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:51.8039228Z Compiling caffe2/operators/gather_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:51.8040150Z Compiling caffe2/operators/lstm_unit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:51.8041011Z Compiling caffe2/operators/copy_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:52.4415778Z 2024-04-03T16:16:52.4416481Z  2024-04-03T16:16:52.4417061Z  2024-04-03T16:16:52.4417576Z  2024-04-03T16:16:52.4417826Z  2024-04-03T16:16:52.5029353Z  2024-04-03T16:16:52.5030146Z  2024-04-03T16:16:52.5030512Z  2024-04-03T16:16:52.5030862Z  2024-04-03T16:16:52.5031805Z [2,461 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:52.5032861Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:52.5034749Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 6s processwrapper-sandbox 2024-04-03T16:16:52.5035950Z Compiling caffe2/operators/arg_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:52.5037043Z Compiling caffe2/operators/lp_pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:52.5038163Z Compiling caffe2/operators/gather_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:52.5039407Z Compiling caffe2/operators/lstm_unit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:52.5040602Z Compiling caffe2/operators/copy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:52.5041700Z Compiling caffe2/operators/flatten_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:52.7439741Z 2024-04-03T16:16:52.7440476Z  2024-04-03T16:16:52.7440915Z  2024-04-03T16:16:52.7441226Z  2024-04-03T16:16:52.7441488Z  2024-04-03T16:16:52.7441752Z  2024-04-03T16:16:52.7441991Z  2024-04-03T16:16:52.7442250Z  2024-04-03T16:16:52.7442533Z  2024-04-03T16:16:52.7443371Z [2,462 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:52.7444548Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:52.7445309Z Compiling caffe2/operators/arg_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:52.7446233Z Compiling caffe2/operators/lp_pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:52.7447120Z Compiling caffe2/operators/gather_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:52.7448079Z Compiling caffe2/operators/lstm_unit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:52.7449005Z Compiling caffe2/operators/copy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:52.7449940Z Compiling caffe2/operators/flatten_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:52.7450718Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:16:53.0037314Z 2024-04-03T16:16:53.0037868Z  2024-04-03T16:16:53.0038451Z  2024-04-03T16:16:53.0110530Z  2024-04-03T16:16:53.0110824Z  2024-04-03T16:16:53.0111080Z  2024-04-03T16:16:53.0111414Z  2024-04-03T16:16:53.0111667Z  2024-04-03T16:16:53.0111899Z  2024-04-03T16:16:53.0112708Z [2,462 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:53.0113587Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:16:53.0114238Z Compiling caffe2/operators/arg_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:53.0115145Z Compiling caffe2/operators/lp_pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:53.0116060Z Compiling caffe2/operators/gather_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:53.0116990Z Compiling caffe2/operators/lstm_unit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:53.0117935Z Compiling caffe2/operators/copy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:53.0118820Z Compiling caffe2/operators/flatten_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:53.0119557Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:16:53.7594423Z 2024-04-03T16:16:53.7595933Z  2024-04-03T16:16:53.7597200Z  2024-04-03T16:16:53.7597474Z  2024-04-03T16:16:53.7598171Z  2024-04-03T16:16:53.7598830Z  2024-04-03T16:16:53.7599067Z  2024-04-03T16:16:53.7599319Z  2024-04-03T16:16:53.7599577Z  2024-04-03T16:16:53.7600328Z [2,463 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:53.7601136Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:16:53.7604615Z Compiling caffe2/operators/lp_pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:53.7606104Z Compiling caffe2/operators/gather_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:53.7607492Z Compiling caffe2/operators/lstm_unit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:53.7612324Z Compiling caffe2/operators/copy_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:53.7614520Z Compiling caffe2/operators/flatten_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:53.7615517Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:16:53.7616155Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:16:53.9828597Z 2024-04-03T16:16:53.9829306Z  2024-04-03T16:16:53.9829818Z  2024-04-03T16:16:53.9830185Z  2024-04-03T16:16:53.9830432Z  2024-04-03T16:16:53.9830685Z  2024-04-03T16:16:53.9831033Z  2024-04-03T16:16:53.9831356Z  2024-04-03T16:16:53.9831718Z  2024-04-03T16:16:53.9832629Z [2,464 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:53.9833786Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:16:53.9834659Z Compiling caffe2/operators/gather_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:53.9835817Z Compiling caffe2/operators/lstm_unit_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:53.9836893Z Compiling caffe2/operators/copy_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:53.9837832Z Compiling caffe2/operators/flatten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:53.9838594Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:16:53.9839200Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:16:53.9840224Z Compiling caffe2/operators/key_split_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:54.1892164Z 2024-04-03T16:16:54.1892785Z  2024-04-03T16:16:54.1893210Z  2024-04-03T16:16:54.1893492Z  2024-04-03T16:16:54.1893732Z  2024-04-03T16:16:54.1893980Z  2024-04-03T16:16:54.1894227Z  2024-04-03T16:16:54.1894494Z  2024-04-03T16:16:54.1894864Z  2024-04-03T16:16:54.1895839Z [2,465 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:54.1896894Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:16:54.1897775Z Compiling caffe2/operators/lstm_unit_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:54.1899988Z Compiling caffe2/operators/copy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:54.1901040Z Compiling caffe2/operators/flatten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:54.1902103Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.1902936Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:16:54.1904092Z Compiling caffe2/operators/key_split_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:54.1905588Z Compiling caffe2/operators/one_hot_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:54.3919139Z 2024-04-03T16:16:54.3921919Z  2024-04-03T16:16:54.3922601Z  2024-04-03T16:16:54.3923132Z  2024-04-03T16:16:54.3923555Z  2024-04-03T16:16:54.3923950Z  2024-04-03T16:16:54.3924511Z  2024-04-03T16:16:54.3924886Z  2024-04-03T16:16:54.3925239Z  2024-04-03T16:16:54.3926248Z [2,467 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:54.3927866Z Compiling caffe2/operators/copy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:54.3929173Z Compiling caffe2/operators/flatten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:54.3930209Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.3931039Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.3932132Z Compiling caffe2/operators/key_split_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:54.3933631Z Compiling caffe2/operators/one_hot_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:54.3934943Z Compiling caffe2/operators/feature_maps_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:54.3936644Z Compiling caffe2/operators/numpy_tile_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:54.6454827Z 2024-04-03T16:16:54.6455701Z  2024-04-03T16:16:54.6456212Z  2024-04-03T16:16:54.6456475Z  2024-04-03T16:16:54.6456742Z  2024-04-03T16:16:54.6456978Z  2024-04-03T16:16:54.6457224Z  2024-04-03T16:16:54.7179633Z  2024-04-03T16:16:54.7179939Z  2024-04-03T16:16:54.7180825Z [2,468 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:54.7182028Z Compiling caffe2/operators/flatten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:54.7182851Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.7183334Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.7184145Z Compiling caffe2/operators/key_split_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.7185122Z Compiling caffe2/operators/one_hot_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.7186216Z Compiling caffe2/operators/feature_maps_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.7187210Z Compiling caffe2/operators/numpy_tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.7188085Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:16:54.9186962Z 2024-04-03T16:16:54.9187697Z  2024-04-03T16:16:54.9188302Z  2024-04-03T16:16:54.9188755Z  2024-04-03T16:16:54.9189140Z  2024-04-03T16:16:54.9189648Z  2024-04-03T16:16:54.9190002Z  2024-04-03T16:16:54.9190236Z  2024-04-03T16:16:54.9190488Z  2024-04-03T16:16:54.9191314Z [2,469 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:54.9192339Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.9193016Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.9193926Z Compiling caffe2/operators/key_split_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.9195192Z Compiling caffe2/operators/one_hot_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.9196353Z Compiling caffe2/operators/feature_maps_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.9197448Z Compiling caffe2/operators/numpy_tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:54.9198386Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:54.9200037Z Compiling caffe2/operators/perplexity_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:16:55.9193245Z 2024-04-03T16:16:55.9193925Z  2024-04-03T16:16:55.9194347Z  2024-04-03T16:16:55.9194633Z  2024-04-03T16:16:55.9194949Z  2024-04-03T16:16:55.9195324Z  2024-04-03T16:16:55.9195584Z  2024-04-03T16:16:55.9195835Z  2024-04-03T16:16:55.9196100Z  2024-04-03T16:16:55.9197126Z [2,469 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:55.9198126Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:16:55.9198672Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:16:55.9199524Z Compiling caffe2/operators/key_split_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:55.9200540Z Compiling caffe2/operators/one_hot_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:55.9201617Z Compiling caffe2/operators/feature_maps_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:55.9202713Z Compiling caffe2/operators/numpy_tile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:55.9203512Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:16:55.9204575Z Compiling caffe2/operators/perplexity_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:56.9199453Z 2024-04-03T16:16:56.9200018Z  2024-04-03T16:16:56.9200400Z  2024-04-03T16:16:56.9200666Z  2024-04-03T16:16:56.9200920Z  2024-04-03T16:16:56.9201170Z  2024-04-03T16:16:56.9201406Z  2024-04-03T16:16:56.9201657Z  2024-04-03T16:16:56.9201893Z  2024-04-03T16:16:56.9467299Z [2,469 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:56.9468877Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:56.9469611Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:56.9470583Z Compiling caffe2/operators/key_split_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:56.9471715Z Compiling caffe2/operators/one_hot_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:56.9473398Z Compiling caffe2/operators/feature_maps_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:56.9474807Z Compiling caffe2/operators/numpy_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:56.9475927Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:56.9477043Z Compiling caffe2/operators/perplexity_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:16:57.3196444Z 2024-04-03T16:16:57.3197298Z  2024-04-03T16:16:57.3198156Z  2024-04-03T16:16:57.3200940Z  2024-04-03T16:16:57.3203723Z  2024-04-03T16:16:57.3206632Z  2024-04-03T16:16:57.3209350Z  2024-04-03T16:16:57.3212150Z  2024-04-03T16:16:57.3215033Z  2024-04-03T16:16:57.3218525Z [2,470 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:57.3220101Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:16:57.3221210Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:57.3222698Z Compiling caffe2/operators/key_split_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:57.3224518Z Compiling caffe2/operators/feature_maps_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:16:57.3226332Z Compiling caffe2/operators/numpy_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:16:57.3227814Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:57.3229250Z Compiling caffe2/operators/perplexity_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:57.3230784Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:16:57.5476109Z 2024-04-03T16:16:57.5476795Z  2024-04-03T16:16:57.5477174Z  2024-04-03T16:16:57.5477486Z  2024-04-03T16:16:57.5477725Z  2024-04-03T16:16:57.5477992Z  2024-04-03T16:16:57.5478242Z  2024-04-03T16:16:57.5478480Z  2024-04-03T16:16:57.5478733Z  2024-04-03T16:16:57.5479443Z [2,475 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:57.5694602Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:16:57.5695433Z Compiling caffe2/operators/perplexity_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:57.5696455Z Compiling caffe2/operators/text_file_reader.cc; 4s processwrapper-sandbox 2024-04-03T16:16:57.5697840Z Compiling caffe2/operators/stump_func_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.5699266Z Compiling caffe2/operators/utility_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.5700206Z Compiling caffe2/operators/softsign_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.5701647Z Compiling caffe2/operators/reduce_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.5702810Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:16:57.7700862Z 2024-04-03T16:16:57.7701557Z  2024-04-03T16:16:57.7701894Z  2024-04-03T16:16:57.7702145Z  2024-04-03T16:16:57.7702421Z  2024-04-03T16:16:57.7702675Z  2024-04-03T16:16:57.7702944Z  2024-04-03T16:16:57.7703197Z  2024-04-03T16:16:57.7703450Z  2024-04-03T16:16:57.7704142Z [2,476 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:16:57.7705144Z Compiling caffe2/operators/perplexity_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:57.7706043Z Compiling caffe2/operators/text_file_reader.cc; 5s processwrapper-sandbox 2024-04-03T16:16:57.7706904Z Compiling caffe2/operators/stump_func_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.7707748Z Compiling caffe2/operators/utility_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.8128115Z Compiling caffe2/operators/softsign_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.8129902Z Compiling caffe2/operators/reduce_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.8131321Z Compiling caffe2/operators/elementwise_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:57.8132742Z Compiling caffe2/operators/conv_op_eigen.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:58.0134587Z 2024-04-03T16:16:58.0135134Z  2024-04-03T16:16:58.0135451Z  2024-04-03T16:16:58.0135821Z  2024-04-03T16:16:58.0136142Z  2024-04-03T16:16:58.0136381Z  2024-04-03T16:16:58.0136632Z  2024-04-03T16:16:58.0136886Z  2024-04-03T16:16:58.0137117Z  2024-04-03T16:16:58.0137819Z [2,476 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:58.0138833Z Compiling caffe2/operators/perplexity_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:58.0139732Z Compiling caffe2/operators/text_file_reader.cc; 5s processwrapper-sandbox 2024-04-03T16:16:58.0140610Z Compiling caffe2/operators/stump_func_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.0141461Z Compiling caffe2/operators/utility_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.0142281Z Compiling caffe2/operators/softsign_op.cc; 3s processwrapper-sandbox 2024-04-03T16:16:58.0143113Z Compiling caffe2/operators/reduce_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:58.0143971Z Compiling caffe2/operators/elementwise_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:58.0144856Z Compiling caffe2/operators/conv_op_eigen.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:58.2886134Z 2024-04-03T16:16:58.2886986Z  2024-04-03T16:16:58.2887539Z  2024-04-03T16:16:58.2888013Z  2024-04-03T16:16:58.2888475Z  2024-04-03T16:16:58.2888948Z  2024-04-03T16:16:58.2889417Z  2024-04-03T16:16:58.2889862Z  2024-04-03T16:16:58.2890270Z  2024-04-03T16:16:58.2890985Z INFO: From Compiling caffe2/operators/text_file_reader.cc: 2024-04-03T16:16:58.2891798Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:16:58.2892396Z from ./caffe2/core/context.h:9, 2024-04-03T16:16:58.2893059Z from caffe2/operators/text_file_reader.cc:1: 2024-04-03T16:16:58.2895321Z caffe2/operators/text_file_reader.cc: In member function 'virtual bool caffe2::TextFileReaderReadOp::RunOnDevice()': 2024-04-03T16:16:58.2897884Z caffe2/operators/text_file_reader.cc:107:37: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] 2024-04-03T16:16:58.2899818Z 107 | instance->fieldTypes.size() == numFields, 2024-04-03T16:16:58.2900570Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-04-03T16:16:58.2901654Z [2,476 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:58.2902918Z Compiling caffe2/operators/perplexity_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:58.2904072Z Compiling caffe2/operators/text_file_reader.cc; 5s processwrapper-sandbox 2024-04-03T16:16:58.2905245Z Compiling caffe2/operators/stump_func_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.2906524Z Compiling caffe2/operators/utility_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.2907776Z Compiling caffe2/operators/softsign_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.2909082Z Compiling caffe2/operators/reduce_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:58.2910287Z Compiling caffe2/operators/elementwise_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:16:58.2911551Z Compiling caffe2/operators/conv_op_eigen.cc; 3s processwrapper-sandbox ... 2024-04-03T16:16:58.6290995Z 2024-04-03T16:16:58.6291624Z  2024-04-03T16:16:58.6292216Z  2024-04-03T16:16:58.6292619Z  2024-04-03T16:16:58.6292871Z  2024-04-03T16:16:58.6293113Z  2024-04-03T16:16:58.6867032Z  2024-04-03T16:16:58.6867707Z  2024-04-03T16:16:58.6868092Z  2024-04-03T16:16:58.6869149Z [2,478 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:58.6870697Z Compiling caffe2/operators/stump_func_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.6872395Z Compiling caffe2/operators/utility_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.6873601Z Compiling caffe2/operators/softsign_op.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.6874853Z Compiling caffe2/operators/reduce_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.6876143Z Compiling caffe2/operators/elementwise_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:16:58.6877424Z Compiling caffe2/operators/conv_op_eigen.cc; 3s processwrapper-sandbox 2024-04-03T16:16:58.6878392Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:16:58.6879131Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:16:59.6875309Z 2024-04-03T16:16:59.6875867Z  2024-04-03T16:16:59.6876335Z  2024-04-03T16:16:59.6876683Z  2024-04-03T16:16:59.6876936Z  2024-04-03T16:16:59.6877186Z  2024-04-03T16:16:59.6877418Z  2024-04-03T16:16:59.6877665Z  2024-04-03T16:16:59.6877896Z  2024-04-03T16:16:59.6878614Z [2,478 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:16:59.6879603Z Compiling caffe2/operators/stump_func_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:59.6880468Z Compiling caffe2/operators/utility_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:59.6881293Z Compiling caffe2/operators/softsign_op.cc; 5s processwrapper-sandbox 2024-04-03T16:16:59.6882123Z Compiling caffe2/operators/reduce_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:59.6882983Z Compiling caffe2/operators/elementwise_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:16:59.6883854Z Compiling caffe2/operators/conv_op_eigen.cc; 4s processwrapper-sandbox 2024-04-03T16:16:59.6884693Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:16:59.6885206Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:00.3922240Z 2024-04-03T16:17:00.3923066Z  2024-04-03T16:17:00.3923602Z  2024-04-03T16:17:00.3924076Z  2024-04-03T16:17:00.3927351Z  2024-04-03T16:17:00.3927790Z  2024-04-03T16:17:00.3928156Z  2024-04-03T16:17:00.3928432Z  2024-04-03T16:17:00.3928843Z  2024-04-03T16:17:00.3929787Z [2,479 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:00.3931086Z Compiling caffe2/operators/utility_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.3932527Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.3933912Z Compiling caffe2/operators/reduce_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.3935291Z Compiling caffe2/operators/elementwise_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:00.3936499Z Compiling caffe2/operators/conv_op_eigen.cc; 5s processwrapper-sandbox 2024-04-03T16:17:00.3937416Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:00.3938086Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:00.3938760Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:00.7268937Z 2024-04-03T16:17:00.7270060Z  2024-04-03T16:17:00.7270786Z  2024-04-03T16:17:00.7272366Z  2024-04-03T16:17:00.7272942Z  2024-04-03T16:17:00.7274383Z  2024-04-03T16:17:00.7274971Z  2024-04-03T16:17:00.7276395Z  2024-04-03T16:17:00.7276981Z  2024-04-03T16:17:00.7279267Z [2,479 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:00.7281559Z Compiling caffe2/operators/utility_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.7283246Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.7286423Z Compiling caffe2/operators/reduce_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.7288225Z Compiling caffe2/operators/elementwise_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.7291012Z Compiling caffe2/operators/conv_op_eigen.cc; 5s processwrapper-sandbox 2024-04-03T16:17:00.7292578Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:00.7294631Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:00.7295732Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:00.8327038Z 2024-04-03T16:17:00.8328012Z  2024-04-03T16:17:00.8328447Z  2024-04-03T16:17:00.8328785Z  2024-04-03T16:17:00.8329164Z  2024-04-03T16:17:00.8329516Z  2024-04-03T16:17:00.8329837Z  2024-04-03T16:17:00.8330178Z  2024-04-03T16:17:00.8330516Z  2024-04-03T16:17:00.8331230Z INFO: From Compiling caffe2/operators/utility_ops.cc: 2024-04-03T16:17:00.8333126Z caffe2/operators/utility_ops.cc: In member function 'bool caffe2::NanCheckOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:17:00.8336163Z caffe2/operators/utility_ops.cc:877:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:00.8337592Z 877 | for (size_t i = 0; i < Input(j).numel(); ++i) { 2024-04-03T16:17:00.8338098Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:00.8339295Z [2,479 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:00.8341092Z Compiling caffe2/operators/utility_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.8342691Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.8343880Z Compiling caffe2/operators/reduce_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.8345233Z Compiling caffe2/operators/elementwise_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.8346600Z Compiling caffe2/operators/conv_op_eigen.cc; 6s processwrapper-sandbox 2024-04-03T16:17:00.8347697Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:00.8348502Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:00.8349308Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:01.0719943Z 2024-04-03T16:17:01.0720932Z  2024-04-03T16:17:01.0721720Z  2024-04-03T16:17:01.0722403Z  2024-04-03T16:17:01.0723155Z  2024-04-03T16:17:01.0726665Z  2024-04-03T16:17:01.0727468Z  2024-04-03T16:17:01.0728059Z  2024-04-03T16:17:01.0728707Z  2024-04-03T16:17:01.0733012Z [2,482 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:01.0735447Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:01.0737318Z Compiling caffe2/operators/conv_op_eigen.cc; 6s processwrapper-sandbox 2024-04-03T16:17:01.0738991Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:01.0740914Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.0741959Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.0743098Z Compiling caffe2/operators/rowmul_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:01.0744252Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.0745560Z Compiling caffe2/operators/scale_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:01.0757185Z 2024-04-03T16:17:01.0758003Z  2024-04-03T16:17:01.0758810Z  2024-04-03T16:17:01.0759572Z  2024-04-03T16:17:01.0760387Z  2024-04-03T16:17:01.0763645Z  2024-04-03T16:17:01.0764312Z  2024-04-03T16:17:01.0765093Z  2024-04-03T16:17:01.0765833Z  2024-04-03T16:17:01.0769720Z INFO: From Compiling caffe2/operators/box_with_nms_limit_op.cc: 2024-04-03T16:17:01.0773531Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:17:01.0778076Z caffe2/operators/box_with_nms_limit_op.h:67:35: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:01.0780810Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:17:01.0784731Z caffe2/operators/box_with_nms_limit_op.cc:210:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:01.0786951Z 210 | for (int k = 0; k < cur_keep.size(); k++) { 2024-04-03T16:17:01.0787674Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:17:01.0789547Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:17:01.0793317Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::BoxWithNMSLimitOp; FirstType = int; Types = {float}; ExtraArgs = {}]' 2024-04-03T16:17:01.0798081Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::BoxWithNMSLimitOp; FirstType = int; Types = {float}; ExtraArgs = {}]' 2024-04-03T16:17:01.0801781Z caffe2/operators/box_with_nms_limit_op.h:65:59: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:01.0803518Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:17:01.0806215Z caffe2/operators/box_with_nms_limit_op.cc:210:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:01.0833596Z [2,482 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:01.0835636Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:01.0837213Z Compiling caffe2/operators/conv_op_eigen.cc; 6s processwrapper-sandbox 2024-04-03T16:17:01.0840292Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:01.0840845Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.0841336Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.0841993Z Compiling caffe2/operators/rowmul_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:01.0842629Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.0843301Z Compiling caffe2/operators/scale_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:01.3273455Z 2024-04-03T16:17:01.3274355Z  2024-04-03T16:17:01.3274927Z  2024-04-03T16:17:01.3275213Z  2024-04-03T16:17:01.3275469Z  2024-04-03T16:17:01.3275720Z  2024-04-03T16:17:01.3275952Z  2024-04-03T16:17:01.3276201Z  2024-04-03T16:17:01.3276515Z  2024-04-03T16:17:01.3277424Z [2,484 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:01.3278695Z Compiling caffe2/operators/conv_op_eigen.cc; 6s processwrapper-sandbox 2024-04-03T16:17:01.3279513Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.3280023Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.3281021Z Compiling caffe2/operators/rowmul_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:01.3281812Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:01.3282472Z Compiling caffe2/operators/scale_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:01.3283479Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 3s processwrapper-sandbox 2024-04-03T16:17:01.3284920Z Compiling caffe2/operators/sigmoid_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:01.5715281Z 2024-04-03T16:17:01.5715982Z  2024-04-03T16:17:01.5716409Z  2024-04-03T16:17:01.5716802Z  2024-04-03T16:17:01.5717162Z  2024-04-03T16:17:01.5717489Z  2024-04-03T16:17:01.5717878Z  2024-04-03T16:17:01.5718180Z  2024-04-03T16:17:01.5718460Z  2024-04-03T16:17:01.5720335Z [2,485 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:01.5721571Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:01.5722317Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:01.5723321Z Compiling caffe2/operators/rowmul_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.5724061Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:01.5725038Z Compiling caffe2/operators/scale_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.5726187Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.5727376Z Compiling caffe2/operators/sigmoid_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:01.5728342Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:01.9277544Z 2024-04-03T16:17:01.9278105Z  2024-04-03T16:17:01.9278409Z  2024-04-03T16:17:01.9278684Z  2024-04-03T16:17:01.9278936Z  2024-04-03T16:17:01.9279196Z  2024-04-03T16:17:01.9279441Z  2024-04-03T16:17:01.9279684Z  2024-04-03T16:17:01.9279916Z  2024-04-03T16:17:01.9280614Z [2,485 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:01.9281412Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:01.9281892Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:01.9282548Z Compiling caffe2/operators/rowmul_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.9283189Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:01.9283822Z Compiling caffe2/operators/scale_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.9285046Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.9285889Z Compiling caffe2/operators/sigmoid_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:01.9286559Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:02.9493752Z 2024-04-03T16:17:02.9784744Z  2024-04-03T16:17:02.9785210Z  2024-04-03T16:17:02.9785606Z  2024-04-03T16:17:02.9786017Z  2024-04-03T16:17:02.9786398Z  2024-04-03T16:17:02.9786740Z  2024-04-03T16:17:02.9787119Z  2024-04-03T16:17:02.9787466Z  2024-04-03T16:17:02.9788464Z [2,485 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:02.9789533Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:02.9790254Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:02.9791207Z Compiling caffe2/operators/rowmul_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:02.9792145Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:02.9793063Z Compiling caffe2/operators/scale_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:02.9794214Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 5s processwrapper-sandbox 2024-04-03T16:17:02.9795441Z Compiling caffe2/operators/sigmoid_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:02.9796372Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:03.6964254Z 2024-04-03T16:17:03.6965166Z  2024-04-03T16:17:03.6965797Z  2024-04-03T16:17:03.6966191Z  2024-04-03T16:17:03.6966503Z  2024-04-03T16:17:03.6966803Z  2024-04-03T16:17:03.6967145Z  2024-04-03T16:17:03.6967486Z  2024-04-03T16:17:03.6967809Z  2024-04-03T16:17:03.6968721Z [2,486 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:03.6969826Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:03.6970520Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:03.6972336Z Compiling caffe2/operators/rowmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:03.6973553Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:03.6974552Z Compiling caffe2/operators/scale_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:03.6975565Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 6s processwrapper-sandbox 2024-04-03T16:17:03.6976967Z Compiling caffe2/operators/sigmoid_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:03.6977833Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:17:03.9797640Z 2024-04-03T16:17:03.9798175Z  2024-04-03T16:17:03.9798587Z  2024-04-03T16:17:03.9798922Z  2024-04-03T16:17:03.9799238Z  2024-04-03T16:17:03.9799580Z  2024-04-03T16:17:03.9799843Z  2024-04-03T16:17:03.9800168Z  2024-04-03T16:17:03.9800507Z  2024-04-03T16:17:03.9801416Z [2,487 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:17:03.9802513Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:03.9803134Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:03.9803965Z Compiling caffe2/operators/rowmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:03.9804922Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:03.9805770Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 6s processwrapper-sandbox 2024-04-03T16:17:03.9806823Z Compiling caffe2/operators/sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:03.9807607Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:03.9808225Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:04.1801540Z 2024-04-03T16:17:04.1802244Z  2024-04-03T16:17:04.1802758Z  2024-04-03T16:17:04.1803205Z  2024-04-03T16:17:04.1804133Z  2024-04-03T16:17:04.1804557Z  2024-04-03T16:17:04.1804814Z  2024-04-03T16:17:04.1805074Z  2024-04-03T16:17:04.1805305Z  2024-04-03T16:17:04.1806029Z [2,491 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:04.1807073Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:04.1808218Z Compiling caffe2/operators/sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:04.1821732Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:04.1824388Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.1825210Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.1826311Z Compiling caffe2/operators/stylizer_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:04.1827408Z Compiling caffe2/operators/conditional_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:04.1828223Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:04.4170132Z 2024-04-03T16:17:04.4170864Z  2024-04-03T16:17:04.4171343Z  2024-04-03T16:17:04.4171755Z  2024-04-03T16:17:04.4172139Z  2024-04-03T16:17:04.4172549Z  2024-04-03T16:17:04.4172970Z  2024-04-03T16:17:04.4173357Z  2024-04-03T16:17:04.4173783Z  2024-04-03T16:17:04.4175054Z [2,493 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:04.4176340Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:04.4177066Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:04.4177577Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.4178595Z Compiling caffe2/operators/stylizer_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:04.4180143Z Compiling caffe2/operators/conditional_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:04.4181301Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.4182128Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.4182758Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:04.7807128Z 2024-04-03T16:17:04.7807732Z  2024-04-03T16:17:04.7808314Z  2024-04-03T16:17:04.7808771Z  2024-04-03T16:17:04.7809027Z  2024-04-03T16:17:04.7809272Z  2024-04-03T16:17:04.8067027Z  2024-04-03T16:17:04.8067591Z  2024-04-03T16:17:04.8067860Z  2024-04-03T16:17:04.8068640Z [2,493 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:04.8069831Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:04.8071470Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:04.8072011Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.8072821Z Compiling caffe2/operators/stylizer_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:04.8074139Z Compiling caffe2/operators/conditional_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:04.8075235Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.8076093Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:04.8076893Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:05.0072506Z 2024-04-03T16:17:05.0073272Z  2024-04-03T16:17:05.0073869Z  2024-04-03T16:17:05.0074175Z  2024-04-03T16:17:05.0074434Z  2024-04-03T16:17:05.0074683Z  2024-04-03T16:17:05.0074927Z  2024-04-03T16:17:05.0075156Z  2024-04-03T16:17:05.0075398Z  2024-04-03T16:17:05.0076096Z [2,494 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:05.0076890Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.0077379Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.0078046Z Compiling caffe2/operators/stylizer_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:05.0078898Z Compiling caffe2/operators/conditional_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:05.0079581Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:05.0080064Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:05.0080527Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:05.0081019Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:17:05.5948711Z 2024-04-03T16:17:05.5949418Z  2024-04-03T16:17:05.5949845Z  2024-04-03T16:17:05.5950355Z  2024-04-03T16:17:05.5950736Z  2024-04-03T16:17:05.5950985Z  2024-04-03T16:17:05.5951229Z  2024-04-03T16:17:05.5951459Z  2024-04-03T16:17:05.5951701Z  2024-04-03T16:17:05.5952399Z [2,495 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:05.5994162Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.5994952Z Compiling caffe2/operators/stylizer_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:05.5995989Z Compiling caffe2/operators/conditional_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:05.5996809Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.5997316Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.5997928Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.5998399Z //:caffe2; 1s processwrapper-sandbox 2024-04-03T16:17:05.5999188Z Compiling caffe2/operators/log_op.cc; 1s processwrapper-sandbox ... 2024-04-03T16:17:05.8187075Z 2024-04-03T16:17:05.8187801Z  2024-04-03T16:17:05.8188323Z  2024-04-03T16:17:05.8188794Z  2024-04-03T16:17:05.8189049Z  2024-04-03T16:17:05.8189282Z  2024-04-03T16:17:05.8189529Z  2024-04-03T16:17:05.8189772Z  2024-04-03T16:17:05.8190020Z  2024-04-03T16:17:05.8190717Z [2,495 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:05.8191508Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.8192181Z Compiling caffe2/operators/stylizer_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:05.8193046Z Compiling caffe2/operators/conditional_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:05.8193728Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.8194198Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.8194679Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:05.8616542Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:05.8617762Z Compiling caffe2/operators/log_op.cc; 1s processwrapper-sandbox ... 2024-04-03T16:17:06.8627660Z 2024-04-03T16:17:06.8628352Z  2024-04-03T16:17:06.8628822Z  2024-04-03T16:17:06.8629378Z  2024-04-03T16:17:06.8629790Z  2024-04-03T16:17:06.8631293Z  2024-04-03T16:17:06.8631744Z  2024-04-03T16:17:06.8632207Z  2024-04-03T16:17:06.8632644Z  2024-04-03T16:17:06.8633870Z [2,495 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:06.8635339Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:06.8636491Z Compiling caffe2/operators/stylizer_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:06.8637671Z Compiling caffe2/operators/conditional_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:06.8638683Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:06.8639458Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:06.8640159Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:06.8640862Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:06.8641839Z Compiling caffe2/operators/log_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:17:07.5800454Z 2024-04-03T16:17:07.5801158Z  2024-04-03T16:17:07.5801729Z  2024-04-03T16:17:07.5802210Z  2024-04-03T16:17:07.5802667Z  2024-04-03T16:17:07.5803117Z  2024-04-03T16:17:07.5803553Z  2024-04-03T16:17:07.5803995Z  2024-04-03T16:17:07.5804582Z  2024-04-03T16:17:07.5805859Z [2,496 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:07.5807701Z Compiling caffe2/operators/stylizer_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:07.5809355Z Compiling caffe2/operators/conditional_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:07.5810611Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:07.5811527Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:07.5812415Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:07.5813293Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:07.5814548Z Compiling caffe2/operators/log_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:07.5816133Z Compiling caffe2/opt/onnxifi_transformer.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:07.8409427Z 2024-04-03T16:17:07.8410057Z  2024-04-03T16:17:07.8410544Z  2024-04-03T16:17:07.8410948Z  2024-04-03T16:17:07.8411366Z  2024-04-03T16:17:07.8411795Z  2024-04-03T16:17:07.8412202Z  2024-04-03T16:17:07.8412623Z  2024-04-03T16:17:07.8413041Z  2024-04-03T16:17:07.8414142Z [2,498 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:07.8415500Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:07.8416279Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:07.8417071Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:07.8418041Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:07.8419039Z Compiling caffe2/operators/log_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:07.8420367Z Compiling caffe2/opt/onnxifi_transformer.cc; 3s processwrapper-sandbox 2024-04-03T16:17:07.8421369Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:07.8422313Z Compiling caffe2/operators/tan_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:08.0633463Z 2024-04-03T16:17:08.0634011Z  2024-04-03T16:17:08.0634319Z  2024-04-03T16:17:08.0634592Z  2024-04-03T16:17:08.0634840Z  2024-04-03T16:17:08.0635077Z  2024-04-03T16:17:08.0635323Z  2024-04-03T16:17:08.0643600Z  2024-04-03T16:17:08.0643973Z  2024-04-03T16:17:08.0644863Z [2,500 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:08.0645668Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:08.0695456Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:08.0696572Z Compiling caffe2/operators/log_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:08.0697896Z Compiling caffe2/opt/onnxifi_transformer.cc; 3s processwrapper-sandbox 2024-04-03T16:17:08.0698979Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:08.0700177Z Compiling caffe2/operators/tan_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:08.0701352Z Compiling caffe2/opt/distributed.cc; 3s processwrapper-sandbox 2024-04-03T16:17:08.0702304Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:08.2709536Z 2024-04-03T16:17:08.2710252Z  2024-04-03T16:17:08.2710754Z  2024-04-03T16:17:08.2711182Z  2024-04-03T16:17:08.2711587Z  2024-04-03T16:17:08.2712010Z  2024-04-03T16:17:08.2712429Z  2024-04-03T16:17:08.2712848Z  2024-04-03T16:17:08.2713256Z  2024-04-03T16:17:08.2714451Z [2,501 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:08.2715802Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:08.2716895Z Compiling caffe2/operators/log_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:08.2718353Z Compiling caffe2/opt/onnxifi_transformer.cc; 4s processwrapper-sandbox 2024-04-03T16:17:08.2719543Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:08.2720666Z Compiling caffe2/operators/tan_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:08.2722054Z Compiling caffe2/opt/distributed.cc; 4s processwrapper-sandbox 2024-04-03T16:17:08.2723338Z Compiling caffe2/operators/zero_gradient_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:08.2724734Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:09.2709960Z 2024-04-03T16:17:09.2710529Z  2024-04-03T16:17:09.2710855Z  2024-04-03T16:17:09.2711098Z  2024-04-03T16:17:09.2711401Z  2024-04-03T16:17:09.2712389Z  2024-04-03T16:17:09.2712697Z  2024-04-03T16:17:09.2713093Z  2024-04-03T16:17:09.2713525Z  2024-04-03T16:17:09.2714387Z [2,501 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:09.2715547Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:09.2716465Z Compiling caffe2/operators/log_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.2717922Z Compiling caffe2/opt/onnxifi_transformer.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.2718962Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:09.2719899Z Compiling caffe2/operators/tan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.2721051Z Compiling caffe2/opt/distributed.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.2722366Z Compiling caffe2/operators/zero_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:09.2723378Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:09.7399519Z 2024-04-03T16:17:09.7400203Z  2024-04-03T16:17:09.7400790Z  2024-04-03T16:17:09.7401117Z  2024-04-03T16:17:09.7401448Z  2024-04-03T16:17:09.7401700Z  2024-04-03T16:17:09.7401933Z  2024-04-03T16:17:09.7402184Z  2024-04-03T16:17:09.7402542Z  2024-04-03T16:17:09.7403300Z [2,502 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:09.7404539Z Compiling caffe2/operators/log_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.7405486Z Compiling caffe2/opt/onnxifi_transformer.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.7406281Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:09.7407023Z Compiling caffe2/operators/tan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.7407842Z Compiling caffe2/opt/distributed.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.7408744Z Compiling caffe2/operators/zero_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.7411616Z Compiling caffe2/operators/concat_split_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:09.7412473Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:10.0723566Z 2024-04-03T16:17:10.0724268Z  2024-04-03T16:17:10.0725001Z  2024-04-03T16:17:10.0725538Z  2024-04-03T16:17:10.0725966Z  2024-04-03T16:17:10.0726452Z  2024-04-03T16:17:10.0726842Z  2024-04-03T16:17:10.0727645Z  2024-04-03T16:17:10.0727950Z  2024-04-03T16:17:10.0728820Z [2,503 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:10.0730086Z Compiling caffe2/operators/log_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:10.0731256Z Compiling caffe2/opt/onnxifi_transformer.cc; 5s processwrapper-sandbox 2024-04-03T16:17:10.0732460Z Compiling caffe2/operators/tan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:10.0733566Z Compiling caffe2/opt/distributed.cc; 5s processwrapper-sandbox 2024-04-03T16:17:10.0734817Z Compiling caffe2/operators/zero_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:10.0736091Z Compiling caffe2/operators/concat_split_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:10.0737089Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:10.0737838Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:10.5347881Z 2024-04-03T16:17:10.5348955Z  2024-04-03T16:17:10.5349488Z  2024-04-03T16:17:10.5349992Z  2024-04-03T16:17:10.5350278Z  2024-04-03T16:17:10.5350544Z  2024-04-03T16:17:10.5350915Z  2024-04-03T16:17:10.5351262Z  2024-04-03T16:17:10.5351624Z  2024-04-03T16:17:10.5352621Z [2,504 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:10.5353953Z Compiling caffe2/operators/log_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.5354992Z Compiling caffe2/opt/onnxifi_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.5356090Z Compiling caffe2/operators/tan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.5357272Z Compiling caffe2/operators/zero_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.5358261Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.5359213Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:10.5360372Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:10.5360984Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:10.7552539Z 2024-04-03T16:17:10.7553237Z  2024-04-03T16:17:10.7553859Z  2024-04-03T16:17:10.7554249Z  2024-04-03T16:17:10.7554530Z  2024-04-03T16:17:10.7554776Z  2024-04-03T16:17:10.7555008Z  2024-04-03T16:17:10.7555254Z  2024-04-03T16:17:10.7555484Z  2024-04-03T16:17:10.7556447Z [2,505 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:10.7557891Z Compiling caffe2/operators/log_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.7559127Z Compiling caffe2/opt/onnxifi_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.7560386Z Compiling caffe2/operators/tan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.7561648Z Compiling caffe2/operators/zero_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.7562977Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:10.7564085Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:10.7565034Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:10.7565874Z Compiling caffe2/onnx/helper.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:11.0731372Z 2024-04-03T16:17:11.0732350Z  2024-04-03T16:17:11.0732914Z  2024-04-03T16:17:11.0733310Z  2024-04-03T16:17:11.0733587Z  2024-04-03T16:17:11.0733823Z  2024-04-03T16:17:11.0734070Z  2024-04-03T16:17:11.0734478Z  2024-04-03T16:17:11.0734749Z  2024-04-03T16:17:11.0737163Z [2,505 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:11.0738335Z Compiling caffe2/operators/log_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.0739306Z Compiling caffe2/opt/onnxifi_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.0740250Z Compiling caffe2/operators/tan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.0741921Z Compiling caffe2/operators/zero_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.0742908Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.0743655Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:11.0744153Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:11.0744912Z Compiling caffe2/onnx/helper.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:11.4129356Z 2024-04-03T16:17:11.4129971Z  2024-04-03T16:17:11.4130438Z  2024-04-03T16:17:11.4130837Z  2024-04-03T16:17:11.4131211Z  2024-04-03T16:17:11.4131617Z  2024-04-03T16:17:11.4132012Z  2024-04-03T16:17:11.4132340Z  2024-04-03T16:17:11.4132703Z  2024-04-03T16:17:11.4133772Z [2,506 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:11.4135306Z Compiling caffe2/operators/log_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.4136614Z Compiling caffe2/opt/onnxifi_transformer.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.4137908Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.4139223Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.4140256Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:11.4141029Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:11.4141881Z Compiling caffe2/onnx/helper.cc; 3s processwrapper-sandbox 2024-04-03T16:17:11.4143057Z Compiling caffe2/operators/tile_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:11.4143831Z 2024-04-03T16:17:11.4144010Z  2024-04-03T16:17:11.4144393Z  2024-04-03T16:17:11.4144743Z  2024-04-03T16:17:11.4145132Z  2024-04-03T16:17:11.4145528Z  2024-04-03T16:17:11.4145852Z  2024-04-03T16:17:11.4146099Z  2024-04-03T16:17:11.4146406Z  2024-04-03T16:17:11.4147215Z INFO: From Compiling caffe2/opt/onnxifi_transformer.cc: 2024-04-03T16:17:11.4149544Z caffe2/opt/onnxifi_transformer.cc: In function 'void caffe2::{anonymous}::mergeFp32InputsAndConvertToFp16(size_t, const std::unordered_set >&, caffe2::NetDef*, caffe2::ShapeInfoMap*)': 2024-04-03T16:17:11.4152219Z caffe2/opt/onnxifi_transformer.cc:266:34: warning: comparison of integer expressions of different signedness: 'google::protobuf::int64' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:11.4153695Z 266 | shape_info.shape.dims(0) != batch_size) { 2024-04-03T16:17:11.4154269Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:17:11.4156883Z caffe2/opt/onnxifi_transformer.cc: In member function 'caffe2::NetDef caffe2::OnnxifiTransformer::SubnetToOnnxifiOpViaC2(const caffe2::NetDef&, const std::unordered_set >&, const ShapeInfoMap&, const std::unordered_map, caffe2::ShapeInfo> >&)': 2024-04-03T16:17:11.4160773Z caffe2/opt/onnxifi_transformer.cc:735:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:17:11.4162468Z 735 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:17:11.4163046Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:17:11.4167220Z caffe2/opt/onnxifi_transformer.cc: In member function 'caffe2::NetDef caffe2::OnnxifiTransformer::SubnetToOnnxifiOpViaOnnx(const caffe2::NetDef&, const std::unordered_set >&, caffe2::Workspace*, caffe2::onnx::OnnxExporter*, caffe2::ShapeInfoMap*, const std::unordered_map, caffe2::ShapeInfo> >&)': 2024-04-03T16:17:11.4171718Z caffe2/opt/onnxifi_transformer.cc:868:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:17:11.4173150Z 868 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:17:11.4173761Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:17:11.4175079Z caffe2/opt/onnxifi_transformer.cc: In member function 'std::vector caffe2::OnnxifiTransformer::getBackendId()': 2024-04-03T16:17:11.4177374Z caffe2/opt/onnxifi_transformer.cc:1273:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:11.4179132Z 1273 | for (int i = 0; i < backend_ids_.size(); ++i) { 2024-04-03T16:17:11.4179850Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:11.4181050Z [2,506 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:11.4182258Z Compiling caffe2/operators/log_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.4183355Z Compiling caffe2/opt/onnxifi_transformer.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.4184491Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.4185585Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:11.4186561Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:11.4187216Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:11.4188019Z Compiling caffe2/onnx/helper.cc; 3s processwrapper-sandbox 2024-04-03T16:17:11.4188981Z Compiling caffe2/operators/tile_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:11.6340901Z 2024-04-03T16:17:11.6341557Z  2024-04-03T16:17:11.6341966Z  2024-04-03T16:17:11.6342353Z  2024-04-03T16:17:11.6342885Z  2024-04-03T16:17:11.6343263Z  2024-04-03T16:17:11.6343666Z  2024-04-03T16:17:11.6344126Z  2024-04-03T16:17:11.6344603Z  2024-04-03T16:17:11.6345564Z INFO: From Compiling caffe2/operators/concat_split_op.cc: 2024-04-03T16:17:11.6347816Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::{anonymous}::TensorInferenceForSplit(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:17:11.6352125Z caffe2/operators/concat_split_op.cc:66:27: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare] 2024-04-03T16:17:11.6354294Z 66 | } else if (split.size() != output_size) { 2024-04-03T16:17:11.6355036Z | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:17:11.6356718Z caffe2/operators/concat_split_op.cc: In function 'caffe2::OpSchema::Cost caffe2::CostInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:17:11.6360120Z caffe2/operators/concat_split_op.cc:326:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:11.6362246Z 326 | for (int i = 0; i < in.size(); ++i) { 2024-04-03T16:17:11.6362901Z | ~~^~~~~~~~~~~ 2024-04-03T16:17:11.6365115Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::TensorInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:17:11.6368777Z caffe2/operators/concat_split_op.cc:378:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:11.6370845Z 378 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:17:11.6371869Z | ~~^~~~~~~~~~~ 2024-04-03T16:17:11.6374353Z caffe2/operators/concat_split_op.cc:399:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:11.6376416Z 399 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:17:11.6377522Z | ~~^~~~~~~~~~~ 2024-04-03T16:17:11.6379784Z caffe2/operators/concat_split_op.cc:427:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:11.6381772Z 427 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:17:11.6382427Z | ~~^~~~~~~~~~~ 2024-04-03T16:17:11.6383643Z [2,507 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:11.6385004Z Compiling caffe2/operators/log_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.6386203Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.6387498Z Compiling caffe2/operators/concat_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.6388553Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:11.6389333Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:11.6390199Z Compiling caffe2/onnx/helper.cc; 3s processwrapper-sandbox 2024-04-03T16:17:11.6391358Z Compiling caffe2/operators/tile_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:11.6392660Z Compiling caffe2/opt/optimize_ideep.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:11.8738119Z 2024-04-03T16:17:11.8743049Z  2024-04-03T16:17:11.8743663Z  2024-04-03T16:17:11.8744126Z  2024-04-03T16:17:11.8744537Z  2024-04-03T16:17:11.8744993Z  2024-04-03T16:17:11.8745405Z  2024-04-03T16:17:11.8745792Z  2024-04-03T16:17:11.8746176Z  2024-04-03T16:17:11.8747284Z [2,508 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:11.8748430Z Compiling caffe2/operators/log_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.8749561Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:11.8751303Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:11.8752037Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:11.8752852Z Compiling caffe2/onnx/helper.cc; 4s processwrapper-sandbox 2024-04-03T16:17:11.8753907Z Compiling caffe2/operators/tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:11.8755012Z Compiling caffe2/opt/optimize_ideep.cc; 3s processwrapper-sandbox 2024-04-03T16:17:11.8755945Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:12.2020622Z 2024-04-03T16:17:12.2021542Z  2024-04-03T16:17:12.2022100Z  2024-04-03T16:17:12.2022577Z  2024-04-03T16:17:12.2023053Z  2024-04-03T16:17:12.2023532Z  2024-04-03T16:17:12.2024011Z  2024-04-03T16:17:12.2024457Z  2024-04-03T16:17:12.2024692Z  2024-04-03T16:17:12.2025399Z [2,511 / 3,412] 3 / 26 tests; 14 actions, 13 running; last test: ...base_tests 2024-04-03T16:17:12.2026222Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:12.2026925Z Compiling caffe2/onnx/helper.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.2027750Z Compiling caffe2/operators/tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.2028572Z Compiling caffe2/opt/optimize_ideep.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.2029280Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:12.2030034Z Compiling caffe2/operators/listwise_l2r_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.2031021Z Compiling caffe2/opt/onnxifi_op.cc; 2s processwrapper-sandbox 2024-04-03T16:17:12.2031734Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:12.4742618Z 2024-04-03T16:17:12.4743365Z  2024-04-03T16:17:12.4776340Z  2024-04-03T16:17:12.4776818Z  2024-04-03T16:17:12.4777058Z  2024-04-03T16:17:12.4777312Z  2024-04-03T16:17:12.4777592Z  2024-04-03T16:17:12.4777968Z  2024-04-03T16:17:12.4778326Z  2024-04-03T16:17:12.4779297Z [2,511 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:12.4781277Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:12.4782198Z Compiling caffe2/onnx/helper.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.4783347Z Compiling caffe2/operators/tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.4784548Z Compiling caffe2/opt/optimize_ideep.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.4785523Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:12.4786548Z Compiling caffe2/operators/listwise_l2r_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:12.4787733Z Compiling caffe2/opt/onnxifi_op.cc; 2s processwrapper-sandbox 2024-04-03T16:17:12.4788701Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:13.4786291Z 2024-04-03T16:17:13.4786882Z  2024-04-03T16:17:13.4787319Z  2024-04-03T16:17:13.4787665Z  2024-04-03T16:17:13.4787920Z  2024-04-03T16:17:13.4788154Z  2024-04-03T16:17:13.4788466Z  2024-04-03T16:17:13.4788699Z  2024-04-03T16:17:13.4788941Z  2024-04-03T16:17:13.4789685Z [2,511 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:13.4790474Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:13.4791083Z Compiling caffe2/onnx/helper.cc; 5s processwrapper-sandbox 2024-04-03T16:17:13.4791831Z Compiling caffe2/operators/tile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:13.4792625Z Compiling caffe2/opt/optimize_ideep.cc; 5s processwrapper-sandbox 2024-04-03T16:17:13.4793256Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:13.4793999Z Compiling caffe2/operators/listwise_l2r_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:13.4794894Z Compiling caffe2/opt/onnxifi_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:13.4795597Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:14.4792480Z 2024-04-03T16:17:14.4793285Z  2024-04-03T16:17:14.4864277Z  2024-04-03T16:17:14.4864834Z  2024-04-03T16:17:14.4865310Z  2024-04-03T16:17:14.4865911Z  2024-04-03T16:17:14.4866363Z  2024-04-03T16:17:14.4866802Z  2024-04-03T16:17:14.4867237Z  2024-04-03T16:17:14.4868671Z [2,511 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:14.4870214Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:14.4871540Z Compiling caffe2/onnx/helper.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.4873008Z Compiling caffe2/operators/tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.4874604Z Compiling caffe2/opt/optimize_ideep.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.4875912Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:14.4877197Z Compiling caffe2/operators/listwise_l2r_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.4878655Z Compiling caffe2/opt/onnxifi_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:14.4879809Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:14.6870398Z 2024-04-03T16:17:14.6871313Z  2024-04-03T16:17:14.6871789Z  2024-04-03T16:17:14.6872050Z  2024-04-03T16:17:14.6872302Z  2024-04-03T16:17:14.6872547Z  2024-04-03T16:17:14.6872778Z  2024-04-03T16:17:14.6873019Z  2024-04-03T16:17:14.6873264Z  2024-04-03T16:17:14.6873956Z [2,513 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:14.6874902Z Compiling caffe2/operators/tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.7021902Z Compiling caffe2/opt/optimize_ideep.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.7023053Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:14.7024011Z Compiling caffe2/operators/listwise_l2r_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.7025116Z Compiling caffe2/opt/onnxifi_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:14.7025941Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:14.7026800Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:14.7027478Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:14.8962057Z 2024-04-03T16:17:14.8962781Z  2024-04-03T16:17:14.8963140Z  2024-04-03T16:17:14.8963442Z  2024-04-03T16:17:14.8963838Z  2024-04-03T16:17:14.8964148Z  2024-04-03T16:17:14.8964872Z  2024-04-03T16:17:14.8965171Z  2024-04-03T16:17:14.8965531Z  2024-04-03T16:17:14.8966388Z [2,514 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:14.8967539Z Compiling caffe2/operators/tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:14.8968568Z Compiling caffe2/opt/optimize_ideep.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.8969420Z Compiling caffe2/operators/listwise_l2r_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:14.8970336Z Compiling caffe2/opt/onnxifi_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:14.8971048Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:14.8971548Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:14.8972124Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:14.8972697Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:15.1030147Z 2024-04-03T16:17:15.1030714Z  2024-04-03T16:17:15.1031025Z  2024-04-03T16:17:15.1031303Z  2024-04-03T16:17:15.1031557Z  2024-04-03T16:17:15.1031793Z  2024-04-03T16:17:15.1032044Z  2024-04-03T16:17:15.1032296Z  2024-04-03T16:17:15.1032531Z  2024-04-03T16:17:15.1033256Z [2,514 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:15.1034215Z Compiling caffe2/operators/tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:15.1035014Z Compiling caffe2/opt/optimize_ideep.cc; 7s processwrapper-sandbox 2024-04-03T16:17:15.1035853Z Compiling caffe2/operators/listwise_l2r_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:15.1126319Z Compiling caffe2/opt/onnxifi_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:15.1127038Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:15.1127692Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:15.1128489Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:15.1129426Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:15.3036287Z 2024-04-03T16:17:15.3037008Z  2024-04-03T16:17:15.3037509Z  2024-04-03T16:17:15.3038038Z  2024-04-03T16:17:15.3038481Z  2024-04-03T16:17:15.3038844Z  2024-04-03T16:17:15.3039237Z  2024-04-03T16:17:15.3039659Z  2024-04-03T16:17:15.3040063Z  2024-04-03T16:17:15.3040833Z INFO: From Compiling caffe2/opt/optimize_ideep.cc: 2024-04-03T16:17:15.3042869Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::removeStopGradientForInference(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:17:15.3046851Z caffe2/opt/optimize_ideep.cc:177:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:15.3049564Z 177 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:17:15.3050306Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:17:15.3051828Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvBNAndAffCh(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:17:15.3056360Z caffe2/opt/optimize_ideep.cc:247:32: warning: comparison of integer expressions of different signedness: 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:17:15.3059242Z 247 | if (bnOrAffChInputs.size() < numInputs) { 2024-04-03T16:17:15.3060175Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:17:15.3061719Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvSum(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:17:15.3065484Z caffe2/opt/optimize_ideep.cc:419:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:15.3068446Z 419 | for (int idx = conv_idx + 1; idx < allNodes.size() - 1; ++idx) { 2024-04-03T16:17:15.3069351Z | ~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:15.3071006Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseOrderSwitchToQuantizeOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:17:15.3074761Z caffe2/opt/optimize_ideep.cc:663:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:15.3077501Z 663 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:17:15.3078256Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:17:15.3079744Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fusePreConvertOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:17:15.3083310Z caffe2/opt/optimize_ideep.cc:744:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:15.3086288Z 744 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:17:15.3086974Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:17:15.3089507Z caffe2/opt/optimize_ideep.cc:771:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:15.3091687Z 771 | for (int j = 0; j < op_list.size(); j++) { 2024-04-03T16:17:15.3092372Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:17:15.3093813Z caffe2/opt/optimize_ideep.cc: In function 'void caffe2::opt::setPoolingInferenceMode(nom::repr::NNModule*)': 2024-04-03T16:17:15.3097564Z caffe2/opt/optimize_ideep.cc:833:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >*, std::allocator >*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:15.3100314Z 833 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:17:15.3101066Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:17:15.3102267Z [2,515 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:15.3103707Z Compiling caffe2/opt/optimize_ideep.cc; 7s processwrapper-sandbox 2024-04-03T16:17:15.3105020Z Compiling caffe2/operators/listwise_l2r_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:15.3106349Z Compiling caffe2/opt/onnxifi_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:15.3107342Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:15.3108044Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:15.3108791Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:15.3110108Z Compiling caffe2/ideep/operators/queue_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:15.3111165Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:15.5132793Z 2024-04-03T16:17:15.5133352Z  2024-04-03T16:17:15.5133661Z  2024-04-03T16:17:15.5133928Z  2024-04-03T16:17:15.5134325Z  2024-04-03T16:17:15.5371755Z  2024-04-03T16:17:15.5372017Z  2024-04-03T16:17:15.5372261Z  2024-04-03T16:17:15.5372529Z  2024-04-03T16:17:15.5373272Z [2,517 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:15.5374342Z Compiling caffe2/opt/onnxifi_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:15.5374958Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:15.5375483Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:15.5375961Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:15.5376632Z Compiling caffe2/ideep/operators/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:15.5377564Z Compiling caffe2/predictor/predictor_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:17:15.5378580Z Compiling caffe2/ideep/operators/utility_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:15.5379285Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:15.9030148Z 2024-04-03T16:17:15.9030919Z  2024-04-03T16:17:15.9031442Z  2024-04-03T16:17:15.9031970Z  2024-04-03T16:17:15.9032261Z  2024-04-03T16:17:15.9032507Z  2024-04-03T16:17:15.9032748Z  2024-04-03T16:17:15.9032979Z  2024-04-03T16:17:15.9033221Z  2024-04-03T16:17:15.9033905Z [2,518 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:15.9034834Z Compiling caffe2/opt/onnxifi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:15.9035456Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:15.9035940Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:15.9036632Z Compiling caffe2/ideep/operators/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:15.9037925Z Compiling caffe2/predictor/predictor_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:17:15.9038955Z Compiling caffe2/ideep/operators/utility_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:15.9039955Z Compiling caffe2/operators/rmac_regions_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:15.9041849Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:16.1379639Z 2024-04-03T16:17:16.1380162Z  2024-04-03T16:17:16.1380539Z  2024-04-03T16:17:16.1380853Z  2024-04-03T16:17:16.1381142Z  2024-04-03T16:17:16.1381390Z  2024-04-03T16:17:16.1381620Z  2024-04-03T16:17:16.1381864Z  2024-04-03T16:17:16.1382104Z  2024-04-03T16:17:16.1382797Z [2,518 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:16.1383877Z Compiling caffe2/opt/onnxifi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:16.1384524Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:16.1385000Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:16.1385693Z Compiling caffe2/ideep/operators/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.1386756Z Compiling caffe2/predictor/predictor_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.1387660Z Compiling caffe2/ideep/operators/utility_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.1388688Z Compiling caffe2/operators/rmac_regions_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:16.1389389Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:16.3428548Z 2024-04-03T16:17:16.3429431Z  2024-04-03T16:17:16.3430088Z  2024-04-03T16:17:16.3430569Z  2024-04-03T16:17:16.3430856Z  2024-04-03T16:17:16.3431122Z  2024-04-03T16:17:16.3431471Z  2024-04-03T16:17:16.3431778Z  2024-04-03T16:17:16.3432107Z  2024-04-03T16:17:16.3434686Z [2,519 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:16.3436064Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:16.3436791Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:16.3437737Z Compiling caffe2/ideep/operators/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.3440015Z Compiling caffe2/predictor/predictor_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.3441084Z Compiling caffe2/ideep/operators/utility_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.3442275Z Compiling caffe2/operators/rmac_regions_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.3443461Z Compiling caffe2/operators/load_save_op_util.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.3444619Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:16.7045143Z 2024-04-03T16:17:16.7045694Z  2024-04-03T16:17:16.7046018Z  2024-04-03T16:17:16.7046288Z  2024-04-03T16:17:16.7046536Z  2024-04-03T16:17:16.7046766Z  2024-04-03T16:17:16.7047033Z  2024-04-03T16:17:16.7047275Z  2024-04-03T16:17:16.7047626Z  2024-04-03T16:17:16.7048630Z [2,521 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:16.7050099Z Compiling caffe2/ideep/operators/queue_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:16.7051427Z Compiling caffe2/predictor/predictor_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:17:16.7052787Z Compiling caffe2/ideep/operators/utility_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:16.7054245Z Compiling caffe2/operators/rmac_regions_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.7055131Z Compiling caffe2/operators/load_save_op_util.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.7055823Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:16.7056309Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:16.7056815Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:16.9434360Z 2024-04-03T16:17:16.9435467Z  2024-04-03T16:17:16.9436030Z  2024-04-03T16:17:16.9436382Z  2024-04-03T16:17:16.9436701Z  2024-04-03T16:17:16.9437079Z  2024-04-03T16:17:16.9437453Z  2024-04-03T16:17:16.9437765Z  2024-04-03T16:17:16.9438149Z  2024-04-03T16:17:16.9439903Z [2,521 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:16.9441302Z Compiling caffe2/ideep/operators/queue_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:16.9442467Z Compiling caffe2/predictor/predictor_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:17:16.9443624Z Compiling caffe2/ideep/operators/utility_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:16.9445125Z Compiling caffe2/operators/rmac_regions_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.9446485Z Compiling caffe2/operators/load_save_op_util.cc; 4s processwrapper-sandbox 2024-04-03T16:17:16.9447460Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:16.9448212Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:16.9448853Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:17.9439743Z 2024-04-03T16:17:17.9440387Z  2024-04-03T16:17:17.9440702Z  2024-04-03T16:17:17.9440977Z  2024-04-03T16:17:17.9441334Z  2024-04-03T16:17:17.9441568Z  2024-04-03T16:17:17.9441833Z  2024-04-03T16:17:17.9442178Z  2024-04-03T16:17:17.9442409Z  2024-04-03T16:17:17.9443207Z [2,521 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:17.9444659Z Compiling caffe2/ideep/operators/queue_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:17.9445633Z Compiling caffe2/predictor/predictor_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:17:17.9446663Z Compiling caffe2/ideep/operators/utility_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:17.9534055Z Compiling caffe2/operators/rmac_regions_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:17.9535422Z Compiling caffe2/operators/load_save_op_util.cc; 5s processwrapper-sandbox 2024-04-03T16:17:17.9536118Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:17.9536613Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:17.9537121Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:18.4833107Z 2024-04-03T16:17:18.4834093Z  2024-04-03T16:17:18.4834617Z  2024-04-03T16:17:18.4835056Z  2024-04-03T16:17:18.4836045Z  2024-04-03T16:17:18.4836493Z  2024-04-03T16:17:18.4836911Z  2024-04-03T16:17:18.4838851Z  2024-04-03T16:17:18.4839436Z  2024-04-03T16:17:18.4842900Z [2,522 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:18.4844713Z Compiling caffe2/ideep/operators/queue_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:18.4848015Z Compiling caffe2/ideep/operators/utility_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:18.4849687Z Compiling caffe2/operators/rmac_regions_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:18.4850753Z Compiling caffe2/operators/load_save_op_util.cc; 6s processwrapper-sandbox 2024-04-03T16:17:18.4851804Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:18.4852600Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:18.4853423Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:18.4854455Z Compiling caffe2/opt/shape_info.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:18.7542714Z 2024-04-03T16:17:18.7543273Z  2024-04-03T16:17:18.7543633Z  2024-04-03T16:17:18.7543906Z  2024-04-03T16:17:18.7544153Z  2024-04-03T16:17:18.7544383Z  2024-04-03T16:17:18.7544661Z  2024-04-03T16:17:18.7544901Z  2024-04-03T16:17:18.7545129Z  2024-04-03T16:17:18.7545819Z [2,522 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:18.7546841Z Compiling caffe2/ideep/operators/queue_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:18.7547742Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:18.7548637Z Compiling caffe2/operators/rmac_regions_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:18.7815832Z Compiling caffe2/operators/load_save_op_util.cc; 6s processwrapper-sandbox 2024-04-03T16:17:18.7816934Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:18.7817654Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:18.7818410Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:18.7819419Z Compiling caffe2/opt/shape_info.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:19.0498799Z 2024-04-03T16:17:19.0499549Z  2024-04-03T16:17:19.0500092Z  2024-04-03T16:17:19.0500560Z  2024-04-03T16:17:19.0500955Z  2024-04-03T16:17:19.0501338Z  2024-04-03T16:17:19.0501709Z  2024-04-03T16:17:19.0502081Z  2024-04-03T16:17:19.0502488Z  2024-04-03T16:17:19.0503604Z [2,523 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:19.0505149Z Compiling caffe2/ideep/operators/queue_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.0506575Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.0507986Z Compiling caffe2/operators/rmac_regions_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:19.0509032Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:19.0509807Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.0510520Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.0511469Z Compiling caffe2/opt/shape_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:19.0512445Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:19.3823468Z 2024-04-03T16:17:19.3824029Z  2024-04-03T16:17:19.3824339Z  2024-04-03T16:17:19.3824613Z  2024-04-03T16:17:19.3835454Z  2024-04-03T16:17:19.3835797Z  2024-04-03T16:17:19.3836216Z  2024-04-03T16:17:19.3836606Z  2024-04-03T16:17:19.3837043Z  2024-04-03T16:17:19.3838310Z [2,523 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:19.3840146Z Compiling caffe2/ideep/operators/queue_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.3841615Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.3843304Z Compiling caffe2/operators/rmac_regions_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.3844990Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:19.3845835Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.3846630Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.3847707Z Compiling caffe2/opt/shape_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:19.3848769Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:19.3945540Z 2024-04-03T16:17:19.3946213Z  2024-04-03T16:17:19.3946746Z  2024-04-03T16:17:19.3947203Z  2024-04-03T16:17:19.3947642Z  2024-04-03T16:17:19.3948103Z  2024-04-03T16:17:19.3948544Z  2024-04-03T16:17:19.3948974Z  2024-04-03T16:17:19.3949425Z  2024-04-03T16:17:19.3950368Z INFO: From Compiling caffe2/ideep/operators/queue_ops.cc: 2024-04-03T16:17:19.3951522Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:17:19.3952438Z from ./caffe2/utils/eigen_utils.h:9, 2024-04-03T16:17:19.3953330Z from ./caffe2/ideep/ideep_utils.h:4, 2024-04-03T16:17:19.3954269Z from caffe2/ideep/operators/queue_ops.cc:1: 2024-04-03T16:17:19.3956436Z caffe2/ideep/operators/queue_ops.cc: In member function 'virtual bool {anonymous}::IDEEPSafeEnqueueBlobsOp::RunOnDevice()': 2024-04-03T16:17:19.3959718Z caffe2/ideep/operators/queue_ops.cc:55:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:17:19.3961807Z 55 | OutputSize() == size + 1, 2024-04-03T16:17:19.3962569Z | ~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:17:19.3963984Z [2,525 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:17:19.3966340Z Compiling caffe2/ideep/operators/queue_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.3967855Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.3969180Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.3970080Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.3971211Z Compiling caffe2/opt/shape_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:19.3972365Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.3973272Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.3974263Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:19.4201053Z 2024-04-03T16:17:19.4201766Z  2024-04-03T16:17:19.4202356Z  2024-04-03T16:17:19.4202694Z  2024-04-03T16:17:19.4203111Z  2024-04-03T16:17:19.4203489Z  2024-04-03T16:17:19.4203894Z  2024-04-03T16:17:19.4204278Z  2024-04-03T16:17:19.4204841Z  2024-04-03T16:17:19.4205381Z INFO: From Compiling caffe2/ideep/operators/utility_ops.cc: 2024-04-03T16:17:19.4206801Z caffe2/ideep/operators/utility_ops.cc: In member function 'virtual bool {anonymous}::CopyIDEEPToCPUOp::RunOnDevice()': 2024-04-03T16:17:19.4209434Z caffe2/ideep/operators/utility_ops.cc:62:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:19.4211240Z 62 | for (int i = 0; i < X.get_dims().size(); ++i) { 2024-04-03T16:17:19.4212032Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:19.4216543Z [2,526 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:19.4218796Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:19.4220128Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.4221049Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.4222989Z Compiling caffe2/opt/shape_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:19.4224118Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.4224938Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.4225657Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.4226948Z Compiling caffe2/operators/softmax_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:19.7842386Z 2024-04-03T16:17:19.7843052Z  2024-04-03T16:17:19.7843614Z  2024-04-03T16:17:19.7844097Z  2024-04-03T16:17:19.7844472Z  2024-04-03T16:17:19.7844723Z  2024-04-03T16:17:19.7844970Z  2024-04-03T16:17:19.7845202Z  2024-04-03T16:17:19.7845470Z  2024-04-03T16:17:19.7846176Z [2,527 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:19.7846958Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:19.7847449Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:19.7848081Z Compiling caffe2/opt/shape_info.cc; 4s processwrapper-sandbox 2024-04-03T16:17:19.7848682Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.7849164Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.7849639Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:19.7850272Z Compiling caffe2/operators/softmax_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:19.7850935Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:20.6103526Z 2024-04-03T16:17:20.6104686Z  2024-04-03T16:17:20.6105066Z  2024-04-03T16:17:20.6105405Z  2024-04-03T16:17:20.6105643Z  2024-04-03T16:17:20.6105888Z  2024-04-03T16:17:20.6106206Z  2024-04-03T16:17:20.6106538Z  2024-04-03T16:17:20.6106836Z  2024-04-03T16:17:20.6107645Z [2,528 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:17:20.6108686Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:20.6110991Z Compiling caffe2/opt/shape_info.cc; 5s processwrapper-sandbox 2024-04-03T16:17:20.6111969Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:20.6112602Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:20.6113151Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:20.6113992Z Compiling caffe2/operators/softmax_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:20.6115012Z Compiling caffe2/serialize/inline_container.cc; 4s processwrapper-sandbox 2024-04-03T16:17:20.6115916Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:21.0106997Z 2024-04-03T16:17:21.0107542Z  2024-04-03T16:17:21.0107960Z  2024-04-03T16:17:21.0108488Z  2024-04-03T16:17:21.0108887Z  2024-04-03T16:17:21.0109134Z  2024-04-03T16:17:21.0109376Z  2024-04-03T16:17:21.0109606Z  2024-04-03T16:17:21.0109846Z  2024-04-03T16:17:21.0110557Z [2,528 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:21.0111355Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:21.0111982Z Compiling caffe2/opt/shape_info.cc; 6s processwrapper-sandbox 2024-04-03T16:17:21.0112598Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:21.0113062Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:21.0113538Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:21.0114188Z Compiling caffe2/operators/softmax_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:21.0115031Z Compiling caffe2/serialize/inline_container.cc; 4s processwrapper-sandbox 2024-04-03T16:17:21.0115736Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:21.9936739Z 2024-04-03T16:17:21.9941050Z  2024-04-03T16:17:21.9942027Z  2024-04-03T16:17:21.9942494Z  2024-04-03T16:17:21.9942955Z  2024-04-03T16:17:21.9943388Z  2024-04-03T16:17:21.9943853Z  2024-04-03T16:17:21.9944266Z  2024-04-03T16:17:21.9944703Z  2024-04-03T16:17:21.9945972Z [2,529 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:21.9948072Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:21.9948968Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:21.9949833Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:21.9950739Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:21.9951868Z Compiling caffe2/operators/softmax_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:21.9953310Z Compiling caffe2/serialize/inline_container.cc; 5s processwrapper-sandbox 2024-04-03T16:17:21.9954669Z Compiling caffe2/operators/batch_matmul_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:21.9956195Z Compiling caffe2/operators/acos_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:17:22.1537857Z 2024-04-03T16:17:22.1538863Z  2024-04-03T16:17:22.1539396Z  2024-04-03T16:17:22.1539903Z  2024-04-03T16:17:22.1540363Z  2024-04-03T16:17:22.1540798Z  2024-04-03T16:17:22.1541279Z  2024-04-03T16:17:22.1541730Z  2024-04-03T16:17:22.1542174Z  2024-04-03T16:17:22.1543246Z INFO: From Compiling caffe2/quantization/server/pool_dnnlowp_op.cc: 2024-04-03T16:17:22.1546832Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::AveragePoolDnnLowPOp::AveragePoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = unsigned char]': 2024-04-03T16:17:22.1553289Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::AveragePoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:17:22.1557807Z caffe2/quantization/server/pool_dnnlowp_op.cc:769:1: required from here 2024-04-03T16:17:22.1561218Z caffe2/quantization/server/pool_dnnlowp_op.cc:76:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1564844Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1567888Z caffe2/quantization/server/pool_dnnlowp_op.cc:82:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1570642Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1573635Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::MaxPoolDnnLowPOp::MaxPoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = unsigned char]': 2024-04-03T16:17:22.1579879Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::MaxPoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:17:22.1583908Z caffe2/quantization/server/pool_dnnlowp_op.cc:773:1: required from here 2024-04-03T16:17:22.1585671Z caffe2/quantization/server/pool_dnnlowp_op.cc:438:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1587101Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1808158Z caffe2/quantization/server/pool_dnnlowp_op.cc:444:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1810526Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1812959Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::AveragePoolDnnLowPOp::AveragePoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = short unsigned int]': 2024-04-03T16:17:22.1818511Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::AveragePoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:17:22.1821525Z caffe2/quantization/server/pool_dnnlowp_op.cc:775:1: required from here 2024-04-03T16:17:22.1824137Z caffe2/quantization/server/pool_dnnlowp_op.cc:76:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1826025Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1828429Z caffe2/quantization/server/pool_dnnlowp_op.cc:82:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1830418Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1832897Z caffe2/quantization/server/pool_dnnlowp_op.cc: In instantiation of 'caffe2::{anonymous}::MaxPoolDnnLowPOp::MaxPoolDnnLowPOp(const caffe2::OperatorDef&, caffe2::Workspace*) [with T = short unsigned int]': 2024-04-03T16:17:22.1837691Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::MaxPoolDnnLowPOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:17:22.1841072Z caffe2/quantization/server/pool_dnnlowp_op.cc:779:1: required from here 2024-04-03T16:17:22.1843904Z caffe2/quantization/server/pool_dnnlowp_op.cc:438:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1846210Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1848540Z caffe2/quantization/server/pool_dnnlowp_op.cc:444:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:22.1850586Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:17:22.1851848Z [2,529 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:22.1852926Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:22.1853672Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:22.1854507Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:22.1855291Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:22.1856221Z Compiling caffe2/operators/softmax_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:22.1857415Z Compiling caffe2/serialize/inline_container.cc; 5s processwrapper-sandbox 2024-04-03T16:17:22.1858657Z Compiling caffe2/operators/batch_matmul_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:22.1859934Z Compiling caffe2/operators/acos_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:17:22.4236149Z 2024-04-03T16:17:22.4236838Z  2024-04-03T16:17:22.4237176Z  2024-04-03T16:17:22.4237433Z  2024-04-03T16:17:22.4237666Z  2024-04-03T16:17:22.4237911Z  2024-04-03T16:17:22.4361168Z  2024-04-03T16:17:22.4361940Z  2024-04-03T16:17:22.4362339Z  2024-04-03T16:17:22.4363289Z [2,531 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:22.4364580Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:22.4365687Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:22.4366387Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:22.4367304Z Compiling caffe2/operators/softmax_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:22.4368530Z Compiling caffe2/operators/batch_matmul_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:22.4369701Z Compiling caffe2/operators/acos_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:22.4370801Z Compiling caffe2/core/blob_serialization.cc; 3s processwrapper-sandbox 2024-04-03T16:17:22.4371922Z Compiling caffe2/queue/queue_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:22.7880997Z 2024-04-03T16:17:22.7881868Z  2024-04-03T16:17:22.7882391Z  2024-04-03T16:17:22.7882883Z  2024-04-03T16:17:22.7883348Z  2024-04-03T16:17:22.7883830Z  2024-04-03T16:17:22.7884241Z  2024-04-03T16:17:22.7884667Z  2024-04-03T16:17:22.7884899Z  2024-04-03T16:17:22.7885611Z [2,532 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:22.7886423Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:22.7886901Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:22.7887555Z Compiling caffe2/operators/softmax_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:22.7888409Z Compiling caffe2/operators/batch_matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:22.7889411Z Compiling caffe2/operators/acos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:22.7890350Z Compiling caffe2/core/blob_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:17:22.7891306Z Compiling caffe2/queue/queue_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:22.7892123Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:23.0092836Z 2024-04-03T16:17:23.0093556Z  2024-04-03T16:17:23.0094081Z  2024-04-03T16:17:23.0094621Z  2024-04-03T16:17:23.0094908Z  2024-04-03T16:17:23.0095168Z  2024-04-03T16:17:23.0096998Z  2024-04-03T16:17:23.0097353Z  2024-04-03T16:17:23.0097668Z  2024-04-03T16:17:23.0098543Z [2,534 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:23.0099398Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:23.0100381Z Compiling caffe2/operators/batch_matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:23.0101229Z Compiling caffe2/operators/acos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:23.0102219Z Compiling caffe2/core/blob_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.0103054Z Compiling caffe2/queue/queue_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:23.0103844Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:23.0104605Z Compiling caffe2/operators/reduction_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:23.0105428Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:23.2372218Z 2024-04-03T16:17:23.2372991Z  2024-04-03T16:17:23.2373325Z  2024-04-03T16:17:23.2373569Z  2024-04-03T16:17:23.2382319Z  2024-04-03T16:17:23.2382625Z  2024-04-03T16:17:23.2382870Z  2024-04-03T16:17:23.2383125Z  2024-04-03T16:17:23.2383372Z  2024-04-03T16:17:23.2384048Z [2,534 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:23.2384846Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:23.2385550Z Compiling caffe2/operators/batch_matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:23.2386371Z Compiling caffe2/operators/acos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:23.2859104Z Compiling caffe2/core/blob_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.2860609Z Compiling caffe2/queue/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.2861609Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:23.2862743Z Compiling caffe2/operators/reduction_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:23.2864162Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:23.4865629Z 2024-04-03T16:17:23.4866185Z  2024-04-03T16:17:23.4866738Z  2024-04-03T16:17:23.4867140Z  2024-04-03T16:17:23.4867412Z  2024-04-03T16:17:23.4867663Z  2024-04-03T16:17:23.4867899Z  2024-04-03T16:17:23.4868147Z  2024-04-03T16:17:23.4868380Z  2024-04-03T16:17:23.4869077Z [2,535 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:23.4869882Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:17:23.4870559Z Compiling caffe2/operators/acos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:23.4871380Z Compiling caffe2/core/blob_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.4872199Z Compiling caffe2/queue/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.4872821Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:23.4873496Z Compiling caffe2/operators/reduction_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.4874375Z Compiling caffe2/operators/pool_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.4875084Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:23.6951495Z 2024-04-03T16:17:23.6952067Z  2024-04-03T16:17:23.6952587Z  2024-04-03T16:17:23.6953078Z  2024-04-03T16:17:23.6953396Z  2024-04-03T16:17:23.6953644Z  2024-04-03T16:17:23.6953878Z  2024-04-03T16:17:23.6954126Z  2024-04-03T16:17:23.6954371Z  2024-04-03T16:17:23.6955086Z [2,537 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:23.6956094Z Compiling caffe2/core/blob_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:17:23.6956914Z Compiling caffe2/queue/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.6957525Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:23.6970906Z Compiling caffe2/operators/reduction_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.6972322Z Compiling caffe2/operators/pool_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:23.6973350Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:23.6974035Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:23.6975187Z Compiling caffe2/contrib/gloo/common.cc; 1s processwrapper-sandbox ... 2024-04-03T16:17:24.0618858Z 2024-04-03T16:17:24.0619437Z  2024-04-03T16:17:24.0619764Z  2024-04-03T16:17:24.0620006Z  2024-04-03T16:17:24.0620394Z  2024-04-03T16:17:24.0620647Z  2024-04-03T16:17:24.0620947Z  2024-04-03T16:17:24.0621234Z  2024-04-03T16:17:24.0621483Z  2024-04-03T16:17:24.0621990Z INFO: From Compiling caffe2/core/blob_serialization.cc: 2024-04-03T16:17:24.0624443Z caffe2/core/blob_serialization.cc: In member function 'virtual void caffe2::TensorSerializer::SerializeWithOptions(const void*, caffe2::TypeMeta, const string&, caffe2::BlobSerializerBase::SerializationAcceptor, const caffe2::BlobSerializationOptions&)': 2024-04-03T16:17:24.0627501Z caffe2/core/blob_serialization.cc:414:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:17:24.0629008Z 414 | chunkBegin < std::max(tensor.numel(), static_cast(1)); 2024-04-03T16:17:24.0629804Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:24.0630368Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:17:24.0632449Z from ./caffe2/core/blob.h:9, 2024-04-03T16:17:24.0633130Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:17:24.0633784Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:17:24.0635878Z caffe2/core/blob_serialization.cc: In member function 'void caffe2::TensorSerializer::Serialize(const caffe2::Tensor&, const string&, caffe2::TensorProto*, const caffe2::BlobSerializationOptions&, size_t, int32_t)': 2024-04-03T16:17:24.0639400Z caffe2/core/blob_serialization.cc:657:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0641076Z 657 | chunkBegin <= input.numel(), 2024-04-03T16:17:24.0641574Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ 2024-04-03T16:17:24.0643371Z caffe2/core/blob_serialization.cc:663:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0645851Z 663 | if (chunkBegin + chunkSize > input.numel()) { 2024-04-03T16:17:24.0646350Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:17:24.0646882Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:17:24.0647364Z from ./caffe2/core/blob.h:9, 2024-04-03T16:17:24.0647844Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:17:24.0648368Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:17:24.0649892Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = float; size_t = long unsigned int]': 2024-04-03T16:17:24.0651588Z caffe2/core/blob_serialization.cc:696:5: required from here 2024-04-03T16:17:24.0653066Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0654655Z 104 | start + numElements <= tensor.numel(), 2024-04-03T16:17:24.0655235Z | ^ 2024-04-03T16:17:24.0656825Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = int; size_t = long unsigned int]': 2024-04-03T16:17:24.0659482Z caffe2/core/blob_serialization.cc:697:5: required from here 2024-04-03T16:17:24.0661228Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0663853Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = std::__cxx11::basic_string; size_t = long unsigned int]': 2024-04-03T16:17:24.0665550Z caffe2/core/blob_serialization.cc:698:5: required from here 2024-04-03T16:17:24.0667385Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0669764Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = bool; size_t = long unsigned int]': 2024-04-03T16:17:24.0671383Z caffe2/core/blob_serialization.cc:699:5: required from here 2024-04-03T16:17:24.0673085Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0675507Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': 2024-04-03T16:17:24.0680546Z caffe2/core/blob_serialization.cc:700:5: required from here 2024-04-03T16:17:24.0682246Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0686038Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': 2024-04-03T16:17:24.0687411Z caffe2/core/blob_serialization.cc:701:5: required from here 2024-04-03T16:17:24.0689117Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0691415Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = short unsigned int; size_t = long unsigned int]': 2024-04-03T16:17:24.0692840Z caffe2/core/blob_serialization.cc:702:5: required from here 2024-04-03T16:17:24.0694538Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0697341Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = short int; size_t = long unsigned int]': 2024-04-03T16:17:24.0698898Z caffe2/core/blob_serialization.cc:703:5: required from here 2024-04-03T16:17:24.0700738Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0702973Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = long int; size_t = long unsigned int]': 2024-04-03T16:17:24.0704313Z caffe2/core/blob_serialization.cc:704:5: required from here 2024-04-03T16:17:24.0705789Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0711827Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = c10::Half; size_t = long unsigned int]': 2024-04-03T16:17:24.0713354Z caffe2/core/blob_serialization.cc:705:5: required from here 2024-04-03T16:17:24.0714995Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0717386Z caffe2/core/blob_serialization.cc: In instantiation of 'c10::ArrayRef caffe2::{anonymous}::GetTensorDataRange(const caffe2::Tensor&, size_t, size_t) [with T = double; size_t = long unsigned int]': 2024-04-03T16:17:24.0718997Z caffe2/core/blob_serialization.cc:706:5: required from here 2024-04-03T16:17:24.0720800Z caffe2/core/blob_serialization.cc:104:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0723930Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = float; size_t = long unsigned int]': 2024-04-03T16:17:24.0725577Z caffe2/core/blob_serialization.cc:1159:5: required from here 2024-04-03T16:17:24.0730062Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0731337Z 87 | start + numElements <= tensor.numel(), 2024-04-03T16:17:24.0731779Z | ^ 2024-04-03T16:17:24.0733240Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = int; size_t = long unsigned int]': 2024-04-03T16:17:24.0736095Z caffe2/core/blob_serialization.cc:1160:5: required from here 2024-04-03T16:17:24.0737558Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0739976Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = std::__cxx11::basic_string; size_t = long unsigned int]': 2024-04-03T16:17:24.0741527Z caffe2/core/blob_serialization.cc:1161:5: required from here 2024-04-03T16:17:24.0743001Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0745280Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = bool; size_t = long unsigned int]': 2024-04-03T16:17:24.0746740Z caffe2/core/blob_serialization.cc:1162:5: required from here 2024-04-03T16:17:24.0748212Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0750524Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = unsigned char; size_t = long unsigned int]': 2024-04-03T16:17:24.0752362Z caffe2/core/blob_serialization.cc:1163:5: required from here 2024-04-03T16:17:24.0754036Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0907124Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = signed char; size_t = long unsigned int]': 2024-04-03T16:17:24.0908577Z caffe2/core/blob_serialization.cc:1164:5: required from here 2024-04-03T16:17:24.0910063Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0912412Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = short unsigned int; size_t = long unsigned int]': 2024-04-03T16:17:24.0913902Z caffe2/core/blob_serialization.cc:1165:5: required from here 2024-04-03T16:17:24.0915378Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0917688Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = short int; size_t = long unsigned int]': 2024-04-03T16:17:24.0919109Z caffe2/core/blob_serialization.cc:1166:5: required from here 2024-04-03T16:17:24.0923072Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0925955Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = long int; size_t = long unsigned int]': 2024-04-03T16:17:24.0927393Z caffe2/core/blob_serialization.cc:1167:5: required from here 2024-04-03T16:17:24.0931201Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0933503Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = c10::Half; size_t = long unsigned int]': 2024-04-03T16:17:24.0935023Z caffe2/core/blob_serialization.cc:1168:5: required from here 2024-04-03T16:17:24.0936510Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0938855Z caffe2/core/blob_serialization.cc: In instantiation of 'caffe2::{anonymous}::Range caffe2::{anonymous}::GetMutableTensorDataRange(caffe2::Tensor&, size_t, size_t) [with T = double; size_t = long unsigned int]': 2024-04-03T16:17:24.0940326Z caffe2/core/blob_serialization.cc:1169:5: required from here 2024-04-03T16:17:24.0941843Z caffe2/core/blob_serialization.cc:87:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:17:24.0943451Z [2,537 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:24.0944396Z Compiling caffe2/core/blob_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:17:24.0945212Z Compiling caffe2/queue/queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:24.0945837Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:24.0946502Z Compiling caffe2/operators/reduction_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:24.0947443Z Compiling caffe2/operators/pool_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:24.0948127Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:24.0949950Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:24.0950618Z Compiling caffe2/contrib/gloo/common.cc; 2s processwrapper-sandbox ... 2024-04-03T16:17:24.2977615Z 2024-04-03T16:17:24.2978166Z  2024-04-03T16:17:24.2978583Z  2024-04-03T16:17:24.2979125Z  2024-04-03T16:17:24.2979465Z  2024-04-03T16:17:24.2979719Z  2024-04-03T16:17:24.2979953Z  2024-04-03T16:17:24.2980204Z  2024-04-03T16:17:24.2980454Z  2024-04-03T16:17:24.2981133Z [2,538 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:24.2982092Z Compiling caffe2/queue/queue_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:24.2982726Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:24.2983394Z Compiling caffe2/operators/reduction_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:24.2984277Z Compiling caffe2/operators/pool_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:24.2984975Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:24.2985452Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:24.2986106Z Compiling caffe2/contrib/gloo/common.cc; 2s processwrapper-sandbox 2024-04-03T16:17:24.2986930Z Compiling caffe2/operators/relu_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:17:25.3551810Z 2024-04-03T16:17:25.3552735Z  2024-04-03T16:17:25.3553310Z  2024-04-03T16:17:25.3553700Z  2024-04-03T16:17:25.3553949Z  2024-04-03T16:17:25.3554193Z  2024-04-03T16:17:25.3554423Z  2024-04-03T16:17:25.3554669Z  2024-04-03T16:17:25.3554915Z  2024-04-03T16:17:25.3556952Z [2,538 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:25.3558632Z Compiling caffe2/queue/queue_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:25.3559360Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:25.3561018Z Compiling caffe2/operators/reduction_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:25.3562370Z Compiling caffe2/operators/pool_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:25.3563409Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:25.3564107Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:25.3565589Z Compiling caffe2/contrib/gloo/common.cc; 3s processwrapper-sandbox 2024-04-03T16:17:25.3566781Z Compiling caffe2/operators/relu_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:26.2327405Z 2024-04-03T16:17:26.2328127Z  2024-04-03T16:17:26.2328625Z  2024-04-03T16:17:26.2329033Z  2024-04-03T16:17:26.2329453Z  2024-04-03T16:17:26.2329845Z  2024-04-03T16:17:26.2330230Z  2024-04-03T16:17:26.2330627Z  2024-04-03T16:17:26.2331021Z  2024-04-03T16:17:26.2332104Z [2,539 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:26.2333419Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:26.2334633Z Compiling caffe2/operators/reduction_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:26.2336177Z Compiling caffe2/operators/pool_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:26.2337328Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:26.2338190Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:26.2339391Z Compiling caffe2/contrib/gloo/common.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.2340703Z Compiling caffe2/operators/relu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:26.2341989Z Compiling caffe2/operators/conv_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:26.4334220Z 2024-04-03T16:17:26.4334940Z  2024-04-03T16:17:26.4335511Z  2024-04-03T16:17:26.4335830Z  2024-04-03T16:17:26.4336084Z  2024-04-03T16:17:26.4336320Z  2024-04-03T16:17:26.4336571Z  2024-04-03T16:17:26.4336818Z  2024-04-03T16:17:26.4337050Z  2024-04-03T16:17:26.4975006Z [2,540 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:26.4976341Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:26.4977486Z Compiling caffe2/operators/pool_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:26.4978652Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:26.4979373Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:26.4980015Z Compiling caffe2/contrib/gloo/common.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.4980815Z Compiling caffe2/operators/relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.4981617Z Compiling caffe2/operators/conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.4982252Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:26.6485290Z 2024-04-03T16:17:26.6489943Z  2024-04-03T16:17:26.6490648Z  2024-04-03T16:17:26.6491141Z  2024-04-03T16:17:26.6491574Z  2024-04-03T16:17:26.6492027Z  2024-04-03T16:17:26.6492452Z  2024-04-03T16:17:26.6492869Z  2024-04-03T16:17:26.6493288Z  2024-04-03T16:17:26.6494599Z [2,541 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:26.6495994Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:26.6496841Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:26.6497717Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:26.6498662Z Compiling caffe2/contrib/gloo/common.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.6499842Z Compiling caffe2/operators/relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.6501643Z Compiling caffe2/operators/conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.6502914Z Compiling caffe2/operators/half_float_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:26.6504213Z Compiling caffe2/operators/minmax_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:26.9560208Z 2024-04-03T16:17:26.9563829Z  2024-04-03T16:17:26.9564268Z  2024-04-03T16:17:26.9564821Z  2024-04-03T16:17:26.9565143Z  2024-04-03T16:17:26.9565535Z  2024-04-03T16:17:26.9565872Z  2024-04-03T16:17:26.9566193Z  2024-04-03T16:17:26.9566544Z  2024-04-03T16:17:26.9567556Z [2,543 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:26.9568665Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:26.9569654Z Compiling caffe2/contrib/gloo/common.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.9570832Z Compiling caffe2/operators/relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.9572040Z Compiling caffe2/operators/conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.9573281Z Compiling caffe2/operators/half_float_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.9574667Z Compiling caffe2/operators/minmax_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:26.9575891Z Compiling caffe2/operators/find_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:26.9577025Z Compiling caffe2/core/graph.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:27.1645378Z 2024-04-03T16:17:27.1646049Z  2024-04-03T16:17:27.1646392Z  2024-04-03T16:17:27.1646782Z  2024-04-03T16:17:27.1647043Z  2024-04-03T16:17:27.1647293Z  2024-04-03T16:17:27.1647638Z  2024-04-03T16:17:27.1648007Z  2024-04-03T16:17:27.1648406Z  2024-04-03T16:17:27.1649523Z [2,545 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:27.1650989Z Compiling caffe2/operators/relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.1652260Z Compiling caffe2/operators/conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.1653582Z Compiling caffe2/operators/half_float_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.1655031Z Compiling caffe2/operators/minmax_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.1656461Z Compiling caffe2/operators/find_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.1657615Z Compiling caffe2/core/graph.cc; 3s processwrapper-sandbox 2024-04-03T16:17:27.1658710Z Compiling caffe2/core/net_dag_utils.cc; 3s processwrapper-sandbox 2024-04-03T16:17:27.1659909Z Compiling caffe2/core/net_simple.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:27.5564681Z 2024-04-03T16:17:27.5565362Z  2024-04-03T16:17:27.5565837Z  2024-04-03T16:17:27.5566251Z  2024-04-03T16:17:27.5566513Z  2024-04-03T16:17:27.5566825Z  2024-04-03T16:17:27.5567195Z  2024-04-03T16:17:27.5567589Z  2024-04-03T16:17:27.5568002Z  2024-04-03T16:17:27.5568961Z [2,545 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:27.5570431Z Compiling caffe2/operators/relu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:27.5571509Z Compiling caffe2/operators/conv_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:27.5572700Z Compiling caffe2/operators/half_float_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.5573884Z Compiling caffe2/operators/minmax_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.5575132Z Compiling caffe2/operators/find_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.5576100Z Compiling caffe2/core/graph.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.5577084Z Compiling caffe2/core/net_dag_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:17:27.5578242Z Compiling caffe2/core/net_simple.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:28.5570296Z 2024-04-03T16:17:28.5570912Z  2024-04-03T16:17:28.5574776Z  2024-04-03T16:17:28.5575349Z  2024-04-03T16:17:28.5575680Z  2024-04-03T16:17:28.5575929Z  2024-04-03T16:17:28.5576165Z  2024-04-03T16:17:28.5576512Z  2024-04-03T16:17:28.5576762Z  2024-04-03T16:17:28.5577556Z [2,545 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:28.5579544Z Compiling caffe2/operators/relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:28.5580444Z Compiling caffe2/operators/conv_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:28.5581445Z Compiling caffe2/operators/half_float_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:28.5582427Z Compiling caffe2/operators/minmax_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:28.5583228Z Compiling caffe2/operators/find_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:28.5584017Z Compiling caffe2/core/graph.cc; 5s processwrapper-sandbox 2024-04-03T16:17:28.5584836Z Compiling caffe2/core/net_dag_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:17:28.5585744Z Compiling caffe2/core/net_simple.cc; 5s processwrapper-sandbox ... 2024-04-03T16:17:29.4350141Z 2024-04-03T16:17:29.4350864Z  2024-04-03T16:17:29.4351295Z  2024-04-03T16:17:29.4351641Z  2024-04-03T16:17:29.4351924Z  2024-04-03T16:17:29.4352239Z  2024-04-03T16:17:29.4352612Z  2024-04-03T16:17:29.4352969Z  2024-04-03T16:17:29.4353305Z  2024-04-03T16:17:29.4354377Z [2,546 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:29.4355626Z Compiling caffe2/operators/conv_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:29.4356809Z Compiling caffe2/operators/half_float_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.4358064Z Compiling caffe2/operators/minmax_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.4359205Z Compiling caffe2/operators/find_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.4360153Z Compiling caffe2/core/graph.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.4361280Z Compiling caffe2/core/net_dag_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:17:29.4362379Z Compiling caffe2/core/net_simple.cc; 5s processwrapper-sandbox 2024-04-03T16:17:29.4363705Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:17:29.7579244Z 2024-04-03T16:17:29.7580386Z  2024-04-03T16:17:29.7580888Z  2024-04-03T16:17:29.7581294Z  2024-04-03T16:17:29.7581730Z  2024-04-03T16:17:29.7582120Z  2024-04-03T16:17:29.7582490Z  2024-04-03T16:17:29.7582842Z  2024-04-03T16:17:29.7583189Z  2024-04-03T16:17:29.7584236Z [2,546 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:29.7585662Z Compiling caffe2/operators/conv_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:29.7586999Z Compiling caffe2/operators/half_float_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.7588287Z Compiling caffe2/operators/minmax_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.7589449Z Compiling caffe2/operators/find_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.7590490Z Compiling caffe2/core/graph.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.7591583Z Compiling caffe2/core/net_dag_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.7592673Z Compiling caffe2/core/net_simple.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.7593655Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:17:29.7981804Z 2024-04-03T16:17:29.7982535Z  2024-04-03T16:17:29.7982995Z  2024-04-03T16:17:29.7983483Z  2024-04-03T16:17:29.7983921Z  2024-04-03T16:17:29.7984172Z  2024-04-03T16:17:29.7984480Z  2024-04-03T16:17:29.7984765Z  2024-04-03T16:17:29.7985012Z  2024-04-03T16:17:29.7985736Z INFO: From Compiling caffe2/operators/half_float_ops.cc: 2024-04-03T16:17:29.7993566Z caffe2/operators/half_float_ops.cc: In member function 'bool caffe2::Float16UniformFillOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:17:29.7996377Z caffe2/operators/half_float_ops.cc:139:26: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 2024-04-03T16:17:29.7998912Z 139 | for (uint64_t i = 0; i < leading_dim_sz; i++) { 2024-04-03T16:17:29.7999475Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:17:29.8000997Z caffe2/operators/half_float_ops.cc:143:28: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:17:29.8002424Z 143 | for (uint64_t j = 0; j < rowsz; j++) { 2024-04-03T16:17:29.8002938Z | ~~^~~~~~~ 2024-04-03T16:17:29.8003822Z [2,547 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:17:29.8005142Z Compiling caffe2/operators/conv_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:29.8006365Z Compiling caffe2/operators/half_float_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.8007603Z Compiling caffe2/operators/find_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.8008678Z Compiling caffe2/core/graph.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.8009804Z Compiling caffe2/core/net_dag_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.8010880Z Compiling caffe2/core/net_simple.cc; 6s processwrapper-sandbox 2024-04-03T16:17:29.8011813Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:29.8012884Z Compiling caffe2/core/net_async_task.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:30.1582350Z 2024-04-03T16:17:30.1582808Z  2024-04-03T16:17:30.1583163Z  2024-04-03T16:17:30.1583547Z  2024-04-03T16:17:30.1583796Z  2024-04-03T16:17:30.1584042Z  2024-04-03T16:17:30.1584272Z  2024-04-03T16:17:30.1584535Z  2024-04-03T16:17:30.1584779Z  2024-04-03T16:17:30.1585459Z [2,549 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:30.1586408Z Compiling caffe2/operators/conv_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:30.2064877Z Compiling caffe2/operators/find_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:30.2066050Z Compiling caffe2/core/net_dag_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:17:30.2067308Z Compiling caffe2/core/net_simple.cc; 6s processwrapper-sandbox 2024-04-03T16:17:30.2068290Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:30.2069276Z Compiling caffe2/core/net_async_task.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.2070527Z Compiling caffe2/core/int8_serialization.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.2071815Z Compiling caffe2/operators/onnx_while_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:30.3788251Z 2024-04-03T16:17:30.3788999Z  2024-04-03T16:17:30.3789536Z  2024-04-03T16:17:30.3789997Z  2024-04-03T16:17:30.3790443Z  2024-04-03T16:17:30.3790846Z  2024-04-03T16:17:30.3791252Z  2024-04-03T16:17:30.3791663Z  2024-04-03T16:17:30.3792086Z  2024-04-03T16:17:30.3793977Z [2,551 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:17:30.3795671Z Compiling caffe2/operators/find_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:30.3797094Z Compiling caffe2/core/net_simple.cc; 6s processwrapper-sandbox 2024-04-03T16:17:30.3798243Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:30.3799586Z Compiling caffe2/core/net_async_task.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.3801052Z Compiling caffe2/core/int8_serialization.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.3802627Z Compiling caffe2/operators/onnx_while_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.3805610Z Compiling caffe2/operators/crf_viterbi_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.3807059Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:30.5987836Z 2024-04-03T16:17:30.5988449Z  2024-04-03T16:17:30.5988997Z  2024-04-03T16:17:30.5989397Z  2024-04-03T16:17:30.5989757Z  2024-04-03T16:17:30.5992548Z  2024-04-03T16:17:30.5992856Z  2024-04-03T16:17:30.5993266Z  2024-04-03T16:17:30.5993541Z  2024-04-03T16:17:30.5994279Z [2,554 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:30.5995361Z Compiling caffe2/core/net_async_task.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.5996496Z Compiling caffe2/core/int8_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.5997657Z Compiling caffe2/operators/onnx_while_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.5998748Z Compiling caffe2/operators/crf_viterbi_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.5999878Z Compiling caffe2/core/net_simple_refcount.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.6000753Z Compiling caffe2/core/blob_stats.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.6001672Z Compiling caffe2/core/common.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.6002429Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:17:30.8072189Z 2024-04-03T16:17:30.8072710Z  2024-04-03T16:17:30.8073025Z  2024-04-03T16:17:30.8073287Z  2024-04-03T16:17:30.8073538Z  2024-04-03T16:17:30.8073782Z  2024-04-03T16:17:30.8074013Z  2024-04-03T16:17:30.8074258Z  2024-04-03T16:17:30.8074503Z  2024-04-03T16:17:30.8075191Z [2,554 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:30.8076186Z Compiling caffe2/core/net_async_task.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.8077060Z Compiling caffe2/core/int8_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.8077950Z Compiling caffe2/operators/onnx_while_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.8078982Z Compiling caffe2/operators/crf_viterbi_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.8079882Z Compiling caffe2/core/net_simple_refcount.cc; 4s processwrapper-sandbox 2024-04-03T16:17:30.8818099Z Compiling caffe2/core/blob_stats.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.8819187Z Compiling caffe2/core/common.cc; 3s processwrapper-sandbox 2024-04-03T16:17:30.8820037Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:17:31.8826953Z 2024-04-03T16:17:31.8827500Z  2024-04-03T16:17:31.8827799Z  2024-04-03T16:17:31.8828076Z  2024-04-03T16:17:31.8828322Z  2024-04-03T16:17:31.8828555Z  2024-04-03T16:17:31.8828800Z  2024-04-03T16:17:31.8829042Z  2024-04-03T16:17:31.8829271Z  2024-04-03T16:17:31.8830003Z [2,554 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:31.8830963Z Compiling caffe2/core/net_async_task.cc; 5s processwrapper-sandbox 2024-04-03T16:17:31.8831789Z Compiling caffe2/core/int8_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:17:31.8832646Z Compiling caffe2/operators/onnx_while_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:31.8833520Z Compiling caffe2/operators/crf_viterbi_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:31.8834381Z Compiling caffe2/core/net_simple_refcount.cc; 5s processwrapper-sandbox 2024-04-03T16:17:31.8835173Z Compiling caffe2/core/blob_stats.cc; 4s processwrapper-sandbox 2024-04-03T16:17:31.8835896Z Compiling caffe2/core/common.cc; 4s processwrapper-sandbox 2024-04-03T16:17:31.8836507Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:32.8966545Z 2024-04-03T16:17:32.8967271Z  2024-04-03T16:17:32.8967638Z  2024-04-03T16:17:32.8967895Z  2024-04-03T16:17:32.8968147Z  2024-04-03T16:17:32.8970499Z  2024-04-03T16:17:32.8970838Z  2024-04-03T16:17:32.8971141Z  2024-04-03T16:17:32.8971390Z  2024-04-03T16:17:32.8972277Z [2,554 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:32.8973493Z Compiling caffe2/core/net_async_task.cc; 6s processwrapper-sandbox 2024-04-03T16:17:32.8975556Z Compiling caffe2/core/int8_serialization.cc; 6s processwrapper-sandbox 2024-04-03T16:17:32.8976527Z Compiling caffe2/operators/onnx_while_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:32.8977575Z Compiling caffe2/operators/crf_viterbi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:32.8978606Z Compiling caffe2/core/net_simple_refcount.cc; 6s processwrapper-sandbox 2024-04-03T16:17:32.8979661Z Compiling caffe2/core/blob_stats.cc; 5s processwrapper-sandbox 2024-04-03T16:17:32.8980668Z Compiling caffe2/core/common.cc; 5s processwrapper-sandbox 2024-04-03T16:17:32.8981343Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:33.0970620Z 2024-04-03T16:17:33.0971371Z  2024-04-03T16:17:33.0971956Z  2024-04-03T16:17:33.0972403Z  2024-04-03T16:17:33.0972904Z  2024-04-03T16:17:33.0973194Z  2024-04-03T16:17:33.0973425Z  2024-04-03T16:17:33.0973669Z  2024-04-03T16:17:33.0973946Z  2024-04-03T16:17:33.0974733Z [2,555 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:33.0975730Z Compiling caffe2/core/int8_serialization.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.0976590Z Compiling caffe2/operators/onnx_while_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.0977453Z Compiling caffe2/operators/crf_viterbi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.0978300Z Compiling caffe2/core/net_simple_refcount.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.0979097Z Compiling caffe2/core/blob_stats.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.0979829Z Compiling caffe2/core/common.cc; 5s processwrapper-sandbox 2024-04-03T16:17:33.0980406Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:33.0981055Z Compiling caffe2/core/allocator.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:33.3089293Z 2024-04-03T16:17:33.3089847Z  2024-04-03T16:17:33.3664751Z  2024-04-03T16:17:33.3665151Z  2024-04-03T16:17:33.3665517Z  2024-04-03T16:17:33.3665948Z  2024-04-03T16:17:33.3666330Z  2024-04-03T16:17:33.3666701Z  2024-04-03T16:17:33.3667099Z  2024-04-03T16:17:33.3668318Z [2,558 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:33.3670129Z Compiling caffe2/operators/onnx_while_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.3671761Z Compiling caffe2/operators/crf_viterbi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.3673267Z Compiling caffe2/core/net_simple_refcount.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.3674333Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:33.3675376Z Compiling caffe2/core/allocator.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.3676563Z Compiling caffe2/core/context_base.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.3677672Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:33.3678950Z Compiling caffe2/operators/ngram_ops.cc; 2s processwrapper-sandbox ... 2024-04-03T16:17:33.5160279Z 2024-04-03T16:17:33.5160957Z  2024-04-03T16:17:33.5161481Z  2024-04-03T16:17:33.5161948Z  2024-04-03T16:17:33.5162408Z  2024-04-03T16:17:33.5162853Z  2024-04-03T16:17:33.5163315Z  2024-04-03T16:17:33.5163773Z  2024-04-03T16:17:33.5164210Z  2024-04-03T16:17:33.5165655Z [2,559 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:33.5167532Z Compiling caffe2/operators/crf_viterbi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.5169749Z Compiling caffe2/core/net_simple_refcount.cc; 6s processwrapper-sandbox 2024-04-03T16:17:33.5171102Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:33.5172285Z Compiling caffe2/core/allocator.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.5173877Z Compiling caffe2/core/context_base.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.5175561Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:33.5176808Z Compiling caffe2/operators/ngram_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.5178059Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:33.7672527Z 2024-04-03T16:17:33.7673071Z  2024-04-03T16:17:33.7673493Z  2024-04-03T16:17:33.7673863Z  2024-04-03T16:17:33.7674314Z  2024-04-03T16:17:33.7674725Z  2024-04-03T16:17:33.7675080Z  2024-04-03T16:17:33.7675330Z  2024-04-03T16:17:33.7675565Z  2024-04-03T16:17:33.7676292Z [2,560 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:33.7677592Z Compiling caffe2/operators/crf_viterbi_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:33.7678318Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:33.7679160Z Compiling caffe2/core/allocator.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.7679956Z Compiling caffe2/core/context_base.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.7680754Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:33.7681412Z Compiling caffe2/operators/ngram_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.7682421Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:33.7683124Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:34.1677088Z 2024-04-03T16:17:34.1677695Z  2024-04-03T16:17:34.1678003Z  2024-04-03T16:17:34.1678273Z  2024-04-03T16:17:34.1678519Z  2024-04-03T16:17:34.1678753Z  2024-04-03T16:17:34.1679000Z  2024-04-03T16:17:34.1679259Z  2024-04-03T16:17:34.1679486Z  2024-04-03T16:17:34.1680182Z [2,561 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:34.1680978Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:34.1681606Z Compiling caffe2/core/allocator.cc; 4s processwrapper-sandbox 2024-04-03T16:17:34.2060661Z Compiling caffe2/core/context_base.cc; 4s processwrapper-sandbox 2024-04-03T16:17:34.2061540Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:34.2062435Z Compiling caffe2/operators/ngram_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:34.2063691Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:34.2064993Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:34.2066065Z Compiling caffe2/contrib/aten/aten_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:35.2068489Z 2024-04-03T16:17:35.2069245Z  2024-04-03T16:17:35.2069808Z  2024-04-03T16:17:35.2070082Z  2024-04-03T16:17:35.2070331Z  2024-04-03T16:17:35.2070564Z  2024-04-03T16:17:35.2070811Z  2024-04-03T16:17:35.2071051Z  2024-04-03T16:17:35.2071282Z  2024-04-03T16:17:35.2071980Z [2,561 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:35.2072790Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:35.2073413Z Compiling caffe2/core/allocator.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.2074179Z Compiling caffe2/core/context_base.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.2074806Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:35.2075442Z Compiling caffe2/operators/ngram_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:35.2076290Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:35.2433562Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:35.2435096Z Compiling caffe2/contrib/aten/aten_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:35.4336430Z 2024-04-03T16:17:35.4337219Z  2024-04-03T16:17:35.4337802Z  2024-04-03T16:17:35.4338290Z  2024-04-03T16:17:35.4338542Z  2024-04-03T16:17:35.4338807Z  2024-04-03T16:17:35.4428249Z  2024-04-03T16:17:35.4428658Z  2024-04-03T16:17:35.4429077Z  2024-04-03T16:17:35.4430304Z [2,562 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:35.4431813Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:35.4433033Z Compiling caffe2/core/context_base.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.4434228Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:35.4435466Z Compiling caffe2/operators/ngram_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.4437125Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.4438898Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.4440537Z Compiling caffe2/contrib/aten/aten_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:35.4441805Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:35.6441027Z 2024-04-03T16:17:35.6441817Z  2024-04-03T16:17:35.6442429Z  2024-04-03T16:17:35.6442819Z  2024-04-03T16:17:35.6443196Z  2024-04-03T16:17:35.6443532Z  2024-04-03T16:17:35.6443915Z  2024-04-03T16:17:35.6444210Z  2024-04-03T16:17:35.6444678Z  2024-04-03T16:17:35.6445636Z [2,562 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:35.6446572Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:35.6447321Z Compiling caffe2/core/context_base.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.6448079Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:35.6448830Z Compiling caffe2/operators/ngram_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.6449777Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.6450910Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.6452006Z Compiling caffe2/contrib/aten/aten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:35.6454602Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:17:36.1352022Z 2024-04-03T16:17:36.1352660Z  2024-04-03T16:17:36.1353272Z  2024-04-03T16:17:36.1353590Z  2024-04-03T16:17:36.1353830Z  2024-04-03T16:17:36.1354081Z  2024-04-03T16:17:36.1354330Z  2024-04-03T16:17:36.1354565Z  2024-04-03T16:17:36.1354818Z  2024-04-03T16:17:36.1355533Z [2,563 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:36.1356319Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:36.1356841Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:36.1357503Z Compiling caffe2/operators/ngram_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.1358441Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.1359811Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.1361345Z Compiling caffe2/contrib/aten/aten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.1362999Z Compiling caffe2/operators/affine_channel_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.1364590Z Compiling caffe2/operators/cos_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:36.4449938Z 2024-04-03T16:17:36.4450954Z  2024-04-03T16:17:36.4451675Z  2024-04-03T16:17:36.4452123Z  2024-04-03T16:17:36.4452658Z  2024-04-03T16:17:36.4453077Z  2024-04-03T16:17:36.4453502Z  2024-04-03T16:17:36.4453939Z  2024-04-03T16:17:36.4454476Z  2024-04-03T16:17:36.4456129Z [2,564 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:36.4457675Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:36.4458704Z Compiling caffe2/operators/ngram_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:36.4460205Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:36.4462101Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:36.4463914Z Compiling caffe2/contrib/aten/aten_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.4465497Z Compiling caffe2/operators/affine_channel_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:36.4467074Z Compiling caffe2/operators/cos_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:36.4468505Z Compiling caffe2/operators/cosh_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:36.7472169Z 2024-04-03T16:17:36.7473050Z  2024-04-03T16:17:36.7473737Z  2024-04-03T16:17:36.7474222Z  2024-04-03T16:17:36.7474781Z  2024-04-03T16:17:36.7475189Z  2024-04-03T16:17:36.7475568Z  2024-04-03T16:17:36.7476001Z  2024-04-03T16:17:36.7476434Z  2024-04-03T16:17:36.7477659Z [2,566 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:36.7478927Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:36.7479840Z Compiling caffe2/operators/ngram_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:36.7481272Z Compiling caffe2/contrib/aten/aten_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:36.7482624Z Compiling caffe2/operators/affine_channel_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:36.7484147Z Compiling caffe2/operators/cos_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:36.7485514Z Compiling caffe2/operators/cosh_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:36.7486339Z Compiling caffe2/operators/cast_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:36.7487789Z Compiling caffe2/predictor/predictor.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:37.0452747Z 2024-04-03T16:17:37.0453269Z  2024-04-03T16:17:37.0453645Z  2024-04-03T16:17:37.0453940Z  2024-04-03T16:17:37.0454238Z  2024-04-03T16:17:37.0454491Z  2024-04-03T16:17:37.0541075Z  2024-04-03T16:17:37.0541475Z  2024-04-03T16:17:37.0541816Z  2024-04-03T16:17:37.0542834Z [2,569 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:37.0544332Z Compiling caffe2/contrib/aten/aten_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:37.0545733Z Compiling caffe2/operators/cos_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:37.0546987Z Compiling caffe2/operators/cosh_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:37.0548273Z Compiling caffe2/operators/cast_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:37.0549658Z Compiling caffe2/predictor/predictor.cc; 3s processwrapper-sandbox 2024-04-03T16:17:37.0550653Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:37.0551806Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:37.0553079Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:38.0550107Z 2024-04-03T16:17:38.0550816Z  2024-04-03T16:17:38.0551146Z  2024-04-03T16:17:38.0551418Z  2024-04-03T16:17:38.0551656Z  2024-04-03T16:17:38.0551908Z  2024-04-03T16:17:38.0552151Z  2024-04-03T16:17:38.0552380Z  2024-04-03T16:17:38.0552624Z  2024-04-03T16:17:38.0553318Z [2,569 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:38.0554272Z Compiling caffe2/contrib/aten/aten_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:38.0555069Z Compiling caffe2/operators/cos_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:38.1178400Z Compiling caffe2/operators/cosh_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:38.1179783Z Compiling caffe2/operators/cast_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:38.1180899Z Compiling caffe2/predictor/predictor.cc; 4s processwrapper-sandbox 2024-04-03T16:17:38.1181894Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:38.1182871Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:38.1183983Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:39.0556768Z 2024-04-03T16:17:39.0557286Z  2024-04-03T16:17:39.0557625Z  2024-04-03T16:17:39.0557891Z  2024-04-03T16:17:39.0558128Z  2024-04-03T16:17:39.0558379Z  2024-04-03T16:17:39.0558627Z  2024-04-03T16:17:39.0558862Z  2024-04-03T16:17:39.0559111Z  2024-04-03T16:17:39.0559820Z [2,569 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:39.0560797Z Compiling caffe2/contrib/aten/aten_op.cc; 8s processwrapper-sandbox 2024-04-03T16:17:39.0561632Z Compiling caffe2/operators/cos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:39.0562419Z Compiling caffe2/operators/cosh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:39.0563191Z Compiling caffe2/operators/cast_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:39.0564000Z Compiling caffe2/predictor/predictor.cc; 5s processwrapper-sandbox 2024-04-03T16:17:39.0564821Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:39.0565513Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:39.0566229Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:17:39.5348183Z 2024-04-03T16:17:39.5348868Z  2024-04-03T16:17:39.5349369Z  2024-04-03T16:17:39.5349766Z  2024-04-03T16:17:39.5350159Z  2024-04-03T16:17:39.5350536Z  2024-04-03T16:17:39.5350927Z  2024-04-03T16:17:39.5351310Z  2024-04-03T16:17:39.5351678Z  2024-04-03T16:17:39.5352814Z [2,570 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:39.5354389Z Compiling caffe2/contrib/aten/aten_op.cc; 8s processwrapper-sandbox 2024-04-03T16:17:39.5355618Z Compiling caffe2/operators/cos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:39.5357074Z Compiling caffe2/operators/cosh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:39.5358303Z Compiling caffe2/operators/cast_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:39.5359255Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:39.5360379Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:39.5361474Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:39.5362569Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:39.8630269Z 2024-04-03T16:17:39.8630798Z  2024-04-03T16:17:39.8631122Z  2024-04-03T16:17:39.8631393Z  2024-04-03T16:17:39.8631630Z  2024-04-03T16:17:39.8631891Z  2024-04-03T16:17:39.8632123Z  2024-04-03T16:17:39.8632374Z  2024-04-03T16:17:39.8632624Z  2024-04-03T16:17:39.8633339Z [2,572 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:39.8634633Z Compiling caffe2/contrib/aten/aten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:17:39.8635648Z Compiling caffe2/operators/cosh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:39.8636440Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:39.8637285Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:39.8638124Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:39.8638936Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:39.8639958Z Compiling caffe2/operators/string_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:39.8642544Z Compiling caffe2/onnx/backend.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:40.2568248Z 2024-04-03T16:17:40.2568844Z  2024-04-03T16:17:40.2569248Z  2024-04-03T16:17:40.2569576Z  2024-04-03T16:17:40.2569821Z  2024-04-03T16:17:40.2570183Z  2024-04-03T16:17:40.2570536Z  2024-04-03T16:17:40.2570918Z  2024-04-03T16:17:40.2572403Z  2024-04-03T16:17:40.2573308Z [2,575 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:40.2574289Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:40.2574950Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:40.2575779Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.2576700Z Compiling caffe2/operators/string_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.2577672Z Compiling caffe2/onnx/backend.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.2578353Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:40.2579131Z Compiling caffe2/opt/tvm_transformer.cc; 3s processwrapper-sandbox 2024-04-03T16:17:40.2579892Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:40.4635149Z 2024-04-03T16:17:40.4635675Z  2024-04-03T16:17:40.4636106Z  2024-04-03T16:17:40.4636363Z  2024-04-03T16:17:40.4636615Z  2024-04-03T16:17:40.4636889Z  2024-04-03T16:17:40.4637119Z  2024-04-03T16:17:40.4637361Z  2024-04-03T16:17:40.4637601Z  2024-04-03T16:17:40.4638288Z [2,575 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:40.4639091Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:40.4639586Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:40.4640241Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:40.4641074Z Compiling caffe2/operators/string_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.4641855Z Compiling caffe2/onnx/backend.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.4642439Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:40.4643087Z Compiling caffe2/opt/tvm_transformer.cc; 3s processwrapper-sandbox 2024-04-03T16:17:40.4643747Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:40.6788469Z 2024-04-03T16:17:40.7340009Z  2024-04-03T16:17:40.7340459Z  2024-04-03T16:17:40.7340861Z  2024-04-03T16:17:40.7341213Z  2024-04-03T16:17:40.7341542Z  2024-04-03T16:17:40.7341890Z  2024-04-03T16:17:40.7342240Z  2024-04-03T16:17:40.7342572Z  2024-04-03T16:17:40.7343599Z [2,576 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:40.7344768Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:40.7345745Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:40.7346954Z Compiling caffe2/operators/string_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.7348076Z Compiling caffe2/onnx/backend.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.7348957Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:40.7349987Z Compiling caffe2/opt/tvm_transformer.cc; 3s processwrapper-sandbox 2024-04-03T16:17:40.7350961Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:40.7351791Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:40.9880247Z 2024-04-03T16:17:40.9881302Z  2024-04-03T16:17:40.9881880Z  2024-04-03T16:17:40.9882299Z  2024-04-03T16:17:40.9882554Z  2024-04-03T16:17:40.9882822Z  2024-04-03T16:17:40.9883141Z  2024-04-03T16:17:40.9883398Z  2024-04-03T16:17:40.9883638Z  2024-04-03T16:17:40.9894695Z [2,577 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:40.9896374Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:40.9899385Z Compiling caffe2/operators/string_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.9900823Z Compiling caffe2/onnx/backend.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.9901568Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:40.9902363Z Compiling caffe2/opt/tvm_transformer.cc; 4s processwrapper-sandbox 2024-04-03T16:17:40.9909902Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:40.9910522Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:40.9911114Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:41.3348169Z 2024-04-03T16:17:41.3348702Z  2024-04-03T16:17:41.3349040Z  2024-04-03T16:17:41.3349355Z  2024-04-03T16:17:41.3349608Z  2024-04-03T16:17:41.3349862Z  2024-04-03T16:17:41.3350095Z  2024-04-03T16:17:41.3350343Z  2024-04-03T16:17:41.3350593Z  2024-04-03T16:17:41.3351283Z [2,577 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:41.3352292Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.3353135Z Compiling caffe2/operators/string_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.3353892Z Compiling caffe2/onnx/backend.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.3354497Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:41.3355160Z Compiling caffe2/opt/tvm_transformer.cc; 4s processwrapper-sandbox 2024-04-03T16:17:41.3355788Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:41.3356273Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:41.3356773Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:41.6793048Z 2024-04-03T16:17:41.6793721Z  2024-04-03T16:17:41.6794365Z  2024-04-03T16:17:41.6794909Z  2024-04-03T16:17:41.6795211Z  2024-04-03T16:17:41.6795492Z  2024-04-03T16:17:41.6795764Z  2024-04-03T16:17:41.6796253Z  2024-04-03T16:17:41.6796587Z  2024-04-03T16:17:41.6797122Z INFO: From Compiling caffe2/operators/cc_bmm_bg_op.cc: 2024-04-03T16:17:41.6797889Z In file included from caffe2/operators/cc_bmm_bg_op.cc:1: 2024-04-03T16:17:41.6798877Z caffe2/operators/cc_bmm_bg_op.h:103: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:17:41.6799680Z 103 | #pragma omp parallel 2024-04-03T16:17:41.6801094Z | 2024-04-03T16:17:41.6801740Z caffe2/operators/cc_bmm_bg_op.h:108: warning: ignoring #pragma omp for [-Wunknown-pragmas] 2024-04-03T16:17:41.6802507Z 108 | #pragma omp for 2024-04-03T16:17:41.6802880Z | 2024-04-03T16:17:41.6803538Z [2,577 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:41.6805101Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:41.6806068Z Compiling caffe2/operators/string_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.6806939Z Compiling caffe2/onnx/backend.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.6807559Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:41.6808286Z Compiling caffe2/opt/tvm_transformer.cc; 4s processwrapper-sandbox 2024-04-03T16:17:41.6809025Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:41.6809496Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:41.6810134Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:41.9416213Z 2024-04-03T16:17:41.9416887Z  2024-04-03T16:17:41.9417424Z  2024-04-03T16:17:41.9417894Z  2024-04-03T16:17:41.9418144Z  2024-04-03T16:17:41.9418379Z  2024-04-03T16:17:41.9418622Z  2024-04-03T16:17:41.9418863Z  2024-04-03T16:17:41.9419093Z  2024-04-03T16:17:41.9419794Z [2,578 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:41.9420766Z Compiling caffe2/operators/string_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.9421526Z Compiling caffe2/onnx/backend.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.9657605Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:41.9658972Z Compiling caffe2/opt/tvm_transformer.cc; 5s processwrapper-sandbox 2024-04-03T16:17:41.9659982Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:41.9660646Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:41.9661396Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:41.9662903Z Compiling caffe2/sgd/yellowfin_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:17:42.9669616Z 2024-04-03T16:17:42.9670328Z  2024-04-03T16:17:42.9670841Z  2024-04-03T16:17:42.9671265Z  2024-04-03T16:17:42.9671648Z  2024-04-03T16:17:42.9672038Z  2024-04-03T16:17:42.9672377Z  2024-04-03T16:17:42.9672732Z  2024-04-03T16:17:42.9673109Z  2024-04-03T16:17:42.9674125Z [2,578 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:42.9675692Z Compiling caffe2/operators/string_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:42.9676727Z Compiling caffe2/onnx/backend.cc; 6s processwrapper-sandbox 2024-04-03T16:17:42.9677508Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:42.9678432Z Compiling caffe2/opt/tvm_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:17:42.9679068Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:42.9679570Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:42.9680043Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:42.9680685Z Compiling caffe2/sgd/yellowfin_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:43.2981032Z 2024-04-03T16:17:43.2981681Z  2024-04-03T16:17:43.2982071Z  2024-04-03T16:17:43.2982519Z  2024-04-03T16:17:43.2983010Z  2024-04-03T16:17:43.2983368Z  2024-04-03T16:17:43.2983598Z  2024-04-03T16:17:43.2983841Z  2024-04-03T16:17:43.2984083Z  2024-04-03T16:17:43.2984797Z [2,579 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:43.2985774Z Compiling caffe2/operators/string_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:43.2986433Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.2987080Z Compiling caffe2/opt/tvm_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:17:43.2989412Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.2989912Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.2990379Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.2991015Z Compiling caffe2/sgd/yellowfin_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:43.2991880Z Compiling caffe2/operators/accumulate_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:43.4118011Z 2024-04-03T16:17:43.4118735Z  2024-04-03T16:17:43.4119230Z  2024-04-03T16:17:43.4119722Z  2024-04-03T16:17:43.4120201Z  2024-04-03T16:17:43.4120594Z  2024-04-03T16:17:43.4121069Z  2024-04-03T16:17:43.4121545Z  2024-04-03T16:17:43.4122026Z  2024-04-03T16:17:43.4122802Z INFO: From Compiling caffe2/opt/tvm_transformer.cc: 2024-04-03T16:17:43.4124806Z caffe2/opt/tvm_transformer.cc: In member function 'caffe2::NetDef caffe2::TvmTransformer::buildTvmOp(const caffe2::NetDef&, const std::unordered_set >&, const ShapeInfoMap&)': 2024-04-03T16:17:43.4126928Z caffe2/opt/tvm_transformer.cc:11:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:17:43.4128042Z 11 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:17:43.4128483Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:17:43.4129262Z [2,579 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:43.4130184Z Compiling caffe2/operators/string_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:43.4130844Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.4132017Z Compiling caffe2/opt/tvm_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:17:43.4133065Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.4133712Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.4134511Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.4135364Z Compiling caffe2/sgd/yellowfin_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:43.4136604Z Compiling caffe2/operators/accumulate_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:43.7673173Z 2024-04-03T16:17:43.7673895Z  2024-04-03T16:17:43.7674400Z  2024-04-03T16:17:43.7674859Z  2024-04-03T16:17:43.7675258Z  2024-04-03T16:17:43.7675684Z  2024-04-03T16:17:43.7676119Z  2024-04-03T16:17:43.7676517Z  2024-04-03T16:17:43.7676920Z  2024-04-03T16:17:43.7678106Z [2,582 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:43.7679498Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.7680406Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.7681283Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:43.7682359Z Compiling caffe2/sgd/yellowfin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:43.7683808Z Compiling caffe2/operators/accumulate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:43.7685627Z Compiling caffe2/operators/floor_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:43.7686764Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:43.7688192Z Compiling caffe2/operators/data_couple.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:44.0468026Z 2024-04-03T16:17:44.0468814Z  2024-04-03T16:17:44.0469526Z  2024-04-03T16:17:44.0469965Z  2024-04-03T16:17:44.0470216Z  2024-04-03T16:17:44.0470464Z  2024-04-03T16:17:44.0470694Z  2024-04-03T16:17:44.0470936Z  2024-04-03T16:17:44.0471176Z  2024-04-03T16:17:44.0471887Z [2,583 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:44.0472690Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:44.0473185Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:44.0473802Z Compiling caffe2/sgd/yellowfin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.0789862Z Compiling caffe2/operators/accumulate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.0791121Z Compiling caffe2/operators/floor_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.0792076Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:44.0793137Z Compiling caffe2/operators/data_couple.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.0794527Z Compiling caffe2/operators/apmeter_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:44.4797859Z 2024-04-03T16:17:44.4798461Z  2024-04-03T16:17:44.4798918Z  2024-04-03T16:17:44.4799445Z  2024-04-03T16:17:44.4799732Z  2024-04-03T16:17:44.4799968Z  2024-04-03T16:17:44.4800232Z  2024-04-03T16:17:44.4800479Z  2024-04-03T16:17:44.4800707Z  2024-04-03T16:17:44.4801403Z [2,584 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:17:44.4802208Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:44.4802840Z Compiling caffe2/sgd/yellowfin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.4803683Z Compiling caffe2/operators/accumulate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.4804682Z Compiling caffe2/operators/floor_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.4805319Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:44.4805991Z Compiling caffe2/operators/data_couple.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.4806822Z Compiling caffe2/operators/apmeter_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.4807657Z Compiling caffe2/operators/assert_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:44.5596750Z 2024-04-03T16:17:44.5602230Z  2024-04-03T16:17:44.5602885Z  2024-04-03T16:17:44.5603274Z  2024-04-03T16:17:44.5603663Z  2024-04-03T16:17:44.5604042Z  2024-04-03T16:17:44.5604661Z  2024-04-03T16:17:44.5605109Z  2024-04-03T16:17:44.5605536Z  2024-04-03T16:17:44.5606499Z INFO: From Compiling caffe2/ideep/operators/concat_split_op.cc: 2024-04-03T16:17:44.5610168Z caffe2/ideep/operators/concat_split_op.cc: In member function 'virtual bool {anonymous}::IDEEPConcatOp::RunOnDevice()': 2024-04-03T16:17:44.5612388Z caffe2/ideep/operators/concat_split_op.cc:65:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:44.5614597Z 65 | for (int i = 0; i < axis_vdata.size(); i++) { 2024-04-03T16:17:44.5615429Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:44.5616936Z [2,584 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:44.5618437Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:44.5619458Z Compiling caffe2/sgd/yellowfin_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:44.5620808Z Compiling caffe2/operators/accumulate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.5622316Z Compiling caffe2/operators/floor_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.5623419Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:44.5624640Z Compiling caffe2/operators/data_couple.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.5626098Z Compiling caffe2/operators/apmeter_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.5627679Z Compiling caffe2/operators/assert_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:44.9528927Z 2024-04-03T16:17:44.9529489Z  2024-04-03T16:17:44.9529788Z  2024-04-03T16:17:44.9530060Z  2024-04-03T16:17:44.9530307Z  2024-04-03T16:17:44.9530540Z  2024-04-03T16:17:44.9530804Z  2024-04-03T16:17:44.9531045Z  2024-04-03T16:17:44.9531272Z  2024-04-03T16:17:44.9531970Z [2,585 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:44.9532918Z Compiling caffe2/sgd/yellowfin_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:44.9563361Z Compiling caffe2/operators/accumulate_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:44.9564231Z Compiling caffe2/operators/floor_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:44.9565098Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:44.9565767Z Compiling caffe2/operators/data_couple.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.9566663Z Compiling caffe2/operators/apmeter_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.9567481Z Compiling caffe2/operators/assert_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:44.9568356Z Compiling caffe2/sgd/lars_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:45.9571911Z 2024-04-03T16:17:45.9572547Z  2024-04-03T16:17:45.9573090Z  2024-04-03T16:17:45.9573594Z  2024-04-03T16:17:45.9573861Z  2024-04-03T16:17:45.9574107Z  2024-04-03T16:17:45.9574343Z  2024-04-03T16:17:45.9574589Z  2024-04-03T16:17:45.9574830Z  2024-04-03T16:17:45.9575534Z [2,585 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:45.9576477Z Compiling caffe2/sgd/yellowfin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:45.9577308Z Compiling caffe2/operators/accumulate_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:45.9578133Z Compiling caffe2/operators/floor_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:45.9578777Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:45.9579440Z Compiling caffe2/operators/data_couple.cc; 5s processwrapper-sandbox 2024-04-03T16:17:45.9580259Z Compiling caffe2/operators/apmeter_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:45.9936471Z Compiling caffe2/operators/assert_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:45.9937737Z Compiling caffe2/sgd/lars_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:46.7525249Z 2024-04-03T16:17:46.7525962Z  2024-04-03T16:17:46.7526483Z  2024-04-03T16:17:46.7526906Z  2024-04-03T16:17:46.7527588Z  2024-04-03T16:17:46.7528021Z  2024-04-03T16:17:46.7528417Z  2024-04-03T16:17:46.7528834Z  2024-04-03T16:17:46.7529277Z  2024-04-03T16:17:46.7530455Z [2,586 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:46.7532132Z Compiling caffe2/sgd/yellowfin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:46.7533466Z Compiling caffe2/operators/floor_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:46.7534404Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:46.7535377Z Compiling caffe2/operators/data_couple.cc; 6s processwrapper-sandbox 2024-04-03T16:17:46.7536698Z Compiling caffe2/operators/apmeter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:46.7537882Z Compiling caffe2/operators/assert_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:46.7538992Z Compiling caffe2/sgd/lars_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:46.7539897Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:46.9629630Z 2024-04-03T16:17:46.9630458Z  2024-04-03T16:17:46.9630990Z  2024-04-03T16:17:46.9631254Z  2024-04-03T16:17:46.9631509Z  2024-04-03T16:17:46.9631747Z  2024-04-03T16:17:46.9631999Z  2024-04-03T16:17:46.9632249Z  2024-04-03T16:17:46.9638629Z  2024-04-03T16:17:46.9639802Z [2,588 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:46.9640960Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:46.9641944Z Compiling caffe2/operators/data_couple.cc; 6s processwrapper-sandbox 2024-04-03T16:17:46.9643227Z Compiling caffe2/operators/apmeter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:46.9644686Z Compiling caffe2/operators/assert_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:46.9645887Z Compiling caffe2/sgd/lars_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:46.9646867Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:46.9649714Z Compiling caffe2/utils/murmur_hash3.cc; 3s processwrapper-sandbox 2024-04-03T16:17:46.9651142Z Compiling caffe2/operators/atan_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:47.1947762Z 2024-04-03T16:17:47.1948481Z  2024-04-03T16:17:47.1949033Z  2024-04-03T16:17:47.1949306Z  2024-04-03T16:17:47.1949542Z  2024-04-03T16:17:47.1949789Z  2024-04-03T16:17:47.1950034Z  2024-04-03T16:17:47.1950266Z  2024-04-03T16:17:47.1950509Z  2024-04-03T16:17:47.1951295Z [2,588 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:47.1952109Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:47.1952784Z Compiling caffe2/operators/data_couple.cc; 7s processwrapper-sandbox 2024-04-03T16:17:47.1953614Z Compiling caffe2/operators/apmeter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:47.1954416Z Compiling caffe2/operators/assert_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:47.1955180Z Compiling caffe2/sgd/lars_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:47.1955771Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:47.1956399Z Compiling caffe2/utils/murmur_hash3.cc; 3s processwrapper-sandbox 2024-04-03T16:17:47.1957207Z Compiling caffe2/operators/atan_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:47.4432113Z 2024-04-03T16:17:47.4432936Z  2024-04-03T16:17:47.4433457Z  2024-04-03T16:17:47.4433900Z  2024-04-03T16:17:47.4434380Z  2024-04-03T16:17:47.4434855Z  2024-04-03T16:17:47.4435311Z  2024-04-03T16:17:47.4435780Z  2024-04-03T16:17:47.4437174Z  2024-04-03T16:17:47.4438445Z INFO: From Compiling caffe2/operators/ctc_beam_search_decoder_op.cc: 2024-04-03T16:17:47.4442740Z caffe2/operators/ctc_beam_search_decoder_op.cc: In member function 'bool caffe2::CTCBeamSearchDecoderOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:17:47.4446969Z caffe2/operators/ctc_beam_search_decoder_op.cc:142:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:17:47.4449350Z 142 | for (int i = 0; i < values_cache.size(); ++i) { 2024-04-03T16:17:47.4450164Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:47.4451514Z [2,590 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:47.4452818Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:47.4453991Z Compiling caffe2/operators/data_couple.cc; 7s processwrapper-sandbox 2024-04-03T16:17:47.4455321Z Compiling caffe2/sgd/lars_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:47.4456324Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:47.4457303Z Compiling caffe2/utils/murmur_hash3.cc; 4s processwrapper-sandbox 2024-04-03T16:17:47.4458681Z Compiling caffe2/operators/atan_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:47.4460108Z Compiling caffe2/operators/index_hash_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:17:47.4461385Z Compiling caffe2/operators/elu_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:47.6947051Z 2024-04-03T16:17:47.6947778Z  2024-04-03T16:17:47.6948291Z  2024-04-03T16:17:47.6948584Z  2024-04-03T16:17:47.6948983Z  2024-04-03T16:17:47.6949382Z  2024-04-03T16:17:47.6949802Z  2024-04-03T16:17:47.6950247Z  2024-04-03T16:17:47.6950683Z  2024-04-03T16:17:47.6951908Z [2,593 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:47.6953354Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:47.6954639Z Compiling caffe2/utils/murmur_hash3.cc; 4s processwrapper-sandbox 2024-04-03T16:17:47.6956088Z Compiling caffe2/operators/atan_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:47.6957624Z Compiling caffe2/operators/index_hash_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:17:47.6960079Z Compiling caffe2/operators/elu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:47.6961189Z Compiling caffe2/utils/cpuid.cc; 3s processwrapper-sandbox 2024-04-03T16:17:47.6962304Z Compiling caffe2/utils/math/reduce.cc; 3s processwrapper-sandbox 2024-04-03T16:17:47.6963604Z Compiling caffe2/utils/math/transpose.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:48.4728343Z 2024-04-03T16:17:48.4729017Z  2024-04-03T16:17:48.4729337Z  2024-04-03T16:17:48.4729613Z  2024-04-03T16:17:48.4729849Z  2024-04-03T16:17:48.4730107Z  2024-04-03T16:17:48.4730373Z  2024-04-03T16:17:48.4730614Z  2024-04-03T16:17:48.4730841Z  2024-04-03T16:17:48.4731543Z [2,594 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:48.4732492Z Compiling caffe2/utils/murmur_hash3.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.4733298Z Compiling caffe2/operators/atan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.4734113Z Compiling caffe2/operators/index_hash_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.4734944Z Compiling caffe2/operators/elu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:48.4735683Z Compiling caffe2/utils/cpuid.cc; 4s processwrapper-sandbox 2024-04-03T16:17:48.4736415Z Compiling caffe2/utils/math/reduce.cc; 3s processwrapper-sandbox 2024-04-03T16:17:48.4737222Z Compiling caffe2/utils/math/transpose.cc; 3s processwrapper-sandbox 2024-04-03T16:17:48.4737899Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:17:48.6956637Z 2024-04-03T16:17:48.7021250Z  2024-04-03T16:17:48.7021940Z  2024-04-03T16:17:48.7022290Z  2024-04-03T16:17:48.7022531Z  2024-04-03T16:17:48.7022896Z  2024-04-03T16:17:48.7023267Z  2024-04-03T16:17:48.7023527Z  2024-04-03T16:17:48.7023823Z  2024-04-03T16:17:48.7025675Z [2,594 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:48.7026845Z Compiling caffe2/utils/murmur_hash3.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.7027809Z Compiling caffe2/operators/atan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.7028827Z Compiling caffe2/operators/index_hash_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.7029879Z Compiling caffe2/operators/elu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:48.7030808Z Compiling caffe2/utils/cpuid.cc; 4s processwrapper-sandbox 2024-04-03T16:17:48.7031719Z Compiling caffe2/utils/math/reduce.cc; 4s processwrapper-sandbox 2024-04-03T16:17:48.7032741Z Compiling caffe2/utils/math/transpose.cc; 4s processwrapper-sandbox 2024-04-03T16:17:48.7033534Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:17:49.0009997Z 2024-04-03T16:17:49.0010638Z  2024-04-03T16:17:49.0011028Z  2024-04-03T16:17:49.0011299Z  2024-04-03T16:17:49.0011609Z  2024-04-03T16:17:49.0011936Z  2024-04-03T16:17:49.0012201Z  2024-04-03T16:17:49.0012459Z  2024-04-03T16:17:49.0012784Z  2024-04-03T16:17:49.0013565Z [2,595 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:49.0014690Z Compiling caffe2/operators/atan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.0015618Z Compiling caffe2/operators/index_hash_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.0016564Z Compiling caffe2/operators/elu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.0017450Z Compiling caffe2/utils/cpuid.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.0018477Z Compiling caffe2/utils/math/reduce.cc; 4s processwrapper-sandbox 2024-04-03T16:17:49.0019460Z Compiling caffe2/utils/math/transpose.cc; 4s processwrapper-sandbox 2024-04-03T16:17:49.0020266Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:49.0020907Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:49.3028811Z 2024-04-03T16:17:49.3029384Z  2024-04-03T16:17:49.3029711Z  2024-04-03T16:17:49.3029983Z  2024-04-03T16:17:49.3030221Z  2024-04-03T16:17:49.3030472Z  2024-04-03T16:17:49.3030715Z  2024-04-03T16:17:49.3030946Z  2024-04-03T16:17:49.3031191Z  2024-04-03T16:17:49.3031890Z [2,595 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:49.3032830Z Compiling caffe2/operators/atan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.3033670Z Compiling caffe2/operators/index_hash_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.3034518Z Compiling caffe2/operators/elu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.3035242Z Compiling caffe2/utils/cpuid.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.3035989Z Compiling caffe2/utils/math/reduce.cc; 4s processwrapper-sandbox 2024-04-03T16:17:49.3036794Z Compiling caffe2/utils/math/transpose.cc; 4s processwrapper-sandbox 2024-04-03T16:17:49.3037460Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:49.3037952Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:49.7032146Z 2024-04-03T16:17:49.7032813Z  2024-04-03T16:17:49.7033122Z  2024-04-03T16:17:49.7033397Z  2024-04-03T16:17:49.7033645Z  2024-04-03T16:17:49.7033875Z  2024-04-03T16:17:49.7034117Z  2024-04-03T16:17:49.7034358Z  2024-04-03T16:17:49.7034588Z  2024-04-03T16:17:49.7035288Z [2,596 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:49.7350421Z Compiling caffe2/operators/atan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:49.7351815Z Compiling caffe2/operators/index_hash_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:49.7352834Z Compiling caffe2/operators/elu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:49.7353784Z Compiling caffe2/utils/math/reduce.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.7355774Z Compiling caffe2/utils/math/transpose.cc; 5s processwrapper-sandbox 2024-04-03T16:17:49.7356536Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:49.7357181Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:17:49.7357831Z Compiling caffe2/sgd/rmsprop_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:17:50.7360094Z 2024-04-03T16:17:50.7361011Z  2024-04-03T16:17:50.7361502Z  2024-04-03T16:17:50.7361870Z  2024-04-03T16:17:50.7362314Z  2024-04-03T16:17:50.7363115Z  2024-04-03T16:17:50.7363587Z  2024-04-03T16:17:50.7364096Z  2024-04-03T16:17:50.7364759Z  2024-04-03T16:17:50.7366311Z [2,596 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:50.7367854Z Compiling caffe2/operators/atan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:50.7369176Z Compiling caffe2/operators/index_hash_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:17:50.7370557Z Compiling caffe2/operators/elu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:50.7372121Z Compiling caffe2/utils/math/reduce.cc; 6s processwrapper-sandbox 2024-04-03T16:17:50.7373527Z Compiling caffe2/utils/math/transpose.cc; 6s processwrapper-sandbox 2024-04-03T16:17:50.7374557Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:50.7375303Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:50.7376411Z Compiling caffe2/sgd/rmsprop_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:51.1363113Z 2024-04-03T16:17:51.1363925Z  2024-04-03T16:17:51.1364456Z  2024-04-03T16:17:51.1364762Z  2024-04-03T16:17:51.1365012Z  2024-04-03T16:17:51.1365259Z  2024-04-03T16:17:51.1365540Z  2024-04-03T16:17:51.1365901Z  2024-04-03T16:17:51.1366134Z  2024-04-03T16:17:51.1366915Z [2,597 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:51.1812510Z Compiling caffe2/operators/atan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:51.1813638Z Compiling caffe2/operators/elu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:51.1814959Z Compiling caffe2/utils/math/reduce.cc; 6s processwrapper-sandbox 2024-04-03T16:17:51.1816303Z Compiling caffe2/utils/math/transpose.cc; 6s processwrapper-sandbox 2024-04-03T16:17:51.1817414Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.1818230Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.1819102Z Compiling caffe2/sgd/rmsprop_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.1820130Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:51.3366708Z 2024-04-03T16:17:51.3367399Z  2024-04-03T16:17:51.3367730Z  2024-04-03T16:17:51.3368008Z  2024-04-03T16:17:51.3368242Z  2024-04-03T16:17:51.3368490Z  2024-04-03T16:17:51.3368733Z  2024-04-03T16:17:51.3368961Z  2024-04-03T16:17:51.3369229Z  2024-04-03T16:17:51.3369924Z [2,598 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:51.3370853Z Compiling caffe2/operators/elu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:51.3371643Z Compiling caffe2/utils/math/reduce.cc; 6s processwrapper-sandbox 2024-04-03T16:17:51.3372446Z Compiling caffe2/utils/math/transpose.cc; 6s processwrapper-sandbox 2024-04-03T16:17:51.3373088Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.3373568Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.3374183Z Compiling caffe2/sgd/rmsprop_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.3523875Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.3525212Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:51.5530844Z 2024-04-03T16:17:51.5531631Z  2024-04-03T16:17:51.5532104Z  2024-04-03T16:17:51.5532603Z  2024-04-03T16:17:51.5533016Z  2024-04-03T16:17:51.6143450Z  2024-04-03T16:17:51.6143848Z  2024-04-03T16:17:51.6144202Z  2024-04-03T16:17:51.6144552Z  2024-04-03T16:17:51.6145679Z [2,600 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:51.6147240Z Compiling caffe2/utils/math/transpose.cc; 6s processwrapper-sandbox 2024-04-03T16:17:51.6148491Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.6149360Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.6150480Z Compiling caffe2/sgd/rmsprop_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.6151405Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.6152112Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.6153124Z Compiling caffe2/sgd/wngrad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.6154161Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:51.8148919Z 2024-04-03T16:17:51.8149549Z  2024-04-03T16:17:51.8149850Z  2024-04-03T16:17:51.8150150Z  2024-04-03T16:17:51.8150397Z  2024-04-03T16:17:51.8150631Z  2024-04-03T16:17:51.8150879Z  2024-04-03T16:17:51.8151124Z  2024-04-03T16:17:51.8151354Z  2024-04-03T16:17:51.8152061Z [2,601 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:51.8152857Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:51.8153334Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:51.8153954Z Compiling caffe2/sgd/rmsprop_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.8154571Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.8155049Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:51.8155654Z Compiling caffe2/sgd/wngrad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.8156465Z Compiling caffe2/operators/batch_box_cox_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:51.8157170Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:52.2835526Z 2024-04-03T16:17:52.2836273Z  2024-04-03T16:17:52.2836802Z  2024-04-03T16:17:52.2837321Z  2024-04-03T16:17:52.2837662Z  2024-04-03T16:17:52.2837907Z  2024-04-03T16:17:52.2838139Z  2024-04-03T16:17:52.2838464Z  2024-04-03T16:17:52.2838702Z  2024-04-03T16:17:52.2839495Z [2,602 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:52.2840396Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.2841108Z Compiling caffe2/sgd/rmsprop_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:52.2841966Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:52.2842820Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:52.2843533Z Compiling caffe2/sgd/wngrad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:52.2844847Z Compiling caffe2/operators/batch_box_cox_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:52.2846006Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:52.2846811Z Compiling caffe2/operators/normalize_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:52.6671498Z 2024-04-03T16:17:52.6672199Z  2024-04-03T16:17:52.6672764Z  2024-04-03T16:17:52.6673025Z  2024-04-03T16:17:52.6673274Z  2024-04-03T16:17:52.6673520Z  2024-04-03T16:17:52.6673756Z  2024-04-03T16:17:52.6673998Z  2024-04-03T16:17:52.6674244Z  2024-04-03T16:17:52.6674942Z [2,602 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:52.6675747Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.6826945Z Compiling caffe2/sgd/rmsprop_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:52.6828245Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.6828926Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.6829844Z Compiling caffe2/sgd/wngrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:52.6831101Z Compiling caffe2/operators/batch_box_cox_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:52.6832741Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.6833769Z Compiling caffe2/operators/normalize_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:52.9884957Z 2024-04-03T16:17:52.9885455Z  2024-04-03T16:17:52.9885782Z  2024-04-03T16:17:52.9886108Z  2024-04-03T16:17:52.9886368Z  2024-04-03T16:17:52.9886621Z  2024-04-03T16:17:52.9886854Z  2024-04-03T16:17:52.9887103Z  2024-04-03T16:17:52.9887337Z  2024-04-03T16:17:52.9888061Z [2,603 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:52.9889005Z Compiling caffe2/sgd/rmsprop_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:52.9889634Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.9890112Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.9890721Z Compiling caffe2/sgd/wngrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:52.9891547Z Compiling caffe2/operators/batch_box_cox_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:52.9892217Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:52.9892885Z Compiling caffe2/operators/normalize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:52.9893812Z Compiling caffe2/operators/gru_unit_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:53.2834529Z 2024-04-03T16:17:53.2835314Z  2024-04-03T16:17:53.2835888Z  2024-04-03T16:17:53.2836155Z  2024-04-03T16:17:53.2836406Z  2024-04-03T16:17:53.2836654Z  2024-04-03T16:17:53.2836884Z  2024-04-03T16:17:53.2837127Z  2024-04-03T16:17:53.2837392Z  2024-04-03T16:17:53.2838080Z [2,603 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:53.2839017Z Compiling caffe2/sgd/rmsprop_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:53.2839646Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:53.3156791Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:53.3157688Z Compiling caffe2/sgd/wngrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:53.3158915Z Compiling caffe2/operators/batch_box_cox_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:53.3159932Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:53.3160883Z Compiling caffe2/operators/normalize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:53.3161761Z Compiling caffe2/operators/gru_unit_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:54.0716948Z 2024-04-03T16:17:54.0717542Z  2024-04-03T16:17:54.0717870Z  2024-04-03T16:17:54.0718129Z  2024-04-03T16:17:54.0718396Z  2024-04-03T16:17:54.0718642Z  2024-04-03T16:17:54.0718874Z  2024-04-03T16:17:54.0719113Z  2024-04-03T16:17:54.0719357Z  2024-04-03T16:17:54.0720044Z [2,604 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:54.0720998Z Compiling caffe2/sgd/rmsprop_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:54.0721621Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:54.0722096Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:54.0722698Z Compiling caffe2/sgd/wngrad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:54.0723508Z Compiling caffe2/operators/batch_box_cox_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:54.0724561Z Compiling caffe2/operators/normalize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.0725394Z Compiling caffe2/operators/gru_unit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.0900395Z Compiling caffe2/operators/index_ops.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:54.3171453Z 2024-04-03T16:17:54.3172221Z  2024-04-03T16:17:54.3172774Z  2024-04-03T16:17:54.3173244Z  2024-04-03T16:17:54.3173716Z  2024-04-03T16:17:54.3174182Z  2024-04-03T16:17:54.3174633Z  2024-04-03T16:17:54.3176329Z  2024-04-03T16:17:54.3176643Z  2024-04-03T16:17:54.3177575Z [2,604 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:54.3178814Z Compiling caffe2/sgd/rmsprop_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:54.3179539Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:54.3180349Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:54.3181360Z Compiling caffe2/sgd/wngrad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:54.3182657Z Compiling caffe2/operators/batch_box_cox_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:54.3184111Z Compiling caffe2/operators/normalize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.3185617Z Compiling caffe2/operators/gru_unit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.3187026Z Compiling caffe2/operators/index_ops.cc; 4s processwrapper-sandbox ... 2024-04-03T16:17:54.7176682Z 2024-04-03T16:17:54.7177379Z  2024-04-03T16:17:54.7177889Z  2024-04-03T16:17:54.7178336Z  2024-04-03T16:17:54.7178765Z  2024-04-03T16:17:54.7179193Z  2024-04-03T16:17:54.7179649Z  2024-04-03T16:17:54.7180074Z  2024-04-03T16:17:54.7180519Z  2024-04-03T16:17:54.7181766Z [2,606 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:54.7183130Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:54.7184211Z Compiling caffe2/sgd/wngrad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:54.7185587Z Compiling caffe2/operators/batch_box_cox_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:54.7187290Z Compiling caffe2/operators/normalize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:54.7188723Z Compiling caffe2/operators/gru_unit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.7190164Z Compiling caffe2/operators/index_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.7191596Z Compiling caffe2/operators/distance_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:54.7299644Z Compiling caffe2/operators/reciprocal_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:54.9304994Z 2024-04-03T16:17:54.9305936Z  2024-04-03T16:17:54.9306491Z  2024-04-03T16:17:54.9306754Z  2024-04-03T16:17:54.9307005Z  2024-04-03T16:17:54.9307253Z  2024-04-03T16:17:54.9307485Z  2024-04-03T16:17:54.9307735Z  2024-04-03T16:17:54.9307983Z  2024-04-03T16:17:54.9308671Z [2,607 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:54.9309471Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:17:54.9310212Z Compiling caffe2/operators/batch_box_cox_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:54.9311076Z Compiling caffe2/operators/normalize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:54.9311917Z Compiling caffe2/operators/gru_unit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.9312738Z Compiling caffe2/operators/index_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:54.9313559Z Compiling caffe2/operators/distance_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:54.9314402Z Compiling caffe2/operators/reciprocal_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:54.9315097Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:55.1508649Z 2024-04-03T16:17:55.1509277Z  2024-04-03T16:17:55.1509842Z  2024-04-03T16:17:55.1510358Z  2024-04-03T16:17:55.1510769Z  2024-04-03T16:17:55.1511019Z  2024-04-03T16:17:55.1511268Z  2024-04-03T16:17:55.1511499Z  2024-04-03T16:17:55.1511743Z  2024-04-03T16:17:55.1688892Z [2,609 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:55.1690582Z Compiling caffe2/operators/normalize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:55.1691961Z Compiling caffe2/operators/gru_unit_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:55.1693582Z Compiling caffe2/operators/index_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:17:55.1694822Z Compiling caffe2/operators/distance_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:55.1696091Z Compiling caffe2/operators/reciprocal_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:55.1697099Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:55.1698140Z Compiling caffe2/operators/layer_norm_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:55.1699172Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:55.9046277Z 2024-04-03T16:17:55.9047142Z  2024-04-03T16:17:55.9047667Z  2024-04-03T16:17:55.9048145Z  2024-04-03T16:17:55.9048607Z  2024-04-03T16:17:55.9049013Z  2024-04-03T16:17:55.9049483Z  2024-04-03T16:17:55.9049957Z  2024-04-03T16:17:55.9050370Z  2024-04-03T16:17:55.9051433Z [2,610 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:55.9052843Z Compiling caffe2/operators/normalize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:55.9054043Z Compiling caffe2/operators/index_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:17:55.9055217Z Compiling caffe2/operators/distance_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:55.9056465Z Compiling caffe2/operators/reciprocal_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:55.9057459Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:55.9058440Z Compiling caffe2/operators/layer_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:55.9059454Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:55.9060044Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:56.1697937Z 2024-04-03T16:17:56.1698465Z  2024-04-03T16:17:56.1698796Z  2024-04-03T16:17:56.1699063Z  2024-04-03T16:17:56.1699318Z  2024-04-03T16:17:56.1699569Z  2024-04-03T16:17:56.1699804Z  2024-04-03T16:17:56.1700054Z  2024-04-03T16:17:56.1863654Z  2024-04-03T16:17:56.1864766Z [2,611 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:56.1866502Z Compiling caffe2/operators/normalize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:56.1868026Z Compiling caffe2/operators/distance_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:56.1869586Z Compiling caffe2/operators/reciprocal_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:56.1870792Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:56.1872033Z Compiling caffe2/operators/layer_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:56.1873259Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:56.1874126Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:56.1875293Z Compiling caffe2/onnx/backend_rep.cc; 3s processwrapper-sandbox ... 2024-04-03T16:17:56.4741609Z 2024-04-03T16:17:56.4742510Z  2024-04-03T16:17:56.4743078Z  2024-04-03T16:17:56.4743589Z  2024-04-03T16:17:56.4744007Z  2024-04-03T16:17:56.4744403Z  2024-04-03T16:17:56.4744796Z  2024-04-03T16:17:56.4745218Z  2024-04-03T16:17:56.4745612Z  2024-04-03T16:17:56.4746811Z [2,612 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:56.4748538Z Compiling caffe2/operators/distance_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:56.4750077Z Compiling caffe2/operators/reciprocal_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:56.4751273Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:56.4754028Z Compiling caffe2/operators/layer_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:56.4755129Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:56.4755929Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:56.4756855Z Compiling caffe2/onnx/backend_rep.cc; 3s processwrapper-sandbox 2024-04-03T16:17:56.4757825Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:56.7870878Z 2024-04-03T16:17:56.7871578Z  2024-04-03T16:17:56.7872004Z  2024-04-03T16:17:56.7872284Z  2024-04-03T16:17:56.7872522Z  2024-04-03T16:17:56.7872774Z  2024-04-03T16:17:56.7873026Z  2024-04-03T16:17:56.7873261Z  2024-04-03T16:17:56.7873538Z  2024-04-03T16:17:56.7874317Z [2,612 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:56.7875408Z Compiling caffe2/operators/distance_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:56.7876354Z Compiling caffe2/operators/reciprocal_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:56.7877222Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:56.7878048Z Compiling caffe2/operators/layer_norm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:17:56.7878795Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:56.7879366Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:56.7879983Z Compiling caffe2/onnx/backend_rep.cc; 3s processwrapper-sandbox 2024-04-03T16:17:56.7880727Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:57.7877518Z 2024-04-03T16:17:57.7878243Z  2024-04-03T16:17:57.7878837Z  2024-04-03T16:17:57.7879112Z  2024-04-03T16:17:57.7879364Z  2024-04-03T16:17:57.7879600Z  2024-04-03T16:17:57.7879847Z  2024-04-03T16:17:57.7880094Z  2024-04-03T16:17:57.7880325Z  2024-04-03T16:17:57.7881027Z [2,612 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:57.7882016Z Compiling caffe2/operators/distance_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:57.7882888Z Compiling caffe2/operators/reciprocal_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:57.7883569Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:57.7884468Z Compiling caffe2/operators/layer_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:57.7885136Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:57.8028245Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:57.8029216Z Compiling caffe2/onnx/backend_rep.cc; 4s processwrapper-sandbox 2024-04-03T16:17:57.8030180Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:58.0723301Z 2024-04-03T16:17:58.0724056Z  2024-04-03T16:17:58.0724784Z  2024-04-03T16:17:58.0725164Z  2024-04-03T16:17:58.0725520Z  2024-04-03T16:17:58.0725863Z  2024-04-03T16:17:58.0726206Z  2024-04-03T16:17:58.0726566Z  2024-04-03T16:17:58.0726912Z  2024-04-03T16:17:58.0728002Z [2,613 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:58.0729433Z Compiling caffe2/operators/reciprocal_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:58.0730415Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.0731098Z Compiling caffe2/operators/layer_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:58.0731765Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.0732243Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:58.0732865Z Compiling caffe2/onnx/backend_rep.cc; 5s processwrapper-sandbox 2024-04-03T16:17:58.0733480Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:17:58.0733977Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:58.4037588Z 2024-04-03T16:17:58.4040198Z  2024-04-03T16:17:58.4041304Z  2024-04-03T16:17:58.4042014Z  2024-04-03T16:17:58.4043395Z  2024-04-03T16:17:58.4044029Z  2024-04-03T16:17:58.4045402Z  2024-04-03T16:17:58.4046036Z  2024-04-03T16:17:58.4047203Z  2024-04-03T16:17:58.4049092Z [2,613 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:58.4051223Z Compiling caffe2/operators/reciprocal_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:58.4052707Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.4054285Z Compiling caffe2/operators/layer_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:58.4055783Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.4056816Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.4058165Z Compiling caffe2/onnx/backend_rep.cc; 5s processwrapper-sandbox 2024-04-03T16:17:58.4059383Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:58.4060545Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:58.4169643Z 2024-04-03T16:17:58.4171820Z  2024-04-03T16:17:58.4173567Z  2024-04-03T16:17:58.4175090Z  2024-04-03T16:17:58.4177075Z  2024-04-03T16:17:58.4177488Z  2024-04-03T16:17:58.4177864Z  2024-04-03T16:17:58.4178177Z  2024-04-03T16:17:58.4178545Z  2024-04-03T16:17:58.4179384Z INFO: From Compiling caffe2/operators/copy_rows_to_tensor_op.cc: 2024-04-03T16:17:58.4180507Z In file included from caffe2/operators/copy_rows_to_tensor_op.cc:1: 2024-04-03T16:17:58.4182935Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = c10::Half; Context = caffe2::CPUContext]': 2024-04-03T16:17:58.4187810Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4193518Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4197238Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:58.4199189Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:17:58.4201307Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:17:58.4203450Z 45 | for (size_t i = 0; i < indices.sizes()[0]; ++i) { 2024-04-03T16:17:58.4204267Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:17:58.4206646Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:17:58.4211193Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4216689Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4222924Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4227005Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:58.4228916Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:17:58.4231146Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:17:58.4235584Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = double; Context = caffe2::CPUContext]': 2024-04-03T16:17:58.4239203Z ./caffe2/core/operator.h:1293:1: recursively required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4244110Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4249685Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4253275Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:58.4254620Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:17:58.4256201Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:17:58.4258361Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:17:58.4261927Z ./caffe2/core/operator.h:1293:1: recursively required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4265408Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4269267Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4271831Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:58.4273032Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:17:58.4274633Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:17:58.4277151Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = long int; Context = caffe2::CPUContext]': 2024-04-03T16:17:58.4280046Z ./caffe2/core/operator.h:1293:1: recursively required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = float; Types = {double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4284655Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, caffe2::TypeMeta) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4297081Z ./caffe2/core/operator.h:1293:1: required from 'static bool caffe2::DispatchHelper, ExtraArgs ...>::call(Op*, const caffe2::Tensor&) [with Op = caffe2::CopyRowsToTensorOp; FirstType = c10::Half; Types = {float, double, int, long int}; ExtraArgs = {}]' 2024-04-03T16:17:58.4299985Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:17:58.4301257Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:17:58.4303208Z caffe2/operators/copy_rows_to_tensor_op.h:45:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:17:58.4304782Z [2,613 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:58.4305773Z Compiling caffe2/operators/reciprocal_op.cc; 7s processwrapper-sandbox 2024-04-03T16:17:58.4306486Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.4307203Z Compiling caffe2/operators/layer_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:17:58.4307886Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.4308406Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.4309034Z Compiling caffe2/onnx/backend_rep.cc; 5s processwrapper-sandbox 2024-04-03T16:17:58.4309711Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:58.4310212Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:17:58.6253391Z 2024-04-03T16:17:58.6254204Z  2024-04-03T16:17:58.6254770Z  2024-04-03T16:17:58.6255260Z  2024-04-03T16:17:58.6255733Z  2024-04-03T16:17:58.6256150Z  2024-04-03T16:17:58.6256519Z  2024-04-03T16:17:58.6256777Z  2024-04-03T16:17:58.6257007Z  2024-04-03T16:17:58.6257707Z [2,618 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:17:58.6258788Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:58.6259409Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:58.6260412Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:58.6261215Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:58.6262180Z Compiling caffe2/ideep/operators/dropout_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:58.6263202Z Compiling caffe2/operators/group_norm_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:58.6264453Z Compiling caffe2/ideep/operators/relu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:58.6265150Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:17:59.0039906Z 2024-04-03T16:17:59.0040300Z  2024-04-03T16:17:59.0040615Z  2024-04-03T16:17:59.0040862Z  2024-04-03T16:17:59.0041130Z  2024-04-03T16:17:59.0041390Z  2024-04-03T16:17:59.0041629Z  2024-04-03T16:17:59.0041881Z  2024-04-03T16:17:59.0042154Z  2024-04-03T16:17:59.0042841Z [2,618 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:59.0146308Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:17:59.0147498Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:59.0148469Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.0149508Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:59.0150666Z Compiling caffe2/ideep/operators/dropout_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.0152398Z Compiling caffe2/operators/group_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.0153888Z Compiling caffe2/ideep/operators/relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.0155079Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:17:59.2152862Z 2024-04-03T16:17:59.2153389Z  2024-04-03T16:17:59.2153757Z  2024-04-03T16:17:59.2154139Z  2024-04-03T16:17:59.2154396Z  2024-04-03T16:17:59.2154650Z  2024-04-03T16:17:59.2154888Z  2024-04-03T16:17:59.2155141Z  2024-04-03T16:17:59.2155384Z  2024-04-03T16:17:59.2156111Z [2,619 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:17:59.2156916Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:17:59.2157636Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.2158321Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:17:59.2159045Z Compiling caffe2/ideep/operators/dropout_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.2159936Z Compiling caffe2/operators/group_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.2160787Z Compiling caffe2/ideep/operators/relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:17:59.2161675Z Compiling caffe2/operators/inference_lstm_op.cc; 3s processwrapper-sandbox 2024-04-03T16:17:59.2162596Z Compiling caffe2/ideep/operators/adam_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:00.2412956Z 2024-04-03T16:18:00.2413630Z  2024-04-03T16:18:00.2414146Z  2024-04-03T16:18:00.2414548Z  2024-04-03T16:18:00.2415045Z  2024-04-03T16:18:00.2415490Z  2024-04-03T16:18:00.2415910Z  2024-04-03T16:18:00.2416272Z  2024-04-03T16:18:00.2416516Z  2024-04-03T16:18:00.2417396Z [2,619 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:00.2419625Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:00.2420862Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:00.2422048Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:00.2423202Z Compiling caffe2/ideep/operators/dropout_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:00.2424682Z Compiling caffe2/operators/group_norm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:00.2426116Z Compiling caffe2/ideep/operators/relu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:00.2427657Z Compiling caffe2/operators/inference_lstm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:00.2429264Z Compiling caffe2/ideep/operators/adam_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:01.2091563Z 2024-04-03T16:18:01.2092183Z  2024-04-03T16:18:01.2092647Z  2024-04-03T16:18:01.2093119Z  2024-04-03T16:18:01.2093511Z  2024-04-03T16:18:01.2093911Z  2024-04-03T16:18:01.2094358Z  2024-04-03T16:18:01.2094792Z  2024-04-03T16:18:01.2095205Z  2024-04-03T16:18:01.2096227Z [2,620 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:01.2097492Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.2098330Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:01.2099369Z Compiling caffe2/ideep/operators/dropout_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.2100570Z Compiling caffe2/operators/group_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.2102870Z Compiling caffe2/ideep/operators/relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.2104440Z Compiling caffe2/operators/inference_lstm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.2105496Z Compiling caffe2/ideep/operators/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.2106547Z Compiling caffe2/ideep/operators/conv_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:01.4419481Z 2024-04-03T16:18:01.4420012Z  2024-04-03T16:18:01.4420348Z  2024-04-03T16:18:01.4420630Z  2024-04-03T16:18:01.4420871Z  2024-04-03T16:18:01.4421126Z  2024-04-03T16:18:01.4421379Z  2024-04-03T16:18:01.4421613Z  2024-04-03T16:18:01.4421864Z  2024-04-03T16:18:01.4422570Z [2,621 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:01.4423576Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:01.4424497Z Compiling caffe2/ideep/operators/dropout_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.4425411Z Compiling caffe2/operators/group_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.4426259Z Compiling caffe2/ideep/operators/relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.4427151Z Compiling caffe2/operators/inference_lstm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.4428053Z Compiling caffe2/ideep/operators/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.4428916Z Compiling caffe2/ideep/operators/conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:01.4429600Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:01.6911281Z 2024-04-03T16:18:01.6912331Z  2024-04-03T16:18:01.6912827Z  2024-04-03T16:18:01.6913263Z  2024-04-03T16:18:01.6913706Z  2024-04-03T16:18:01.6914113Z  2024-04-03T16:18:01.6914535Z  2024-04-03T16:18:01.6914965Z  2024-04-03T16:18:01.6915364Z  2024-04-03T16:18:01.6916547Z [2,622 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:01.6918284Z Compiling caffe2/ideep/operators/dropout_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.6919810Z Compiling caffe2/operators/group_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.6921228Z Compiling caffe2/ideep/operators/relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.6922979Z Compiling caffe2/operators/inference_lstm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.6924656Z Compiling caffe2/ideep/operators/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.6926076Z Compiling caffe2/ideep/operators/conv_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.6927213Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:01.6928163Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:01.8931432Z 2024-04-03T16:18:01.8932497Z  2024-04-03T16:18:01.8932959Z  2024-04-03T16:18:01.8933337Z  2024-04-03T16:18:01.8933703Z  2024-04-03T16:18:01.8934078Z  2024-04-03T16:18:01.8934461Z  2024-04-03T16:18:01.8934718Z  2024-04-03T16:18:01.8934969Z  2024-04-03T16:18:01.8935831Z [2,623 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:01.8937103Z Compiling caffe2/ideep/operators/dropout_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:01.8938301Z Compiling caffe2/ideep/operators/relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:01.8939554Z Compiling caffe2/operators/inference_lstm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.8940853Z Compiling caffe2/ideep/operators/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.8942103Z Compiling caffe2/ideep/operators/conv_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:01.8943036Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:01.8943762Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:01.8944514Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:02.3855572Z 2024-04-03T16:18:02.3858948Z  2024-04-03T16:18:02.3859581Z  2024-04-03T16:18:02.3859899Z  2024-04-03T16:18:02.3860304Z  2024-04-03T16:18:02.3860691Z  2024-04-03T16:18:02.3860946Z  2024-04-03T16:18:02.3861297Z  2024-04-03T16:18:02.3861655Z  2024-04-03T16:18:02.3862607Z [2,625 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:18:02.3864518Z Compiling caffe2/ideep/operators/dropout_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:02.3865528Z Compiling caffe2/ideep/operators/relu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:02.3866514Z Compiling caffe2/ideep/operators/conv_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:02.3867357Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:02.3867940Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:02.3868617Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:02.3869354Z Compiling caffe2/core/init.cc; 3s processwrapper-sandbox 2024-04-03T16:18:02.3870475Z Compiling caffe2/operators/h_softmax_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:02.6935526Z 2024-04-03T16:18:02.6936146Z  2024-04-03T16:18:02.6936779Z  2024-04-03T16:18:02.6937163Z  2024-04-03T16:18:02.6937406Z  2024-04-03T16:18:02.6937686Z  2024-04-03T16:18:02.6937922Z  2024-04-03T16:18:02.6938170Z  2024-04-03T16:18:02.6938414Z  2024-04-03T16:18:02.6939106Z [2,625 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:02.6940121Z Compiling caffe2/ideep/operators/dropout_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:02.6941018Z Compiling caffe2/ideep/operators/relu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:02.6941889Z Compiling caffe2/ideep/operators/conv_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:02.6942558Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:02.6943057Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:02.6943539Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:02.6944105Z Compiling caffe2/core/init.cc; 4s processwrapper-sandbox 2024-04-03T16:18:02.6944893Z Compiling caffe2/operators/h_softmax_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:03.0210024Z 2024-04-03T16:18:03.0212131Z  2024-04-03T16:18:03.0212481Z  2024-04-03T16:18:03.0212730Z  2024-04-03T16:18:03.0213056Z  2024-04-03T16:18:03.0213321Z  2024-04-03T16:18:03.0213562Z  2024-04-03T16:18:03.0213816Z  2024-04-03T16:18:03.0214143Z  2024-04-03T16:18:03.0214916Z [2,627 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:18:03.0216020Z Compiling caffe2/ideep/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:18:03.0216861Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:03.0217430Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:03.0217934Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:03.0218647Z Compiling caffe2/core/init.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.0219473Z Compiling caffe2/operators/h_softmax_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.0220290Z Compiling caffe2/core/numa.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.0221024Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:03.3183767Z 2024-04-03T16:18:03.3184477Z  2024-04-03T16:18:03.3185029Z  2024-04-03T16:18:03.3185476Z  2024-04-03T16:18:03.3185733Z  2024-04-03T16:18:03.3185970Z  2024-04-03T16:18:03.3186221Z  2024-04-03T16:18:03.3186456Z  2024-04-03T16:18:03.3186715Z  2024-04-03T16:18:03.3187427Z [2,627 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:03.3188422Z Compiling caffe2/ideep/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:18:03.3279464Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:03.3280598Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:03.3281287Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:03.3282105Z Compiling caffe2/core/init.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.3283217Z Compiling caffe2/operators/h_softmax_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.3285250Z Compiling caffe2/core/numa.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.3286072Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:03.5286474Z 2024-04-03T16:18:03.5286993Z  2024-04-03T16:18:03.5287472Z  2024-04-03T16:18:03.5288098Z  2024-04-03T16:18:03.5288656Z  2024-04-03T16:18:03.5289185Z  2024-04-03T16:18:03.5289499Z  2024-04-03T16:18:03.5289811Z  2024-04-03T16:18:03.5290095Z  2024-04-03T16:18:03.5291067Z [2,628 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:03.5292105Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:03.5292733Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:03.5293362Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:03.5294157Z Compiling caffe2/core/init.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.5295172Z Compiling caffe2/operators/h_softmax_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.5296196Z Compiling caffe2/core/numa.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.5297070Z Compiling caffe2/ideep/utils/ideep_register.cc; 4s processwrapper-sandbox 2024-04-03T16:18:03.5297854Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:04.1250695Z 2024-04-03T16:18:04.1251432Z  2024-04-03T16:18:04.1251925Z  2024-04-03T16:18:04.1252291Z  2024-04-03T16:18:04.1252561Z  2024-04-03T16:18:04.1252819Z  2024-04-03T16:18:04.1253085Z  2024-04-03T16:18:04.1253493Z  2024-04-03T16:18:04.1253765Z  2024-04-03T16:18:04.1254566Z [2,629 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:04.1255387Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:04.1255960Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:04.1256506Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:04.1257093Z Compiling caffe2/core/init.cc; 5s processwrapper-sandbox 2024-04-03T16:18:04.1260093Z Compiling caffe2/operators/h_softmax_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:04.1261759Z Compiling caffe2/ideep/utils/ideep_register.cc; 4s processwrapper-sandbox 2024-04-03T16:18:04.1262968Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:18:04.1264190Z Compiling caffe2/operators/accuracy_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:04.3290809Z 2024-04-03T16:18:04.3291530Z  2024-04-03T16:18:04.3292121Z  2024-04-03T16:18:04.3292467Z  2024-04-03T16:18:04.3292713Z  2024-04-03T16:18:04.3292971Z  2024-04-03T16:18:04.3293224Z  2024-04-03T16:18:04.3293490Z  2024-04-03T16:18:04.3293742Z  2024-04-03T16:18:04.3294459Z [2,629 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:04.3295253Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:04.3295753Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:04.3296257Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:04.3296829Z Compiling caffe2/core/init.cc; 5s processwrapper-sandbox 2024-04-03T16:18:04.3297602Z Compiling caffe2/operators/h_softmax_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:04.3298483Z Compiling caffe2/ideep/utils/ideep_register.cc; 5s processwrapper-sandbox 2024-04-03T16:18:04.3299164Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:04.3299862Z Compiling caffe2/operators/accuracy_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:05.3671441Z 2024-04-03T16:18:05.3672073Z  2024-04-03T16:18:05.3672568Z  2024-04-03T16:18:05.3675129Z  2024-04-03T16:18:05.3675634Z  2024-04-03T16:18:05.3676001Z  2024-04-03T16:18:05.3676282Z  2024-04-03T16:18:05.3676609Z  2024-04-03T16:18:05.3676908Z  2024-04-03T16:18:05.3677693Z [2,629 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:05.3679506Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:05.3680015Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:05.3680569Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:05.3681289Z Compiling caffe2/core/init.cc; 6s processwrapper-sandbox 2024-04-03T16:18:05.3682159Z Compiling caffe2/operators/h_softmax_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:05.3683160Z Compiling caffe2/ideep/utils/ideep_register.cc; 6s processwrapper-sandbox 2024-04-03T16:18:05.3684091Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:05.3685235Z Compiling caffe2/operators/accuracy_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:05.8713217Z 2024-04-03T16:18:05.8713837Z  2024-04-03T16:18:05.8714408Z  2024-04-03T16:18:05.8714911Z  2024-04-03T16:18:05.8715183Z  2024-04-03T16:18:05.8715459Z  2024-04-03T16:18:05.8715807Z  2024-04-03T16:18:05.8716208Z  2024-04-03T16:18:05.8716580Z  2024-04-03T16:18:05.8717727Z [2,630 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:05.8718901Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:05.8719603Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:05.8720556Z Compiling caffe2/core/init.cc; 7s processwrapper-sandbox 2024-04-03T16:18:05.8721600Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:05.8722993Z Compiling caffe2/ideep/utils/ideep_register.cc; 6s processwrapper-sandbox 2024-04-03T16:18:05.8724054Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:05.8725202Z Compiling caffe2/operators/accuracy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:05.8726132Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:05.9272121Z 2024-04-03T16:18:05.9274163Z  2024-04-03T16:18:05.9275670Z  2024-04-03T16:18:05.9277105Z  2024-04-03T16:18:05.9278531Z  2024-04-03T16:18:05.9280173Z  2024-04-03T16:18:05.9280864Z  2024-04-03T16:18:05.9281436Z  2024-04-03T16:18:05.9282359Z  2024-04-03T16:18:05.9283723Z INFO: From Compiling caffe2/operators/generate_proposals_op.cc: 2024-04-03T16:18:05.9285886Z caffe2/operators/generate_proposals_op.cc: In function 'size_t caffe2::{anonymous}::ComputeStartIndex(const TensorCPU&, const std::vector&)': 2024-04-03T16:18:05.9288999Z caffe2/operators/generate_proposals_op.cc:18:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:05.9291044Z 18 | for (int i = 0; i < index.size(); i++) { 2024-04-03T16:18:05.9291772Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:18:05.9296745Z caffe2/operators/generate_proposals_op.cc: In member function 'void caffe2::GenerateProposalsOp::ProposalsForOneImage(const Array3f&, const Eigen::Map >&, const caffe2::utils::ConstTensorView&, const caffe2::utils::ConstTensorView&, caffe2::ERArrXXf*, caffe2::EArrXf*) const [with Context = caffe2::CPUContext; Eigen::Array3f = Eigen::Array; caffe2::ERArrXXf = Eigen::Array; caffe2::EArrXf = Eigen::Array]': 2024-04-03T16:18:05.9311851Z caffe2/operators/generate_proposals_op.cc:216:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:05.9314357Z 216 | for (int i = 0; i < order.size(); ++i) { 2024-04-03T16:18:05.9315473Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:18:05.9318322Z caffe2/operators/generate_proposals_op.cc:253:42: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:05.9320962Z 253 | if (post_nms_topN > 0 && post_nms_topN < keep.size()) { 2024-04-03T16:18:05.9322098Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:18:05.9323565Z [2,630 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:05.9325168Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:05.9326056Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:05.9327107Z Compiling caffe2/core/init.cc; 7s processwrapper-sandbox 2024-04-03T16:18:05.9328517Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:05.9330240Z Compiling caffe2/ideep/utils/ideep_register.cc; 6s processwrapper-sandbox 2024-04-03T16:18:05.9331513Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:05.9332731Z Compiling caffe2/operators/accuracy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:05.9333973Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:06.1536118Z 2024-04-03T16:18:06.1536745Z  2024-04-03T16:18:06.1537155Z  2024-04-03T16:18:06.1537552Z  2024-04-03T16:18:06.1537907Z  2024-04-03T16:18:06.1538183Z  2024-04-03T16:18:06.1538580Z  2024-04-03T16:18:06.1539029Z  2024-04-03T16:18:06.1539422Z  2024-04-03T16:18:06.1540501Z [2,632 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:06.1541501Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:06.1542378Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:06.1543544Z Compiling caffe2/ideep/utils/ideep_register.cc; 7s processwrapper-sandbox 2024-04-03T16:18:06.1544465Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:06.1545309Z Compiling caffe2/operators/accuracy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.1546072Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:06.1546736Z Compiling caffe2/core/context.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.1547515Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:06.2575825Z 2024-04-03T16:18:06.2576478Z  2024-04-03T16:18:06.2576945Z  2024-04-03T16:18:06.2577318Z  2024-04-03T16:18:06.2579181Z  2024-04-03T16:18:06.2579679Z  2024-04-03T16:18:06.2580235Z  2024-04-03T16:18:06.2581032Z  2024-04-03T16:18:06.2581473Z  2024-04-03T16:18:06.2582228Z INFO: From Compiling caffe2/operators/h_softmax_op.cc: 2024-04-03T16:18:06.2584142Z caffe2/operators/h_softmax_op.cc: In member function 'bool caffe2::HSoftmaxSearchOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:18:06.2587354Z caffe2/operators/h_softmax_op.cc:408:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:06.2589480Z 408 | info.begin() + (top_n_ < info.size() ? top_n_ : info.size() - 1), 2024-04-03T16:18:06.2590245Z | ~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:18:06.2592392Z caffe2/operators/h_softmax_op.cc:419:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:06.2594288Z 419 | if (i < info.size()) { 2024-04-03T16:18:06.2594743Z | ~~^~~~~~~~~~~~~ 2024-04-03T16:18:06.2595721Z [2,632 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:06.2596703Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:06.2598504Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:06.2599715Z Compiling caffe2/ideep/utils/ideep_register.cc; 7s processwrapper-sandbox 2024-04-03T16:18:06.2600680Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:06.2601538Z Compiling caffe2/operators/accuracy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.2602959Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:06.2603789Z Compiling caffe2/core/context.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.2604801Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:06.5678365Z 2024-04-03T16:18:06.5679012Z  2024-04-03T16:18:06.5679363Z  2024-04-03T16:18:06.5679628Z  2024-04-03T16:18:06.5679876Z  2024-04-03T16:18:06.5680120Z  2024-04-03T16:18:06.5680350Z  2024-04-03T16:18:06.5680595Z  2024-04-03T16:18:06.5680840Z  2024-04-03T16:18:06.5681549Z [2,635 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:06.5682353Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:06.5683034Z Compiling caffe2/operators/accuracy_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:06.5683683Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:06.5684767Z Compiling caffe2/core/context.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.5685924Z Compiling caffe2/distributed/store_handler.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.5686949Z Compiling caffe2/core/db.cc; 4s processwrapper-sandbox 2024-04-03T16:18:06.5687659Z Compiling caffe2/core/workspace.cc; 3s processwrapper-sandbox 2024-04-03T16:18:06.5688402Z Compiling caffe2/core/event.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:07.6709084Z 2024-04-03T16:18:07.6709729Z  2024-04-03T16:18:07.6710428Z  2024-04-03T16:18:07.6710869Z  2024-04-03T16:18:07.6711143Z  2024-04-03T16:18:07.6711379Z  2024-04-03T16:18:07.6711653Z  2024-04-03T16:18:07.6711888Z  2024-04-03T16:18:07.6712137Z  2024-04-03T16:18:07.6712847Z [2,635 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:07.6713639Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:07.6714320Z Compiling caffe2/operators/accuracy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:07.7098919Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:07.7099829Z Compiling caffe2/core/context.cc; 5s processwrapper-sandbox 2024-04-03T16:18:07.7101078Z Compiling caffe2/distributed/store_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:07.7102229Z Compiling caffe2/core/db.cc; 5s processwrapper-sandbox 2024-04-03T16:18:07.7103291Z Compiling caffe2/core/workspace.cc; 4s processwrapper-sandbox 2024-04-03T16:18:07.7104357Z Compiling caffe2/core/event.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:08.0789111Z 2024-04-03T16:18:08.0790148Z  2024-04-03T16:18:08.0790676Z  2024-04-03T16:18:08.0791062Z  2024-04-03T16:18:08.0791319Z  2024-04-03T16:18:08.0791615Z  2024-04-03T16:18:08.0791993Z  2024-04-03T16:18:08.0792307Z  2024-04-03T16:18:08.0792554Z  2024-04-03T16:18:08.0793445Z [2,636 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:08.0794480Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:08.0795149Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:08.0795847Z Compiling caffe2/core/context.cc; 6s processwrapper-sandbox 2024-04-03T16:18:08.0796849Z Compiling caffe2/distributed/store_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.0797841Z Compiling caffe2/core/db.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.0798717Z Compiling caffe2/core/workspace.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.0799636Z Compiling caffe2/core/event.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.0801975Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:08.3105359Z 2024-04-03T16:18:08.3105871Z  2024-04-03T16:18:08.3106196Z  2024-04-03T16:18:08.3106472Z  2024-04-03T16:18:08.3106711Z  2024-04-03T16:18:08.3106963Z  2024-04-03T16:18:08.3107211Z  2024-04-03T16:18:08.3559738Z  2024-04-03T16:18:08.3560111Z  2024-04-03T16:18:08.3561071Z [2,637 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:08.3562207Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:08.3563075Z Compiling caffe2/core/context.cc; 6s processwrapper-sandbox 2024-04-03T16:18:08.3564059Z Compiling caffe2/distributed/store_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.3565283Z Compiling caffe2/core/db.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.3566230Z Compiling caffe2/core/workspace.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.3567222Z Compiling caffe2/core/event.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.3568274Z Compiling caffe2/core/init_intrinsics_check.cc; 4s processwrapper-sandbox 2024-04-03T16:18:08.3569467Z Compiling caffe2/operators/do_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:08.5565952Z 2024-04-03T16:18:08.5566659Z  2024-04-03T16:18:08.5567170Z  2024-04-03T16:18:08.5567576Z  2024-04-03T16:18:08.5567964Z  2024-04-03T16:18:08.5568375Z  2024-04-03T16:18:08.5568770Z  2024-04-03T16:18:08.5569300Z  2024-04-03T16:18:08.5569744Z  2024-04-03T16:18:08.5570910Z [2,638 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:08.5571843Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:08.5572560Z Compiling caffe2/distributed/store_handler.cc; 6s processwrapper-sandbox 2024-04-03T16:18:08.5573325Z Compiling caffe2/core/db.cc; 6s processwrapper-sandbox 2024-04-03T16:18:08.5574054Z Compiling caffe2/core/workspace.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.5574776Z Compiling caffe2/core/event.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.5575548Z Compiling caffe2/core/init_intrinsics_check.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.5576371Z Compiling caffe2/operators/do_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:08.5635974Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:08.9234616Z 2024-04-03T16:18:08.9235283Z  2024-04-03T16:18:08.9235891Z  2024-04-03T16:18:08.9236363Z  2024-04-03T16:18:08.9236842Z  2024-04-03T16:18:08.9237311Z  2024-04-03T16:18:08.9237682Z  2024-04-03T16:18:08.9237936Z  2024-04-03T16:18:08.9238184Z  2024-04-03T16:18:08.9238872Z [2,639 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:08.9239675Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:08.9240294Z Compiling caffe2/core/db.cc; 6s processwrapper-sandbox 2024-04-03T16:18:08.9240993Z Compiling caffe2/core/workspace.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.9241717Z Compiling caffe2/core/event.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.9242509Z Compiling caffe2/core/init_intrinsics_check.cc; 5s processwrapper-sandbox 2024-04-03T16:18:08.9243330Z Compiling caffe2/operators/do_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:08.9243953Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:08.9244738Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:09.1643796Z 2024-04-03T16:18:09.1644887Z  2024-04-03T16:18:09.1645488Z  2024-04-03T16:18:09.1645837Z  2024-04-03T16:18:09.1646074Z  2024-04-03T16:18:09.1646320Z  2024-04-03T16:18:09.1646551Z  2024-04-03T16:18:09.1646795Z  2024-04-03T16:18:09.1647034Z  2024-04-03T16:18:09.1647723Z [2,639 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:09.1919161Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:09.1920526Z Compiling caffe2/core/db.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.1921728Z Compiling caffe2/core/workspace.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.1922974Z Compiling caffe2/core/event.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.1924997Z Compiling caffe2/core/init_intrinsics_check.cc; 5s processwrapper-sandbox 2024-04-03T16:18:09.1926453Z Compiling caffe2/operators/do_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:09.1927519Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:09.1928380Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:09.4969670Z 2024-04-03T16:18:09.4970429Z  2024-04-03T16:18:09.4970809Z  2024-04-03T16:18:09.4971091Z  2024-04-03T16:18:09.4971343Z  2024-04-03T16:18:09.4971575Z  2024-04-03T16:18:09.4971824Z  2024-04-03T16:18:09.4972072Z  2024-04-03T16:18:09.4972303Z  2024-04-03T16:18:09.4973036Z [2,640 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:09.4973896Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:09.4974751Z Compiling caffe2/core/workspace.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.4975547Z Compiling caffe2/core/event.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.4976498Z Compiling caffe2/core/init_intrinsics_check.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.4977557Z Compiling caffe2/operators/do_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:09.4978189Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:09.4978966Z Compiling caffe2/core/net_async_scheduling.cc; 3s processwrapper-sandbox 2024-04-03T16:18:09.4979911Z Compiling caffe2/core/net_parallel.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:09.7926989Z 2024-04-03T16:18:09.7927723Z  2024-04-03T16:18:09.7928303Z  2024-04-03T16:18:09.7928813Z  2024-04-03T16:18:09.7929089Z  2024-04-03T16:18:09.7929342Z  2024-04-03T16:18:09.7929663Z  2024-04-03T16:18:09.7929896Z  2024-04-03T16:18:09.7930155Z  2024-04-03T16:18:09.7930868Z [2,643 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:18:09.8154075Z Compiling caffe2/core/init_intrinsics_check.cc; 6s processwrapper-sandbox 2024-04-03T16:18:09.8155073Z Compiling caffe2/operators/do_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:09.8155824Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:09.8156648Z Compiling caffe2/core/net_async_scheduling.cc; 3s processwrapper-sandbox 2024-04-03T16:18:09.8157497Z Compiling caffe2/core/net_parallel.cc; 3s processwrapper-sandbox 2024-04-03T16:18:09.8158522Z Compiling caffe2/core/net_async_task_graph.cc; 3s processwrapper-sandbox 2024-04-03T16:18:09.8159510Z Compiling caffe2/distributed/store_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:18:09.8160228Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:10.0158782Z 2024-04-03T16:18:10.0159518Z  2024-04-03T16:18:10.0160080Z  2024-04-03T16:18:10.0160347Z  2024-04-03T16:18:10.0160602Z  2024-04-03T16:18:10.0160851Z  2024-04-03T16:18:10.0161084Z  2024-04-03T16:18:10.0161331Z  2024-04-03T16:18:10.0161601Z  2024-04-03T16:18:10.0162283Z [2,644 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:10.0163221Z Compiling caffe2/operators/do_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:10.0163854Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:10.0164672Z Compiling caffe2/core/net_async_scheduling.cc; 4s processwrapper-sandbox 2024-04-03T16:18:10.0165507Z Compiling caffe2/core/net_parallel.cc; 3s processwrapper-sandbox 2024-04-03T16:18:10.0166334Z Compiling caffe2/core/net_async_task_graph.cc; 3s processwrapper-sandbox 2024-04-03T16:18:10.0184715Z Compiling caffe2/distributed/store_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:18:10.0186517Z Compiling caffe2/operators/alias_with_name.cc; 3s processwrapper-sandbox 2024-04-03T16:18:10.0187865Z Compiling caffe2/core/plan_executor.cc; 1s processwrapper-sandbox ... 2024-04-03T16:18:10.9735589Z 2024-04-03T16:18:10.9736256Z  2024-04-03T16:18:10.9739521Z  2024-04-03T16:18:10.9739936Z  2024-04-03T16:18:10.9740247Z  2024-04-03T16:18:10.9740504Z  2024-04-03T16:18:10.9740742Z  2024-04-03T16:18:10.9740992Z  2024-04-03T16:18:10.9741228Z  2024-04-03T16:18:10.9742102Z [2,645 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:10.9742930Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:10.9743838Z Compiling caffe2/core/net_async_scheduling.cc; 4s processwrapper-sandbox 2024-04-03T16:18:10.9744927Z Compiling caffe2/core/net_parallel.cc; 4s processwrapper-sandbox 2024-04-03T16:18:10.9745977Z Compiling caffe2/core/net_async_task_graph.cc; 4s processwrapper-sandbox 2024-04-03T16:18:10.9747005Z Compiling caffe2/distributed/store_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:10.9747864Z Compiling caffe2/operators/alias_with_name.cc; 4s processwrapper-sandbox 2024-04-03T16:18:10.9748887Z Compiling caffe2/core/plan_executor.cc; 2s processwrapper-sandbox 2024-04-03T16:18:10.9749705Z Compiling caffe2/core/operator.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:11.2194909Z 2024-04-03T16:18:11.2195592Z  2024-04-03T16:18:11.2195905Z  2024-04-03T16:18:11.2196165Z  2024-04-03T16:18:11.2196432Z  2024-04-03T16:18:11.2196667Z  2024-04-03T16:18:11.2196915Z  2024-04-03T16:18:11.2197160Z  2024-04-03T16:18:11.2197391Z  2024-04-03T16:18:11.2198094Z [2,645 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:11.2198926Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:11.2199616Z Compiling caffe2/core/net_async_scheduling.cc; 5s processwrapper-sandbox 2024-04-03T16:18:11.2200453Z Compiling caffe2/core/net_parallel.cc; 4s processwrapper-sandbox 2024-04-03T16:18:11.2201282Z Compiling caffe2/core/net_async_task_graph.cc; 4s processwrapper-sandbox 2024-04-03T16:18:11.2220934Z Compiling caffe2/distributed/store_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:11.2222314Z Compiling caffe2/operators/alias_with_name.cc; 4s processwrapper-sandbox 2024-04-03T16:18:11.2223650Z Compiling caffe2/core/plan_executor.cc; 3s processwrapper-sandbox 2024-04-03T16:18:11.2224865Z Compiling caffe2/core/operator.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:12.2229643Z 2024-04-03T16:18:12.2230679Z  2024-04-03T16:18:12.2231419Z  2024-04-03T16:18:12.2232069Z  2024-04-03T16:18:12.2232678Z  2024-04-03T16:18:12.2233536Z  2024-04-03T16:18:12.2233992Z  2024-04-03T16:18:12.2234409Z  2024-04-03T16:18:12.2234791Z  2024-04-03T16:18:12.2235861Z [2,645 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:12.2237103Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:12.2238186Z Compiling caffe2/core/net_async_scheduling.cc; 6s processwrapper-sandbox 2024-04-03T16:18:12.2239487Z Compiling caffe2/core/net_parallel.cc; 5s processwrapper-sandbox 2024-04-03T16:18:12.2240779Z Compiling caffe2/core/net_async_task_graph.cc; 5s processwrapper-sandbox 2024-04-03T16:18:12.2242038Z Compiling caffe2/distributed/store_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:12.2243345Z Compiling caffe2/operators/alias_with_name.cc; 5s processwrapper-sandbox 2024-04-03T16:18:12.2244839Z Compiling caffe2/core/plan_executor.cc; 4s processwrapper-sandbox 2024-04-03T16:18:12.2246075Z Compiling caffe2/core/operator.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:13.2235226Z 2024-04-03T16:18:13.2236187Z  2024-04-03T16:18:13.2239776Z  2024-04-03T16:18:13.2240500Z  2024-04-03T16:18:13.2240801Z  2024-04-03T16:18:13.2241129Z  2024-04-03T16:18:13.2241464Z  2024-04-03T16:18:13.2241768Z  2024-04-03T16:18:13.2242075Z  2024-04-03T16:18:13.2242905Z [2,646 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:18:13.2245609Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:13.2246410Z Compiling caffe2/core/net_parallel.cc; 6s processwrapper-sandbox 2024-04-03T16:18:13.2247569Z Compiling caffe2/core/net_async_task_graph.cc; 6s processwrapper-sandbox 2024-04-03T16:18:13.2248687Z Compiling caffe2/distributed/store_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:13.2249853Z Compiling caffe2/operators/alias_with_name.cc; 6s processwrapper-sandbox 2024-04-03T16:18:13.2251193Z Compiling caffe2/core/plan_executor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:13.2252371Z Compiling caffe2/core/operator.cc; 5s processwrapper-sandbox 2024-04-03T16:18:13.2253013Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:13.4239131Z 2024-04-03T16:18:13.4240117Z  2024-04-03T16:18:13.4240553Z  2024-04-03T16:18:13.4240896Z  2024-04-03T16:18:13.4241247Z  2024-04-03T16:18:13.4242185Z  2024-04-03T16:18:13.4242561Z  2024-04-03T16:18:13.4242906Z  2024-04-03T16:18:13.4243184Z  2024-04-03T16:18:13.4244117Z [2,647 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:13.4245452Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:13.4246157Z Compiling caffe2/core/net_async_task_graph.cc; 7s processwrapper-sandbox 2024-04-03T16:18:13.4247217Z Compiling caffe2/distributed/store_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:18:13.4248249Z Compiling caffe2/operators/alias_with_name.cc; 6s processwrapper-sandbox 2024-04-03T16:18:13.4249270Z Compiling caffe2/core/plan_executor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:13.4250250Z Compiling caffe2/core/operator.cc; 5s processwrapper-sandbox 2024-04-03T16:18:13.4251077Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:13.4251882Z Compiling caffe2/core/init_omp.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:13.6394644Z 2024-04-03T16:18:13.6395408Z  2024-04-03T16:18:13.6395930Z  2024-04-03T16:18:13.6396306Z  2024-04-03T16:18:13.6396695Z  2024-04-03T16:18:13.6397010Z  2024-04-03T16:18:13.6397380Z  2024-04-03T16:18:13.6397751Z  2024-04-03T16:18:13.6398111Z  2024-04-03T16:18:13.6399110Z [2,650 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:13.6400182Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:13.6401178Z Compiling caffe2/core/plan_executor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:13.6402244Z Compiling caffe2/core/operator.cc; 5s processwrapper-sandbox 2024-04-03T16:18:13.6403059Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:13.6403870Z Compiling caffe2/core/init_omp.cc; 4s processwrapper-sandbox 2024-04-03T16:18:13.6405150Z Compiling caffe2/core/qtensor_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:18:13.6406086Z Compiling caffe2/core/qtensor.cc; 3s processwrapper-sandbox 2024-04-03T16:18:13.6407022Z Compiling caffe2/operators/rsqrt_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:14.0243512Z 2024-04-03T16:18:14.0244221Z  2024-04-03T16:18:14.0244941Z  2024-04-03T16:18:14.0245393Z  2024-04-03T16:18:14.0245881Z  2024-04-03T16:18:14.0246339Z  2024-04-03T16:18:14.0246776Z  2024-04-03T16:18:14.0247238Z  2024-04-03T16:18:14.0247696Z  2024-04-03T16:18:14.0248963Z [2,650 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:14.0250539Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:18:14.0253033Z Compiling caffe2/core/plan_executor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:14.0254423Z Compiling caffe2/core/operator.cc; 5s processwrapper-sandbox 2024-04-03T16:18:14.0255478Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:14.0256357Z Compiling caffe2/core/init_omp.cc; 5s processwrapper-sandbox 2024-04-03T16:18:14.0258337Z Compiling caffe2/core/qtensor_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:18:14.0259508Z Compiling caffe2/core/qtensor.cc; 4s processwrapper-sandbox 2024-04-03T16:18:14.0260828Z Compiling caffe2/operators/rsqrt_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:14.3792042Z 2024-04-03T16:18:14.3792574Z  2024-04-03T16:18:14.3793019Z  2024-04-03T16:18:14.3793522Z  2024-04-03T16:18:14.3793939Z  2024-04-03T16:18:14.3794422Z  2024-04-03T16:18:14.3794726Z  2024-04-03T16:18:14.3794953Z  2024-04-03T16:18:14.3795196Z  2024-04-03T16:18:14.3795694Z INFO: From Compiling caffe2/core/plan_executor.cc: 2024-04-03T16:18:14.3796291Z caffe2/core/plan_executor.cc: In lambda function: 2024-04-03T16:18:14.3797502Z caffe2/core/plan_executor.cc:604:46: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:18:14.3798662Z 604 | auto workersDone = [&] { return done == numThreads; }; 2024-04-03T16:18:14.3799218Z | ~~~~~^~~~~~~~~~~~~ 2024-04-03T16:18:14.3800043Z [2,650 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:14.3800804Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:18:14.3801456Z Compiling caffe2/core/plan_executor.cc; 6s processwrapper-sandbox 2024-04-03T16:18:14.3802207Z Compiling caffe2/core/operator.cc; 6s processwrapper-sandbox 2024-04-03T16:18:14.3802813Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:14.3803418Z Compiling caffe2/core/init_omp.cc; 5s processwrapper-sandbox 2024-04-03T16:18:14.3804216Z Compiling caffe2/core/qtensor_serialization.cc; 4s processwrapper-sandbox 2024-04-03T16:18:14.3805218Z Compiling caffe2/core/qtensor.cc; 4s processwrapper-sandbox 2024-04-03T16:18:14.3806002Z Compiling caffe2/operators/rsqrt_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:14.6248853Z 2024-04-03T16:18:14.6249484Z  2024-04-03T16:18:14.6249821Z  2024-04-03T16:18:14.6250134Z  2024-04-03T16:18:14.6250579Z  2024-04-03T16:18:14.6250877Z  2024-04-03T16:18:14.6251125Z  2024-04-03T16:18:14.6251453Z  2024-04-03T16:18:14.6251746Z  2024-04-03T16:18:14.6252563Z [2,652 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:14.6253694Z Compiling caffe2/core/operator.cc; 6s processwrapper-sandbox 2024-04-03T16:18:14.6254457Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:14.6255291Z Compiling caffe2/core/init_omp.cc; 5s processwrapper-sandbox 2024-04-03T16:18:14.6256223Z Compiling caffe2/core/qtensor_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:18:14.6257158Z Compiling caffe2/core/qtensor.cc; 4s processwrapper-sandbox 2024-04-03T16:18:14.6258243Z Compiling caffe2/operators/rsqrt_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:14.6259050Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:14.6259758Z Compiling caffe2/core/types.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:15.1201033Z 2024-04-03T16:18:15.1201768Z  2024-04-03T16:18:15.1202358Z  2024-04-03T16:18:15.1202685Z  2024-04-03T16:18:15.1202926Z  2024-04-03T16:18:15.1203176Z  2024-04-03T16:18:15.1203422Z  2024-04-03T16:18:15.1203652Z  2024-04-03T16:18:15.1203896Z  2024-04-03T16:18:15.1204866Z [2,653 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:15.1323050Z Compiling caffe2/core/operator.cc; 7s processwrapper-sandbox 2024-04-03T16:18:15.1324536Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:15.1325545Z Compiling caffe2/core/qtensor_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.1326747Z Compiling caffe2/core/qtensor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.1328782Z Compiling caffe2/operators/rsqrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.1329638Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:15.1330441Z Compiling caffe2/core/types.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.1331468Z Compiling caffe2/core/memonger.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:15.4254762Z 2024-04-03T16:18:15.4255391Z  2024-04-03T16:18:15.4255988Z  2024-04-03T16:18:15.4256445Z  2024-04-03T16:18:15.4256919Z  2024-04-03T16:18:15.4257264Z  2024-04-03T16:18:15.4257511Z  2024-04-03T16:18:15.4257742Z  2024-04-03T16:18:15.4257989Z  2024-04-03T16:18:15.4258720Z [2,654 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:15.4259512Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:15.4260222Z Compiling caffe2/core/qtensor_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4261040Z Compiling caffe2/core/qtensor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4261789Z Compiling caffe2/operators/rsqrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4262430Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:15.4263022Z Compiling caffe2/core/types.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4263718Z Compiling caffe2/core/memonger.cc; 4s processwrapper-sandbox 2024-04-03T16:18:15.4264540Z Compiling caffe2/operators/softmax_utils.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:15.4703792Z 2024-04-03T16:18:15.4704351Z  2024-04-03T16:18:15.4704690Z  2024-04-03T16:18:15.4704955Z  2024-04-03T16:18:15.4705328Z  2024-04-03T16:18:15.4705585Z  2024-04-03T16:18:15.4705864Z  2024-04-03T16:18:15.4706228Z  2024-04-03T16:18:15.4706682Z  2024-04-03T16:18:15.4707429Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_op.cc: 2024-04-03T16:18:15.4709236Z caffe2/operators/rnn/recurrent_network_op.cc: In function 'void caffe2::detail::extractLinks(caffe2::OperatorBase*, const string&, const string&, const string&, const string&, std::vector*)': 2024-04-03T16:18:15.4713724Z caffe2/operators/rnn/recurrent_network_op.cc:232:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:15.4715566Z 232 | for (auto i = 0; i < internal.size(); ++i) { 2024-04-03T16:18:15.4716139Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:18:15.4717116Z [2,654 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:15.4718098Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:15.4718947Z Compiling caffe2/core/qtensor_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4719999Z Compiling caffe2/core/qtensor.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4721055Z Compiling caffe2/operators/rsqrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4721810Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:15.4722574Z Compiling caffe2/core/types.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.4723445Z Compiling caffe2/core/memonger.cc; 4s processwrapper-sandbox 2024-04-03T16:18:15.4724709Z Compiling caffe2/operators/softmax_utils.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:15.8258651Z 2024-04-03T16:18:15.8259627Z  2024-04-03T16:18:15.8260246Z  2024-04-03T16:18:15.8260522Z  2024-04-03T16:18:15.8260755Z  2024-04-03T16:18:15.8261005Z  2024-04-03T16:18:15.8261250Z  2024-04-03T16:18:15.9718148Z  2024-04-03T16:18:15.9718943Z  2024-04-03T16:18:15.9720059Z [2,655 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:15.9721542Z Compiling caffe2/core/qtensor_serialization.cc; 6s processwrapper-sandbox 2024-04-03T16:18:15.9723222Z Compiling caffe2/core/qtensor.cc; 6s processwrapper-sandbox 2024-04-03T16:18:15.9724546Z Compiling caffe2/operators/rsqrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:15.9725474Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:15.9726312Z Compiling caffe2/core/types.cc; 5s processwrapper-sandbox 2024-04-03T16:18:15.9727411Z Compiling caffe2/core/memonger.cc; 4s processwrapper-sandbox 2024-04-03T16:18:15.9728551Z Compiling caffe2/operators/softmax_utils.cc; 2s processwrapper-sandbox 2024-04-03T16:18:15.9729505Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:16.7413715Z 2024-04-03T16:18:16.7414418Z  2024-04-03T16:18:16.7415003Z  2024-04-03T16:18:16.7415510Z  2024-04-03T16:18:16.7415982Z  2024-04-03T16:18:16.7416435Z  2024-04-03T16:18:16.7416859Z  2024-04-03T16:18:16.7417294Z  2024-04-03T16:18:16.7417752Z  2024-04-03T16:18:16.7418490Z [2,656 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:16.7419520Z Compiling caffe2/core/qtensor_serialization.cc; 7s processwrapper-sandbox 2024-04-03T16:18:16.7420365Z Compiling caffe2/operators/rsqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:16.7421133Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:16.7421809Z Compiling caffe2/core/types.cc; 6s processwrapper-sandbox 2024-04-03T16:18:16.7422594Z Compiling caffe2/core/memonger.cc; 5s processwrapper-sandbox 2024-04-03T16:18:16.7423485Z Compiling caffe2/operators/softmax_utils.cc; 3s processwrapper-sandbox 2024-04-03T16:18:16.7424452Z Compiling caffe2/ideep/operators/shape_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:16.7425493Z Compiling caffe2/db/create_db_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:16.9457402Z 2024-04-03T16:18:16.9458124Z  2024-04-03T16:18:16.9458657Z  2024-04-03T16:18:16.9459155Z  2024-04-03T16:18:16.9459612Z  2024-04-03T16:18:16.9461918Z  2024-04-03T16:18:16.9462252Z  2024-04-03T16:18:16.9462561Z  2024-04-03T16:18:16.9472816Z  2024-04-03T16:18:16.9473622Z [2,658 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:16.9474575Z Compiling caffe2/operators/rsqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:16.9475331Z Compiling caffe2/core/types.cc; 7s processwrapper-sandbox 2024-04-03T16:18:16.9476146Z Compiling caffe2/core/memonger.cc; 5s processwrapper-sandbox 2024-04-03T16:18:16.9477044Z Compiling caffe2/operators/softmax_utils.cc; 3s processwrapper-sandbox 2024-04-03T16:18:16.9477996Z Compiling caffe2/ideep/operators/shape_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:16.9478892Z Compiling caffe2/db/create_db_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:16.9479654Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:16.9480314Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:17.1727868Z 2024-04-03T16:18:17.1728526Z  2024-04-03T16:18:17.1728873Z  2024-04-03T16:18:17.1729130Z  2024-04-03T16:18:17.1729385Z  2024-04-03T16:18:17.1729633Z  2024-04-03T16:18:17.1729865Z  2024-04-03T16:18:17.1730110Z  2024-04-03T16:18:17.1730356Z  2024-04-03T16:18:17.1731095Z [2,659 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:17.1732064Z Compiling caffe2/operators/rsqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:17.1732841Z Compiling caffe2/core/memonger.cc; 6s processwrapper-sandbox 2024-04-03T16:18:17.2182112Z Compiling caffe2/operators/softmax_utils.cc; 3s processwrapper-sandbox 2024-04-03T16:18:17.2184240Z Compiling caffe2/ideep/operators/shape_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:17.2185539Z Compiling caffe2/db/create_db_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:17.2186447Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:17.2188570Z Compiling caffe2/serialize/istream_adapter.cc; 3s processwrapper-sandbox 2024-04-03T16:18:17.2189626Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:17.9915163Z 2024-04-03T16:18:17.9915702Z  2024-04-03T16:18:17.9916060Z  2024-04-03T16:18:17.9916360Z  2024-04-03T16:18:17.9916618Z  2024-04-03T16:18:17.9916878Z  2024-04-03T16:18:17.9917114Z  2024-04-03T16:18:17.9917365Z  2024-04-03T16:18:17.9917620Z  2024-04-03T16:18:17.9918312Z [2,660 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:17.9919269Z Compiling caffe2/core/memonger.cc; 6s processwrapper-sandbox 2024-04-03T16:18:17.9920091Z Compiling caffe2/operators/softmax_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:18:17.9920956Z Compiling caffe2/ideep/operators/shape_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:17.9921781Z Compiling caffe2/db/create_db_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:17.9922427Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:17.9923109Z Compiling caffe2/serialize/istream_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:18:17.9923803Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:17.9924591Z Compiling caffe2/core/net.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:18.2192686Z 2024-04-03T16:18:18.2193270Z  2024-04-03T16:18:18.2193596Z  2024-04-03T16:18:18.2193862Z  2024-04-03T16:18:18.2194243Z  2024-04-03T16:18:18.2194595Z  2024-04-03T16:18:18.2194846Z  2024-04-03T16:18:18.2195275Z  2024-04-03T16:18:18.2195745Z  2024-04-03T16:18:18.2196569Z [2,660 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:18.2197508Z Compiling caffe2/core/memonger.cc; 7s processwrapper-sandbox 2024-04-03T16:18:18.2198334Z Compiling caffe2/operators/softmax_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:18:18.2200079Z Compiling caffe2/ideep/operators/shape_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:18.2201155Z Compiling caffe2/db/create_db_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:18.2201948Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:18.2202844Z Compiling caffe2/serialize/istream_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:18:18.2203625Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:18.2204531Z Compiling caffe2/core/net.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:18.6196235Z 2024-04-03T16:18:18.6196804Z  2024-04-03T16:18:18.6197240Z  2024-04-03T16:18:18.6197502Z  2024-04-03T16:18:18.6197782Z  2024-04-03T16:18:18.6198082Z  2024-04-03T16:18:18.6198429Z  2024-04-03T16:18:18.6198677Z  2024-04-03T16:18:18.6199026Z  2024-04-03T16:18:18.6199871Z [2,661 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:18.6201152Z Compiling caffe2/operators/softmax_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:18:18.6202312Z Compiling caffe2/ideep/operators/shape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:18.6203421Z Compiling caffe2/db/create_db_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:18.6204469Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:18.6205314Z Compiling caffe2/serialize/istream_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:18:18.6206180Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:18.6206867Z Compiling caffe2/core/net.cc; 4s processwrapper-sandbox 2024-04-03T16:18:18.6208688Z Compiling caffe2/opt/annotations.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:19.6202700Z 2024-04-03T16:18:19.6203427Z  2024-04-03T16:18:19.6203980Z  2024-04-03T16:18:19.6204656Z  2024-04-03T16:18:19.6205122Z  2024-04-03T16:18:19.6205581Z  2024-04-03T16:18:19.6206025Z  2024-04-03T16:18:19.6206475Z  2024-04-03T16:18:19.6398046Z  2024-04-03T16:18:19.6399334Z [2,661 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:19.6401241Z Compiling caffe2/operators/softmax_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:18:19.6402942Z Compiling caffe2/ideep/operators/shape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:19.6404682Z Compiling caffe2/db/create_db_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:19.6405862Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:19.6407183Z Compiling caffe2/serialize/istream_adapter.cc; 5s processwrapper-sandbox 2024-04-03T16:18:19.6408490Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:19.6409589Z Compiling caffe2/core/net.cc; 5s processwrapper-sandbox 2024-04-03T16:18:19.6411021Z Compiling caffe2/opt/annotations.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:20.2926907Z 2024-04-03T16:18:20.2930039Z  2024-04-03T16:18:20.2933010Z  2024-04-03T16:18:20.2935760Z  2024-04-03T16:18:20.2938774Z  2024-04-03T16:18:20.2941756Z  2024-04-03T16:18:20.2944643Z  2024-04-03T16:18:20.2947488Z  2024-04-03T16:18:20.2950371Z  2024-04-03T16:18:20.2953909Z [2,662 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:20.2957517Z Compiling caffe2/operators/softmax_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:18:20.2959084Z Compiling caffe2/ideep/operators/shape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:20.2960477Z Compiling caffe2/db/create_db_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:20.2961567Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:20.2962432Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:20.2963442Z Compiling caffe2/core/net.cc; 5s processwrapper-sandbox 2024-04-03T16:18:20.2964792Z Compiling caffe2/opt/annotations.cc; 5s processwrapper-sandbox 2024-04-03T16:18:20.2966162Z Compiling caffe2/operators/top_k.cc; 5s processwrapper-sandbox ... 2024-04-03T16:18:20.6209832Z 2024-04-03T16:18:20.6210978Z  2024-04-03T16:18:20.6211477Z  2024-04-03T16:18:20.6211912Z  2024-04-03T16:18:20.6212179Z  2024-04-03T16:18:20.6212495Z  2024-04-03T16:18:20.6212860Z  2024-04-03T16:18:20.6213234Z  2024-04-03T16:18:20.6213527Z  2024-04-03T16:18:20.6214379Z [2,662 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:20.6215585Z Compiling caffe2/operators/softmax_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:18:20.6216661Z Compiling caffe2/ideep/operators/shape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:20.6217660Z Compiling caffe2/db/create_db_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:20.6218421Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:20.6219054Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:20.6219725Z Compiling caffe2/core/net.cc; 6s processwrapper-sandbox 2024-04-03T16:18:20.6220593Z Compiling caffe2/opt/annotations.cc; 5s processwrapper-sandbox 2024-04-03T16:18:20.6221451Z Compiling caffe2/operators/top_k.cc; 5s processwrapper-sandbox ... 2024-04-03T16:18:20.8236119Z 2024-04-03T16:18:20.8237500Z  2024-04-03T16:18:20.8238208Z  2024-04-03T16:18:20.8238802Z  2024-04-03T16:18:20.8239367Z  2024-04-03T16:18:20.8239791Z  2024-04-03T16:18:20.8240209Z  2024-04-03T16:18:20.8240596Z  2024-04-03T16:18:20.8240958Z  2024-04-03T16:18:20.8242177Z [2,664 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:20.8244670Z Compiling caffe2/ideep/operators/shape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:20.8246020Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:20.8246913Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:20.8247903Z Compiling caffe2/core/net.cc; 6s processwrapper-sandbox 2024-04-03T16:18:20.8249324Z Compiling caffe2/opt/annotations.cc; 5s processwrapper-sandbox 2024-04-03T16:18:20.8250651Z Compiling caffe2/operators/top_k.cc; 5s processwrapper-sandbox 2024-04-03T16:18:20.8252197Z Compiling caffe2/operators/unique_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:20.8253764Z Compiling caffe2/operators/summarize_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:21.2213702Z 2024-04-03T16:18:21.2214419Z  2024-04-03T16:18:21.2214995Z  2024-04-03T16:18:21.2215405Z  2024-04-03T16:18:21.2215646Z  2024-04-03T16:18:21.2215897Z  2024-04-03T16:18:21.2216143Z  2024-04-03T16:18:21.2216377Z  2024-04-03T16:18:21.2216648Z  2024-04-03T16:18:21.2217357Z [2,665 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:21.2218357Z Compiling caffe2/ideep/operators/shape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:21.2219055Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:21.2219658Z Compiling caffe2/core/net.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.2220365Z Compiling caffe2/opt/annotations.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.2221121Z Compiling caffe2/operators/top_k.cc; 5s processwrapper-sandbox 2024-04-03T16:18:21.2221909Z Compiling caffe2/operators/unique_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:21.2222744Z Compiling caffe2/operators/summarize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.2223415Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:21.4467329Z 2024-04-03T16:18:21.4468415Z  2024-04-03T16:18:21.4468979Z  2024-04-03T16:18:21.4469385Z  2024-04-03T16:18:21.4469883Z  2024-04-03T16:18:21.4470324Z  2024-04-03T16:18:21.4470697Z  2024-04-03T16:18:21.4471001Z  2024-04-03T16:18:21.4471358Z  2024-04-03T16:18:21.4472362Z [2,667 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:21.4473851Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:21.4474723Z Compiling caffe2/core/net.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.4475758Z Compiling caffe2/operators/top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.4476825Z Compiling caffe2/operators/unique_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:21.4478055Z Compiling caffe2/operators/summarize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.4479030Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:21.4480050Z Compiling caffe2/operators/tanh_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.4481310Z Compiling caffe2/core/prof_dag_counters.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:21.6577833Z 2024-04-03T16:18:21.6578432Z  2024-04-03T16:18:21.6578774Z  2024-04-03T16:18:21.6579049Z  2024-04-03T16:18:21.6579287Z  2024-04-03T16:18:21.6579533Z  2024-04-03T16:18:21.6579784Z  2024-04-03T16:18:21.6580039Z  2024-04-03T16:18:21.6580379Z  2024-04-03T16:18:21.6581074Z [2,667 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:21.6581855Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:21.6582449Z Compiling caffe2/core/net.cc; 7s processwrapper-sandbox 2024-04-03T16:18:21.6583169Z Compiling caffe2/operators/top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.6583957Z Compiling caffe2/operators/unique_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.6584777Z Compiling caffe2/operators/summarize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.6816949Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:21.6818242Z Compiling caffe2/operators/tanh_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.6819586Z Compiling caffe2/core/prof_dag_counters.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:21.8681279Z 2024-04-03T16:18:21.8681991Z  2024-04-03T16:18:21.8683408Z  2024-04-03T16:18:21.8683785Z  2024-04-03T16:18:21.8684198Z  2024-04-03T16:18:21.8684696Z  2024-04-03T16:18:21.8685057Z  2024-04-03T16:18:21.8685446Z  2024-04-03T16:18:21.8685814Z  2024-04-03T16:18:21.8686847Z [2,668 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:21.8688120Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:21.8688936Z Compiling caffe2/operators/top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.8690003Z Compiling caffe2/operators/unique_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:21.8691058Z Compiling caffe2/operators/summarize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:21.8691998Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:21.8692906Z Compiling caffe2/operators/tanh_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.8694100Z Compiling caffe2/core/prof_dag_counters.cc; 4s processwrapper-sandbox 2024-04-03T16:18:21.8695287Z Compiling caffe2/opt/passes.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:22.0823770Z 2024-04-03T16:18:22.0824302Z  2024-04-03T16:18:22.0824611Z  2024-04-03T16:18:22.0824885Z  2024-04-03T16:18:22.0825137Z  2024-04-03T16:18:22.0825377Z  2024-04-03T16:18:22.0825623Z  2024-04-03T16:18:22.0825869Z  2024-04-03T16:18:22.0826099Z  2024-04-03T16:18:22.0826801Z [2,668 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:22.0827600Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:22.0828246Z Compiling caffe2/operators/top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:18:22.0829042Z Compiling caffe2/operators/unique_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:22.0829880Z Compiling caffe2/operators/summarize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.0830535Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:22.1458485Z Compiling caffe2/operators/tanh_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.1459789Z Compiling caffe2/core/prof_dag_counters.cc; 4s processwrapper-sandbox 2024-04-03T16:18:22.1460985Z Compiling caffe2/opt/passes.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:22.3463371Z 2024-04-03T16:18:22.3463920Z  2024-04-03T16:18:22.3464247Z  2024-04-03T16:18:22.3464644Z  2024-04-03T16:18:22.3464931Z  2024-04-03T16:18:22.3465191Z  2024-04-03T16:18:22.3465428Z  2024-04-03T16:18:22.3465681Z  2024-04-03T16:18:22.3465932Z  2024-04-03T16:18:22.3466645Z [2,669 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:22.3467454Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:22.3468128Z Compiling caffe2/operators/unique_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:22.3468976Z Compiling caffe2/operators/summarize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.3469642Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:22.3470344Z Compiling caffe2/operators/tanh_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.3471212Z Compiling caffe2/core/prof_dag_counters.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.3471966Z Compiling caffe2/opt/passes.cc; 4s processwrapper-sandbox 2024-04-03T16:18:22.3472778Z Compiling caffe2/operators/stop_gradient.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:22.5559358Z 2024-04-03T16:18:22.5559945Z  2024-04-03T16:18:22.5560246Z  2024-04-03T16:18:22.5560581Z  2024-04-03T16:18:22.5560834Z  2024-04-03T16:18:22.6199912Z  2024-04-03T16:18:22.6200709Z  2024-04-03T16:18:22.6201083Z  2024-04-03T16:18:22.6201437Z  2024-04-03T16:18:22.6202421Z [2,670 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:22.6203792Z Compiling caffe2/operators/unique_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:18:22.6205728Z Compiling caffe2/operators/summarize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.6206679Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:22.6207695Z Compiling caffe2/operators/tanh_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.6209046Z Compiling caffe2/core/prof_dag_counters.cc; 5s processwrapper-sandbox 2024-04-03T16:18:22.6210124Z Compiling caffe2/opt/passes.cc; 4s processwrapper-sandbox 2024-04-03T16:18:22.6211197Z Compiling caffe2/operators/stop_gradient.cc; 4s processwrapper-sandbox 2024-04-03T16:18:22.6212220Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:23.1036936Z 2024-04-03T16:18:23.1037749Z  2024-04-03T16:18:23.1038199Z  2024-04-03T16:18:23.1038567Z  2024-04-03T16:18:23.1038843Z  2024-04-03T16:18:23.1039090Z  2024-04-03T16:18:23.1039324Z  2024-04-03T16:18:23.1039661Z  2024-04-03T16:18:23.1039895Z  2024-04-03T16:18:23.1040905Z [2,671 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:23.1042146Z Compiling caffe2/operators/summarize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:23.1043078Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:23.1043866Z Compiling caffe2/operators/tanh_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:23.1045015Z Compiling caffe2/core/prof_dag_counters.cc; 5s processwrapper-sandbox 2024-04-03T16:18:23.1045936Z Compiling caffe2/opt/passes.cc; 5s processwrapper-sandbox 2024-04-03T16:18:23.1046817Z Compiling caffe2/operators/stop_gradient.cc; 4s processwrapper-sandbox 2024-04-03T16:18:23.1047585Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:18:23.1048329Z Compiling caffe2/operators/sin_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:23.4208830Z 2024-04-03T16:18:23.4209459Z  2024-04-03T16:18:23.4210076Z  2024-04-03T16:18:23.4211838Z  2024-04-03T16:18:23.4212182Z  2024-04-03T16:18:23.4212439Z  2024-04-03T16:18:23.4212719Z  2024-04-03T16:18:23.4213063Z  2024-04-03T16:18:23.4213313Z  2024-04-03T16:18:23.4214074Z [2,671 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:23.4215337Z Compiling caffe2/operators/summarize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:23.4216019Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:23.4216856Z Compiling caffe2/operators/tanh_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:23.4217885Z Compiling caffe2/core/prof_dag_counters.cc; 6s processwrapper-sandbox 2024-04-03T16:18:23.4218713Z Compiling caffe2/opt/passes.cc; 5s processwrapper-sandbox 2024-04-03T16:18:23.4219739Z Compiling caffe2/operators/stop_gradient.cc; 5s processwrapper-sandbox 2024-04-03T16:18:23.4220518Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:23.4221320Z Compiling caffe2/operators/sin_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:23.9249688Z 2024-04-03T16:18:23.9250420Z  2024-04-03T16:18:23.9251006Z  2024-04-03T16:18:23.9251491Z  2024-04-03T16:18:23.9251978Z  2024-04-03T16:18:23.9252317Z  2024-04-03T16:18:23.9252577Z  2024-04-03T16:18:23.9252815Z  2024-04-03T16:18:23.9253066Z  2024-04-03T16:18:23.9253769Z [2,672 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:23.9254758Z Compiling caffe2/operators/summarize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:23.9255424Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:23.9258663Z Compiling caffe2/operators/tanh_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:23.9259982Z Compiling caffe2/opt/passes.cc; 5s processwrapper-sandbox 2024-04-03T16:18:23.9261020Z Compiling caffe2/operators/stop_gradient.cc; 5s processwrapper-sandbox 2024-04-03T16:18:23.9262679Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:23.9263580Z Compiling caffe2/operators/sin_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:23.9264520Z Compiling caffe2/operators/sqr_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:24.2214195Z 2024-04-03T16:18:24.2214780Z  2024-04-03T16:18:24.2215320Z  2024-04-03T16:18:24.2215823Z  2024-04-03T16:18:24.2216106Z  2024-04-03T16:18:24.2216352Z  2024-04-03T16:18:24.2216580Z  2024-04-03T16:18:24.2216824Z  2024-04-03T16:18:24.2217057Z  2024-04-03T16:18:24.2217773Z [2,672 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:24.2218763Z Compiling caffe2/operators/summarize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:24.2219440Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:24.2220129Z Compiling caffe2/operators/tanh_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:24.2220927Z Compiling caffe2/opt/passes.cc; 6s processwrapper-sandbox 2024-04-03T16:18:24.2221731Z Compiling caffe2/operators/stop_gradient.cc; 5s processwrapper-sandbox 2024-04-03T16:18:24.2222395Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:24.2223032Z Compiling caffe2/operators/sin_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:24.2223832Z Compiling caffe2/operators/sqr_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:24.4543248Z 2024-04-03T16:18:24.4545028Z  2024-04-03T16:18:24.4546568Z  2024-04-03T16:18:24.4547888Z  2024-04-03T16:18:24.4548497Z  2024-04-03T16:18:24.4549141Z  2024-04-03T16:18:24.4549625Z  2024-04-03T16:18:24.4551391Z  2024-04-03T16:18:24.4551921Z  2024-04-03T16:18:24.4553192Z [2,673 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:24.4554696Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:24.4556010Z Compiling caffe2/operators/tanh_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:24.4558980Z Compiling caffe2/opt/passes.cc; 6s processwrapper-sandbox 2024-04-03T16:18:24.4560383Z Compiling caffe2/operators/stop_gradient.cc; 6s processwrapper-sandbox 2024-04-03T16:18:24.4561522Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:24.4562573Z Compiling caffe2/operators/sin_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:24.4563708Z Compiling caffe2/operators/sqr_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:24.4565566Z Compiling caffe2/operators/sequence_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:24.8388627Z 2024-04-03T16:18:24.8389277Z  2024-04-03T16:18:24.8389641Z  2024-04-03T16:18:24.8389905Z  2024-04-03T16:18:24.8390159Z  2024-04-03T16:18:24.8390410Z  2024-04-03T16:18:24.8390640Z  2024-04-03T16:18:24.8390882Z  2024-04-03T16:18:24.8391129Z  2024-04-03T16:18:24.8391818Z [2,673 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:24.8392629Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:24.8393334Z Compiling caffe2/operators/tanh_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:24.8394115Z Compiling caffe2/opt/passes.cc; 6s processwrapper-sandbox 2024-04-03T16:18:24.8394894Z Compiling caffe2/operators/stop_gradient.cc; 6s processwrapper-sandbox 2024-04-03T16:18:24.8395564Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:24.8396183Z Compiling caffe2/operators/sin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:24.8396948Z Compiling caffe2/operators/sqr_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:24.8610272Z Compiling caffe2/operators/sequence_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:25.0836866Z 2024-04-03T16:18:25.0837891Z  2024-04-03T16:18:25.0840886Z  2024-04-03T16:18:25.0841847Z  2024-04-03T16:18:25.0842334Z  2024-04-03T16:18:25.0842824Z  2024-04-03T16:18:25.0844021Z  2024-04-03T16:18:25.0844608Z  2024-04-03T16:18:25.0844999Z  2024-04-03T16:18:25.0846098Z [2,674 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:25.0847347Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:18:25.0848580Z Compiling caffe2/operators/tanh_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:18:25.0849950Z Compiling caffe2/operators/stop_gradient.cc; 6s processwrapper-sandbox 2024-04-03T16:18:25.0851003Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:25.0851947Z Compiling caffe2/operators/sin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.0856023Z Compiling caffe2/operators/sqr_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.0857201Z Compiling caffe2/operators/sequence_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.0858124Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:25.2839757Z 2024-04-03T16:18:25.2840470Z  2024-04-03T16:18:25.2841037Z  2024-04-03T16:18:25.2841512Z  2024-04-03T16:18:25.2841770Z  2024-04-03T16:18:25.2842006Z  2024-04-03T16:18:25.2842341Z  2024-04-03T16:18:25.2842746Z  2024-04-03T16:18:25.2843050Z  2024-04-03T16:18:25.2844118Z [2,677 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:18:25.2845413Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:25.2846287Z Compiling caffe2/operators/sin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.2847454Z Compiling caffe2/operators/sqr_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.2848623Z Compiling caffe2/operators/sequence_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.2849746Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:25.2850443Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:25.2851109Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:25.2851869Z Compiling caffe2/operators/rank_loss_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:25.6618256Z 2024-04-03T16:18:25.6618938Z  2024-04-03T16:18:25.6619314Z  2024-04-03T16:18:25.6619591Z  2024-04-03T16:18:25.6619831Z  2024-04-03T16:18:25.6620081Z  2024-04-03T16:18:25.6620331Z  2024-04-03T16:18:25.6620564Z  2024-04-03T16:18:25.6620811Z  2024-04-03T16:18:25.6621511Z [2,677 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:25.6622296Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:25.6622942Z Compiling caffe2/operators/sin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.6623743Z Compiling caffe2/operators/sqr_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.6624541Z Compiling caffe2/operators/sequence_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:25.6625200Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:25.6625682Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:25.6626153Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:25.6626843Z Compiling caffe2/operators/rank_loss_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:26.6749033Z 2024-04-03T16:18:26.6749561Z  2024-04-03T16:18:26.6749889Z  2024-04-03T16:18:26.6750162Z  2024-04-03T16:18:26.6750401Z  2024-04-03T16:18:26.6750647Z  2024-04-03T16:18:26.6750879Z  2024-04-03T16:18:26.6751125Z  2024-04-03T16:18:26.6751368Z  2024-04-03T16:18:26.6752047Z [2,677 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:26.7021582Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:26.7022563Z Compiling caffe2/operators/sin_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:26.7023698Z Compiling caffe2/operators/sqr_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:26.7024883Z Compiling caffe2/operators/sequence_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:26.7026556Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:26.7027043Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:26.7027617Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:26.7028467Z Compiling caffe2/operators/rank_loss_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:27.4810893Z 2024-04-03T16:18:27.4811496Z  2024-04-03T16:18:27.4811826Z  2024-04-03T16:18:27.4812767Z  2024-04-03T16:18:27.4813327Z  2024-04-03T16:18:27.4813761Z  2024-04-03T16:18:27.4814189Z  2024-04-03T16:18:27.4814625Z  2024-04-03T16:18:27.4815020Z  2024-04-03T16:18:27.4817383Z [2,678 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:27.4818735Z Compiling caffe2/operators/sin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.4819512Z Compiling caffe2/operators/sqr_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.4820422Z Compiling caffe2/operators/sequence_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.4821206Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:27.4821859Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:27.4822527Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:27.4823498Z Compiling caffe2/operators/rank_loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:27.4824377Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:27.7031057Z 2024-04-03T16:18:27.7031973Z  2024-04-03T16:18:27.7032464Z  2024-04-03T16:18:27.7032868Z  2024-04-03T16:18:27.7033122Z  2024-04-03T16:18:27.7033368Z  2024-04-03T16:18:27.7033600Z  2024-04-03T16:18:27.7033857Z  2024-04-03T16:18:27.7034100Z  2024-04-03T16:18:27.7034800Z [2,678 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:27.7035746Z Compiling caffe2/operators/sin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.7355526Z Compiling caffe2/operators/sqr_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.7356793Z Compiling caffe2/operators/sequence_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.7357826Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:27.7358579Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:27.7359317Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:27.7360275Z Compiling caffe2/operators/rank_loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:27.7361314Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:27.7508119Z 2024-04-03T16:18:27.7509136Z  2024-04-03T16:18:27.7509946Z  2024-04-03T16:18:27.7510435Z  2024-04-03T16:18:27.7511034Z  2024-04-03T16:18:27.7511628Z  2024-04-03T16:18:27.7512208Z  2024-04-03T16:18:27.7512663Z  2024-04-03T16:18:27.7513260Z  2024-04-03T16:18:27.7514296Z INFO: From Compiling caffe2/operators/sequence_ops.cc: 2024-04-03T16:18:27.7516502Z caffe2/operators/sequence_ops.cc:58: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:18:27.7518148Z 58 | #pragma warning(suppress: 4804) 2024-04-03T16:18:27.7519167Z | 2024-04-03T16:18:27.7520609Z caffe2/operators/sequence_ops.cc:67: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:18:27.7522250Z 67 | #pragma warning(suppress: 4804) 2024-04-03T16:18:27.7523147Z | 2024-04-03T16:18:27.7524680Z [2,678 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:27.7526636Z Compiling caffe2/operators/sin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:27.7528679Z Compiling caffe2/operators/sqr_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.7530476Z Compiling caffe2/operators/sequence_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:27.7531961Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:27.7533182Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:27.7534465Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:27.7535828Z Compiling caffe2/operators/rank_loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:27.7537348Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:28.0382190Z 2024-04-03T16:18:28.0383090Z  2024-04-03T16:18:28.0383825Z  2024-04-03T16:18:28.0384462Z  2024-04-03T16:18:28.0385063Z  2024-04-03T16:18:28.0385549Z  2024-04-03T16:18:28.0386139Z  2024-04-03T16:18:28.0386587Z  2024-04-03T16:18:28.0387047Z  2024-04-03T16:18:28.0387887Z [2,680 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:28.0395311Z Compiling caffe2/operators/sqr_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:28.0396274Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.0397129Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.0397944Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.0398869Z Compiling caffe2/operators/rank_loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:28.0400017Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:28.0401269Z Compiling caffe2/operators/partition_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:28.0402650Z Compiling caffe2/operators/resize_3d_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:28.3362408Z 2024-04-03T16:18:28.3363193Z  2024-04-03T16:18:28.3363738Z  2024-04-03T16:18:28.3364256Z  2024-04-03T16:18:28.3364831Z  2024-04-03T16:18:28.3365178Z  2024-04-03T16:18:28.3365542Z  2024-04-03T16:18:28.3365920Z  2024-04-03T16:18:28.3366260Z  2024-04-03T16:18:28.3367231Z [2,681 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:28.3368511Z Compiling caffe2/operators/sqr_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:28.3369392Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.3370801Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.3371828Z Compiling caffe2/operators/rank_loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:28.3372784Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:28.3373808Z Compiling caffe2/operators/partition_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:28.3374935Z Compiling caffe2/operators/resize_3d_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:28.3375809Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:28.5371135Z 2024-04-03T16:18:28.5371838Z  2024-04-03T16:18:28.5372429Z  2024-04-03T16:18:28.5372788Z  2024-04-03T16:18:28.5373042Z  2024-04-03T16:18:28.5373415Z  2024-04-03T16:18:28.5373695Z  2024-04-03T16:18:28.5373998Z  2024-04-03T16:18:28.5374411Z  2024-04-03T16:18:28.5375367Z [2,682 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:28.5376449Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:28.5377077Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.5377889Z Compiling caffe2/operators/rank_loss_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:28.5378742Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.5379626Z Compiling caffe2/operators/partition_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:28.5380695Z Compiling caffe2/operators/resize_3d_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:28.5381546Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:28.5382448Z Compiling caffe2/operators/pack_segments.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:28.7622574Z 2024-04-03T16:18:28.7625342Z  2024-04-03T16:18:28.7625812Z  2024-04-03T16:18:28.7626241Z  2024-04-03T16:18:28.7626597Z  2024-04-03T16:18:28.7626845Z  2024-04-03T16:18:28.7627090Z  2024-04-03T16:18:28.7627323Z  2024-04-03T16:18:28.7627567Z  2024-04-03T16:18:28.7628567Z [2,684 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:18:28.7630577Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.7631107Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:28.7632037Z Compiling caffe2/operators/partition_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:28.7633097Z Compiling caffe2/operators/resize_3d_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:28.7633950Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:28.7634776Z Compiling caffe2/operators/pack_segments.cc; 3s processwrapper-sandbox 2024-04-03T16:18:28.7635876Z Compiling caffe2/operators/free_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:28.7637781Z Compiling caffe2/queue/blobs_queue_db.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:29.1375558Z 2024-04-03T16:18:29.1376176Z  2024-04-03T16:18:29.1376761Z  2024-04-03T16:18:29.1377099Z  2024-04-03T16:18:29.1377352Z  2024-04-03T16:18:29.1377632Z  2024-04-03T16:18:29.1377864Z  2024-04-03T16:18:29.1378112Z  2024-04-03T16:18:29.1378346Z  2024-04-03T16:18:29.1379055Z [2,684 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:29.1379856Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:29.1380353Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:29.1381025Z Compiling caffe2/operators/partition_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:29.1381888Z Compiling caffe2/operators/resize_3d_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:29.1382552Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:29.1383222Z Compiling caffe2/operators/pack_segments.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.1384055Z Compiling caffe2/operators/free_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:29.1384882Z Compiling caffe2/queue/blobs_queue_db.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:29.4694184Z 2024-04-03T16:18:29.4697472Z  2024-04-03T16:18:29.4698005Z  2024-04-03T16:18:29.4698399Z  2024-04-03T16:18:29.4698854Z  2024-04-03T16:18:29.4699299Z  2024-04-03T16:18:29.4699708Z  2024-04-03T16:18:29.4700128Z  2024-04-03T16:18:29.4700559Z  2024-04-03T16:18:29.4701740Z [2,685 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:29.4703109Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:29.4704349Z Compiling caffe2/operators/partition_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:29.4705948Z Compiling caffe2/operators/resize_3d_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:29.4706935Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:29.4707991Z Compiling caffe2/operators/pack_segments.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.4709258Z Compiling caffe2/operators/free_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.4710480Z Compiling caffe2/queue/blobs_queue_db.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.4711790Z Compiling caffe2/core/operator_schema.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:29.6316787Z 2024-04-03T16:18:29.6317454Z  2024-04-03T16:18:29.6317893Z  2024-04-03T16:18:29.6318175Z  2024-04-03T16:18:29.6318425Z  2024-04-03T16:18:29.6318709Z  2024-04-03T16:18:29.6319033Z  2024-04-03T16:18:29.6319283Z  2024-04-03T16:18:29.6319698Z  2024-04-03T16:18:29.6320303Z INFO: From Compiling caffe2/operators/partition_ops.cc: 2024-04-03T16:18:29.6323189Z caffe2/operators/partition_ops.cc: In member function 'virtual std::vector caffe2::{anonymous}::{anonymous}::GetGatherByKeyGradient::GetGradientDefs()': 2024-04-03T16:18:29.6326429Z caffe2/operators/partition_ops.cc:122:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:29.6328858Z 122 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:18:29.6329517Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:18:29.6331513Z caffe2/operators/partition_ops.cc:135:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:29.6333108Z 135 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:18:29.6333775Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:18:29.6334644Z [2,685 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:29.6335491Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:29.6336902Z Compiling caffe2/operators/partition_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:29.6337913Z Compiling caffe2/operators/resize_3d_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:29.6338686Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:29.6339453Z Compiling caffe2/operators/pack_segments.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.6340441Z Compiling caffe2/operators/free_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.6341379Z Compiling caffe2/queue/blobs_queue_db.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.6342284Z Compiling caffe2/core/operator_schema.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:29.9380830Z 2024-04-03T16:18:29.9381547Z  2024-04-03T16:18:29.9382079Z  2024-04-03T16:18:29.9382567Z  2024-04-03T16:18:29.9382985Z  2024-04-03T16:18:29.9383403Z  2024-04-03T16:18:29.9383816Z  2024-04-03T16:18:29.9384234Z  2024-04-03T16:18:29.9384622Z  2024-04-03T16:18:29.9385732Z [2,686 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:29.9387054Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:29.9388265Z Compiling caffe2/operators/resize_3d_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:29.9391025Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:29.9392243Z Compiling caffe2/operators/pack_segments.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.9393677Z Compiling caffe2/operators/free_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.9395061Z Compiling caffe2/queue/blobs_queue_db.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.9396469Z Compiling caffe2/core/operator_schema.cc; 4s processwrapper-sandbox 2024-04-03T16:18:29.9397940Z Compiling caffe2/operators/moments_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:30.7195873Z 2024-04-03T16:18:30.7196635Z  2024-04-03T16:18:30.7197184Z  2024-04-03T16:18:30.7197636Z  2024-04-03T16:18:30.7198005Z  2024-04-03T16:18:30.7198241Z  2024-04-03T16:18:30.7198490Z  2024-04-03T16:18:30.7198732Z  2024-04-03T16:18:30.7198963Z  2024-04-03T16:18:30.7199665Z [2,687 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:30.7200668Z Compiling caffe2/operators/resize_3d_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:30.7201327Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:30.7202003Z Compiling caffe2/operators/pack_segments.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.7202823Z Compiling caffe2/operators/free_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.7203623Z Compiling caffe2/queue/blobs_queue_db.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.7204597Z Compiling caffe2/core/operator_schema.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.7937846Z Compiling caffe2/operators/moments_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:30.7939345Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:30.9387701Z 2024-04-03T16:18:30.9388248Z  2024-04-03T16:18:30.9388746Z  2024-04-03T16:18:30.9389245Z  2024-04-03T16:18:30.9389670Z  2024-04-03T16:18:30.9391001Z  2024-04-03T16:18:30.9391348Z  2024-04-03T16:18:30.9391709Z  2024-04-03T16:18:30.9392080Z  2024-04-03T16:18:30.9392977Z [2,687 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:30.9394305Z Compiling caffe2/operators/resize_3d_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:30.9395113Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:30.9395921Z Compiling caffe2/operators/pack_segments.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.9396996Z Compiling caffe2/operators/free_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.9397975Z Compiling caffe2/queue/blobs_queue_db.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.9400421Z Compiling caffe2/core/operator_schema.cc; 5s processwrapper-sandbox 2024-04-03T16:18:30.9401574Z Compiling caffe2/operators/moments_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:30.9402460Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:31.8568560Z 2024-04-03T16:18:31.8569511Z  2024-04-03T16:18:31.8570099Z  2024-04-03T16:18:31.8570529Z  2024-04-03T16:18:31.8570927Z  2024-04-03T16:18:31.8571231Z  2024-04-03T16:18:31.8571589Z  2024-04-03T16:18:31.8571935Z  2024-04-03T16:18:31.8572244Z  2024-04-03T16:18:31.8573086Z [2,688 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:31.8574453Z Compiling caffe2/operators/resize_3d_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:31.8575585Z Compiling caffe2/operators/pack_segments.cc; 6s processwrapper-sandbox 2024-04-03T16:18:31.8576768Z Compiling caffe2/operators/free_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:31.8577944Z Compiling caffe2/queue/blobs_queue_db.cc; 6s processwrapper-sandbox 2024-04-03T16:18:31.8578984Z Compiling caffe2/core/operator_schema.cc; 6s processwrapper-sandbox 2024-04-03T16:18:31.8579875Z Compiling caffe2/operators/moments_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:31.8597173Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:31.8597675Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:32.0923483Z 2024-04-03T16:18:32.0924205Z  2024-04-03T16:18:32.0924930Z  2024-04-03T16:18:32.0925551Z  2024-04-03T16:18:32.0926048Z  2024-04-03T16:18:32.0926413Z  2024-04-03T16:18:32.0926654Z  2024-04-03T16:18:32.0926896Z  2024-04-03T16:18:32.0927171Z  2024-04-03T16:18:32.0927889Z [2,690 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:32.0929139Z Compiling caffe2/operators/pack_segments.cc; 6s processwrapper-sandbox 2024-04-03T16:18:32.0930294Z Compiling caffe2/operators/free_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:32.0931452Z Compiling caffe2/queue/blobs_queue_db.cc; 6s processwrapper-sandbox 2024-04-03T16:18:32.0932602Z Compiling caffe2/operators/moments_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:32.0933403Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.0934136Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.0935104Z Compiling caffe2/operators/merge_id_lists_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:32.0936056Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:32.3396022Z 2024-04-03T16:18:32.3396780Z  2024-04-03T16:18:32.3397362Z  2024-04-03T16:18:32.3397690Z  2024-04-03T16:18:32.3397936Z  2024-04-03T16:18:32.3398168Z  2024-04-03T16:18:32.3398409Z  2024-04-03T16:18:32.3398651Z  2024-04-03T16:18:32.3398880Z  2024-04-03T16:18:32.3775289Z [2,690 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:32.3777200Z Compiling caffe2/operators/pack_segments.cc; 7s processwrapper-sandbox 2024-04-03T16:18:32.3778485Z Compiling caffe2/operators/free_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:32.3779901Z Compiling caffe2/queue/blobs_queue_db.cc; 7s processwrapper-sandbox 2024-04-03T16:18:32.3781188Z Compiling caffe2/operators/moments_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:32.3782193Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.3782956Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.3784029Z Compiling caffe2/operators/merge_id_lists_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:32.3785048Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:32.5782329Z 2024-04-03T16:18:32.5783034Z  2024-04-03T16:18:32.5783451Z  2024-04-03T16:18:32.5783728Z  2024-04-03T16:18:32.5783992Z  2024-04-03T16:18:32.5784227Z  2024-04-03T16:18:32.6580327Z  2024-04-03T16:18:32.6581148Z  2024-04-03T16:18:32.6581526Z  2024-04-03T16:18:32.6582504Z [2,692 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:32.6583908Z Compiling caffe2/queue/blobs_queue_db.cc; 7s processwrapper-sandbox 2024-04-03T16:18:32.6584994Z Compiling caffe2/operators/moments_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:32.6585830Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.6586447Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.6587440Z Compiling caffe2/operators/merge_id_lists_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:32.6588321Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.6589291Z Compiling caffe2/operators/feed_blob_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:32.6590313Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:32.8502729Z 2024-04-03T16:18:32.8503784Z  2024-04-03T16:18:32.8504420Z  2024-04-03T16:18:32.8505378Z  2024-04-03T16:18:32.8505726Z  2024-04-03T16:18:32.8505982Z  2024-04-03T16:18:32.8506230Z  2024-04-03T16:18:32.8506484Z  2024-04-03T16:18:32.8506738Z  2024-04-03T16:18:32.8508880Z [2,693 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:32.8510178Z Compiling caffe2/operators/moments_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:32.8511056Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:32.8511724Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.8512579Z Compiling caffe2/operators/merge_id_lists_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:32.8513515Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.8514382Z Compiling caffe2/operators/feed_blob_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:32.8515242Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:32.8515936Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:33.0588605Z 2024-04-03T16:18:33.0589282Z  2024-04-03T16:18:33.0589632Z  2024-04-03T16:18:33.0590040Z  2024-04-03T16:18:33.0590317Z  2024-04-03T16:18:33.0590569Z  2024-04-03T16:18:33.0590850Z  2024-04-03T16:18:33.0591191Z  2024-04-03T16:18:33.0591516Z  2024-04-03T16:18:33.0592397Z [2,693 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:33.0593578Z Compiling caffe2/operators/moments_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:33.0594424Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:33.0594940Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:33.0595825Z Compiling caffe2/operators/merge_id_lists_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:33.0596700Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:33.0598462Z Compiling caffe2/operators/feed_blob_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:33.0599648Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:33.0600228Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:34.2596041Z 2024-04-03T16:18:34.2596606Z  2024-04-03T16:18:34.2596939Z  2024-04-03T16:18:34.2770955Z  2024-04-03T16:18:34.2771366Z  2024-04-03T16:18:34.2771815Z  2024-04-03T16:18:34.2783414Z  2024-04-03T16:18:34.2783833Z  2024-04-03T16:18:34.2784201Z  2024-04-03T16:18:34.2785194Z [2,693 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:34.2786585Z Compiling caffe2/operators/moments_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:34.2787524Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.2788372Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.2789386Z Compiling caffe2/operators/merge_id_lists_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:34.2790330Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:34.2791668Z Compiling caffe2/operators/feed_blob_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:34.2792592Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:34.2793305Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:34.4914539Z 2024-04-03T16:18:34.4915200Z  2024-04-03T16:18:34.4915530Z  2024-04-03T16:18:34.4915834Z  2024-04-03T16:18:34.4916082Z  2024-04-03T16:18:34.4916312Z  2024-04-03T16:18:34.4916555Z  2024-04-03T16:18:34.4916782Z  2024-04-03T16:18:34.4917115Z  2024-04-03T16:18:34.4917835Z [2,694 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:34.4918875Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.4919554Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.4920413Z Compiling caffe2/operators/merge_id_lists_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:34.4921200Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:34.4922039Z Compiling caffe2/operators/feed_blob_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:34.4922854Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:34.4923344Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:34.4925021Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:34.8317862Z 2024-04-03T16:18:34.8318632Z  2024-04-03T16:18:34.8319091Z  2024-04-03T16:18:34.8319386Z  2024-04-03T16:18:34.8319698Z  2024-04-03T16:18:34.8320256Z  2024-04-03T16:18:34.8320695Z  2024-04-03T16:18:34.8321152Z  2024-04-03T16:18:34.8323087Z  2024-04-03T16:18:34.8324665Z [2,695 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:34.8326068Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.8327392Z Compiling caffe2/operators/merge_id_lists_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:34.8328291Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.8329504Z Compiling caffe2/operators/feed_blob_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:34.8330839Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:34.8331563Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:34.8332840Z Compiling caffe2/ideep/operators/reshape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:34.8333815Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:35.0602088Z 2024-04-03T16:18:35.0602594Z  2024-04-03T16:18:35.0602958Z  2024-04-03T16:18:35.0603343Z  2024-04-03T16:18:35.0603581Z  2024-04-03T16:18:35.0603830Z  2024-04-03T16:18:35.0604130Z  2024-04-03T16:18:35.0604594Z  2024-04-03T16:18:35.0604854Z  2024-04-03T16:18:35.0605749Z [2,695 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:35.0607619Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:35.0608493Z Compiling caffe2/operators/merge_id_lists_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:35.0609429Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:35.0610398Z Compiling caffe2/operators/feed_blob_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:35.0611706Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:35.0612368Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:35.0613371Z Compiling caffe2/ideep/operators/reshape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:35.0614356Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:35.6783865Z 2024-04-03T16:18:35.6784541Z  2024-04-03T16:18:35.6785050Z  2024-04-03T16:18:35.6785493Z  2024-04-03T16:18:35.6785877Z  2024-04-03T16:18:35.6786247Z  2024-04-03T16:18:35.6786638Z  2024-04-03T16:18:35.6787022Z  2024-04-03T16:18:35.6787436Z  2024-04-03T16:18:35.6788607Z [2,696 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:35.6790126Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:35.6790954Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:35.6792057Z Compiling caffe2/operators/feed_blob_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:35.6793195Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:35.6793991Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:35.6795133Z Compiling caffe2/ideep/operators/reshape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:35.6796333Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:35.6797420Z Compiling caffe2/operators/map_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:35.8872226Z 2024-04-03T16:18:35.8873205Z  2024-04-03T16:18:35.8873573Z  2024-04-03T16:18:35.8873833Z  2024-04-03T16:18:35.8874098Z  2024-04-03T16:18:35.8874427Z  2024-04-03T16:18:35.8874697Z  2024-04-03T16:18:35.8875018Z  2024-04-03T16:18:35.8875332Z  2024-04-03T16:18:35.8876387Z [2,698 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:18:35.8877624Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:35.8878559Z Compiling caffe2/operators/feed_blob_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:35.8880202Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:35.8881081Z Compiling caffe2/ideep/operators/reshape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:35.8882124Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:35.8882930Z Compiling caffe2/operators/map_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:35.8884090Z Compiling caffe2/operators/lpnorm_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:35.8885311Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:36.2608459Z 2024-04-03T16:18:36.2609167Z  2024-04-03T16:18:36.2609727Z  2024-04-03T16:18:36.2610164Z  2024-04-03T16:18:36.2610428Z  2024-04-03T16:18:36.2610660Z  2024-04-03T16:18:36.2610906Z  2024-04-03T16:18:36.2611143Z  2024-04-03T16:18:36.2611383Z  2024-04-03T16:18:36.2612075Z [2,700 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:36.2612881Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:36.2613577Z Compiling caffe2/ideep/operators/reshape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:36.2614272Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:36.2614908Z Compiling caffe2/operators/map_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.2615691Z Compiling caffe2/operators/lpnorm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.2616545Z Compiling caffe2/operators/enforce_finite_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.2617425Z Compiling caffe2/operators/percentile_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:36.3104111Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:36.5052093Z 2024-04-03T16:18:36.5052653Z  2024-04-03T16:18:36.5053128Z  2024-04-03T16:18:36.5053613Z  2024-04-03T16:18:36.5054034Z  2024-04-03T16:18:36.5054283Z  2024-04-03T16:18:36.5054514Z  2024-04-03T16:18:36.5054755Z  2024-04-03T16:18:36.5056462Z  2024-04-03T16:18:36.5057164Z [2,701 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:36.5058320Z Compiling caffe2/ideep/operators/reshape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:36.5059108Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:36.5059810Z Compiling caffe2/operators/map_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.5060664Z Compiling caffe2/operators/lpnorm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.5061679Z Compiling caffe2/operators/enforce_finite_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.5062647Z Compiling caffe2/operators/percentile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.5065024Z Compiling caffe2/operators/ensure_clipped_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.5065774Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:36.7111026Z 2024-04-03T16:18:36.7111759Z  2024-04-03T16:18:36.7112294Z  2024-04-03T16:18:36.7112642Z  2024-04-03T16:18:36.7112891Z  2024-04-03T16:18:36.7113147Z  2024-04-03T16:18:36.7113378Z  2024-04-03T16:18:36.7113623Z  2024-04-03T16:18:36.7113852Z  2024-04-03T16:18:36.7114553Z [2,701 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:36.7115566Z Compiling caffe2/ideep/operators/reshape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:36.7116264Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:36.7116895Z Compiling caffe2/operators/map_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.7117695Z Compiling caffe2/operators/lpnorm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.7118558Z Compiling caffe2/operators/enforce_finite_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.7119425Z Compiling caffe2/operators/percentile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.7120377Z Compiling caffe2/operators/ensure_clipped_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:36.7552401Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:37.4992797Z 2024-04-03T16:18:37.4993541Z  2024-04-03T16:18:37.4994001Z  2024-04-03T16:18:37.4994277Z  2024-04-03T16:18:37.4994513Z  2024-04-03T16:18:37.4994763Z  2024-04-03T16:18:37.4995007Z  2024-04-03T16:18:37.4995236Z  2024-04-03T16:18:37.4995479Z  2024-04-03T16:18:37.4996176Z [2,702 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:37.4997265Z Compiling caffe2/ideep/operators/reshape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:37.4998134Z Compiling caffe2/operators/map_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.4998941Z Compiling caffe2/operators/lpnorm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.4999784Z Compiling caffe2/operators/enforce_finite_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.5000670Z Compiling caffe2/operators/percentile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.5001563Z Compiling caffe2/operators/ensure_clipped_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.5002458Z Compiling caffe2/contrib/gloo/store_handler.cc; 4s processwrapper-sandbox 2024-04-03T16:18:37.5003324Z Compiling caffe2/operators/im2col_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:37.6675180Z 2024-04-03T16:18:37.6675984Z  2024-04-03T16:18:37.6676550Z  2024-04-03T16:18:37.6676968Z  2024-04-03T16:18:37.6677396Z  2024-04-03T16:18:37.6677816Z  2024-04-03T16:18:37.6678223Z  2024-04-03T16:18:37.6678651Z  2024-04-03T16:18:37.6680042Z  2024-04-03T16:18:37.6680964Z INFO: From Compiling caffe2/ideep/operators/reshape_op.cc: 2024-04-03T16:18:37.6683166Z caffe2/ideep/operators/reshape_op.cc: In member function 'virtual bool {anonymous}::IDEEPReshapeOp::RunOnDevice()': 2024-04-03T16:18:37.6686839Z caffe2/ideep/operators/reshape_op.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:37.6690728Z 49 | for (int i = 0; i < actual_new_shape.size() && i < input.ndims(); ++i) { 2024-04-03T16:18:37.6691784Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:37.6694531Z caffe2/ideep/operators/reshape_op.cc:62:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:37.6696961Z 62 | for (int i = 0; i < actual_new_shape.size(); ++i) { 2024-04-03T16:18:37.6697902Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:37.6700601Z [2,702 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:37.6702437Z Compiling caffe2/ideep/operators/reshape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:18:37.6703974Z Compiling caffe2/operators/map_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.6705371Z Compiling caffe2/operators/lpnorm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.6706886Z Compiling caffe2/operators/enforce_finite_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.6708511Z Compiling caffe2/operators/percentile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.6710171Z Compiling caffe2/operators/ensure_clipped_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.6711852Z Compiling caffe2/contrib/gloo/store_handler.cc; 4s processwrapper-sandbox 2024-04-03T16:18:37.6713483Z Compiling caffe2/operators/im2col_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:37.9561860Z 2024-04-03T16:18:37.9562503Z  2024-04-03T16:18:37.9562982Z  2024-04-03T16:18:37.9563434Z  2024-04-03T16:18:37.9563911Z  2024-04-03T16:18:37.9564465Z  2024-04-03T16:18:37.9564861Z  2024-04-03T16:18:37.9565269Z  2024-04-03T16:18:37.9567223Z  2024-04-03T16:18:37.9568079Z [2,703 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:37.9569112Z Compiling caffe2/operators/map_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:37.9570015Z Compiling caffe2/operators/lpnorm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.9570972Z Compiling caffe2/operators/enforce_finite_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.9571945Z Compiling caffe2/operators/percentile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.9572993Z Compiling caffe2/operators/ensure_clipped_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.9573967Z Compiling caffe2/contrib/gloo/store_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:37.9575047Z Compiling caffe2/operators/im2col_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:37.9575992Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:38.8064286Z 2024-04-03T16:18:38.8065004Z  2024-04-03T16:18:38.8065737Z  2024-04-03T16:18:38.8066188Z  2024-04-03T16:18:38.8066666Z  2024-04-03T16:18:38.8067130Z  2024-04-03T16:18:38.8067586Z  2024-04-03T16:18:38.8068044Z  2024-04-03T16:18:38.8068504Z  2024-04-03T16:18:38.8069845Z [2,704 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:38.8071663Z Compiling caffe2/operators/map_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:38.8073099Z Compiling caffe2/operators/lpnorm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:38.8074923Z Compiling caffe2/operators/enforce_finite_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:38.8076632Z Compiling caffe2/operators/percentile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:38.8078234Z Compiling caffe2/operators/ensure_clipped_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:38.8079644Z Compiling caffe2/operators/im2col_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:38.8081135Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:38.8081964Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:39.1569170Z 2024-04-03T16:18:39.1569723Z  2024-04-03T16:18:39.1570119Z  2024-04-03T16:18:39.1570513Z  2024-04-03T16:18:39.1570761Z  2024-04-03T16:18:39.1571012Z  2024-04-03T16:18:39.1571257Z  2024-04-03T16:18:39.1571486Z  2024-04-03T16:18:39.1571736Z  2024-04-03T16:18:39.1572435Z [2,705 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:39.1573405Z Compiling caffe2/operators/lpnorm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:39.2421777Z Compiling caffe2/operators/enforce_finite_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:39.2423388Z Compiling caffe2/operators/percentile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:39.2424606Z Compiling caffe2/operators/ensure_clipped_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:39.2425825Z Compiling caffe2/operators/im2col_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:39.2426706Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:39.2427358Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:39.2428135Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:39.4429063Z 2024-04-03T16:18:39.4429796Z  2024-04-03T16:18:39.4430363Z  2024-04-03T16:18:39.4430855Z  2024-04-03T16:18:39.4431334Z  2024-04-03T16:18:39.4431807Z  2024-04-03T16:18:39.4432078Z  2024-04-03T16:18:39.4432327Z  2024-04-03T16:18:39.4432572Z  2024-04-03T16:18:39.4433286Z [2,706 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:39.4434276Z Compiling caffe2/operators/lpnorm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:39.4435127Z Compiling caffe2/operators/percentile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:39.4436005Z Compiling caffe2/operators/ensure_clipped_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:39.4438196Z Compiling caffe2/operators/im2col_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:39.4438968Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:39.4439447Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:39.4439932Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:39.4440661Z Compiling caffe2/operators/erf_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:39.6938303Z 2024-04-03T16:18:39.6938993Z  2024-04-03T16:18:39.6939520Z  2024-04-03T16:18:39.6939984Z  2024-04-03T16:18:39.6940495Z  2024-04-03T16:18:39.6940924Z  2024-04-03T16:18:39.6941403Z  2024-04-03T16:18:39.6941839Z  2024-04-03T16:18:39.6942249Z  2024-04-03T16:18:39.6943078Z [2,707 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:39.6944264Z Compiling caffe2/operators/percentile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:39.6945410Z Compiling caffe2/operators/ensure_clipped_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:39.6946415Z Compiling caffe2/operators/im2col_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:39.6947114Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:39.6947805Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:39.6948625Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:39.6949701Z Compiling caffe2/operators/erf_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:39.6951004Z Compiling caffe2/operators/is_empty_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:40.0434761Z 2024-04-03T16:18:40.0539694Z  2024-04-03T16:18:40.0540535Z  2024-04-03T16:18:40.0540938Z  2024-04-03T16:18:40.0541292Z  2024-04-03T16:18:40.0541647Z  2024-04-03T16:18:40.0541982Z  2024-04-03T16:18:40.0542323Z  2024-04-03T16:18:40.0542670Z  2024-04-03T16:18:40.0543695Z [2,708 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:40.0546004Z Compiling caffe2/operators/ensure_clipped_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:40.0547178Z Compiling caffe2/operators/im2col_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:40.0548061Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:40.0548735Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.0549398Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.0550264Z Compiling caffe2/operators/erf_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:40.0551398Z Compiling caffe2/operators/is_empty_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:40.0552092Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:40.3540336Z 2024-04-03T16:18:40.3541065Z  2024-04-03T16:18:40.3541632Z  2024-04-03T16:18:40.3542052Z  2024-04-03T16:18:40.3542313Z  2024-04-03T16:18:40.3542548Z  2024-04-03T16:18:40.3542839Z  2024-04-03T16:18:40.3543192Z  2024-04-03T16:18:40.3543501Z  2024-04-03T16:18:40.3544209Z [2,709 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:40.3545428Z Compiling caffe2/operators/im2col_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:40.3546415Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:40.3547175Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.3547979Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.3549015Z Compiling caffe2/operators/erf_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:40.3550310Z Compiling caffe2/operators/is_empty_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:40.3551425Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.3552205Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:40.8488827Z 2024-04-03T16:18:40.8489518Z  2024-04-03T16:18:40.8490133Z  2024-04-03T16:18:40.8490674Z  2024-04-03T16:18:40.8493188Z  2024-04-03T16:18:40.8493622Z  2024-04-03T16:18:40.8494004Z  2024-04-03T16:18:40.8494402Z  2024-04-03T16:18:40.8494783Z  2024-04-03T16:18:40.8495911Z [2,710 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:40.8497262Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:40.8498105Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:40.8498908Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.8500125Z Compiling caffe2/operators/erf_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:40.8501508Z Compiling caffe2/operators/is_empty_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:40.8502653Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.8503465Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:40.8504318Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:41.1548981Z 2024-04-03T16:18:41.1549545Z  2024-04-03T16:18:41.1549953Z  2024-04-03T16:18:41.1550221Z  2024-04-03T16:18:41.1550475Z  2024-04-03T16:18:41.1550788Z  2024-04-03T16:18:41.1551020Z  2024-04-03T16:18:41.1551271Z  2024-04-03T16:18:41.1551583Z  2024-04-03T16:18:41.1552332Z [2,710 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:41.1553191Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:41.1553746Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:41.1554220Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:41.1554918Z Compiling caffe2/operators/erf_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:41.2020802Z Compiling caffe2/operators/is_empty_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:41.2022357Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:41.2023147Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:41.2023922Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:42.2030856Z 2024-04-03T16:18:42.2031396Z  2024-04-03T16:18:42.2031733Z  2024-04-03T16:18:42.2031995Z  2024-04-03T16:18:42.2032251Z  2024-04-03T16:18:42.2032502Z  2024-04-03T16:18:42.2032733Z  2024-04-03T16:18:42.2032977Z  2024-04-03T16:18:42.2033221Z  2024-04-03T16:18:42.2033906Z [2,710 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:42.2034711Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:42.2035203Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:42.2035667Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:42.2036314Z Compiling caffe2/operators/erf_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:42.2460171Z Compiling caffe2/operators/is_empty_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:42.2461454Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:42.2462050Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:42.2462653Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:42.4468248Z 2024-04-03T16:18:42.4468969Z  2024-04-03T16:18:42.4469533Z  2024-04-03T16:18:42.4469973Z  2024-04-03T16:18:42.4470380Z  2024-04-03T16:18:42.4470633Z  2024-04-03T16:18:42.4470866Z  2024-04-03T16:18:42.4471203Z  2024-04-03T16:18:42.4471596Z  2024-04-03T16:18:42.4472667Z [2,711 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:42.4473923Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:42.4474679Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:42.4475680Z Compiling caffe2/operators/erf_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:42.4477007Z Compiling caffe2/operators/is_empty_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:42.4478111Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:42.4478918Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:42.4480232Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:42.4481400Z Compiling caffe2/operators/mod_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:43.1830877Z 2024-04-03T16:18:43.1831629Z  2024-04-03T16:18:43.1832222Z  2024-04-03T16:18:43.1832727Z  2024-04-03T16:18:43.1833085Z  2024-04-03T16:18:43.1833513Z  2024-04-03T16:18:43.1833947Z  2024-04-03T16:18:43.1834363Z  2024-04-03T16:18:43.1834795Z  2024-04-03T16:18:43.1835712Z [2,712 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:43.1837118Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:43.1838277Z Compiling caffe2/operators/erf_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:43.1839333Z Compiling caffe2/operators/is_empty_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:43.1840530Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:43.1841330Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:43.1841842Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:43.1842792Z Compiling caffe2/operators/mod_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:43.1844566Z Compiling caffe2/operators/leaky_relu_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:43.3860153Z 2024-04-03T16:18:43.3860967Z  2024-04-03T16:18:43.3861535Z  2024-04-03T16:18:43.3861960Z  2024-04-03T16:18:43.3862277Z  2024-04-03T16:18:43.3862648Z  2024-04-03T16:18:43.3862983Z  2024-04-03T16:18:43.3863341Z  2024-04-03T16:18:43.3863688Z  2024-04-03T16:18:43.3865136Z INFO: From Compiling caffe2/operators/gather_ranges_to_dense_op.cc: 2024-04-03T16:18:43.3866876Z caffe2/operators/gather_ranges_to_dense_op.cc: In lambda function: 2024-04-03T16:18:43.3869814Z caffe2/operators/gather_ranges_to_dense_op.cc:95:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:43.3872647Z 95 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:18:43.3873297Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:18:43.3874326Z [2,713 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:43.3875309Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:43.3876231Z Compiling caffe2/operators/erf_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:43.3877105Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:43.3877825Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:43.3878458Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:43.3880081Z Compiling caffe2/operators/mod_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:43.3881145Z Compiling caffe2/operators/leaky_relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:43.3882152Z Compiling caffe2/operators/pow_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:43.6475631Z 2024-04-03T16:18:43.6476396Z  2024-04-03T16:18:43.6476939Z  2024-04-03T16:18:43.6477407Z  2024-04-03T16:18:43.6477868Z  2024-04-03T16:18:43.6478337Z  2024-04-03T16:18:43.6478774Z  2024-04-03T16:18:43.6479226Z  2024-04-03T16:18:43.6479683Z  2024-04-03T16:18:43.6480810Z [2,714 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:43.6482374Z Compiling caffe2/operators/erf_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:43.6483450Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:43.6484255Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:43.6485330Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:43.6486443Z Compiling caffe2/operators/mod_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:43.6487883Z Compiling caffe2/operators/leaky_relu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:43.6489308Z Compiling caffe2/operators/pow_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:43.6788477Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:43.8486461Z 2024-04-03T16:18:43.8487207Z  2024-04-03T16:18:43.8487533Z  2024-04-03T16:18:43.8487792Z  2024-04-03T16:18:43.8488035Z  2024-04-03T16:18:43.8488279Z  2024-04-03T16:18:43.8488526Z  2024-04-03T16:18:43.8488766Z  2024-04-03T16:18:43.8488996Z  2024-04-03T16:18:43.8489686Z [2,716 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:43.8490628Z Compiling caffe2/operators/erf_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:43.8491267Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:43.8491913Z Compiling caffe2/operators/mod_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:43.8492727Z Compiling caffe2/operators/leaky_relu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:43.8493604Z Compiling caffe2/operators/pow_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:43.8494456Z Compiling caffe2/quantization/server/tanh.cc; 4s processwrapper-sandbox 2024-04-03T16:18:43.8495248Z Compiling caffe2/core/module.cc; 4s processwrapper-sandbox 2024-04-03T16:18:43.8495860Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:44.0795542Z 2024-04-03T16:18:44.0796203Z  2024-04-03T16:18:44.0796686Z  2024-04-03T16:18:44.0797059Z  2024-04-03T16:18:44.0797317Z  2024-04-03T16:18:44.0797571Z  2024-04-03T16:18:44.0797935Z  2024-04-03T16:18:44.0798253Z  2024-04-03T16:18:44.0798488Z  2024-04-03T16:18:44.0800198Z [2,717 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:44.0801747Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:44.0802630Z Compiling caffe2/operators/mod_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:44.0803690Z Compiling caffe2/operators/leaky_relu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.0805877Z Compiling caffe2/operators/pow_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.0807339Z Compiling caffe2/quantization/server/tanh.cc; 4s processwrapper-sandbox 2024-04-03T16:18:44.0808682Z Compiling caffe2/core/module.cc; 4s processwrapper-sandbox 2024-04-03T16:18:44.0809740Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:44.0810450Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:44.2798340Z 2024-04-03T16:18:44.2799414Z  2024-04-03T16:18:44.2799769Z  2024-04-03T16:18:44.2800025Z  2024-04-03T16:18:44.2800275Z  2024-04-03T16:18:44.2800510Z  2024-04-03T16:18:44.2800753Z  2024-04-03T16:18:44.2801114Z  2024-04-03T16:18:44.2801346Z  2024-04-03T16:18:44.2803053Z [2,718 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:44.2804615Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:44.2805484Z Compiling caffe2/operators/leaky_relu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.2806634Z Compiling caffe2/operators/pow_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.2807705Z Compiling caffe2/quantization/server/tanh.cc; 4s processwrapper-sandbox 2024-04-03T16:18:44.2808700Z Compiling caffe2/core/module.cc; 4s processwrapper-sandbox 2024-04-03T16:18:44.2809542Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:44.2810097Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:44.2810916Z Compiling caffe2/operators/negative_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:44.4916511Z 2024-04-03T16:18:44.4917312Z  2024-04-03T16:18:44.4917833Z  2024-04-03T16:18:44.4918346Z  2024-04-03T16:18:44.4918800Z  2024-04-03T16:18:44.4919128Z  2024-04-03T16:18:44.4919380Z  2024-04-03T16:18:44.4919769Z  2024-04-03T16:18:44.4920080Z  2024-04-03T16:18:44.4920808Z [2,719 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:44.4923615Z Compiling caffe2/operators/leaky_relu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.4925025Z Compiling caffe2/operators/pow_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.4926250Z Compiling caffe2/quantization/server/tanh.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.4927583Z Compiling caffe2/core/module.cc; 4s processwrapper-sandbox 2024-04-03T16:18:44.4928279Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:44.4929014Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:44.4930024Z Compiling caffe2/operators/negative_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:44.4931055Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:44.8802787Z 2024-04-03T16:18:44.8803632Z  2024-04-03T16:18:44.8804006Z  2024-04-03T16:18:44.8804272Z  2024-04-03T16:18:44.8805200Z  2024-04-03T16:18:44.8805495Z  2024-04-03T16:18:44.8805729Z  2024-04-03T16:18:44.8805990Z  2024-04-03T16:18:44.8806330Z  2024-04-03T16:18:44.8807137Z [2,719 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:44.8808295Z Compiling caffe2/operators/leaky_relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:44.8809307Z Compiling caffe2/operators/pow_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.8810274Z Compiling caffe2/quantization/server/tanh.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.8811252Z Compiling caffe2/core/module.cc; 5s processwrapper-sandbox 2024-04-03T16:18:44.8811920Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:44.8813784Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:44.8814623Z Compiling caffe2/operators/negative_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:44.8815420Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:45.0836264Z 2024-04-03T16:18:45.0836990Z  2024-04-03T16:18:45.0837575Z  2024-04-03T16:18:45.0839022Z  2024-04-03T16:18:45.0839294Z  2024-04-03T16:18:45.0839545Z  2024-04-03T16:18:45.0839815Z  2024-04-03T16:18:45.0840148Z  2024-04-03T16:18:45.0840392Z  2024-04-03T16:18:45.0841133Z [2,720 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:45.0842241Z Compiling caffe2/operators/leaky_relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:45.0843163Z Compiling caffe2/operators/pow_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:45.0844003Z Compiling caffe2/core/module.cc; 5s processwrapper-sandbox 2024-04-03T16:18:45.0845155Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:45.0845710Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:45.0847560Z Compiling caffe2/operators/negative_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:45.0848520Z Compiling caffe2/operators/length_split_op.cc; 2s processwrapper-sandbox 2024-04-03T16:18:45.0849312Z //:caffe2; 1s processwrapper-sandbox ... 2024-04-03T16:18:45.4808306Z 2024-04-03T16:18:45.4809062Z  2024-04-03T16:18:45.4809463Z  2024-04-03T16:18:45.4809725Z  2024-04-03T16:18:45.4809959Z  2024-04-03T16:18:45.4810283Z  2024-04-03T16:18:45.4810669Z  2024-04-03T16:18:45.4811017Z  2024-04-03T16:18:45.4811365Z  2024-04-03T16:18:45.4812423Z [2,720 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:45.4813954Z Compiling caffe2/operators/leaky_relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:45.4815069Z Compiling caffe2/operators/pow_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:45.4816109Z Compiling caffe2/core/module.cc; 5s processwrapper-sandbox 2024-04-03T16:18:45.4816915Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:45.4817450Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:45.4818252Z Compiling caffe2/operators/negative_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:45.4819958Z Compiling caffe2/operators/length_split_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:45.4820849Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:45.8810718Z 2024-04-03T16:18:45.8811262Z  2024-04-03T16:18:45.8811598Z  2024-04-03T16:18:45.8811844Z  2024-04-03T16:18:45.8812096Z  2024-04-03T16:18:45.8812328Z  2024-04-03T16:18:45.8812580Z  2024-04-03T16:18:45.8812886Z  2024-04-03T16:18:45.8813116Z  2024-04-03T16:18:45.8813831Z [2,721 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:45.8814846Z Compiling caffe2/operators/leaky_relu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:45.8815684Z Compiling caffe2/operators/pow_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:45.8816304Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:45.8816792Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:45.8817458Z Compiling caffe2/operators/negative_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:45.8818304Z Compiling caffe2/operators/length_split_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:45.8818989Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:18:45.8819490Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:18:46.4972326Z 2024-04-03T16:18:46.4973098Z  2024-04-03T16:18:46.4973618Z  2024-04-03T16:18:46.4974073Z  2024-04-03T16:18:46.4974504Z  2024-04-03T16:18:46.4974926Z  2024-04-03T16:18:46.4975366Z  2024-04-03T16:18:46.4975768Z  2024-04-03T16:18:46.4976017Z  2024-04-03T16:18:46.4977796Z [2,722 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:46.4979590Z Compiling caffe2/operators/pow_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:46.4980748Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:46.4981606Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:46.4983601Z Compiling caffe2/operators/negative_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:46.4984891Z Compiling caffe2/operators/length_split_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:46.4985813Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.4986288Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.4986787Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:46.7240874Z 2024-04-03T16:18:46.7241618Z  2024-04-03T16:18:46.7242006Z  2024-04-03T16:18:46.7242267Z  2024-04-03T16:18:46.7242587Z  2024-04-03T16:18:46.7242838Z  2024-04-03T16:18:46.7243086Z  2024-04-03T16:18:46.7243413Z  2024-04-03T16:18:46.7243645Z  2024-04-03T16:18:46.7585332Z [2,722 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:46.7586862Z Compiling caffe2/operators/pow_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:46.7587667Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:46.7588318Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:46.7589060Z Compiling caffe2/operators/negative_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:46.7590375Z Compiling caffe2/operators/length_split_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:46.7591331Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.7591905Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.7592570Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:46.9539992Z 2024-04-03T16:18:46.9540924Z  2024-04-03T16:18:46.9541460Z  2024-04-03T16:18:46.9541947Z  2024-04-03T16:18:46.9542416Z  2024-04-03T16:18:46.9542861Z  2024-04-03T16:18:46.9543320Z  2024-04-03T16:18:46.9543788Z  2024-04-03T16:18:46.9544209Z  2024-04-03T16:18:46.9545334Z [2,723 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:46.9547241Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:46.9548048Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:46.9549215Z Compiling caffe2/operators/negative_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:46.9550815Z Compiling caffe2/operators/length_split_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:46.9552082Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.9552967Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.9553844Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:46.9554772Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:47.1593079Z 2024-04-03T16:18:47.1593632Z  2024-04-03T16:18:47.1593968Z  2024-04-03T16:18:47.1594279Z  2024-04-03T16:18:47.1594519Z  2024-04-03T16:18:47.1594783Z  2024-04-03T16:18:47.1595017Z  2024-04-03T16:18:47.1595332Z  2024-04-03T16:18:47.1595615Z  2024-04-03T16:18:47.1596311Z [2,723 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:47.1597206Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:47.1597699Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:47.1598371Z Compiling caffe2/operators/negative_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:47.1599415Z Compiling caffe2/operators/length_split_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:47.1600163Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:47.1600675Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:47.1601137Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:47.1601637Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:48.1918462Z 2024-04-03T16:18:48.1919201Z  2024-04-03T16:18:48.1919700Z  2024-04-03T16:18:48.1920162Z  2024-04-03T16:18:48.1920591Z  2024-04-03T16:18:48.1921009Z  2024-04-03T16:18:48.1921403Z  2024-04-03T16:18:48.1921816Z  2024-04-03T16:18:48.1922232Z  2024-04-03T16:18:48.1924741Z [2,723 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:48.1925624Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:18:48.1926272Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:18:48.1927128Z Compiling caffe2/operators/negative_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:48.1928210Z Compiling caffe2/operators/length_split_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:48.1929180Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.1929948Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.1930706Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.1931437Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:48.3915767Z 2024-04-03T16:18:48.4549436Z  2024-04-03T16:18:48.4550304Z  2024-04-03T16:18:48.4550742Z  2024-04-03T16:18:48.4551102Z  2024-04-03T16:18:48.4551460Z  2024-04-03T16:18:48.4551823Z  2024-04-03T16:18:48.4552231Z  2024-04-03T16:18:48.4552581Z  2024-04-03T16:18:48.4553625Z [2,725 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:48.4555123Z Compiling caffe2/operators/negative_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:48.4556400Z Compiling caffe2/operators/length_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:48.4557414Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:48.4558148Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:48.4558870Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.4559596Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.4560317Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.4561046Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:48.7059170Z 2024-04-03T16:18:48.7059964Z  2024-04-03T16:18:48.7060550Z  2024-04-03T16:18:48.7061137Z  2024-04-03T16:18:48.7061491Z  2024-04-03T16:18:48.7063136Z  2024-04-03T16:18:48.7063385Z  2024-04-03T16:18:48.7063642Z  2024-04-03T16:18:48.7063917Z  2024-04-03T16:18:48.7064697Z [2,726 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:48.7065698Z Compiling caffe2/operators/length_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:48.7066399Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:48.7066949Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:48.7067417Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:48.7068010Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.7068581Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.7069104Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:48.7069605Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:49.0559096Z 2024-04-03T16:18:49.0559848Z  2024-04-03T16:18:49.0560311Z  2024-04-03T16:18:49.0560708Z  2024-04-03T16:18:49.0561098Z  2024-04-03T16:18:49.0561347Z  2024-04-03T16:18:49.0561628Z  2024-04-03T16:18:49.0561993Z  2024-04-03T16:18:49.0562347Z  2024-04-03T16:18:49.0563355Z [2,726 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:49.0564980Z Compiling caffe2/operators/length_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:49.0565901Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.0566432Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.0567097Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.0567710Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.0569035Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.0569681Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.0570272Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:49.4562138Z 2024-04-03T16:18:49.4562675Z  2024-04-03T16:18:49.4563159Z  2024-04-03T16:18:49.4712327Z  2024-04-03T16:18:49.4712644Z  2024-04-03T16:18:49.4712903Z  2024-04-03T16:18:49.4713294Z  2024-04-03T16:18:49.4713626Z  2024-04-03T16:18:49.4714012Z  2024-04-03T16:18:49.4715034Z [2,727 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:49.4716197Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:49.4716931Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:49.4717748Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:49.4718427Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.4719058Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.4719778Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.4720949Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:49.4721956Z Compiling caffe2/utils/string_utils.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:50.2622693Z 2024-04-03T16:18:50.2623423Z  2024-04-03T16:18:50.2624015Z  2024-04-03T16:18:50.2624289Z  2024-04-03T16:18:50.2624525Z  2024-04-03T16:18:50.2624774Z  2024-04-03T16:18:50.2625018Z  2024-04-03T16:18:50.2625248Z  2024-04-03T16:18:50.2625489Z  2024-04-03T16:18:50.2626199Z [2,728 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:50.2626979Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.2627474Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.2627956Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.2628418Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.2628901Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.2629383Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.2630002Z Compiling caffe2/utils/string_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:18:50.2630658Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:50.4722498Z 2024-04-03T16:18:50.4724053Z  2024-04-03T16:18:50.4724863Z  2024-04-03T16:18:50.4725232Z  2024-04-03T16:18:50.4725586Z  2024-04-03T16:18:50.4725943Z  2024-04-03T16:18:50.4726260Z  2024-04-03T16:18:50.4726592Z  2024-04-03T16:18:50.4726915Z  2024-04-03T16:18:50.4727816Z [2,728 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:50.4728797Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:50.4729404Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:50.4730031Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.4730645Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.4731249Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.4731832Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.4732691Z Compiling caffe2/utils/string_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:18:50.4733469Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:50.8171433Z 2024-04-03T16:18:50.8172173Z  2024-04-03T16:18:50.8172795Z  2024-04-03T16:18:50.8173300Z  2024-04-03T16:18:50.8173549Z  2024-04-03T16:18:50.8173780Z  2024-04-03T16:18:50.8174023Z  2024-04-03T16:18:50.8174264Z  2024-04-03T16:18:50.8174494Z  2024-04-03T16:18:50.8175196Z [2,729 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:50.8175996Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:50.8176477Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:50.8176963Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.8245951Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.8247053Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:50.8247878Z Compiling caffe2/utils/string_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:18:50.8249090Z Compiling caffe2/utils/smart_tensor_printer.cc; 5s processwrapper-sandbox 2024-04-03T16:18:50.8250529Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:51.0729249Z 2024-04-03T16:18:51.0729943Z  2024-04-03T16:18:51.0730460Z  2024-04-03T16:18:51.0730817Z  2024-04-03T16:18:51.0731057Z  2024-04-03T16:18:51.0731309Z  2024-04-03T16:18:51.0731650Z  2024-04-03T16:18:51.0732113Z  2024-04-03T16:18:51.0732523Z  2024-04-03T16:18:51.0733270Z [2,731 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:51.0734341Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.0735022Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.0735556Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.0736899Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:51.0738374Z Compiling caffe2/utils/smart_tensor_printer.cc; 5s processwrapper-sandbox 2024-04-03T16:18:51.0739655Z Compiling caffe2/operators/prepend_dim_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:51.0740952Z Compiling caffe2/operators/order_switch_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:51.0742171Z Compiling caffe2/sgd/momentum_sgd_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:51.4709249Z 2024-04-03T16:18:51.4709992Z  2024-04-03T16:18:51.4710559Z  2024-04-03T16:18:51.4711037Z  2024-04-03T16:18:51.4711352Z  2024-04-03T16:18:51.4711594Z  2024-04-03T16:18:51.4711873Z  2024-04-03T16:18:51.4712213Z  2024-04-03T16:18:51.4712501Z  2024-04-03T16:18:51.4713386Z INFO: From Compiling caffe2/operators/fused_rowwise_random_quantization_ops.cc: 2024-04-03T16:18:51.4715766Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FusedRandRowwiseQuantizedToFloatOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:18:51.4717575Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:88:6: required from here 2024-04-03T16:18:51.4721626Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:113:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:18:51.4723875Z 113 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:18:51.4725003Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:18:51.4741455Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FloatToFusedRandRowwiseQuantizedOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:18:51.4744252Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:14:6: required from here 2024-04-03T16:18:51.4747926Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:55:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const long int' [-Wsign-compare] 2024-04-03T16:18:51.4750542Z 55 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:18:51.4751454Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:18:51.4753090Z [2,732 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:51.4754639Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:18:51.4755577Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.4756390Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.4757659Z Compiling caffe2/utils/smart_tensor_printer.cc; 6s processwrapper-sandbox 2024-04-03T16:18:51.4759151Z Compiling caffe2/operators/prepend_dim_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:51.4761555Z Compiling caffe2/operators/order_switch_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:51.4763145Z Compiling caffe2/sgd/momentum_sgd_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:51.4764461Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:51.6731947Z 2024-04-03T16:18:51.6732716Z  2024-04-03T16:18:51.6733249Z  2024-04-03T16:18:51.6735441Z  2024-04-03T16:18:51.6735862Z  2024-04-03T16:18:51.6736274Z  2024-04-03T16:18:51.6736682Z  2024-04-03T16:18:51.6737107Z  2024-04-03T16:18:51.6737518Z  2024-04-03T16:18:51.6738750Z [2,733 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:51.6740197Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.6741072Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.6742347Z Compiling caffe2/utils/smart_tensor_printer.cc; 6s processwrapper-sandbox 2024-04-03T16:18:51.6743992Z Compiling caffe2/operators/prepend_dim_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:51.6746864Z Compiling caffe2/operators/order_switch_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:51.6748394Z Compiling caffe2/sgd/momentum_sgd_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:51.6749513Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:51.6750621Z Compiling caffe2/operators/gelu_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:51.8885525Z 2024-04-03T16:18:51.8886312Z  2024-04-03T16:18:51.8886724Z  2024-04-03T16:18:51.8886989Z  2024-04-03T16:18:51.8887322Z  2024-04-03T16:18:51.8887725Z  2024-04-03T16:18:51.8888005Z  2024-04-03T16:18:51.8888357Z  2024-04-03T16:18:51.8888697Z  2024-04-03T16:18:51.8889713Z [2,734 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:51.8890809Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:51.8891761Z Compiling caffe2/utils/smart_tensor_printer.cc; 6s processwrapper-sandbox 2024-04-03T16:18:51.8893106Z Compiling caffe2/operators/prepend_dim_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:51.8894442Z Compiling caffe2/operators/order_switch_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:51.8895743Z Compiling caffe2/sgd/momentum_sgd_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:51.8897713Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:51.8898542Z Compiling caffe2/operators/gelu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:51.8899421Z Compiling caffe2/operators/if_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:52.1894057Z 2024-04-03T16:18:52.1895009Z  2024-04-03T16:18:52.1895496Z  2024-04-03T16:18:52.1895790Z  2024-04-03T16:18:52.1896081Z  2024-04-03T16:18:52.1896361Z  2024-04-03T16:18:52.1896662Z  2024-04-03T16:18:52.1896936Z  2024-04-03T16:18:52.1897197Z  2024-04-03T16:18:52.1898059Z [2,735 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:52.1899802Z Compiling caffe2/utils/smart_tensor_printer.cc; 7s processwrapper-sandbox 2024-04-03T16:18:52.1901355Z Compiling caffe2/operators/prepend_dim_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:52.1902945Z Compiling caffe2/operators/order_switch_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:52.1904228Z Compiling caffe2/sgd/momentum_sgd_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:52.1905073Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:52.1905975Z Compiling caffe2/operators/gelu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:52.1907068Z Compiling caffe2/operators/if_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:52.1908068Z Compiling caffe2/utils/signal_handler.cc; 2s processwrapper-sandbox ... 2024-04-03T16:18:52.4738071Z 2024-04-03T16:18:52.4738786Z  2024-04-03T16:18:52.4739110Z  2024-04-03T16:18:52.4739380Z  2024-04-03T16:18:52.4739619Z  2024-04-03T16:18:52.4741468Z  2024-04-03T16:18:52.4741722Z  2024-04-03T16:18:52.4741960Z  2024-04-03T16:18:52.4742207Z  2024-04-03T16:18:52.4742911Z [2,735 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:52.4743901Z Compiling caffe2/utils/smart_tensor_printer.cc; 7s processwrapper-sandbox 2024-04-03T16:18:52.4752688Z Compiling caffe2/operators/prepend_dim_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:52.4753577Z Compiling caffe2/operators/order_switch_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:52.4754433Z Compiling caffe2/sgd/momentum_sgd_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:52.4755062Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:52.4755701Z Compiling caffe2/operators/gelu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:52.4756464Z Compiling caffe2/operators/if_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:52.4757268Z Compiling caffe2/utils/signal_handler.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:53.3684078Z 2024-04-03T16:18:53.4374856Z  2024-04-03T16:18:53.4375634Z  2024-04-03T16:18:53.4376046Z  2024-04-03T16:18:53.4376406Z  2024-04-03T16:18:53.4376737Z  2024-04-03T16:18:53.4377096Z  2024-04-03T16:18:53.4377455Z  2024-04-03T16:18:53.4377806Z  2024-04-03T16:18:53.4378793Z [2,736 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:53.4380206Z Compiling caffe2/operators/prepend_dim_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:53.4381560Z Compiling caffe2/operators/order_switch_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:53.4382754Z Compiling caffe2/sgd/momentum_sgd_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:53.4383694Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:53.4384647Z Compiling caffe2/operators/gelu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:53.4385754Z Compiling caffe2/operators/if_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:53.4386848Z Compiling caffe2/utils/signal_handler.cc; 4s processwrapper-sandbox 2024-04-03T16:18:53.4388048Z Compiling caffe2/operators/dataset_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:53.6745025Z 2024-04-03T16:18:53.7316236Z  2024-04-03T16:18:53.7316582Z  2024-04-03T16:18:53.7316945Z  2024-04-03T16:18:53.7317268Z  2024-04-03T16:18:53.7317641Z  2024-04-03T16:18:53.7317980Z  2024-04-03T16:18:53.7318347Z  2024-04-03T16:18:53.7318702Z  2024-04-03T16:18:53.7319715Z [2,736 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:53.7321241Z Compiling caffe2/operators/prepend_dim_op.cc; 8s processwrapper-sandbox 2024-04-03T16:18:53.7322589Z Compiling caffe2/operators/order_switch_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:18:53.7323961Z Compiling caffe2/sgd/momentum_sgd_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:53.7325023Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:53.7325979Z Compiling caffe2/operators/gelu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:53.7327226Z Compiling caffe2/operators/if_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:53.7328411Z Compiling caffe2/utils/signal_handler.cc; 4s processwrapper-sandbox 2024-04-03T16:18:53.7329679Z Compiling caffe2/operators/dataset_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:53.9328130Z 2024-04-03T16:18:53.9328723Z  2024-04-03T16:18:53.9329078Z  2024-04-03T16:18:53.9329420Z  2024-04-03T16:18:53.9329752Z  2024-04-03T16:18:53.9330125Z  2024-04-03T16:18:53.9330490Z  2024-04-03T16:18:53.9330798Z  2024-04-03T16:18:53.9331156Z  2024-04-03T16:18:53.9332214Z [2,737 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:53.9334211Z Compiling caffe2/operators/order_switch_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:18:53.9336239Z Compiling caffe2/sgd/momentum_sgd_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:53.9337486Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:53.9338691Z Compiling caffe2/operators/gelu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:53.9341062Z Compiling caffe2/operators/if_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:53.9342583Z Compiling caffe2/utils/signal_handler.cc; 4s processwrapper-sandbox 2024-04-03T16:18:53.9344170Z Compiling caffe2/operators/dataset_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:18:53.9345466Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:54.2745176Z 2024-04-03T16:18:54.2745860Z  2024-04-03T16:18:54.2746440Z  2024-04-03T16:18:54.2746860Z  2024-04-03T16:18:54.2747277Z  2024-04-03T16:18:54.2747611Z  2024-04-03T16:18:54.2747859Z  2024-04-03T16:18:54.2748107Z  2024-04-03T16:18:54.2748339Z  2024-04-03T16:18:54.2750596Z [2,738 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:54.2752458Z Compiling caffe2/sgd/momentum_sgd_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:54.2753674Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:54.2754495Z Compiling caffe2/operators/gelu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:54.2755421Z Compiling caffe2/operators/if_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:54.2756622Z Compiling caffe2/utils/signal_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:54.2757461Z Compiling caffe2/operators/dataset_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:18:54.2758468Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:54.2759122Z Compiling caffe2/operators/jsd_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:54.5328333Z 2024-04-03T16:18:54.5329088Z  2024-04-03T16:18:54.5329606Z  2024-04-03T16:18:54.5330116Z  2024-04-03T16:18:54.5330399Z  2024-04-03T16:18:54.5330647Z  2024-04-03T16:18:54.5330881Z  2024-04-03T16:18:54.5331137Z  2024-04-03T16:18:54.5331378Z  2024-04-03T16:18:54.5332149Z [2,738 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:54.6137314Z Compiling caffe2/sgd/momentum_sgd_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:54.6138340Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:54.6139376Z Compiling caffe2/operators/gelu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:54.6140634Z Compiling caffe2/operators/if_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:54.6141856Z Compiling caffe2/utils/signal_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:54.6143133Z Compiling caffe2/operators/dataset_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:54.6144154Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:54.6145206Z Compiling caffe2/operators/jsd_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:54.8143369Z 2024-04-03T16:18:54.8144308Z  2024-04-03T16:18:54.8144830Z  2024-04-03T16:18:54.8145303Z  2024-04-03T16:18:54.8145558Z  2024-04-03T16:18:54.8145816Z  2024-04-03T16:18:54.8146066Z  2024-04-03T16:18:54.8146311Z  2024-04-03T16:18:54.8146552Z  2024-04-03T16:18:54.8147255Z [2,739 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:54.8148058Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:54.8148695Z Compiling caffe2/operators/gelu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:54.8149472Z Compiling caffe2/operators/if_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:54.8150264Z Compiling caffe2/utils/signal_handler.cc; 5s processwrapper-sandbox 2024-04-03T16:18:54.8151082Z Compiling caffe2/operators/dataset_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:54.8151743Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:54.8172033Z Compiling caffe2/operators/jsd_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:54.8173585Z Compiling caffe2/sgd/iter_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:55.6076282Z 2024-04-03T16:18:55.6079723Z  2024-04-03T16:18:55.6080312Z  2024-04-03T16:18:55.6081417Z  2024-04-03T16:18:55.6081880Z  2024-04-03T16:18:55.6082298Z  2024-04-03T16:18:55.6082700Z  2024-04-03T16:18:55.6083116Z  2024-04-03T16:18:55.6083538Z  2024-04-03T16:18:55.6084988Z [2,740 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:55.6086616Z Compiling caffe2/operators/gelu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:55.6087980Z Compiling caffe2/operators/if_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:55.6089327Z Compiling caffe2/utils/signal_handler.cc; 6s processwrapper-sandbox 2024-04-03T16:18:55.6090536Z Compiling caffe2/operators/dataset_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:55.6092229Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:55.6093230Z Compiling caffe2/operators/jsd_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:55.6094309Z Compiling caffe2/sgd/iter_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:55.6095216Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:55.8149495Z 2024-04-03T16:18:55.8150050Z  2024-04-03T16:18:55.8150482Z  2024-04-03T16:18:55.8150744Z  2024-04-03T16:18:55.8150995Z  2024-04-03T16:18:55.8151243Z  2024-04-03T16:18:55.8151473Z  2024-04-03T16:18:55.8151716Z  2024-04-03T16:18:55.8151957Z  2024-04-03T16:18:55.8152640Z [2,743 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:55.8153628Z Compiling caffe2/operators/dataset_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:55.8154298Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:55.8154930Z Compiling caffe2/operators/jsd_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:55.8155681Z Compiling caffe2/sgd/iter_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:55.8156473Z Compiling caffe2/operators/hard_sigmoid_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:55.8157154Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:55.9228758Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:18:55.9229591Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:18:56.9246989Z 2024-04-03T16:18:56.9247728Z  2024-04-03T16:18:56.9248144Z  2024-04-03T16:18:56.9248420Z  2024-04-03T16:18:56.9248675Z  2024-04-03T16:18:56.9248912Z  2024-04-03T16:18:56.9249164Z  2024-04-03T16:18:56.9249410Z  2024-04-03T16:18:56.9249643Z  2024-04-03T16:18:56.9250350Z [2,743 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:56.9251581Z Compiling caffe2/operators/dataset_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:18:56.9252325Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:56.9252962Z Compiling caffe2/operators/jsd_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:56.9253706Z Compiling caffe2/sgd/iter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:56.9254498Z Compiling caffe2/operators/hard_sigmoid_op.cc; 5s processwrapper-sandbox 2024-04-03T16:18:56.9255193Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:56.9255681Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:56.9256173Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:57.7893669Z 2024-04-03T16:18:57.7894366Z  2024-04-03T16:18:57.7894752Z  2024-04-03T16:18:57.7895225Z  2024-04-03T16:18:57.7895607Z  2024-04-03T16:18:57.7895981Z  2024-04-03T16:18:57.7896334Z  2024-04-03T16:18:57.7896820Z  2024-04-03T16:18:57.7897202Z  2024-04-03T16:18:57.7899270Z INFO: From Compiling caffe2/operators/dataset_ops.cc: 2024-04-03T16:18:57.7900968Z caffe2/operators/dataset_ops.cc: In constructor 'caffe2::dataset_ops::TreeWalker::TreeWalker(const std::vector&, caffe2::dataset_ops::TreeCursor&)': 2024-04-03T16:18:57.7903590Z caffe2/operators/dataset_ops.cc:143:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7906451Z 143 | for (int fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:18:57.7907090Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7908207Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherLengthData()': 2024-04-03T16:18:57.7910246Z caffe2/operators/dataset_ops.cc:176:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7912852Z 176 | for (int i = 0; i < lengths_.size(); ++i) { 2024-04-03T16:18:57.7913452Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7914540Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherSizeLimits()': 2024-04-03T16:18:57.7917001Z caffe2/operators/dataset_ops.cc:189:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7918864Z 189 | for (auto fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:18:57.7919568Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7920200Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:18:57.7920715Z from ./caffe2/core/blob.h:9, 2024-04-03T16:18:57.7921348Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:18:57.7921876Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:18:57.7923243Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::CheckDatasetConsistencyOp::RunOnDevice()': 2024-04-03T16:18:57.7926362Z caffe2/operators/dataset_ops.cc:261:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7929692Z 261 | InputSize() == iterator_.fields().size(), 2024-04-03T16:18:57.7930266Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7931513Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::RunOnDevice()': 2024-04-03T16:18:57.7933467Z caffe2/operators/dataset_ops.cc:394:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7934638Z 394 | for (int i = 0; i < numRows; i++) { 2024-04-03T16:18:57.7935146Z | ~~^~~~~~~~~ 2024-04-03T16:18:57.7936361Z caffe2/operators/dataset_ops.cc:432:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7937531Z 432 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:18:57.7937967Z | ~~^~~~~~~~~ 2024-04-03T16:18:57.7939480Z caffe2/operators/dataset_ops.cc:434:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7940815Z 434 | for (int j = 0; j < tensors[i].size(); ++j) { 2024-04-03T16:18:57.7941313Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7943617Z caffe2/operators/dataset_ops.cc:457:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7944991Z 457 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:18:57.7945593Z | ~~^~~~~~~~~ 2024-04-03T16:18:57.7947352Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromInput(const Shared2DTensorVectorPtr&, std::vector >&, std::vector&)': 2024-04-03T16:18:57.7951036Z caffe2/operators/dataset_ops.cc:489:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 2024-04-03T16:18:57.7952504Z 489 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:18:57.7953198Z | ~~^~~~~~~~~~~~ 2024-04-03T16:18:57.7956009Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromPrototypeBlobs(std::vector >&, std::vector&)': 2024-04-03T16:18:57.7960244Z caffe2/operators/dataset_ops.cc:503:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 2024-04-03T16:18:57.7961620Z 503 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:18:57.7962180Z | ~~^~~~~~~~~~~~ 2024-04-03T16:18:57.7962810Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:18:57.7963400Z from ./caffe2/core/blob.h:9, 2024-04-03T16:18:57.7964036Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:18:57.7964900Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:18:57.7966416Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadNextBatchOp::RunOnDevice()': 2024-04-03T16:18:57.7968971Z caffe2/operators/dataset_ops.cc:527:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7971104Z 527 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:18:57.7971942Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7974368Z caffe2/operators/dataset_ops.cc:537:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7976168Z 537 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:18:57.7976757Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7978687Z caffe2/operators/dataset_ops.cc:548:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7980492Z 548 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:18:57.7981154Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7983041Z caffe2/operators/dataset_ops.cc:571:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7984847Z 571 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:18:57.7985517Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7986088Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:18:57.7986580Z from ./caffe2/core/blob.h:9, 2024-04-03T16:18:57.7987151Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:18:57.7987757Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:18:57.7990237Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ComputeOffsetOp::RunOnDevice()': 2024-04-03T16:18:57.7993141Z caffe2/operators/dataset_ops.cc:604:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.7996192Z 604 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:18:57.7996806Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.7998312Z caffe2/operators/dataset_ops.cc:615:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8000049Z 615 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:18:57.8000774Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8003485Z caffe2/operators/dataset_ops.cc:626:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8005584Z 626 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:18:57.8006152Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8006766Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:18:57.8007359Z from ./caffe2/core/blob.h:9, 2024-04-03T16:18:57.8007865Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:18:57.8008517Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:18:57.8009761Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::SortAndShuffleOp::RunOnDevice()': 2024-04-03T16:18:57.8012293Z caffe2/operators/dataset_ops.cc:662:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8014322Z 662 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:18:57.8015060Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8016425Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadRandomBatchOp::RunOnDevice()': 2024-04-03T16:18:57.8019897Z caffe2/operators/dataset_ops.cc:750:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8021812Z 750 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 3); 2024-04-03T16:18:57.8022535Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8024468Z caffe2/operators/dataset_ops.cc:774:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8026325Z 774 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:18:57.8026936Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8028138Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::TrimDatasetOp::RunOnDevice()': 2024-04-03T16:18:57.8030559Z caffe2/operators/dataset_ops.cc:1095:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8032151Z 1095 | for (int col = 0; col < walker.fields().size(); ++col) { 2024-04-03T16:18:57.8032818Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8033350Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:18:57.8034750Z from ./caffe2/core/blob.h:9, 2024-04-03T16:18:57.8035552Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:18:57.8036228Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:18:57.8037759Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::CollectTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:18:57.8040228Z caffe2/operators/dataset_ops.cc:1010:8: required from here 2024-04-03T16:18:57.8042677Z caffe2/operators/dataset_ops.cc:1032:34: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:18:57.8045036Z 1032 | tensorVector->size() == numToCollect_, 2024-04-03T16:18:57.8045659Z | ^ 2024-04-03T16:18:57.8048025Z caffe2/operators/dataset_ops.cc:1045:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8049999Z 1045 | } else if (pos >= tensorVector->size()) { 2024-04-03T16:18:57.8050688Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8052674Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::ConcatTensorVectorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:18:57.8054464Z caffe2/operators/dataset_ops.cc:959:8: required from here 2024-04-03T16:18:57.8056759Z caffe2/operators/dataset_ops.cc:969:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:18:57.8058681Z 969 | for (int i = 1; i < tensorVector->size(); i++) { 2024-04-03T16:18:57.8059425Z | ~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:57.8060575Z [2,743 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:57.8061796Z Compiling caffe2/operators/dataset_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:18:57.8062746Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:57.8063595Z Compiling caffe2/operators/jsd_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:57.8065099Z Compiling caffe2/sgd/iter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:57.8066175Z Compiling caffe2/operators/hard_sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:57.8067097Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:57.8067765Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:57.8068448Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:18:57.9920294Z 2024-04-03T16:18:57.9921163Z  2024-04-03T16:18:57.9921570Z  2024-04-03T16:18:57.9921871Z  2024-04-03T16:18:57.9922143Z  2024-04-03T16:18:57.9922389Z  2024-04-03T16:18:57.9922666Z  2024-04-03T16:18:57.9923039Z  2024-04-03T16:18:57.9923332Z  2024-04-03T16:18:57.9924147Z [2,744 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:57.9925456Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:57.9926404Z Compiling caffe2/operators/jsd_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:57.9927492Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:57.9928391Z Compiling caffe2/operators/hard_sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:57.9929073Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:57.9929580Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:57.9930209Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:57.9930704Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:58.1954808Z 2024-04-03T16:18:58.1955698Z  2024-04-03T16:18:58.1956245Z  2024-04-03T16:18:58.1956681Z  2024-04-03T16:18:58.1957818Z  2024-04-03T16:18:58.1958159Z  2024-04-03T16:18:58.1958424Z  2024-04-03T16:18:58.1958731Z  2024-04-03T16:18:58.1959122Z  2024-04-03T16:18:58.1959991Z [2,745 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:58.1961642Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:58.1962501Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:58.1963488Z Compiling caffe2/operators/hard_sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:18:58.1964591Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:58.1965193Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:58.1965766Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:58.1966384Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:58.1967356Z Compiling caffe2/operators/stats_put_ops.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:58.5861587Z 2024-04-03T16:18:58.5862241Z  2024-04-03T16:18:58.5862759Z  2024-04-03T16:18:58.5863066Z  2024-04-03T16:18:58.5863654Z  2024-04-03T16:18:58.5863908Z  2024-04-03T16:18:58.5864137Z  2024-04-03T16:18:58.5864425Z  2024-04-03T16:18:58.5864682Z  2024-04-03T16:18:58.5865422Z [2,746 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:58.5866404Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:58.5867251Z Compiling caffe2/operators/hard_sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:58.5867956Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:58.5868476Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:58.5868979Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:58.5869478Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:58.5870257Z Compiling caffe2/operators/stats_put_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:18:58.5870944Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:18:58.7926401Z 2024-04-03T16:18:58.7927092Z  2024-04-03T16:18:58.7927501Z  2024-04-03T16:18:58.7927808Z  2024-04-03T16:18:58.7928179Z  2024-04-03T16:18:58.7928553Z  2024-04-03T16:18:58.7928943Z  2024-04-03T16:18:58.7930588Z  2024-04-03T16:18:58.7930821Z  2024-04-03T16:18:58.7931529Z [2,747 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:58.7932665Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:58.7933684Z Compiling caffe2/operators/hard_sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:18:58.7934507Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:58.7935043Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:58.7935545Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:58.7936372Z Compiling caffe2/operators/stats_put_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:58.7937158Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:58.7937873Z Compiling caffe2/operators/pool_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:18:59.0230308Z 2024-04-03T16:18:59.0231071Z  2024-04-03T16:18:59.0231614Z  2024-04-03T16:18:59.0232100Z  2024-04-03T16:18:59.0232609Z  2024-04-03T16:18:59.0233069Z  2024-04-03T16:18:59.0233496Z  2024-04-03T16:18:59.0233785Z  2024-04-03T16:18:59.0234031Z  2024-04-03T16:18:59.0234962Z [2,748 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:59.0236009Z Compiling caffe2/sgd/iter_op.cc; 8s processwrapper-sandbox 2024-04-03T16:18:59.0236707Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:59.0237283Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:59.0237946Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:59.0239490Z Compiling caffe2/operators/stats_put_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:59.0240459Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:18:59.0241441Z Compiling caffe2/operators/pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:59.0242565Z Compiling caffe2/operators/prelu_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:59.3456530Z 2024-04-03T16:18:59.3458236Z  2024-04-03T16:18:59.3458748Z  2024-04-03T16:18:59.3459128Z  2024-04-03T16:18:59.3459500Z  2024-04-03T16:18:59.3459870Z  2024-04-03T16:18:59.3460229Z  2024-04-03T16:18:59.3460579Z  2024-04-03T16:18:59.3460835Z  2024-04-03T16:18:59.3461756Z [2,749 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:18:59.3462826Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:59.3463307Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:59.3463790Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:59.3464529Z Compiling caffe2/operators/stats_put_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:59.3465973Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:59.3467327Z Compiling caffe2/operators/pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:59.3468535Z Compiling caffe2/operators/prelu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:59.3469874Z Compiling caffe2/operators/expand_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:18:59.5931498Z 2024-04-03T16:18:59.5932259Z  2024-04-03T16:18:59.5932820Z  2024-04-03T16:18:59.5933221Z  2024-04-03T16:18:59.5933542Z  2024-04-03T16:18:59.5933779Z  2024-04-03T16:18:59.5934078Z  2024-04-03T16:18:59.5934322Z  2024-04-03T16:18:59.5934555Z  2024-04-03T16:18:59.5935330Z [2,750 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:18:59.5936217Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:18:59.5936750Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:18:59.5937517Z Compiling caffe2/operators/stats_put_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:18:59.5938274Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:18:59.5939055Z Compiling caffe2/operators/pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:18:59.5939932Z Compiling caffe2/operators/prelu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:59.5942081Z Compiling caffe2/operators/expand_op.cc; 3s processwrapper-sandbox 2024-04-03T16:18:59.5942822Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:00.0591549Z 2024-04-03T16:19:00.0600314Z  2024-04-03T16:19:00.0600783Z  2024-04-03T16:19:00.0601233Z  2024-04-03T16:19:00.0601492Z  2024-04-03T16:19:00.0601817Z  2024-04-03T16:19:00.0602059Z  2024-04-03T16:19:00.0602299Z  2024-04-03T16:19:00.0602531Z  2024-04-03T16:19:00.0603329Z [2,751 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:00.0604143Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:00.0605107Z Compiling caffe2/operators/stats_put_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:00.0605784Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:00.0606512Z Compiling caffe2/operators/pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:00.0607315Z Compiling caffe2/operators/prelu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.0608224Z Compiling caffe2/operators/expand_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.0609153Z Compiling caffe2/operators/lengths_pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.0609847Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:00.3938143Z 2024-04-03T16:19:00.3938694Z  2024-04-03T16:19:00.3939017Z  2024-04-03T16:19:00.3939291Z  2024-04-03T16:19:00.3939524Z  2024-04-03T16:19:00.3939767Z  2024-04-03T16:19:00.3940011Z  2024-04-03T16:19:00.3940241Z  2024-04-03T16:19:00.4011235Z  2024-04-03T16:19:00.4012955Z [2,752 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:00.4014354Z Compiling caffe2/operators/stats_put_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:00.4015352Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:00.4017391Z Compiling caffe2/operators/pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:00.4018493Z Compiling caffe2/operators/prelu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.4019574Z Compiling caffe2/operators/expand_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.4020723Z Compiling caffe2/operators/lengths_pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.4022231Z Compiling caffe2/operators/integral_image_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.4023537Z Compiling caffe2/operators/exp_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:00.6502580Z 2024-04-03T16:19:00.6503203Z  2024-04-03T16:19:00.6503647Z  2024-04-03T16:19:00.6503927Z  2024-04-03T16:19:00.6505550Z  2024-04-03T16:19:00.6505871Z  2024-04-03T16:19:00.6506190Z  2024-04-03T16:19:00.6506422Z  2024-04-03T16:19:00.6506667Z  2024-04-03T16:19:00.6507463Z [2,753 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:00.6508266Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:00.6509005Z Compiling caffe2/operators/pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:00.6509805Z Compiling caffe2/operators/prelu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:00.6510686Z Compiling caffe2/operators/expand_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.6511583Z Compiling caffe2/operators/lengths_pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.6512526Z Compiling caffe2/operators/integral_image_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:00.6513429Z Compiling caffe2/operators/exp_op.cc; 2s processwrapper-sandbox 2024-04-03T16:19:00.6514236Z Compiling caffe2/operators/crash_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:01.0019632Z 2024-04-03T16:19:01.0022832Z  2024-04-03T16:19:01.0023184Z  2024-04-03T16:19:01.0023430Z  2024-04-03T16:19:01.0023682Z  2024-04-03T16:19:01.0025242Z  2024-04-03T16:19:01.0025617Z  2024-04-03T16:19:01.0026005Z  2024-04-03T16:19:01.0026382Z  2024-04-03T16:19:01.0027434Z [2,753 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:01.0028659Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:01.0029655Z Compiling caffe2/operators/pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:01.0030869Z Compiling caffe2/operators/prelu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:01.0032110Z Compiling caffe2/operators/expand_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:01.0033417Z Compiling caffe2/operators/lengths_pad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:01.0034794Z Compiling caffe2/operators/integral_image_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:01.0036088Z Compiling caffe2/operators/exp_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:01.0037347Z Compiling caffe2/operators/crash_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:02.1671541Z 2024-04-03T16:19:02.1672105Z  2024-04-03T16:19:02.1672466Z  2024-04-03T16:19:02.1672771Z  2024-04-03T16:19:02.1673054Z  2024-04-03T16:19:02.1673336Z  2024-04-03T16:19:02.1673601Z  2024-04-03T16:19:02.1673880Z  2024-04-03T16:19:02.1674161Z  2024-04-03T16:19:02.1674982Z INFO: From Compiling caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: 2024-04-03T16:19:02.1681850Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenTensorFillOp::IDEEPInt8GivenTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:19:02.1685487Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc:44:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:02.1687301Z 44 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:19:02.1688312Z | ~~^~~~~~~~~~ 2024-04-03T16:19:02.1690556Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenIntTensorFillOp::IDEEPInt8GivenIntTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:19:02.1693720Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc:115:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:02.1695477Z 115 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:19:02.1696096Z | ~~^~~~~~~~~~ 2024-04-03T16:19:02.1697858Z [2,753 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:02.1698911Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:02.1699776Z Compiling caffe2/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:02.1700886Z Compiling caffe2/operators/prelu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.1701883Z Compiling caffe2/operators/expand_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.1703000Z Compiling caffe2/operators/lengths_pad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.1704245Z Compiling caffe2/operators/integral_image_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.1705444Z Compiling caffe2/operators/exp_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:02.1706556Z Compiling caffe2/operators/crash_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:02.4027718Z 2024-04-03T16:19:02.4028654Z  2024-04-03T16:19:02.4029044Z  2024-04-03T16:19:02.4029353Z  2024-04-03T16:19:02.4029662Z  2024-04-03T16:19:02.4029930Z  2024-04-03T16:19:02.4030317Z  2024-04-03T16:19:02.4030664Z  2024-04-03T16:19:02.4031031Z  2024-04-03T16:19:02.4031925Z [2,755 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:02.4034252Z Compiling caffe2/operators/prelu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.4035374Z Compiling caffe2/operators/expand_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.4036321Z Compiling caffe2/operators/lengths_pad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.4037361Z Compiling caffe2/operators/integral_image_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:02.4038264Z Compiling caffe2/operators/exp_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:02.4039096Z Compiling caffe2/operators/crash_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:02.4040018Z Compiling caffe2/quantization/server/sigmoid.cc; 3s processwrapper-sandbox 2024-04-03T16:19:02.4040938Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:03.6033477Z 2024-04-03T16:19:03.6034047Z  2024-04-03T16:19:03.6034391Z  2024-04-03T16:19:03.6034696Z  2024-04-03T16:19:03.6034948Z  2024-04-03T16:19:03.6035187Z  2024-04-03T16:19:03.6035457Z  2024-04-03T16:19:03.6035705Z  2024-04-03T16:19:03.6035936Z  2024-04-03T16:19:03.6036639Z [2,755 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:03.6037603Z Compiling caffe2/operators/prelu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:03.6038408Z Compiling caffe2/operators/expand_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:03.6039248Z Compiling caffe2/operators/lengths_pad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:03.6040143Z Compiling caffe2/operators/integral_image_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:03.6244185Z Compiling caffe2/operators/exp_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:03.6246017Z Compiling caffe2/operators/crash_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:03.6247357Z Compiling caffe2/quantization/server/sigmoid.cc; 5s processwrapper-sandbox 2024-04-03T16:19:03.6248431Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:03.8123224Z 2024-04-03T16:19:03.8123879Z  2024-04-03T16:19:03.8124618Z  2024-04-03T16:19:03.8124943Z  2024-04-03T16:19:03.8125189Z  2024-04-03T16:19:03.8125438Z  2024-04-03T16:19:03.8125685Z  2024-04-03T16:19:03.8125917Z  2024-04-03T16:19:03.8126161Z  2024-04-03T16:19:03.8126870Z [2,758 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:03.8127980Z Compiling caffe2/operators/integral_image_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:03.8128838Z Compiling caffe2/operators/exp_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:03.8129642Z Compiling caffe2/operators/crash_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:03.8131689Z Compiling caffe2/quantization/server/sigmoid.cc; 5s processwrapper-sandbox 2024-04-03T16:19:03.8132967Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:03.8133483Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:03.8134021Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:03.8134686Z Compiling caffe2/db/protodb.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:04.0256215Z 2024-04-03T16:19:04.0256955Z  2024-04-03T16:19:04.0257464Z  2024-04-03T16:19:04.0257911Z  2024-04-03T16:19:04.0258299Z  2024-04-03T16:19:04.0258702Z  2024-04-03T16:19:04.0259103Z  2024-04-03T16:19:04.0259489Z  2024-04-03T16:19:04.0259892Z  2024-04-03T16:19:04.0261020Z [2,759 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:04.0262658Z Compiling caffe2/operators/exp_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:04.0263972Z Compiling caffe2/operators/crash_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:04.0265397Z Compiling caffe2/quantization/server/sigmoid.cc; 5s processwrapper-sandbox 2024-04-03T16:19:04.0266536Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:04.0267937Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:04.0268749Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:04.0269705Z Compiling caffe2/db/protodb.cc; 4s processwrapper-sandbox 2024-04-03T16:19:04.0270719Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:05.0262789Z 2024-04-03T16:19:05.0263638Z  2024-04-03T16:19:05.0264169Z  2024-04-03T16:19:05.0264699Z  2024-04-03T16:19:05.0264974Z  2024-04-03T16:19:05.0265223Z  2024-04-03T16:19:05.0265474Z  2024-04-03T16:19:05.0265705Z  2024-04-03T16:19:05.0265946Z  2024-04-03T16:19:05.0266672Z [2,759 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:05.0267616Z Compiling caffe2/operators/exp_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:05.0268654Z Compiling caffe2/operators/crash_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:05.0269545Z Compiling caffe2/quantization/server/sigmoid.cc; 6s processwrapper-sandbox 2024-04-03T16:19:05.0270365Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.0271010Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.0271601Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.0272272Z Compiling caffe2/db/protodb.cc; 5s processwrapper-sandbox 2024-04-03T16:19:05.0273015Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:05.2837590Z 2024-04-03T16:19:05.2838155Z  2024-04-03T16:19:05.2838627Z  2024-04-03T16:19:05.2839016Z  2024-04-03T16:19:05.2839304Z  2024-04-03T16:19:05.2839553Z  2024-04-03T16:19:05.2839786Z  2024-04-03T16:19:05.2840029Z  2024-04-03T16:19:05.2841653Z  2024-04-03T16:19:05.2842696Z [2,760 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:05.2843882Z Compiling caffe2/operators/exp_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:05.2845128Z Compiling caffe2/quantization/server/sigmoid.cc; 6s processwrapper-sandbox 2024-04-03T16:19:05.2847497Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.2847993Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.2848583Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.2849231Z Compiling caffe2/db/protodb.cc; 5s processwrapper-sandbox 2024-04-03T16:19:05.2849824Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.2850516Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:19:05.4947669Z 2024-04-03T16:19:05.4948312Z  2024-04-03T16:19:05.4948882Z  2024-04-03T16:19:05.4949356Z  2024-04-03T16:19:05.4949787Z  2024-04-03T16:19:05.4950182Z  2024-04-03T16:19:05.4950543Z  2024-04-03T16:19:05.4950938Z  2024-04-03T16:19:05.4951524Z  2024-04-03T16:19:05.4952675Z [2,762 / 3,412] 3 / 26 tests; 16 actions, 14 running; last test: ...base_tests 2024-04-03T16:19:05.4953795Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.4954571Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.4955234Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.4956123Z Compiling caffe2/db/protodb.cc; 6s processwrapper-sandbox 2024-04-03T16:19:05.4956924Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.4957892Z Compiling caffe2/operators/replace_nan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:05.4958895Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:05.4959663Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:05.8269007Z 2024-04-03T16:19:05.8269733Z  2024-04-03T16:19:05.8270327Z  2024-04-03T16:19:05.8270723Z  2024-04-03T16:19:05.8271094Z  2024-04-03T16:19:05.8271343Z  2024-04-03T16:19:05.8271690Z  2024-04-03T16:19:05.8271951Z  2024-04-03T16:19:05.8272280Z  2024-04-03T16:19:05.8273187Z [2,762 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:05.8275606Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:05.8276304Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.8276918Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:05.8277747Z Compiling caffe2/db/protodb.cc; 6s processwrapper-sandbox 2024-04-03T16:19:05.8278575Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.8279458Z Compiling caffe2/operators/replace_nan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:05.8280444Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:05.8281009Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:06.0296766Z 2024-04-03T16:19:06.0297268Z  2024-04-03T16:19:06.0297597Z  2024-04-03T16:19:06.0297853Z  2024-04-03T16:19:06.0298166Z  2024-04-03T16:19:06.0298410Z  2024-04-03T16:19:06.0298643Z  2024-04-03T16:19:06.0298884Z  2024-04-03T16:19:06.0299123Z  2024-04-03T16:19:06.0299805Z [2,763 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:06.0300618Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:06.0301106Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:06.0301685Z Compiling caffe2/db/protodb.cc; 6s processwrapper-sandbox 2024-04-03T16:19:06.0302273Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:06.0302952Z Compiling caffe2/operators/replace_nan_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:06.0303620Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:06.0304302Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:19:06.0306525Z Compiling caffe2/operators/mean_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:06.4272055Z 2024-04-03T16:19:06.4272634Z  2024-04-03T16:19:06.4273036Z  2024-04-03T16:19:06.4273311Z  2024-04-03T16:19:06.4273558Z  2024-04-03T16:19:06.4273792Z  2024-04-03T16:19:06.4274035Z  2024-04-03T16:19:06.4326507Z  2024-04-03T16:19:06.4326760Z  2024-04-03T16:19:06.4327699Z [2,763 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:06.4328646Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:06.4329222Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:06.4329955Z Compiling caffe2/db/protodb.cc; 6s processwrapper-sandbox 2024-04-03T16:19:06.4330637Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:06.4331491Z Compiling caffe2/operators/replace_nan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:06.4332329Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:06.4333308Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:06.4335184Z Compiling caffe2/operators/mean_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:06.6332401Z 2024-04-03T16:19:06.6333029Z  2024-04-03T16:19:06.6333601Z  2024-04-03T16:19:06.6334102Z  2024-04-03T16:19:06.6334374Z  2024-04-03T16:19:06.6334624Z  2024-04-03T16:19:06.6334868Z  2024-04-03T16:19:06.6335097Z  2024-04-03T16:19:06.6335341Z  2024-04-03T16:19:06.6336035Z [2,765 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:06.6336819Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:06.6337315Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:06.6338000Z Compiling caffe2/operators/replace_nan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:06.6338662Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:06.6339351Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:06.6340182Z Compiling caffe2/operators/mean_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:06.6340811Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:19:06.6341488Z Compiling caffe2/operators/softplus_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:07.6417351Z 2024-04-03T16:19:07.6417951Z  2024-04-03T16:19:07.6418264Z  2024-04-03T16:19:07.6418602Z  2024-04-03T16:19:07.6418851Z  2024-04-03T16:19:07.6419082Z  2024-04-03T16:19:07.6419397Z  2024-04-03T16:19:07.6419648Z  2024-04-03T16:19:07.6419891Z  2024-04-03T16:19:07.6420674Z [2,765 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:07.6421577Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:07.6422071Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:07.6422826Z Compiling caffe2/operators/replace_nan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:07.6423590Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:07.6424337Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:07.6425228Z Compiling caffe2/operators/mean_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:07.6425926Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:07.6426693Z Compiling caffe2/operators/softplus_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:08.0594109Z 2024-04-03T16:19:08.0594692Z  2024-04-03T16:19:08.0595027Z  2024-04-03T16:19:08.0595373Z  2024-04-03T16:19:08.0595627Z  2024-04-03T16:19:08.0595860Z  2024-04-03T16:19:08.0596104Z  2024-04-03T16:19:08.0596347Z  2024-04-03T16:19:08.0596573Z  2024-04-03T16:19:08.0597282Z [2,766 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:08.0598086Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:19:08.0711785Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:08.0712734Z Compiling caffe2/operators/replace_nan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:08.0713619Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:08.0714452Z Compiling caffe2/operators/mean_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:08.0716340Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:08.0717003Z Compiling caffe2/operators/softplus_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.0717850Z Compiling caffe2/core/net_async_base.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:08.2599348Z 2024-04-03T16:19:08.2599860Z  2024-04-03T16:19:08.2600292Z  2024-04-03T16:19:08.2600813Z  2024-04-03T16:19:08.2601159Z  2024-04-03T16:19:08.2601407Z  2024-04-03T16:19:08.2601651Z  2024-04-03T16:19:08.2601881Z  2024-04-03T16:19:08.2602126Z  2024-04-03T16:19:08.2602825Z [2,767 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:08.2698949Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:08.2709090Z Compiling caffe2/operators/replace_nan_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:08.2710023Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:08.2710942Z Compiling caffe2/operators/mean_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:08.2711676Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:08.2712345Z Compiling caffe2/operators/softplus_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.2713240Z Compiling caffe2/core/net_async_base.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.2714135Z Compiling caffe2/opt/optimizer.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:08.6544166Z 2024-04-03T16:19:08.6545147Z  2024-04-03T16:19:08.6545666Z  2024-04-03T16:19:08.6546141Z  2024-04-03T16:19:08.6546542Z  2024-04-03T16:19:08.6546801Z  2024-04-03T16:19:08.6547068Z  2024-04-03T16:19:08.6547316Z  2024-04-03T16:19:08.6547728Z  2024-04-03T16:19:08.6548629Z [2,768 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:08.6549442Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:08.6551070Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:08.6552184Z Compiling caffe2/operators/mean_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:08.6553033Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:08.6553722Z Compiling caffe2/operators/softplus_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.6555208Z Compiling caffe2/core/net_async_base.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.6556657Z Compiling caffe2/opt/optimizer.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.6557818Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:08.8596743Z 2024-04-03T16:19:08.8597328Z  2024-04-03T16:19:08.8597714Z  2024-04-03T16:19:08.8598080Z  2024-04-03T16:19:08.8598331Z  2024-04-03T16:19:08.8598617Z  2024-04-03T16:19:08.8598871Z  2024-04-03T16:19:08.8599102Z  2024-04-03T16:19:08.8599347Z  2024-04-03T16:19:08.8600050Z [2,769 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:08.8601164Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:08.8602094Z Compiling caffe2/operators/mean_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:08.8602817Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:08.8603467Z Compiling caffe2/operators/softplus_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:08.8604643Z Compiling caffe2/core/net_async_base.cc; 5s processwrapper-sandbox 2024-04-03T16:19:08.8605471Z Compiling caffe2/opt/optimizer.cc; 4s processwrapper-sandbox 2024-04-03T16:19:08.8607604Z Compiling caffe2/operators/create_scope_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:08.8608400Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:09.0708037Z 2024-04-03T16:19:09.0708515Z  2024-04-03T16:19:09.0708916Z  2024-04-03T16:19:09.0709432Z  2024-04-03T16:19:09.0709865Z  2024-04-03T16:19:09.1606713Z  2024-04-03T16:19:09.1607113Z  2024-04-03T16:19:09.1607491Z  2024-04-03T16:19:09.1607871Z  2024-04-03T16:19:09.1608939Z [2,769 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:09.1610474Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:09.1611880Z Compiling caffe2/operators/mean_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:09.1612899Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:09.1613945Z Compiling caffe2/operators/softplus_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.1615263Z Compiling caffe2/core/net_async_base.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.1616555Z Compiling caffe2/opt/optimizer.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.1617821Z Compiling caffe2/operators/create_scope_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:09.1618872Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:09.5595299Z 2024-04-03T16:19:09.5595958Z  2024-04-03T16:19:09.5596427Z  2024-04-03T16:19:09.5596780Z  2024-04-03T16:19:09.5597121Z  2024-04-03T16:19:09.5597489Z  2024-04-03T16:19:09.5597852Z  2024-04-03T16:19:09.5598352Z  2024-04-03T16:19:09.5598722Z  2024-04-03T16:19:09.5599863Z [2,770 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:09.5601434Z Compiling caffe2/operators/mean_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:09.5602561Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:09.5603745Z Compiling caffe2/operators/softplus_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.5605417Z Compiling caffe2/core/net_async_base.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.5606780Z Compiling caffe2/opt/optimizer.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.5608274Z Compiling caffe2/operators/create_scope_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:09.5610128Z Compiling caffe2/operators/conv_transpose_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:09.5611242Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:09.7614228Z 2024-04-03T16:19:09.7615022Z  2024-04-03T16:19:09.7615384Z  2024-04-03T16:19:09.7615639Z  2024-04-03T16:19:09.7615879Z  2024-04-03T16:19:09.7616146Z  2024-04-03T16:19:09.7616393Z  2024-04-03T16:19:09.7616626Z  2024-04-03T16:19:09.7616873Z  2024-04-03T16:19:09.7617572Z [2,770 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:09.7618531Z Compiling caffe2/operators/mean_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:09.7619185Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:09.7619854Z Compiling caffe2/operators/softplus_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.7620663Z Compiling caffe2/core/net_async_base.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.7621438Z Compiling caffe2/opt/optimizer.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.7622241Z Compiling caffe2/operators/create_scope_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:09.7623128Z Compiling caffe2/operators/conv_transpose_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:09.7624024Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:09.9630124Z 2024-04-03T16:19:09.9630665Z  2024-04-03T16:19:09.9630986Z  2024-04-03T16:19:09.9631246Z  2024-04-03T16:19:09.9631580Z  2024-04-03T16:19:09.9631849Z  2024-04-03T16:19:09.9632082Z  2024-04-03T16:19:09.9632376Z  2024-04-03T16:19:09.9801000Z  2024-04-03T16:19:09.9802629Z [2,771 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:19:09.9803964Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:09.9805058Z Compiling caffe2/operators/softplus_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:09.9807428Z Compiling caffe2/core/net_async_base.cc; 6s processwrapper-sandbox 2024-04-03T16:19:09.9808823Z Compiling caffe2/opt/optimizer.cc; 5s processwrapper-sandbox 2024-04-03T16:19:09.9810101Z Compiling caffe2/operators/create_scope_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:09.9811731Z Compiling caffe2/operators/conv_transpose_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:09.9812710Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:09.9813586Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:10.1807477Z 2024-04-03T16:19:10.1807972Z  2024-04-03T16:19:10.1808311Z  2024-04-03T16:19:10.1808566Z  2024-04-03T16:19:10.1808836Z  2024-04-03T16:19:10.1809088Z  2024-04-03T16:19:10.2257423Z  2024-04-03T16:19:10.2258147Z  2024-04-03T16:19:10.2258455Z  2024-04-03T16:19:10.2259455Z [2,771 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:10.2260672Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:10.2261692Z Compiling caffe2/operators/softplus_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.2262791Z Compiling caffe2/core/net_async_base.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.2263828Z Compiling caffe2/opt/optimizer.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.2264855Z Compiling caffe2/operators/create_scope_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:10.2265981Z Compiling caffe2/operators/conv_transpose_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:10.2266847Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:10.2267566Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:10.5623310Z 2024-04-03T16:19:10.5623901Z  2024-04-03T16:19:10.5624307Z  2024-04-03T16:19:10.5624584Z  2024-04-03T16:19:10.5624918Z  2024-04-03T16:19:10.5625191Z  2024-04-03T16:19:10.5625443Z  2024-04-03T16:19:10.5625694Z  2024-04-03T16:19:10.5717591Z  2024-04-03T16:19:10.5718356Z [2,772 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:10.5719520Z Compiling caffe2/operators/softplus_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.5720381Z Compiling caffe2/core/net_async_base.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.5721206Z Compiling caffe2/opt/optimizer.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.5722132Z Compiling caffe2/operators/create_scope_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:10.5723088Z Compiling caffe2/operators/conv_transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:10.5723879Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:10.5724892Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:10.5725621Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:10.8265177Z 2024-04-03T16:19:10.8265822Z  2024-04-03T16:19:10.8266409Z  2024-04-03T16:19:10.8266903Z  2024-04-03T16:19:10.8267170Z  2024-04-03T16:19:10.8267424Z  2024-04-03T16:19:10.8267672Z  2024-04-03T16:19:10.8267905Z  2024-04-03T16:19:10.8268156Z  2024-04-03T16:19:10.8268863Z [2,772 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:10.8269831Z Compiling caffe2/operators/softplus_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:10.8270665Z Compiling caffe2/core/net_async_base.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.8271434Z Compiling caffe2/opt/optimizer.cc; 6s processwrapper-sandbox 2024-04-03T16:19:10.8378411Z Compiling caffe2/operators/create_scope_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:10.8380131Z Compiling caffe2/operators/conv_transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:10.8381148Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:10.8381832Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:10.8382554Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:11.1690385Z 2024-04-03T16:19:11.1691038Z  2024-04-03T16:19:11.1691370Z  2024-04-03T16:19:11.1691631Z  2024-04-03T16:19:11.1691878Z  2024-04-03T16:19:11.1692126Z  2024-04-03T16:19:11.1692355Z  2024-04-03T16:19:11.1692600Z  2024-04-03T16:19:11.1692827Z  2024-04-03T16:19:11.1693534Z [2,773 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:11.1694517Z Compiling caffe2/operators/softplus_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:11.1695319Z Compiling caffe2/opt/optimizer.cc; 7s processwrapper-sandbox 2024-04-03T16:19:11.2690568Z Compiling caffe2/operators/create_scope_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:11.2692626Z Compiling caffe2/operators/conv_transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:11.2693717Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.2694452Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.2695214Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:11.2695966Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:11.4386481Z 2024-04-03T16:19:11.4387135Z  2024-04-03T16:19:11.4387711Z  2024-04-03T16:19:11.4387980Z  2024-04-03T16:19:11.4388216Z  2024-04-03T16:19:11.4388467Z  2024-04-03T16:19:11.4388714Z  2024-04-03T16:19:11.4388943Z  2024-04-03T16:19:11.4389187Z  2024-04-03T16:19:11.4389890Z [2,774 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:11.4390874Z Compiling caffe2/operators/softplus_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:11.4391750Z Compiling caffe2/operators/create_scope_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:11.4392642Z Compiling caffe2/operators/conv_transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:11.4393319Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.4702855Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.4703644Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:11.4704745Z Compiling caffe2/core/net_async_task_future.cc; 4s processwrapper-sandbox 2024-04-03T16:19:11.4706106Z Compiling caffe2/contrib/gloo/context.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:11.6609636Z 2024-04-03T16:19:11.6610596Z  2024-04-03T16:19:11.6611156Z  2024-04-03T16:19:11.6611579Z  2024-04-03T16:19:11.6611868Z  2024-04-03T16:19:11.6612120Z  2024-04-03T16:19:11.6612368Z  2024-04-03T16:19:11.6612601Z  2024-04-03T16:19:11.6612844Z  2024-04-03T16:19:11.6613738Z [2,775 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:11.6614943Z Compiling caffe2/operators/create_scope_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:11.6616003Z Compiling caffe2/operators/conv_transpose_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:11.6616753Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:11.6617415Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.6618119Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.6618813Z Compiling caffe2/core/net_async_task_future.cc; 5s processwrapper-sandbox 2024-04-03T16:19:11.6619664Z Compiling caffe2/contrib/gloo/context.cc; 3s processwrapper-sandbox 2024-04-03T16:19:11.6620325Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:11.8709458Z 2024-04-03T16:19:11.8710232Z  2024-04-03T16:19:11.8710643Z  2024-04-03T16:19:11.8710923Z  2024-04-03T16:19:11.8711205Z  2024-04-03T16:19:11.9358559Z  2024-04-03T16:19:11.9359532Z  2024-04-03T16:19:11.9359919Z  2024-04-03T16:19:11.9360312Z  2024-04-03T16:19:11.9361366Z [2,775 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:11.9362872Z Compiling caffe2/operators/create_scope_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:11.9364591Z Compiling caffe2/operators/conv_transpose_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:11.9365630Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:11.9366374Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.9367072Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:11.9368094Z Compiling caffe2/core/net_async_task_future.cc; 5s processwrapper-sandbox 2024-04-03T16:19:11.9369360Z Compiling caffe2/contrib/gloo/context.cc; 3s processwrapper-sandbox 2024-04-03T16:19:11.9370361Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:12.9368273Z 2024-04-03T16:19:12.9369066Z  2024-04-03T16:19:12.9369616Z  2024-04-03T16:19:12.9369861Z  2024-04-03T16:19:12.9775063Z  2024-04-03T16:19:12.9775925Z  2024-04-03T16:19:12.9776354Z  2024-04-03T16:19:12.9776797Z  2024-04-03T16:19:12.9777246Z  2024-04-03T16:19:12.9778454Z [2,775 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:12.9779972Z Compiling caffe2/operators/create_scope_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:12.9781591Z Compiling caffe2/operators/conv_transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:12.9782826Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:12.9783675Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:12.9784570Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:12.9785837Z Compiling caffe2/core/net_async_task_future.cc; 6s processwrapper-sandbox 2024-04-03T16:19:12.9787310Z Compiling caffe2/contrib/gloo/context.cc; 4s processwrapper-sandbox 2024-04-03T16:19:12.9788488Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:13.1698377Z 2024-04-03T16:19:13.1698915Z  2024-04-03T16:19:13.1699334Z  2024-04-03T16:19:13.1699613Z  2024-04-03T16:19:13.1699865Z  2024-04-03T16:19:13.1700097Z  2024-04-03T16:19:13.1721259Z  2024-04-03T16:19:13.1721523Z  2024-04-03T16:19:13.1721862Z  2024-04-03T16:19:13.1722576Z [2,776 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:13.1723858Z Compiling caffe2/operators/create_scope_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:13.1724937Z Compiling caffe2/operators/conv_transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:13.1725780Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:13.1726301Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:13.1726850Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:13.1727627Z Compiling caffe2/contrib/gloo/context.cc; 5s processwrapper-sandbox 2024-04-03T16:19:13.1728378Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:13.1728894Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:13.3782729Z 2024-04-03T16:19:13.3783542Z  2024-04-03T16:19:13.3783953Z  2024-04-03T16:19:13.3784372Z  2024-04-03T16:19:13.3784694Z  2024-04-03T16:19:13.3785004Z  2024-04-03T16:19:13.3785257Z  2024-04-03T16:19:13.3785659Z  2024-04-03T16:19:13.3785968Z  2024-04-03T16:19:13.3786748Z [2,777 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:13.3788024Z Compiling caffe2/operators/conv_transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:13.3788725Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:13.3789357Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:13.3789841Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:13.3791599Z Compiling caffe2/contrib/gloo/context.cc; 5s processwrapper-sandbox 2024-04-03T16:19:13.3792492Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:13.3792985Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:13.3793826Z Compiling caffe2/core/transform.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:13.7786478Z 2024-04-03T16:19:13.7787133Z  2024-04-03T16:19:13.7787680Z  2024-04-03T16:19:13.7788091Z  2024-04-03T16:19:13.7788352Z  2024-04-03T16:19:13.7788587Z  2024-04-03T16:19:13.7788838Z  2024-04-03T16:19:13.7789069Z  2024-04-03T16:19:13.7789315Z  2024-04-03T16:19:13.7790011Z [2,778 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:13.7791008Z Compiling caffe2/operators/conv_transpose_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:13.7791711Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:13.7792197Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:13.8132180Z Compiling caffe2/contrib/gloo/context.cc; 5s processwrapper-sandbox 2024-04-03T16:19:13.8133578Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:13.8134320Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:13.8135244Z Compiling caffe2/core/transform.cc; 4s processwrapper-sandbox 2024-04-03T16:19:13.8136196Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:14.0858523Z 2024-04-03T16:19:14.0859093Z  2024-04-03T16:19:14.0859419Z  2024-04-03T16:19:14.0859713Z  2024-04-03T16:19:14.0859972Z  2024-04-03T16:19:14.0860306Z  2024-04-03T16:19:14.0860543Z  2024-04-03T16:19:14.0860823Z  2024-04-03T16:19:14.0861072Z  2024-04-03T16:19:14.0861731Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_executor.cc: 2024-04-03T16:19:14.0862512Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:19:14.0863186Z from ./caffe2/core/context.h:9, 2024-04-03T16:19:14.0863766Z from ./caffe2/operators/rnn/recurrent_network_executor.h:4, 2024-04-03T16:19:14.0864529Z from caffe2/operators/rnn/recurrent_network_executor.cc:1: 2024-04-03T16:19:14.0866115Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::Run(int)': 2024-04-03T16:19:14.0870265Z caffe2/operators/rnn/recurrent_network_executor.cc:40:38: warning: comparison of integer expressions of different signedness: 'std::vector >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:14.0872056Z 40 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:19:14.0872628Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:19:14.0873916Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::RunBackwards(int)': 2024-04-03T16:19:14.0876489Z caffe2/operators/rnn/recurrent_network_executor.cc:67:38: warning: comparison of integer expressions of different signedness: 'std::vector >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:14.0878183Z 67 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:19:14.0878678Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:19:14.0880119Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::WorkerFunction()': 2024-04-03T16:19:14.0882821Z caffe2/operators/rnn/recurrent_network_executor.cc:181:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:14.0884887Z 181 | if (job.op_idx == timestep_ops_template_.size() - 1) { 2024-04-03T16:19:14.0885624Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:14.0887907Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::_Exec()': 2024-04-03T16:19:14.0890731Z caffe2/operators/rnn/recurrent_network_executor.cc:210:26: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:14.0893300Z 210 | while (workers_.size() < num_threads_) { 2024-04-03T16:19:14.0893805Z | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:19:14.0894701Z [2,778 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:14.0895767Z Compiling caffe2/operators/conv_transpose_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:14.0896537Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:14.0897088Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:14.0897884Z Compiling caffe2/contrib/gloo/context.cc; 6s processwrapper-sandbox 2024-04-03T16:19:14.0898602Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:14.0900204Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:14.0901015Z Compiling caffe2/core/transform.cc; 5s processwrapper-sandbox 2024-04-03T16:19:14.0901733Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:14.4139524Z 2024-04-03T16:19:14.4140032Z  2024-04-03T16:19:14.4140451Z  2024-04-03T16:19:14.4140723Z  2024-04-03T16:19:14.4140979Z  2024-04-03T16:19:14.4141227Z  2024-04-03T16:19:14.4141456Z  2024-04-03T16:19:14.4141699Z  2024-04-03T16:19:14.4141931Z  2024-04-03T16:19:14.4142637Z [2,780 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:14.4143434Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:14.4144105Z Compiling caffe2/contrib/gloo/context.cc; 6s processwrapper-sandbox 2024-04-03T16:19:14.4144746Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:14.4145249Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:14.4145871Z Compiling caffe2/core/transform.cc; 5s processwrapper-sandbox 2024-04-03T16:19:14.4146475Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:14.4146956Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:14.4147636Z Compiling caffe2/operators/atomic_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:14.9418302Z 2024-04-03T16:19:14.9418939Z  2024-04-03T16:19:14.9419374Z  2024-04-03T16:19:14.9419682Z  2024-04-03T16:19:14.9419935Z  2024-04-03T16:19:14.9420181Z  2024-04-03T16:19:14.9420414Z  2024-04-03T16:19:14.9420716Z  2024-04-03T16:19:14.9421103Z  2024-04-03T16:19:14.9421794Z [2,781 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:14.9422957Z Compiling caffe2/contrib/gloo/context.cc; 6s processwrapper-sandbox 2024-04-03T16:19:14.9423713Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:14.9424289Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:14.9424977Z Compiling caffe2/core/transform.cc; 6s processwrapper-sandbox 2024-04-03T16:19:14.9425711Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:14.9426179Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:14.9427077Z Compiling caffe2/operators/atomic_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:14.9428001Z Compiling caffe2/core/init_denormals.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:15.2311332Z 2024-04-03T16:19:15.2311878Z  2024-04-03T16:19:15.2312179Z  2024-04-03T16:19:15.2312449Z  2024-04-03T16:19:15.2312861Z  2024-04-03T16:19:15.2313337Z  2024-04-03T16:19:15.2313646Z  2024-04-03T16:19:15.2313878Z  2024-04-03T16:19:15.2314164Z  2024-04-03T16:19:15.2314882Z [2,781 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:15.2898084Z Compiling caffe2/contrib/gloo/context.cc; 7s processwrapper-sandbox 2024-04-03T16:19:15.2899296Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:15.2899979Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:15.2900707Z Compiling caffe2/core/transform.cc; 6s processwrapper-sandbox 2024-04-03T16:19:15.2902132Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:15.2902812Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:15.2903541Z Compiling caffe2/operators/atomic_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:15.2904639Z Compiling caffe2/core/init_denormals.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:15.5973631Z 2024-04-03T16:19:15.5974327Z  2024-04-03T16:19:15.5974862Z  2024-04-03T16:19:15.5975389Z  2024-04-03T16:19:15.5975640Z  2024-04-03T16:19:15.5975888Z  2024-04-03T16:19:15.5976134Z  2024-04-03T16:19:15.5976363Z  2024-04-03T16:19:15.5976608Z  2024-04-03T16:19:15.5977330Z [2,782 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:15.5979146Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:15.5979724Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:15.5980413Z Compiling caffe2/core/transform.cc; 6s processwrapper-sandbox 2024-04-03T16:19:15.5981132Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:15.5981620Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:15.5982293Z Compiling caffe2/operators/atomic_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:15.5983177Z Compiling caffe2/core/init_denormals.cc; 4s processwrapper-sandbox 2024-04-03T16:19:15.5994348Z Compiling caffe2/operators/filler_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:15.8906170Z 2024-04-03T16:19:15.8906671Z  2024-04-03T16:19:15.8906990Z  2024-04-03T16:19:15.8907265Z  2024-04-03T16:19:15.8907632Z  2024-04-03T16:19:15.8907931Z  2024-04-03T16:19:15.8908184Z  2024-04-03T16:19:15.8908437Z  2024-04-03T16:19:15.8908690Z  2024-04-03T16:19:15.8909559Z [2,782 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:15.8910354Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:15.8910972Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:15.8913006Z Compiling caffe2/core/transform.cc; 7s processwrapper-sandbox 2024-04-03T16:19:15.8913748Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:15.8914239Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:15.8914939Z Compiling caffe2/operators/atomic_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:15.8915832Z Compiling caffe2/core/init_denormals.cc; 4s processwrapper-sandbox 2024-04-03T16:19:15.8916800Z Compiling caffe2/operators/filler_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:16.2911052Z 2024-04-03T16:19:16.2911573Z  2024-04-03T16:19:16.2911912Z  2024-04-03T16:19:16.2912221Z  2024-04-03T16:19:16.2912532Z  2024-04-03T16:19:16.2912784Z  2024-04-03T16:19:16.2913031Z  2024-04-03T16:19:16.2913273Z  2024-04-03T16:19:16.2913507Z  2024-04-03T16:19:16.2914212Z [2,783 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:16.2915021Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:16.2915572Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:16.2916090Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:16.2916572Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:16.2917271Z Compiling caffe2/operators/atomic_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.2918118Z Compiling caffe2/core/init_denormals.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.2918933Z Compiling caffe2/operators/filler_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:16.2919760Z Compiling caffe2/operators/shape_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:16.4979210Z 2024-04-03T16:19:16.4979867Z  2024-04-03T16:19:16.4980444Z  2024-04-03T16:19:16.4980914Z  2024-04-03T16:19:16.4981322Z  2024-04-03T16:19:16.4981754Z  2024-04-03T16:19:16.4982151Z  2024-04-03T16:19:16.4982586Z  2024-04-03T16:19:16.4982973Z  2024-04-03T16:19:16.4985324Z [2,784 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:16.4986429Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:16.4986927Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:16.4987558Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:16.4988264Z Compiling caffe2/operators/atomic_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.4989492Z Compiling caffe2/core/init_denormals.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.4990480Z Compiling caffe2/operators/filler_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.4991362Z Compiling caffe2/operators/shape_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:16.4992918Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:16.8015578Z 2024-04-03T16:19:16.8016307Z  2024-04-03T16:19:16.8016860Z  2024-04-03T16:19:16.8017520Z  2024-04-03T16:19:16.8017957Z  2024-04-03T16:19:16.8018443Z  2024-04-03T16:19:16.8018904Z  2024-04-03T16:19:16.8019261Z  2024-04-03T16:19:16.8019511Z  2024-04-03T16:19:16.8020225Z INFO: From Compiling caffe2/quantization/server/fbgemm_pack_op.cc: 2024-04-03T16:19:16.8023352Z caffe2/quantization/server/fbgemm_pack_op.cc: In function 'void caffe2::QuantizeConvBias(const caffe2::Blob&, int, const fbgemm::TensorQuantizationParams&, const std::vector&, std::vector&, bool, bool)': 2024-04-03T16:19:16.8028148Z caffe2/quantization/server/fbgemm_pack_op.cc:222:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:16.8030835Z 222 | for (int g = 0; g < filter_qparams.size(); ++g) { 2024-04-03T16:19:16.8031801Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:16.8035354Z caffe2/quantization/server/fbgemm_pack_op.cc: In instantiation of 'void caffe2::QuantizeWeight(const caffe2::Blob&, int, int, std::vector&, std::vector::type>&, dnnlowp::QuantizationFactory*) [with T = unsigned char; typename std::make_signed::type = signed char]': 2024-04-03T16:19:16.8039581Z caffe2/quantization/server/fbgemm_pack_op.cc:76:43: required from here 2024-04-03T16:19:16.8043148Z caffe2/quantization/server/fbgemm_pack_op.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:16.8046163Z 49 | for (int g = 0; g < qparams.size(); ++g) { 2024-04-03T16:19:16.8047014Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:16.8051269Z caffe2/quantization/server/fbgemm_pack_op.cc: In instantiation of 'void caffe2::QuantizeWeight(const caffe2::Blob&, int, int, std::vector&, std::vector::type>&, dnnlowp::QuantizationFactory*) [with T = short unsigned int; typename std::make_signed::type = short int]': 2024-04-03T16:19:16.8055082Z caffe2/quantization/server/fbgemm_pack_op.cc:84:43: required from here 2024-04-03T16:19:16.8058385Z caffe2/quantization/server/fbgemm_pack_op.cc:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:16.8061762Z [2,784 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:16.8063943Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:16.8064873Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:16.8065775Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:16.8066972Z Compiling caffe2/operators/atomic_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:16.8068498Z Compiling caffe2/core/init_denormals.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.8070390Z Compiling caffe2/operators/filler_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.8071742Z Compiling caffe2/operators/shape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:16.8072961Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:17.0982692Z 2024-04-03T16:19:17.0983383Z  2024-04-03T16:19:17.0983896Z  2024-04-03T16:19:17.0984238Z  2024-04-03T16:19:17.0984591Z  2024-04-03T16:19:17.0984977Z  2024-04-03T16:19:17.0985373Z  2024-04-03T16:19:17.0985747Z  2024-04-03T16:19:17.0986132Z  2024-04-03T16:19:17.0987235Z [2,785 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:17.0988670Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:17.0989480Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:17.0990555Z Compiling caffe2/operators/atomic_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:17.0991728Z Compiling caffe2/core/init_denormals.cc; 5s processwrapper-sandbox 2024-04-03T16:19:17.0992955Z Compiling caffe2/operators/filler_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:17.0994233Z Compiling caffe2/operators/shape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:17.0995534Z Compiling caffe2/operators/scale_blobs_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:17.0996886Z Compiling caffe2/operators/pool_op_util.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:17.4985513Z 2024-04-03T16:19:17.4986360Z  2024-04-03T16:19:17.4986765Z  2024-04-03T16:19:17.4987030Z  2024-04-03T16:19:17.4987285Z  2024-04-03T16:19:17.4987553Z  2024-04-03T16:19:17.4987804Z  2024-04-03T16:19:17.4988050Z  2024-04-03T16:19:17.4988294Z  2024-04-03T16:19:17.4988994Z [2,786 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:17.4989799Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:17.5132927Z Compiling caffe2/operators/atomic_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:17.5133988Z Compiling caffe2/core/init_denormals.cc; 6s processwrapper-sandbox 2024-04-03T16:19:17.5134807Z Compiling caffe2/operators/filler_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:17.5135809Z Compiling caffe2/operators/shape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:17.5136637Z Compiling caffe2/operators/scale_blobs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:17.5137613Z Compiling caffe2/operators/pool_op_util.cc; 4s processwrapper-sandbox 2024-04-03T16:19:17.5138478Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:17.7139671Z 2024-04-03T16:19:17.7140367Z  2024-04-03T16:19:17.7140955Z  2024-04-03T16:19:17.7141395Z  2024-04-03T16:19:17.7141747Z  2024-04-03T16:19:17.7142093Z  2024-04-03T16:19:17.7142451Z  2024-04-03T16:19:17.7142792Z  2024-04-03T16:19:17.7143135Z  2024-04-03T16:19:17.7144018Z [2,787 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:17.7144896Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:17.7145705Z Compiling caffe2/operators/atomic_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:17.7146764Z Compiling caffe2/operators/filler_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:17.7147893Z Compiling caffe2/operators/shape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:17.7148922Z Compiling caffe2/operators/scale_blobs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:17.7151051Z Compiling caffe2/operators/pool_op_util.cc; 4s processwrapper-sandbox 2024-04-03T16:19:17.7151763Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:17.7152588Z Compiling caffe2/ideep/operators/pool_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:18.1143141Z 2024-04-03T16:19:18.1143904Z  2024-04-03T16:19:18.1144451Z  2024-04-03T16:19:18.1144905Z  2024-04-03T16:19:18.1306457Z  2024-04-03T16:19:18.1306870Z  2024-04-03T16:19:18.1307204Z  2024-04-03T16:19:18.1307603Z  2024-04-03T16:19:18.1307915Z  2024-04-03T16:19:18.1308895Z [2,788 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:18.1310163Z Compiling caffe2/operators/atomic_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:18.1311196Z Compiling caffe2/operators/filler_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:18.1312174Z Compiling caffe2/operators/shape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:18.1313220Z Compiling caffe2/operators/scale_blobs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:18.1315044Z Compiling caffe2/operators/pool_op_util.cc; 4s processwrapper-sandbox 2024-04-03T16:19:18.1316306Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:18.1317101Z Compiling caffe2/ideep/operators/pool_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:18.1318326Z Compiling caffe2/operators/load_save_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:18.6632932Z 2024-04-03T16:19:18.6633448Z  2024-04-03T16:19:18.6633801Z  2024-04-03T16:19:18.6634057Z  2024-04-03T16:19:18.6634290Z  2024-04-03T16:19:18.6634540Z  2024-04-03T16:19:18.6634786Z  2024-04-03T16:19:18.6635015Z  2024-04-03T16:19:18.6635258Z  2024-04-03T16:19:18.6635960Z [2,789 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:18.6636917Z Compiling caffe2/operators/atomic_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:19:18.6637755Z Compiling caffe2/operators/shape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:18.6638601Z Compiling caffe2/operators/scale_blobs_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:18.6639442Z Compiling caffe2/operators/pool_op_util.cc; 5s processwrapper-sandbox 2024-04-03T16:19:18.6640108Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:18.7533888Z Compiling caffe2/ideep/operators/pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:18.7535243Z Compiling caffe2/operators/load_save_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:18.7536466Z Compiling caffe2/operators/selu_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:18.9171814Z 2024-04-03T16:19:18.9172537Z  2024-04-03T16:19:18.9173114Z  2024-04-03T16:19:18.9173518Z  2024-04-03T16:19:18.9173845Z  2024-04-03T16:19:18.9174215Z  2024-04-03T16:19:18.9174550Z  2024-04-03T16:19:18.9174844Z  2024-04-03T16:19:18.9175168Z  2024-04-03T16:19:18.9176220Z [2,790 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:18.9177616Z Compiling caffe2/operators/shape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:18.9178866Z Compiling caffe2/operators/scale_blobs_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:18.9180181Z Compiling caffe2/operators/pool_op_util.cc; 5s processwrapper-sandbox 2024-04-03T16:19:18.9181235Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:18.9182223Z Compiling caffe2/ideep/operators/pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:18.9183286Z Compiling caffe2/operators/load_save_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:18.9184552Z Compiling caffe2/operators/selu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:18.9185639Z Compiling caffe2/sgd/clip_tensor_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:19.1545292Z 2024-04-03T16:19:19.1545977Z  2024-04-03T16:19:19.1546343Z  2024-04-03T16:19:19.1546610Z  2024-04-03T16:19:19.1548576Z  2024-04-03T16:19:19.1549069Z  2024-04-03T16:19:19.1549510Z  2024-04-03T16:19:19.1549951Z  2024-04-03T16:19:19.1550388Z  2024-04-03T16:19:19.1551622Z [2,790 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:19.1554636Z Compiling caffe2/operators/shape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:19.1556242Z Compiling caffe2/operators/scale_blobs_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:19.1557843Z Compiling caffe2/operators/pool_op_util.cc; 5s processwrapper-sandbox 2024-04-03T16:19:19.1559062Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:19.1560317Z Compiling caffe2/ideep/operators/pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:19.1561935Z Compiling caffe2/operators/load_save_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:19.1563434Z Compiling caffe2/operators/selu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:19.1565157Z Compiling caffe2/sgd/clip_tensor_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:19.3552438Z 2024-04-03T16:19:19.3553069Z  2024-04-03T16:19:19.3553451Z  2024-04-03T16:19:19.3553786Z  2024-04-03T16:19:19.3554023Z  2024-04-03T16:19:19.3554279Z  2024-04-03T16:19:19.3554613Z  2024-04-03T16:19:19.3554865Z  2024-04-03T16:19:19.3555126Z  2024-04-03T16:19:19.3555963Z [2,791 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:19.3557148Z Compiling caffe2/operators/scale_blobs_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:19.3558160Z Compiling caffe2/operators/pool_op_util.cc; 5s processwrapper-sandbox 2024-04-03T16:19:19.3558956Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:19.3559716Z Compiling caffe2/ideep/operators/pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:19.3560719Z Compiling caffe2/operators/load_save_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:19.3561617Z Compiling caffe2/operators/selu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:19.3562605Z Compiling caffe2/sgd/clip_tensor_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:19.3563508Z Compiling caffe2/core/tensor.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:20.3558816Z 2024-04-03T16:19:20.3560439Z  2024-04-03T16:19:20.3560961Z  2024-04-03T16:19:20.3561330Z  2024-04-03T16:19:20.3561731Z  2024-04-03T16:19:20.3562079Z  2024-04-03T16:19:20.3562427Z  2024-04-03T16:19:20.3562744Z  2024-04-03T16:19:20.3563087Z  2024-04-03T16:19:20.3563950Z [2,791 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:20.3565452Z Compiling caffe2/operators/scale_blobs_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:20.3566648Z Compiling caffe2/operators/pool_op_util.cc; 6s processwrapper-sandbox 2024-04-03T16:19:20.3567566Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:20.3568365Z Compiling caffe2/ideep/operators/pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:20.3569342Z Compiling caffe2/operators/load_save_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:20.3570403Z Compiling caffe2/operators/selu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:20.3571554Z Compiling caffe2/sgd/clip_tensor_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:20.3572439Z Compiling caffe2/core/tensor.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:20.7211550Z 2024-04-03T16:19:20.7212213Z  2024-04-03T16:19:20.7212685Z  2024-04-03T16:19:20.7213160Z  2024-04-03T16:19:20.7213653Z  2024-04-03T16:19:20.7213927Z  2024-04-03T16:19:20.7214169Z  2024-04-03T16:19:20.7214418Z  2024-04-03T16:19:20.7214667Z  2024-04-03T16:19:20.7215358Z [2,792 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:20.7217665Z Compiling caffe2/operators/pool_op_util.cc; 7s processwrapper-sandbox 2024-04-03T16:19:20.7218845Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:20.7219624Z Compiling caffe2/ideep/operators/pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:20.7220605Z Compiling caffe2/operators/load_save_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:20.7222470Z Compiling caffe2/operators/selu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:20.7223366Z Compiling caffe2/sgd/clip_tensor_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:20.7224431Z Compiling caffe2/core/tensor.cc; 4s processwrapper-sandbox 2024-04-03T16:19:20.7225480Z Compiling caffe2/queue/blobs_queue.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:20.9562501Z 2024-04-03T16:19:20.9563556Z  2024-04-03T16:19:20.9564157Z  2024-04-03T16:19:20.9564613Z  2024-04-03T16:19:20.9564850Z  2024-04-03T16:19:20.9565098Z  2024-04-03T16:19:20.9565331Z  2024-04-03T16:19:20.9565575Z  2024-04-03T16:19:20.9565835Z  2024-04-03T16:19:21.0074034Z [2,793 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:21.0075712Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:21.0076732Z Compiling caffe2/ideep/operators/pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:21.0077931Z Compiling caffe2/operators/load_save_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:21.0078920Z Compiling caffe2/operators/selu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:21.0079851Z Compiling caffe2/sgd/clip_tensor_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:21.0080850Z Compiling caffe2/core/tensor.cc; 4s processwrapper-sandbox 2024-04-03T16:19:21.0081849Z Compiling caffe2/queue/blobs_queue.cc; 4s processwrapper-sandbox 2024-04-03T16:19:21.0082650Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:21.7858060Z 2024-04-03T16:19:21.7858775Z  2024-04-03T16:19:21.7859404Z  2024-04-03T16:19:21.7859844Z  2024-04-03T16:19:21.7860128Z  2024-04-03T16:19:21.7860389Z  2024-04-03T16:19:21.7860626Z  2024-04-03T16:19:21.7860877Z  2024-04-03T16:19:21.7861222Z  2024-04-03T16:19:21.7862051Z [2,794 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:21.7864148Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:21.7865711Z Compiling caffe2/operators/load_save_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:21.7866947Z Compiling caffe2/operators/selu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:21.7867890Z Compiling caffe2/sgd/clip_tensor_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:21.7869044Z Compiling caffe2/core/tensor.cc; 5s processwrapper-sandbox 2024-04-03T16:19:21.7869972Z Compiling caffe2/queue/blobs_queue.cc; 5s processwrapper-sandbox 2024-04-03T16:19:21.7870900Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:21.7871569Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:22.0086033Z 2024-04-03T16:19:22.0086754Z  2024-04-03T16:19:22.0087258Z  2024-04-03T16:19:22.0087651Z  2024-04-03T16:19:22.0087937Z  2024-04-03T16:19:22.0088306Z  2024-04-03T16:19:22.0088584Z  2024-04-03T16:19:22.0088936Z  2024-04-03T16:19:22.0089325Z  2024-04-03T16:19:22.0090400Z [2,794 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:22.0092291Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.0093479Z Compiling caffe2/operators/load_save_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.0118958Z Compiling caffe2/operators/selu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.0119828Z Compiling caffe2/sgd/clip_tensor_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.0121270Z Compiling caffe2/core/tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.0122527Z Compiling caffe2/queue/blobs_queue.cc; 5s processwrapper-sandbox 2024-04-03T16:19:22.0123363Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:22.0124100Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:22.0124816Z 2024-04-03T16:19:22.0125040Z  2024-04-03T16:19:22.0126862Z  2024-04-03T16:19:22.0127140Z  2024-04-03T16:19:22.0127406Z  2024-04-03T16:19:22.0127805Z  2024-04-03T16:19:22.0128229Z  2024-04-03T16:19:22.0128739Z  2024-04-03T16:19:22.0129250Z  2024-04-03T16:19:22.0130225Z INFO: From Compiling caffe2/operators/load_save_op.cc: 2024-04-03T16:19:22.0131757Z caffe2/operators/load_save_op.cc: In constructor 'caffe2::internal::SaveOpImpl::SaveOpImpl(caffe2::OperatorBase*, const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:19:22.0135256Z caffe2/operators/load_save_op.cc:108:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:22.0138268Z 108 | for (int i = 0; i < blob_names_.size(); ++i) { 2024-04-03T16:19:22.0139176Z | ~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:22.0140986Z caffe2/operators/load_save_op.cc: In member function 'bool caffe2::internal::SaveOpImpl::RunOnDevice()': 2024-04-03T16:19:22.0144623Z caffe2/operators/load_save_op.cc:189:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:22.0147206Z 189 | for (int i = 0; i < inputs.size(); ++i) { 2024-04-03T16:19:22.0148053Z | ~~^~~~~~~~~~~~~~~ 2024-04-03T16:19:22.0149506Z [2,794 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:22.0151341Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.0152979Z Compiling caffe2/operators/load_save_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.0154491Z Compiling caffe2/operators/selu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.0155989Z Compiling caffe2/sgd/clip_tensor_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.0158288Z Compiling caffe2/core/tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.0159705Z Compiling caffe2/queue/blobs_queue.cc; 5s processwrapper-sandbox 2024-04-03T16:19:22.0160886Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:22.0161831Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:22.2324071Z 2024-04-03T16:19:22.2325152Z  2024-04-03T16:19:22.2325752Z  2024-04-03T16:19:22.2326154Z  2024-04-03T16:19:22.2326535Z  2024-04-03T16:19:22.2326981Z  2024-04-03T16:19:22.2327383Z  2024-04-03T16:19:22.2327768Z  2024-04-03T16:19:22.2328215Z  2024-04-03T16:19:22.2329320Z [2,796 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:22.2331041Z Compiling caffe2/operators/selu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:22.2332415Z Compiling caffe2/sgd/clip_tensor_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.2333478Z Compiling caffe2/core/tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.2334311Z Compiling caffe2/queue/blobs_queue.cc; 5s processwrapper-sandbox 2024-04-03T16:19:22.2334985Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:22.2335534Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:22.2336256Z Compiling caffe2/operators/relu_n_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:22.2337033Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:22.6089461Z 2024-04-03T16:19:22.6090271Z  2024-04-03T16:19:22.6090836Z  2024-04-03T16:19:22.6091288Z  2024-04-03T16:19:22.6091552Z  2024-04-03T16:19:22.6091797Z  2024-04-03T16:19:22.6092848Z  2024-04-03T16:19:22.6093175Z  2024-04-03T16:19:22.6093420Z  2024-04-03T16:19:22.6094400Z [2,797 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:19:22.6095585Z Compiling caffe2/sgd/clip_tensor_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.6097966Z Compiling caffe2/core/tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.6098992Z Compiling caffe2/queue/blobs_queue.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.6099842Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:22.6100462Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:22.6101320Z Compiling caffe2/operators/relu_n_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:22.6102291Z Compiling caffe2/operators/conv_gradient_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:22.6103273Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:22.9391418Z 2024-04-03T16:19:22.9392160Z  2024-04-03T16:19:22.9392753Z  2024-04-03T16:19:22.9393227Z  2024-04-03T16:19:22.9394439Z  2024-04-03T16:19:22.9395115Z  2024-04-03T16:19:22.9395411Z  2024-04-03T16:19:22.9395753Z  2024-04-03T16:19:22.9396019Z  2024-04-03T16:19:22.9396614Z INFO: From Compiling caffe2/queue/blobs_queue.cc: 2024-04-03T16:19:22.9397853Z caffe2/queue/blobs_queue.cc: In member function 'bool caffe2::BlobsQueue::canWrite()': 2024-04-03T16:19:22.9399776Z caffe2/queue/blobs_queue.cc:159:18: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:22.9401170Z 159 | return writer_ != reader_ + queue_.size(); 2024-04-03T16:19:22.9401830Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:22.9402784Z [2,798 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:22.9403925Z Compiling caffe2/core/tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.9405137Z Compiling caffe2/queue/blobs_queue.cc; 6s processwrapper-sandbox 2024-04-03T16:19:22.9405923Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:22.9406573Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:22.9407332Z Compiling caffe2/operators/relu_n_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:22.9409267Z Compiling caffe2/operators/conv_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:22.9410615Z Compiling caffe2/operators/channel_stats_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:22.9411594Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:23.2095647Z 2024-04-03T16:19:23.2096459Z  2024-04-03T16:19:23.2096909Z  2024-04-03T16:19:23.2097277Z  2024-04-03T16:19:23.2097642Z  2024-04-03T16:19:23.2098020Z  2024-04-03T16:19:23.2098295Z  2024-04-03T16:19:23.2098575Z  2024-04-03T16:19:23.2098947Z  2024-04-03T16:19:23.2099839Z [2,799 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:23.2100894Z Compiling caffe2/core/tensor.cc; 7s processwrapper-sandbox 2024-04-03T16:19:23.2101586Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:23.2102126Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:23.2102964Z Compiling caffe2/operators/relu_n_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:23.2104025Z Compiling caffe2/operators/conv_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:23.2105236Z Compiling caffe2/operators/channel_stats_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:23.2106268Z Compiling caffe2/operators/batch_gather_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:23.2107225Z Compiling caffe2/operators/sinh_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:23.4098042Z 2024-04-03T16:19:23.4098655Z  2024-04-03T16:19:23.4099159Z  2024-04-03T16:19:23.4099686Z  2024-04-03T16:19:23.4100018Z  2024-04-03T16:19:23.4823270Z  2024-04-03T16:19:23.4824314Z  2024-04-03T16:19:23.4824736Z  2024-04-03T16:19:23.4825092Z  2024-04-03T16:19:23.4826093Z [2,800 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:23.4827249Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:23.4828197Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:23.4829131Z Compiling caffe2/operators/relu_n_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:23.4830299Z Compiling caffe2/operators/conv_gradient_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:23.4831492Z Compiling caffe2/operators/channel_stats_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:23.4832740Z Compiling caffe2/operators/batch_gather_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:23.4833905Z Compiling caffe2/operators/sinh_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:23.4835013Z Compiling caffe2/operators/roi_pool_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:24.4832866Z 2024-04-03T16:19:24.5064919Z  2024-04-03T16:19:24.5065869Z  2024-04-03T16:19:24.5066286Z  2024-04-03T16:19:24.5066672Z  2024-04-03T16:19:24.5067057Z  2024-04-03T16:19:24.5067377Z  2024-04-03T16:19:24.5067607Z  2024-04-03T16:19:24.5067975Z  2024-04-03T16:19:24.5068862Z [2,800 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:24.5069845Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:24.5070615Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:24.5071553Z Compiling caffe2/operators/relu_n_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:24.5072679Z Compiling caffe2/operators/conv_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:24.5073761Z Compiling caffe2/operators/channel_stats_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:24.5074936Z Compiling caffe2/operators/batch_gather_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:24.5076047Z Compiling caffe2/operators/sinh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:24.5077074Z Compiling caffe2/operators/roi_pool_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:24.8922622Z 2024-04-03T16:19:24.8923295Z  2024-04-03T16:19:24.8925250Z  2024-04-03T16:19:24.8925590Z  2024-04-03T16:19:24.8925985Z  2024-04-03T16:19:24.8926241Z  2024-04-03T16:19:24.8926495Z  2024-04-03T16:19:24.8926750Z  2024-04-03T16:19:24.8926982Z  2024-04-03T16:19:24.8927834Z [2,801 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:24.8928827Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:24.8929494Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:24.8930565Z Compiling caffe2/operators/conv_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:24.8931604Z Compiling caffe2/operators/channel_stats_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:24.8932715Z Compiling caffe2/operators/batch_gather_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:24.8933897Z Compiling caffe2/operators/sinh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:24.8934773Z Compiling caffe2/operators/roi_pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:24.8935660Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:25.1073418Z 2024-04-03T16:19:25.1074110Z  2024-04-03T16:19:25.1074641Z  2024-04-03T16:19:25.1075137Z  2024-04-03T16:19:25.1075378Z  2024-04-03T16:19:25.1075624Z  2024-04-03T16:19:25.1075869Z  2024-04-03T16:19:25.1076099Z  2024-04-03T16:19:25.1076342Z  2024-04-03T16:19:25.1077047Z [2,801 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:25.1077833Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:25.1149782Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:25.1151050Z Compiling caffe2/operators/conv_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:25.1151950Z Compiling caffe2/operators/channel_stats_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.1152850Z Compiling caffe2/operators/batch_gather_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.1174394Z Compiling caffe2/operators/sinh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:25.1175524Z Compiling caffe2/operators/roi_pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:25.1176430Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:25.3156282Z 2024-04-03T16:19:25.3157034Z  2024-04-03T16:19:25.3157591Z  2024-04-03T16:19:25.3158039Z  2024-04-03T16:19:25.3158318Z  2024-04-03T16:19:25.3158557Z  2024-04-03T16:19:25.3158802Z  2024-04-03T16:19:25.3159052Z  2024-04-03T16:19:25.3159286Z  2024-04-03T16:19:25.3765934Z [2,802 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:25.3767890Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:25.3769372Z Compiling caffe2/operators/conv_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:25.3770868Z Compiling caffe2/operators/channel_stats_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.3772238Z Compiling caffe2/operators/batch_gather_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.3773685Z Compiling caffe2/operators/sinh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.3774970Z Compiling caffe2/operators/roi_pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:25.3776033Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:25.3776863Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:25.5773431Z 2024-04-03T16:19:25.5774161Z  2024-04-03T16:19:25.5774716Z  2024-04-03T16:19:25.5775210Z  2024-04-03T16:19:25.5775665Z  2024-04-03T16:19:25.5776118Z  2024-04-03T16:19:25.5776565Z  2024-04-03T16:19:25.5777012Z  2024-04-03T16:19:25.5777467Z  2024-04-03T16:19:25.5778761Z [2,802 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:25.5781524Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:25.5783130Z Compiling caffe2/operators/conv_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:25.5784811Z Compiling caffe2/operators/channel_stats_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.5786506Z Compiling caffe2/operators/batch_gather_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.5788061Z Compiling caffe2/operators/sinh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:25.5789616Z Compiling caffe2/operators/roi_pool_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:25.5790859Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:25.5791774Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:26.0163202Z 2024-04-03T16:19:26.0163817Z  2024-04-03T16:19:26.0164238Z  2024-04-03T16:19:26.0164809Z  2024-04-03T16:19:26.0165173Z  2024-04-03T16:19:26.0165546Z  2024-04-03T16:19:26.0165895Z  2024-04-03T16:19:26.0166276Z  2024-04-03T16:19:26.0166611Z  2024-04-03T16:19:26.0167323Z [2,803 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:26.0168349Z Compiling caffe2/operators/conv_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:26.0169258Z Compiling caffe2/operators/channel_stats_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:26.0170144Z Compiling caffe2/operators/batch_gather_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:26.0170988Z Compiling caffe2/operators/sinh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:26.0171806Z Compiling caffe2/operators/roi_pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:26.0179577Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:26.0181413Z Compiling caffe2/operators/boolean_mask_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.0182915Z Compiling caffe2/operators/resize_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:26.2505352Z 2024-04-03T16:19:26.3340792Z  2024-04-03T16:19:26.3341300Z  2024-04-03T16:19:26.3341701Z  2024-04-03T16:19:26.3342068Z  2024-04-03T16:19:26.3342428Z  2024-04-03T16:19:26.3342926Z  2024-04-03T16:19:26.3343380Z  2024-04-03T16:19:26.3343888Z  2024-04-03T16:19:26.3345040Z [2,805 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:26.3346675Z Compiling caffe2/operators/channel_stats_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:26.3347939Z Compiling caffe2/operators/sinh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:26.3349355Z Compiling caffe2/operators/roi_pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:26.3350745Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:26.3351937Z Compiling caffe2/operators/boolean_mask_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.3353325Z Compiling caffe2/operators/resize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.3354662Z Compiling caffe2/operators/space_batch_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.3355831Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:26.4950876Z 2024-04-03T16:19:26.4951793Z  2024-04-03T16:19:26.4952364Z  2024-04-03T16:19:26.4952853Z  2024-04-03T16:19:26.4953302Z  2024-04-03T16:19:26.4953756Z  2024-04-03T16:19:26.4954179Z  2024-04-03T16:19:26.4954580Z  2024-04-03T16:19:26.4955009Z  2024-04-03T16:19:26.4955949Z [2,806 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:26.4957389Z Compiling caffe2/operators/sinh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:26.4958956Z Compiling caffe2/operators/roi_pool_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:26.4960117Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:26.4961063Z Compiling caffe2/operators/boolean_mask_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.4963961Z Compiling caffe2/operators/resize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.4965487Z Compiling caffe2/operators/space_batch_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.4966800Z Compiling caffe2/operators/lengths_top_k_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:26.4967771Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:26.7782584Z 2024-04-03T16:19:26.7783289Z  2024-04-03T16:19:26.7783887Z  2024-04-03T16:19:26.7784168Z  2024-04-03T16:19:26.7784501Z  2024-04-03T16:19:26.7784858Z  2024-04-03T16:19:26.7785093Z  2024-04-03T16:19:26.7785342Z  2024-04-03T16:19:26.7785629Z  2024-04-03T16:19:26.7786485Z [2,806 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:26.7787729Z Compiling caffe2/operators/sinh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:26.7788733Z Compiling caffe2/operators/roi_pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:26.7789495Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:26.7790328Z Compiling caffe2/operators/boolean_mask_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.7791375Z Compiling caffe2/operators/resize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.7792360Z Compiling caffe2/operators/space_batch_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.7793422Z Compiling caffe2/operators/lengths_top_k_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:26.7794287Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:27.1785987Z 2024-04-03T16:19:27.1786709Z  2024-04-03T16:19:27.1787382Z  2024-04-03T16:19:27.2669691Z  2024-04-03T16:19:27.2670388Z  2024-04-03T16:19:27.2670788Z  2024-04-03T16:19:27.2671146Z  2024-04-03T16:19:27.2671412Z  2024-04-03T16:19:27.2671772Z  2024-04-03T16:19:27.2672831Z [2,807 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:27.2674651Z Compiling caffe2/operators/roi_pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:27.2675600Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:27.2676644Z Compiling caffe2/operators/boolean_mask_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.2677942Z Compiling caffe2/operators/resize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.2679237Z Compiling caffe2/operators/space_batch_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:27.2680641Z Compiling caffe2/operators/lengths_top_k_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:27.2681716Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:27.2682788Z Compiling caffe2/operators/slice_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:27.5249586Z 2024-04-03T16:19:27.5250229Z  2024-04-03T16:19:27.5250719Z  2024-04-03T16:19:27.5251117Z  2024-04-03T16:19:27.5251480Z  2024-04-03T16:19:27.5251860Z  2024-04-03T16:19:27.5252227Z  2024-04-03T16:19:27.5252480Z  2024-04-03T16:19:27.5252773Z  2024-04-03T16:19:27.5253760Z [2,808 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:27.5254801Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:27.5255753Z Compiling caffe2/operators/boolean_mask_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.5256849Z Compiling caffe2/operators/resize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.5257909Z Compiling caffe2/operators/space_batch_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.5259072Z Compiling caffe2/operators/lengths_top_k_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:27.5260040Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:27.5260880Z Compiling caffe2/operators/slice_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:27.5261652Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:27.8681041Z 2024-04-03T16:19:27.8681627Z  2024-04-03T16:19:27.8682306Z  2024-04-03T16:19:27.8682621Z  2024-04-03T16:19:27.8682987Z  2024-04-03T16:19:27.8683326Z  2024-04-03T16:19:27.8683583Z  2024-04-03T16:19:27.8683834Z  2024-04-03T16:19:27.8684926Z  2024-04-03T16:19:27.8685947Z [2,808 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:27.8686874Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:27.8687645Z Compiling caffe2/operators/boolean_mask_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:27.8688643Z Compiling caffe2/operators/resize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.8689568Z Compiling caffe2/operators/space_batch_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.8690530Z Compiling caffe2/operators/lengths_top_k_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:27.8691277Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:27.8691993Z Compiling caffe2/operators/slice_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:27.8692726Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:28.7077285Z 2024-04-03T16:19:28.7077990Z  2024-04-03T16:19:28.7078514Z  2024-04-03T16:19:28.7078925Z  2024-04-03T16:19:28.7079344Z  2024-04-03T16:19:28.7079758Z  2024-04-03T16:19:28.7080156Z  2024-04-03T16:19:28.7080599Z  2024-04-03T16:19:28.7081043Z  2024-04-03T16:19:28.7082275Z [2,809 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:28.7084094Z Compiling caffe2/operators/boolean_mask_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:28.7086416Z Compiling caffe2/operators/resize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:28.7087992Z Compiling caffe2/operators/space_batch_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:28.7089631Z Compiling caffe2/operators/lengths_top_k_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:28.7091083Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:28.7092275Z Compiling caffe2/operators/slice_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:28.7093570Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:28.7094524Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:29.0685278Z 2024-04-03T16:19:29.0686192Z  2024-04-03T16:19:29.0686728Z  2024-04-03T16:19:29.0687010Z  2024-04-03T16:19:29.0687265Z  2024-04-03T16:19:29.0687499Z  2024-04-03T16:19:29.0687750Z  2024-04-03T16:19:29.0687997Z  2024-04-03T16:19:29.0688229Z  2024-04-03T16:19:29.0688950Z [2,809 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:29.0703392Z Compiling caffe2/operators/boolean_mask_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.0704613Z Compiling caffe2/operators/resize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.0706015Z Compiling caffe2/operators/space_batch_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:29.0707698Z Compiling caffe2/operators/lengths_top_k_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:29.0708947Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:29.0710123Z Compiling caffe2/operators/slice_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:29.0711312Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:29.0712273Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:29.3449816Z 2024-04-03T16:19:29.3450487Z  2024-04-03T16:19:29.3456271Z  2024-04-03T16:19:29.3457622Z  2024-04-03T16:19:29.3457886Z  2024-04-03T16:19:29.3458223Z  2024-04-03T16:19:29.3458481Z  2024-04-03T16:19:29.3458750Z  2024-04-03T16:19:29.3459061Z  2024-04-03T16:19:29.3459615Z INFO: From Compiling caffe2/operators/boolean_mask_ops.cc: 2024-04-03T16:19:29.3460251Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:19:29.3460764Z from ./caffe2/core/context.h:9, 2024-04-03T16:19:29.3461644Z from ./caffe2/operators/boolean_mask_ops.h:4, 2024-04-03T16:19:29.3462247Z from caffe2/operators/boolean_mask_ops.cc:1: 2024-04-03T16:19:29.3463752Z caffe2/operators/boolean_mask_ops.cc: In member function 'bool caffe2::{anonymous}::SequenceFunctor::operator()(int, int, float)': 2024-04-03T16:19:29.3466281Z caffe2/operators/boolean_mask_ops.cc:360:21: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:29.3468592Z 360 | CAFFE_ENFORCE(i < len_, "Out of bound."); 2024-04-03T16:19:29.3469425Z | ~~^~~~~~ 2024-04-03T16:19:29.3470827Z [2,809 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:29.3472642Z Compiling caffe2/operators/boolean_mask_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.3474246Z Compiling caffe2/operators/resize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.3475860Z Compiling caffe2/operators/space_batch_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.3477405Z Compiling caffe2/operators/lengths_top_k_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:29.3478691Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:29.3479887Z Compiling caffe2/operators/slice_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:29.3481062Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:29.3481970Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:29.6713839Z 2024-04-03T16:19:29.6719968Z  2024-04-03T16:19:29.6720498Z  2024-04-03T16:19:29.6721594Z  2024-04-03T16:19:29.6721947Z  2024-04-03T16:19:29.6722288Z  2024-04-03T16:19:29.6722652Z  2024-04-03T16:19:29.6722986Z  2024-04-03T16:19:29.6723311Z  2024-04-03T16:19:29.6724457Z [2,810 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:29.6726047Z Compiling caffe2/operators/resize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.6727149Z Compiling caffe2/operators/space_batch_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.6728326Z Compiling caffe2/operators/lengths_top_k_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:29.6729268Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:29.6730126Z Compiling caffe2/operators/slice_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:29.6730983Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:29.6731552Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:29.6732162Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:30.1807117Z 2024-04-03T16:19:30.1808121Z  2024-04-03T16:19:30.1809950Z  2024-04-03T16:19:30.1810389Z  2024-04-03T16:19:30.1810795Z  2024-04-03T16:19:30.1811254Z  2024-04-03T16:19:30.1811702Z  2024-04-03T16:19:30.1812129Z  2024-04-03T16:19:30.1812597Z  2024-04-03T16:19:30.1813296Z INFO: From Compiling caffe2/operators/lengths_top_k_op.cc: 2024-04-03T16:19:30.1814958Z caffe2/operators/lengths_top_k_op.cc: In instantiation of 'bool caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:19:30.1816310Z caffe2/operators/lengths_top_k_op.cc:6:6: required from here 2024-04-03T16:19:30.1819799Z caffe2/operators/lengths_top_k_op.cc:42:26: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]::&, std::pair&)> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:30.1823007Z 42 | if (p_queue.size() < k_ || value > p_queue.top().first) { 2024-04-03T16:19:30.1827310Z caffe2/operators/lengths_top_k_op.cc:46:26: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]::&, std::pair&)> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:30.1830706Z 46 | if (p_queue.size() > k_) { 2024-04-03T16:19:30.1831746Z [2,810 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:30.1832957Z Compiling caffe2/operators/resize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:30.1834289Z Compiling caffe2/operators/space_batch_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:30.1835322Z Compiling caffe2/operators/lengths_top_k_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:30.1836212Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:30.1836873Z Compiling caffe2/operators/slice_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:30.1837639Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:30.1838315Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.1838975Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:30.4716867Z 2024-04-03T16:19:30.4717428Z  2024-04-03T16:19:30.4717846Z  2024-04-03T16:19:30.4718116Z  2024-04-03T16:19:30.4718377Z  2024-04-03T16:19:30.4718633Z  2024-04-03T16:19:30.4718872Z  2024-04-03T16:19:30.4719127Z  2024-04-03T16:19:30.4719379Z  2024-04-03T16:19:30.4747931Z [2,812 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:30.4749286Z Compiling caffe2/operators/resize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:30.4750173Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:30.4752445Z Compiling caffe2/operators/slice_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:30.4753204Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:30.4753834Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.4754412Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.4755276Z Compiling caffe2/predictor/predictor_config.cc; 4s processwrapper-sandbox 2024-04-03T16:19:30.4756251Z Compiling caffe2/core/test_utils.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:30.6755526Z 2024-04-03T16:19:30.6756605Z  2024-04-03T16:19:30.6756989Z  2024-04-03T16:19:30.6757251Z  2024-04-03T16:19:30.6757504Z  2024-04-03T16:19:30.6757768Z  2024-04-03T16:19:30.6757997Z  2024-04-03T16:19:30.6758300Z  2024-04-03T16:19:30.6759215Z  2024-04-03T16:19:30.6760520Z [2,813 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:30.6761795Z Compiling caffe2/operators/resize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:30.6762867Z Compiling caffe2/operators/slice_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:30.6763720Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:30.6764537Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.6765154Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.6766040Z Compiling caffe2/predictor/predictor_config.cc; 4s processwrapper-sandbox 2024-04-03T16:19:30.6767235Z Compiling caffe2/core/test_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:19:30.6768178Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:30.8534420Z 2024-04-03T16:19:30.8535165Z  2024-04-03T16:19:30.8535751Z  2024-04-03T16:19:30.8536182Z  2024-04-03T16:19:30.8536686Z  2024-04-03T16:19:30.8537045Z  2024-04-03T16:19:30.8537284Z  2024-04-03T16:19:30.8537535Z  2024-04-03T16:19:30.8537877Z  2024-04-03T16:19:30.8538462Z INFO: From Compiling caffe2/operators/slice_op.cc: 2024-04-03T16:19:30.8540068Z caffe2/operators/slice_op.cc: In lambda function: 2024-04-03T16:19:30.8542001Z caffe2/operators/slice_op.cc:93:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:30.8543632Z 93 | if (i >= starts.size()) { 2024-04-03T16:19:30.8544115Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:30.8545060Z [2,813 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:30.8546154Z Compiling caffe2/operators/resize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:30.8547159Z Compiling caffe2/operators/slice_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:30.8547849Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:30.8548414Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.8548962Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:30.8549698Z Compiling caffe2/predictor/predictor_config.cc; 4s processwrapper-sandbox 2024-04-03T16:19:30.8550609Z Compiling caffe2/core/test_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:19:30.8551323Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:31.0758153Z 2024-04-03T16:19:31.0758805Z  2024-04-03T16:19:31.0759200Z  2024-04-03T16:19:31.0759485Z  2024-04-03T16:19:31.0759733Z  2024-04-03T16:19:31.0759976Z  2024-04-03T16:19:31.0760205Z  2024-04-03T16:19:31.0760450Z  2024-04-03T16:19:31.0760679Z  2024-04-03T16:19:31.0828206Z [2,816 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:31.0829448Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:31.0830074Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:31.0831051Z Compiling caffe2/predictor/predictor_config.cc; 5s processwrapper-sandbox 2024-04-03T16:19:31.0832132Z Compiling caffe2/core/test_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:19:31.0833924Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:31.0834841Z Compiling caffe2/opt/dead_code_elim.cc; 4s processwrapper-sandbox 2024-04-03T16:19:31.0835789Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:31.0836775Z Compiling caffe2/operators/loss_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:32.0651133Z 2024-04-03T16:19:32.0651990Z  2024-04-03T16:19:32.0652350Z  2024-04-03T16:19:32.0652606Z  2024-04-03T16:19:32.0653017Z  2024-04-03T16:19:32.0653307Z  2024-04-03T16:19:32.0653553Z  2024-04-03T16:19:32.0653826Z  2024-04-03T16:19:32.0654161Z  2024-04-03T16:19:32.0655798Z [2,817 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:32.0656815Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:32.0657713Z Compiling caffe2/predictor/predictor_config.cc; 6s processwrapper-sandbox 2024-04-03T16:19:32.0658782Z Compiling caffe2/core/test_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:19:32.0659572Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:32.0660430Z Compiling caffe2/opt/dead_code_elim.cc; 5s processwrapper-sandbox 2024-04-03T16:19:32.0661259Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:32.0662085Z Compiling caffe2/operators/loss_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:32.0663086Z Compiling caffe2/opt/converter.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:32.2838508Z 2024-04-03T16:19:32.2838994Z  2024-04-03T16:19:32.2839312Z  2024-04-03T16:19:32.2839589Z  2024-04-03T16:19:32.2839838Z  2024-04-03T16:19:32.2840096Z  2024-04-03T16:19:32.2840343Z  2024-04-03T16:19:32.2840584Z  2024-04-03T16:19:32.2840831Z  2024-04-03T16:19:32.2841539Z [2,817 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:32.3011715Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:32.3012667Z Compiling caffe2/predictor/predictor_config.cc; 6s processwrapper-sandbox 2024-04-03T16:19:32.3013778Z Compiling caffe2/core/test_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:19:32.3014616Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:32.3015474Z Compiling caffe2/opt/dead_code_elim.cc; 5s processwrapper-sandbox 2024-04-03T16:19:32.3016207Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:32.3017070Z Compiling caffe2/operators/loss_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:32.3018209Z Compiling caffe2/opt/converter.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:32.9599172Z 2024-04-03T16:19:32.9599917Z  2024-04-03T16:19:32.9600527Z  2024-04-03T16:19:32.9600906Z  2024-04-03T16:19:32.9601159Z  2024-04-03T16:19:32.9601395Z  2024-04-03T16:19:32.9601641Z  2024-04-03T16:19:32.9601885Z  2024-04-03T16:19:32.9602116Z  2024-04-03T16:19:32.9602834Z [2,818 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:32.9603850Z Compiling caffe2/predictor/predictor_config.cc; 6s processwrapper-sandbox 2024-04-03T16:19:32.9604866Z Compiling caffe2/core/test_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:19:32.9605492Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:32.9606141Z Compiling caffe2/opt/dead_code_elim.cc; 6s processwrapper-sandbox 2024-04-03T16:19:32.9606762Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:32.9607401Z Compiling caffe2/operators/loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:32.9609022Z Compiling caffe2/opt/converter.cc; 4s processwrapper-sandbox 2024-04-03T16:19:32.9609973Z Compiling caffe2/opt/backend_cutting.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:33.1620545Z 2024-04-03T16:19:33.1621113Z  2024-04-03T16:19:33.1621504Z  2024-04-03T16:19:33.1621879Z  2024-04-03T16:19:33.2138140Z  2024-04-03T16:19:33.2138546Z  2024-04-03T16:19:33.2138965Z  2024-04-03T16:19:33.2139357Z  2024-04-03T16:19:33.2139753Z  2024-04-03T16:19:33.2140847Z [2,819 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:33.2142347Z Compiling caffe2/core/test_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:19:33.2143324Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:33.2144424Z Compiling caffe2/opt/dead_code_elim.cc; 6s processwrapper-sandbox 2024-04-03T16:19:33.2145520Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:33.2146648Z Compiling caffe2/operators/loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:33.2148456Z Compiling caffe2/opt/converter.cc; 4s processwrapper-sandbox 2024-04-03T16:19:33.2149920Z Compiling caffe2/opt/backend_cutting.cc; 3s processwrapper-sandbox 2024-04-03T16:19:33.2151176Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:19:33.4435614Z 2024-04-03T16:19:33.4436287Z  2024-04-03T16:19:33.4436741Z  2024-04-03T16:19:33.4437102Z  2024-04-03T16:19:33.4437446Z  2024-04-03T16:19:33.4437801Z  2024-04-03T16:19:33.4438131Z  2024-04-03T16:19:33.4438436Z  2024-04-03T16:19:33.4438814Z  2024-04-03T16:19:33.4439749Z [2,820 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:33.4440846Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:33.4441743Z Compiling caffe2/opt/dead_code_elim.cc; 6s processwrapper-sandbox 2024-04-03T16:19:33.4442650Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:33.4443580Z Compiling caffe2/operators/loss_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:33.4444828Z Compiling caffe2/opt/converter.cc; 4s processwrapper-sandbox 2024-04-03T16:19:33.4446148Z Compiling caffe2/opt/backend_cutting.cc; 4s processwrapper-sandbox 2024-04-03T16:19:33.4447063Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:33.4448422Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:33.6788199Z 2024-04-03T16:19:33.6788971Z  2024-04-03T16:19:33.6789666Z  2024-04-03T16:19:33.6790242Z  2024-04-03T16:19:33.6790630Z  2024-04-03T16:19:33.6790971Z  2024-04-03T16:19:33.6791375Z  2024-04-03T16:19:33.6791812Z  2024-04-03T16:19:33.6792161Z  2024-04-03T16:19:33.6793165Z [2,821 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:33.6794316Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:33.6795103Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:33.6796075Z Compiling caffe2/operators/loss_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:33.6797126Z Compiling caffe2/opt/converter.cc; 4s processwrapper-sandbox 2024-04-03T16:19:33.6798197Z Compiling caffe2/opt/backend_cutting.cc; 4s processwrapper-sandbox 2024-04-03T16:19:33.6798984Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:33.6799616Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:33.6800698Z Compiling caffe2/operators/upsample_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:33.9023774Z 2024-04-03T16:19:33.9024397Z  2024-04-03T16:19:33.9024733Z  2024-04-03T16:19:33.9025014Z  2024-04-03T16:19:33.9025251Z  2024-04-03T16:19:33.9025504Z  2024-04-03T16:19:33.9025752Z  2024-04-03T16:19:33.9025987Z  2024-04-03T16:19:33.9026238Z  2024-04-03T16:19:33.9027094Z [2,821 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:33.9028754Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:33.9029407Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:33.9030303Z Compiling caffe2/operators/loss_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:33.9031268Z Compiling caffe2/opt/converter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:33.9032792Z Compiling caffe2/opt/backend_cutting.cc; 4s processwrapper-sandbox 2024-04-03T16:19:33.9033608Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:33.9034213Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:33.9035267Z Compiling caffe2/operators/upsample_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:34.2844046Z 2024-04-03T16:19:34.2844947Z  2024-04-03T16:19:34.2847617Z  2024-04-03T16:19:34.2848112Z  2024-04-03T16:19:34.2848544Z  2024-04-03T16:19:34.2848954Z  2024-04-03T16:19:34.2849383Z  2024-04-03T16:19:34.2849789Z  2024-04-03T16:19:34.2850216Z  2024-04-03T16:19:34.2852087Z [2,822 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:34.2853592Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:34.2854699Z Compiling caffe2/operators/loss_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:34.2856025Z Compiling caffe2/opt/converter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:34.2857369Z Compiling caffe2/opt/backend_cutting.cc; 4s processwrapper-sandbox 2024-04-03T16:19:34.2858465Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:34.2859311Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:34.2860455Z Compiling caffe2/operators/upsample_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:34.2861605Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:34.5026555Z 2024-04-03T16:19:34.5027209Z  2024-04-03T16:19:34.5027665Z  2024-04-03T16:19:34.5028021Z  2024-04-03T16:19:34.5028286Z  2024-04-03T16:19:34.5028538Z  2024-04-03T16:19:34.5028794Z  2024-04-03T16:19:34.5029041Z  2024-04-03T16:19:34.5029284Z  2024-04-03T16:19:34.5029978Z [2,823 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:34.5030940Z Compiling caffe2/operators/loss_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:34.5503848Z Compiling caffe2/opt/converter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:34.5505058Z Compiling caffe2/opt/backend_cutting.cc; 5s processwrapper-sandbox 2024-04-03T16:19:34.5506105Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:34.5506841Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:34.5507890Z Compiling caffe2/operators/upsample_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:34.5508898Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:34.5509956Z Compiling caffe2/operators/workspace_ops.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:34.7609619Z 2024-04-03T16:19:34.7610506Z  2024-04-03T16:19:34.7610978Z  2024-04-03T16:19:34.7611224Z  2024-04-03T16:19:34.7611538Z  2024-04-03T16:19:34.7611922Z  2024-04-03T16:19:34.7612271Z  2024-04-03T16:19:34.7612765Z  2024-04-03T16:19:34.7613191Z  2024-04-03T16:19:34.7614492Z [2,824 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:34.7615805Z Compiling caffe2/opt/converter.cc; 6s processwrapper-sandbox 2024-04-03T16:19:34.7616650Z Compiling caffe2/opt/backend_cutting.cc; 5s processwrapper-sandbox 2024-04-03T16:19:34.7617418Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:34.7617910Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:34.7618683Z Compiling caffe2/operators/upsample_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:34.7619416Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:34.7620150Z Compiling caffe2/operators/workspace_ops.cc; 3s processwrapper-sandbox 2024-04-03T16:19:34.7622929Z Compiling caffe2/operators/tt_linear_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:35.0142816Z 2024-04-03T16:19:35.0143521Z  2024-04-03T16:19:35.0144085Z  2024-04-03T16:19:35.0144593Z  2024-04-03T16:19:35.0144879Z  2024-04-03T16:19:35.0145111Z  2024-04-03T16:19:35.0145355Z  2024-04-03T16:19:35.0153399Z  2024-04-03T16:19:35.0153685Z  2024-04-03T16:19:35.0154464Z [2,825 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:35.0155528Z Compiling caffe2/opt/backend_cutting.cc; 5s processwrapper-sandbox 2024-04-03T16:19:35.0156177Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:35.0156672Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:35.0157421Z Compiling caffe2/operators/upsample_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:35.0158068Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:35.0158841Z Compiling caffe2/operators/workspace_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:35.0160893Z Compiling caffe2/operators/tt_linear_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:35.0161927Z Compiling caffe2/perfkernels/adagrad.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:35.3510052Z 2024-04-03T16:19:35.3510991Z  2024-04-03T16:19:35.3511597Z  2024-04-03T16:19:35.3511856Z  2024-04-03T16:19:35.3512120Z  2024-04-03T16:19:35.3512351Z  2024-04-03T16:19:35.3512594Z  2024-04-03T16:19:35.3512837Z  2024-04-03T16:19:35.3513065Z  2024-04-03T16:19:35.3513772Z [2,825 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:35.3515355Z Compiling caffe2/opt/backend_cutting.cc; 5s processwrapper-sandbox 2024-04-03T16:19:35.3516427Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:35.3517200Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:35.3517883Z Compiling caffe2/operators/upsample_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:35.3518552Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:35.3519218Z Compiling caffe2/operators/workspace_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:35.3520077Z Compiling caffe2/operators/tt_linear_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:35.3588379Z Compiling caffe2/perfkernels/adagrad.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:36.0826220Z 2024-04-03T16:19:36.0826864Z  2024-04-03T16:19:36.0827413Z  2024-04-03T16:19:36.0827847Z  2024-04-03T16:19:36.0828106Z  2024-04-03T16:19:36.0828363Z  2024-04-03T16:19:36.0828601Z  2024-04-03T16:19:36.0828855Z  2024-04-03T16:19:36.0829105Z  2024-04-03T16:19:36.0829799Z [2,826 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:36.0830607Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:36.0831111Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:36.0831784Z Compiling caffe2/operators/upsample_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:36.0832447Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:36.0833125Z Compiling caffe2/operators/workspace_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:36.0833968Z Compiling caffe2/operators/tt_linear_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:36.0834806Z Compiling caffe2/perfkernels/adagrad.cc; 4s processwrapper-sandbox 2024-04-03T16:19:36.0835663Z Compiling caffe2/operators/transpose_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:36.3596350Z 2024-04-03T16:19:36.3597110Z  2024-04-03T16:19:36.3597625Z  2024-04-03T16:19:36.3598140Z  2024-04-03T16:19:36.3598552Z  2024-04-03T16:19:36.3598830Z  2024-04-03T16:19:36.3599097Z  2024-04-03T16:19:36.3599326Z  2024-04-03T16:19:36.3599647Z  2024-04-03T16:19:36.3895606Z [2,826 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:36.3896976Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:36.3897582Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:36.3898447Z Compiling caffe2/operators/upsample_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:36.3899412Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:36.3901464Z Compiling caffe2/operators/workspace_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:36.3902749Z Compiling caffe2/operators/tt_linear_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:36.3904340Z Compiling caffe2/perfkernels/adagrad.cc; 4s processwrapper-sandbox 2024-04-03T16:19:36.3905664Z Compiling caffe2/operators/transpose_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:37.3904634Z 2024-04-03T16:19:37.3905395Z  2024-04-03T16:19:37.3905823Z  2024-04-03T16:19:37.3906071Z  2024-04-03T16:19:37.3906397Z  2024-04-03T16:19:37.3906647Z  2024-04-03T16:19:37.3906877Z  2024-04-03T16:19:37.3907138Z  2024-04-03T16:19:37.3907386Z  2024-04-03T16:19:37.4437417Z [2,826 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:37.4439175Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:37.4439985Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:37.4441072Z Compiling caffe2/operators/upsample_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:37.4442163Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:37.4443272Z Compiling caffe2/operators/workspace_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:37.4444815Z Compiling caffe2/operators/tt_linear_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:37.4446187Z Compiling caffe2/perfkernels/adagrad.cc; 5s processwrapper-sandbox 2024-04-03T16:19:37.4447602Z Compiling caffe2/operators/transpose_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:37.7620517Z 2024-04-03T16:19:37.7621439Z  2024-04-03T16:19:37.7622224Z  2024-04-03T16:19:37.7623261Z  2024-04-03T16:19:37.7623711Z  2024-04-03T16:19:37.7624175Z  2024-04-03T16:19:37.7624561Z  2024-04-03T16:19:37.7624938Z  2024-04-03T16:19:37.7625326Z  2024-04-03T16:19:37.7626556Z [2,827 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:37.7628700Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:37.7629426Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:37.7630197Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:37.7631184Z Compiling caffe2/operators/workspace_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:37.7632533Z Compiling caffe2/operators/tt_linear_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:37.7633825Z Compiling caffe2/perfkernels/adagrad.cc; 5s processwrapper-sandbox 2024-04-03T16:19:37.7634943Z Compiling caffe2/operators/transpose_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:37.7636163Z Compiling caffe2/core/net_async_tracing.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:38.0446087Z 2024-04-03T16:19:38.0446831Z  2024-04-03T16:19:38.0447275Z  2024-04-03T16:19:38.0447754Z  2024-04-03T16:19:38.0448227Z  2024-04-03T16:19:38.0448687Z  2024-04-03T16:19:38.0449135Z  2024-04-03T16:19:38.0449387Z  2024-04-03T16:19:38.0449630Z  2024-04-03T16:19:38.0450335Z [2,827 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:38.0451124Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.0451613Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.0452087Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.0452824Z Compiling caffe2/operators/workspace_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:38.0453685Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:38.0458197Z Compiling caffe2/perfkernels/adagrad.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.0459108Z Compiling caffe2/operators/transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.0460048Z Compiling caffe2/core/net_async_tracing.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:38.2033758Z 2024-04-03T16:19:38.2034416Z  2024-04-03T16:19:38.2035180Z  2024-04-03T16:19:38.2035630Z  2024-04-03T16:19:38.2036096Z  2024-04-03T16:19:38.2036535Z  2024-04-03T16:19:38.2036999Z  2024-04-03T16:19:38.2037455Z  2024-04-03T16:19:38.2037890Z  2024-04-03T16:19:38.2039196Z INFO: From Compiling caffe2/quantization/server/activation_distribution_observer.cc: 2024-04-03T16:19:38.2048255Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputMinMaxNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:19:38.2064501Z caffe2/quantization/server/activation_distribution_observer.cc:183:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:38.2068262Z 183 | for (int op_index = 0; op_index < min_max_infos_.size(); ++op_index) { 2024-04-03T16:19:38.2069418Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:38.2073088Z caffe2/quantization/server/activation_distribution_observer.cc:188:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:38.2076509Z 188 | for (int i = 0; i < op_info->tensor_infos.size(); ++i) { 2024-04-03T16:19:38.2077546Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:38.2079937Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'virtual void caffe2::OutputColumnMaxHistogramObserver::Stop()': 2024-04-03T16:19:38.2084756Z caffe2/quantization/server/activation_distribution_observer.cc:388:34: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:38.2087881Z 388 | if (info_->histograms.size() <= col) { 2024-04-03T16:19:38.2089158Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ 2024-04-03T16:19:38.2091538Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::HistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:19:38.2096055Z caffe2/quantization/server/activation_distribution_observer.cc:470:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:38.2099499Z 470 | for (int op_index = 0; op_index < hist_infos_.size(); ++op_index) { 2024-04-03T16:19:38.2100631Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:38.2104090Z caffe2/quantization/server/activation_distribution_observer.cc:477:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:38.2107264Z 477 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:19:38.2108200Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:38.2110755Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputColumnMaxHistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:19:38.2115569Z caffe2/quantization/server/activation_distribution_observer.cc:628:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:38.2119391Z 628 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:19:38.2120678Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:38.2122072Z [2,829 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:38.2123969Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.2124846Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.2125710Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.2126857Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:38.2128293Z Compiling caffe2/operators/transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.2129773Z Compiling caffe2/core/net_async_tracing.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.2131216Z Compiling caffe2/operators/conv_op_shared.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.2132754Z Compiling caffe2/opt/fusion.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:38.4451163Z 2024-04-03T16:19:38.4451719Z  2024-04-03T16:19:38.4699139Z  2024-04-03T16:19:38.4699653Z  2024-04-03T16:19:38.4700026Z  2024-04-03T16:19:38.4700294Z  2024-04-03T16:19:38.4700621Z  2024-04-03T16:19:38.4700957Z  2024-04-03T16:19:38.4701332Z  2024-04-03T16:19:38.4702275Z [2,831 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:38.4703275Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:38.4704280Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:38.4705499Z Compiling caffe2/operators/transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.4706744Z Compiling caffe2/core/net_async_tracing.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.4708044Z Compiling caffe2/operators/conv_op_shared.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.4709300Z Compiling caffe2/opt/fusion.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.4710374Z Compiling caffe2/opt/device.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.4711244Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:38.6706084Z 2024-04-03T16:19:38.6706694Z  2024-04-03T16:19:38.6707076Z  2024-04-03T16:19:38.6707333Z  2024-04-03T16:19:38.6709976Z  2024-04-03T16:19:38.6710228Z  2024-04-03T16:19:38.6710478Z  2024-04-03T16:19:38.6710712Z  2024-04-03T16:19:38.6710962Z  2024-04-03T16:19:38.6711658Z [2,833 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:38.6712628Z Compiling caffe2/operators/transpose_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.6713484Z Compiling caffe2/core/net_async_tracing.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.6714333Z Compiling caffe2/operators/conv_op_shared.cc; 5s processwrapper-sandbox 2024-04-03T16:19:38.6715140Z Compiling caffe2/opt/fusion.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.6715821Z Compiling caffe2/opt/device.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.6716622Z Compiling caffe2/operators/communicator_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:38.6717319Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:38.6717971Z Compiling caffe2/core/tensor_int8.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:39.6718752Z 2024-04-03T16:19:39.6719734Z  2024-04-03T16:19:39.6720324Z  2024-04-03T16:19:39.6720746Z  2024-04-03T16:19:39.6721016Z  2024-04-03T16:19:39.6721389Z  2024-04-03T16:19:39.6721734Z  2024-04-03T16:19:39.6722053Z  2024-04-03T16:19:39.6722444Z  2024-04-03T16:19:39.6723344Z [2,833 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:39.6724893Z Compiling caffe2/operators/transpose_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.6727164Z Compiling caffe2/core/net_async_tracing.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.6728414Z Compiling caffe2/operators/conv_op_shared.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.6729815Z Compiling caffe2/opt/fusion.cc; 5s processwrapper-sandbox 2024-04-03T16:19:39.6730843Z Compiling caffe2/opt/device.cc; 5s processwrapper-sandbox 2024-04-03T16:19:39.6732946Z Compiling caffe2/operators/communicator_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:39.6733822Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:39.6734736Z Compiling caffe2/core/tensor_int8.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:39.8953109Z 2024-04-03T16:19:39.8953974Z  2024-04-03T16:19:39.8954355Z  2024-04-03T16:19:39.8954620Z  2024-04-03T16:19:39.8954867Z  2024-04-03T16:19:39.8955115Z  2024-04-03T16:19:39.8955345Z  2024-04-03T16:19:39.8955588Z  2024-04-03T16:19:39.8955830Z  2024-04-03T16:19:39.8956344Z INFO: From Compiling caffe2/operators/transpose_op.cc: 2024-04-03T16:19:39.8957076Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:19:39.8958776Z from ./caffe2/core/context.h:9, 2024-04-03T16:19:39.8959360Z from ./caffe2/operators/transpose_op.h:7, 2024-04-03T16:19:39.8959993Z from caffe2/operators/transpose_op.cc:1: 2024-04-03T16:19:39.8960643Z caffe2/operators/transpose_op.cc: In lambda function: 2024-04-03T16:19:39.8962482Z caffe2/operators/transpose_op.cc:32:25: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:19:39.8963987Z 32 | axes.size() == tensor_size, 2024-04-03T16:19:39.8964638Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:19:39.8965617Z [2,833 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:39.8966781Z Compiling caffe2/operators/transpose_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.8967670Z Compiling caffe2/core/net_async_tracing.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.8968696Z Compiling caffe2/operators/conv_op_shared.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.8969634Z Compiling caffe2/opt/fusion.cc; 6s processwrapper-sandbox 2024-04-03T16:19:39.8971699Z Compiling caffe2/opt/device.cc; 5s processwrapper-sandbox 2024-04-03T16:19:39.8972892Z Compiling caffe2/operators/communicator_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:39.8973778Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:39.8984801Z Compiling caffe2/core/tensor_int8.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:40.1121633Z 2024-04-03T16:19:40.1122305Z  2024-04-03T16:19:40.1122805Z  2024-04-03T16:19:40.1123111Z  2024-04-03T16:19:40.1123399Z  2024-04-03T16:19:40.1123683Z  2024-04-03T16:19:40.1123949Z  2024-04-03T16:19:40.1124489Z  2024-04-03T16:19:40.1124926Z  2024-04-03T16:19:40.1125632Z INFO: From Compiling caffe2/core/net_async_tracing.cc: 2024-04-03T16:19:40.1127039Z caffe2/core/net_async_tracing.cc: In function 'int caffe2::tracing::extractShardId(const string&)': 2024-04-03T16:19:40.1129226Z caffe2/core/net_async_tracing.cc:402:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:40.1131052Z 402 | while (right_pos < name.length() && isdigit(name[right_pos])) { 2024-04-03T16:19:40.1131786Z | ~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:19:40.1132732Z [2,835 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:40.1133873Z Compiling caffe2/core/net_async_tracing.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.1134733Z Compiling caffe2/opt/fusion.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.1136873Z Compiling caffe2/opt/device.cc; 5s processwrapper-sandbox 2024-04-03T16:19:40.1137878Z Compiling caffe2/operators/communicator_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:40.1138623Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:40.1139360Z Compiling caffe2/core/tensor_int8.cc; 5s processwrapper-sandbox 2024-04-03T16:19:40.1140313Z Compiling caffe2/operators/tanh_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:40.1142172Z Compiling caffe2/operators/while_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:40.4723274Z 2024-04-03T16:19:40.4723830Z  2024-04-03T16:19:40.4724523Z  2024-04-03T16:19:40.4724890Z  2024-04-03T16:19:40.4725170Z  2024-04-03T16:19:40.4725427Z  2024-04-03T16:19:40.4725660Z  2024-04-03T16:19:40.4725908Z  2024-04-03T16:19:40.4726142Z  2024-04-03T16:19:40.4726846Z [2,836 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:40.4727769Z Compiling caffe2/opt/fusion.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.5302372Z Compiling caffe2/opt/device.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.5304032Z Compiling caffe2/operators/communicator_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.5305049Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:40.5305824Z Compiling caffe2/core/tensor_int8.cc; 5s processwrapper-sandbox 2024-04-03T16:19:40.5306913Z Compiling caffe2/operators/tanh_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:40.5308020Z Compiling caffe2/operators/while_op.cc; 2s processwrapper-sandbox 2024-04-03T16:19:40.5308923Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:19:40.7080547Z 2024-04-03T16:19:40.7081050Z  2024-04-03T16:19:40.7081553Z  2024-04-03T16:19:40.7082076Z  2024-04-03T16:19:40.7082327Z  2024-04-03T16:19:40.7082572Z  2024-04-03T16:19:40.7082817Z  2024-04-03T16:19:40.7083046Z  2024-04-03T16:19:40.7083293Z  2024-04-03T16:19:40.7084018Z [2,837 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:40.7085262Z Compiling caffe2/opt/device.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.7086076Z Compiling caffe2/operators/communicator_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.7105337Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:40.7106140Z Compiling caffe2/core/tensor_int8.cc; 5s processwrapper-sandbox 2024-04-03T16:19:40.7107093Z Compiling caffe2/operators/tanh_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:40.7108208Z Compiling caffe2/operators/while_op.cc; 2s processwrapper-sandbox 2024-04-03T16:19:40.7109036Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:19:40.7109833Z Compiling caffe2/operators/sqrt_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:40.9310981Z 2024-04-03T16:19:40.9311836Z  2024-04-03T16:19:40.9312375Z  2024-04-03T16:19:40.9312879Z  2024-04-03T16:19:40.9313131Z  2024-04-03T16:19:40.9313380Z  2024-04-03T16:19:40.9313745Z  2024-04-03T16:19:40.9314144Z  2024-04-03T16:19:40.9314440Z  2024-04-03T16:19:40.9315188Z [2,837 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:40.9316270Z Compiling caffe2/opt/device.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.9317107Z Compiling caffe2/operators/communicator_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:40.9318007Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:40.9318679Z Compiling caffe2/core/tensor_int8.cc; 5s processwrapper-sandbox 2024-04-03T16:19:40.9319495Z Compiling caffe2/operators/tanh_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:40.9320301Z Compiling caffe2/operators/while_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:40.9321147Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:19:40.9321977Z Compiling caffe2/operators/sqrt_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:41.3316610Z 2024-04-03T16:19:41.3317389Z  2024-04-03T16:19:41.3317884Z  2024-04-03T16:19:41.3318176Z  2024-04-03T16:19:41.3318414Z  2024-04-03T16:19:41.3318677Z  2024-04-03T16:19:41.3319001Z  2024-04-03T16:19:41.3319231Z  2024-04-03T16:19:41.3319553Z  2024-04-03T16:19:41.3321817Z [2,838 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:41.3323046Z Compiling caffe2/operators/communicator_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:41.3323864Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:41.3324724Z Compiling caffe2/core/tensor_int8.cc; 6s processwrapper-sandbox 2024-04-03T16:19:41.3325601Z Compiling caffe2/operators/tanh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:41.3326626Z Compiling caffe2/operators/while_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:41.3327277Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:41.3328129Z Compiling caffe2/operators/sqrt_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:41.3329881Z Compiling caffe2/operators/clip_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:41.8912131Z 2024-04-03T16:19:41.8912653Z  2024-04-03T16:19:41.8913011Z  2024-04-03T16:19:41.8913381Z  2024-04-03T16:19:41.8913776Z  2024-04-03T16:19:41.8914046Z  2024-04-03T16:19:41.8914350Z  2024-04-03T16:19:41.8914759Z  2024-04-03T16:19:41.8915008Z  2024-04-03T16:19:41.8915941Z [2,839 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:41.8917212Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:41.8918054Z Compiling caffe2/core/tensor_int8.cc; 6s processwrapper-sandbox 2024-04-03T16:19:41.8919070Z Compiling caffe2/operators/tanh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:41.8920247Z Compiling caffe2/operators/while_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:41.8921188Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:41.8922058Z Compiling caffe2/operators/sqrt_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:41.8923104Z Compiling caffe2/operators/clip_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:41.8924123Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:42.1319623Z 2024-04-03T16:19:42.1320336Z  2024-04-03T16:19:42.1320698Z  2024-04-03T16:19:42.1320973Z  2024-04-03T16:19:42.1321206Z  2024-04-03T16:19:42.1321469Z  2024-04-03T16:19:42.1321716Z  2024-04-03T16:19:42.1321946Z  2024-04-03T16:19:42.1322190Z  2024-04-03T16:19:42.1322891Z [2,840 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:42.1323680Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:42.1324482Z Compiling caffe2/operators/tanh_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:42.1325305Z Compiling caffe2/operators/while_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:42.1325953Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:42.1326575Z Compiling caffe2/operators/sqrt_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:42.1327352Z Compiling caffe2/operators/clip_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:42.1328190Z Compiling caffe2/operators/lengths_tile_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:42.1329085Z Compiling caffe2/operators/roi_align_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:42.9410221Z 2024-04-03T16:19:42.9410820Z  2024-04-03T16:19:42.9411151Z  2024-04-03T16:19:42.9411416Z  2024-04-03T16:19:42.9411668Z  2024-04-03T16:19:42.9411915Z  2024-04-03T16:19:42.9412146Z  2024-04-03T16:19:42.9412560Z  2024-04-03T16:19:42.9412810Z  2024-04-03T16:19:42.9413466Z INFO: From Compiling caffe2/quantization/server/dynamic_histogram.cc: 2024-04-03T16:19:42.9415808Z caffe2/quantization/server/dynamic_histogram.cc: In function 'void dnnlowp::RemapHistograms(dnnlowp::Histogram&, dnnlowp::Histogram&)': 2024-04-03T16:19:42.9418648Z caffe2/quantization/server/dynamic_histogram.cc:50:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:42.9421041Z 50 | for (int i = 0; i < src_bins.size(); ++i) { 2024-04-03T16:19:42.9421638Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:19:42.9422638Z [2,840 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:42.9423682Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:42.9424399Z Compiling caffe2/operators/tanh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:42.9425390Z Compiling caffe2/operators/while_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:42.9426541Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:42.9427706Z Compiling caffe2/operators/sqrt_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:42.9429849Z Compiling caffe2/operators/clip_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:42.9431205Z Compiling caffe2/operators/lengths_tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:42.9432582Z Compiling caffe2/operators/roi_align_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:43.1778498Z 2024-04-03T16:19:43.1779120Z  2024-04-03T16:19:43.1779538Z  2024-04-03T16:19:43.1779796Z  2024-04-03T16:19:43.1780030Z  2024-04-03T16:19:43.1780282Z  2024-04-03T16:19:43.1780527Z  2024-04-03T16:19:43.1780757Z  2024-04-03T16:19:43.1781000Z  2024-04-03T16:19:43.1781701Z [2,841 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:43.1782641Z Compiling caffe2/operators/tanh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:43.1783446Z Compiling caffe2/operators/while_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:43.1784106Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:43.1784738Z Compiling caffe2/operators/sqrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:43.1785514Z Compiling caffe2/operators/clip_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:43.1786346Z Compiling caffe2/operators/lengths_tile_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:43.1851731Z Compiling caffe2/operators/roi_align_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:43.1853247Z Compiling caffe2/operators/counter_ops.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:43.3856862Z 2024-04-03T16:19:43.3857508Z  2024-04-03T16:19:43.3857974Z  2024-04-03T16:19:43.3858234Z  2024-04-03T16:19:43.3858485Z  2024-04-03T16:19:43.3858732Z  2024-04-03T16:19:43.3858961Z  2024-04-03T16:19:43.3859204Z  2024-04-03T16:19:43.3859446Z  2024-04-03T16:19:43.3860150Z [2,842 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:43.3861123Z Compiling caffe2/operators/while_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:43.3861774Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:43.3862404Z Compiling caffe2/operators/sqrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:43.3863185Z Compiling caffe2/operators/clip_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:43.3864031Z Compiling caffe2/operators/lengths_tile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:43.3864877Z Compiling caffe2/operators/roi_align_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:43.3865710Z Compiling caffe2/operators/counter_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:19:43.3866554Z Compiling caffe2/onnx/offline_tensor.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:44.4172607Z 2024-04-03T16:19:44.4173179Z  2024-04-03T16:19:44.4174567Z  2024-04-03T16:19:44.4174842Z  2024-04-03T16:19:44.4175092Z  2024-04-03T16:19:44.4175400Z  2024-04-03T16:19:44.4176403Z  2024-04-03T16:19:44.4176686Z  2024-04-03T16:19:44.4177064Z  2024-04-03T16:19:44.4177990Z [2,842 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:44.4179333Z Compiling caffe2/operators/while_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.4180437Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:44.4181275Z Compiling caffe2/operators/sqrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.4182332Z Compiling caffe2/operators/clip_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.4183515Z Compiling caffe2/operators/lengths_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.4184557Z Compiling caffe2/operators/roi_align_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:44.4185632Z Compiling caffe2/operators/counter_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:44.4186599Z Compiling caffe2/onnx/offline_tensor.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:44.8176335Z 2024-04-03T16:19:44.8176946Z  2024-04-03T16:19:44.8178894Z  2024-04-03T16:19:44.8179274Z  2024-04-03T16:19:44.8179577Z  2024-04-03T16:19:44.8179918Z  2024-04-03T16:19:44.8180175Z  2024-04-03T16:19:44.8180421Z  2024-04-03T16:19:44.8180693Z  2024-04-03T16:19:44.8181464Z [2,843 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:44.8182350Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:44.8183096Z Compiling caffe2/operators/sqrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.8183967Z Compiling caffe2/operators/clip_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.8184903Z Compiling caffe2/operators/lengths_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.8185853Z Compiling caffe2/operators/roi_align_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.8186803Z Compiling caffe2/operators/counter_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:44.8187635Z Compiling caffe2/onnx/offline_tensor.cc; 4s processwrapper-sandbox 2024-04-03T16:19:44.8188384Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:45.3855732Z 2024-04-03T16:19:45.3856488Z  2024-04-03T16:19:45.3857059Z  2024-04-03T16:19:45.3857552Z  2024-04-03T16:19:45.3859061Z  2024-04-03T16:19:45.3859432Z  2024-04-03T16:19:45.3859718Z  2024-04-03T16:19:45.3860098Z  2024-04-03T16:19:45.3860462Z  2024-04-03T16:19:45.3861384Z [2,844 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:45.3862607Z Compiling caffe2/operators/sqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:45.3863651Z Compiling caffe2/operators/clip_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:45.3864831Z Compiling caffe2/operators/lengths_tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:45.3865980Z Compiling caffe2/operators/roi_align_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:45.3867087Z Compiling caffe2/operators/counter_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:45.3868162Z Compiling caffe2/onnx/offline_tensor.cc; 5s processwrapper-sandbox 2024-04-03T16:19:45.3869324Z Compiling caffe2/operators/flexible_top_k.cc; 5s processwrapper-sandbox 2024-04-03T16:19:45.3870548Z Compiling caffe2/onnx/onnx_exporter.cc; 5s processwrapper-sandbox ... 2024-04-03T16:19:45.6181627Z 2024-04-03T16:19:45.6182272Z  2024-04-03T16:19:45.6182746Z  2024-04-03T16:19:45.6183202Z  2024-04-03T16:19:45.6183636Z  2024-04-03T16:19:45.6184041Z  2024-04-03T16:19:45.6184471Z  2024-04-03T16:19:45.6184873Z  2024-04-03T16:19:45.6185287Z  2024-04-03T16:19:45.6186523Z [2,845 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:45.6188166Z Compiling caffe2/operators/sqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:45.6190705Z Compiling caffe2/operators/clip_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:45.6191893Z Compiling caffe2/operators/roi_align_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:45.6193063Z Compiling caffe2/operators/counter_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:45.6194479Z Compiling caffe2/onnx/offline_tensor.cc; 5s processwrapper-sandbox 2024-04-03T16:19:45.6196516Z Compiling caffe2/operators/flexible_top_k.cc; 5s processwrapper-sandbox 2024-04-03T16:19:45.6197709Z Compiling caffe2/onnx/onnx_exporter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:45.6199112Z Compiling caffe2/operators/stats_ops.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:46.0789079Z 2024-04-03T16:19:46.0789763Z  2024-04-03T16:19:46.0790265Z  2024-04-03T16:19:46.0790749Z  2024-04-03T16:19:46.0791226Z  2024-04-03T16:19:46.0791708Z  2024-04-03T16:19:46.0792168Z  2024-04-03T16:19:46.0792460Z  2024-04-03T16:19:46.0792704Z  2024-04-03T16:19:46.0794380Z [2,846 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:46.0795902Z Compiling caffe2/operators/clip_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:46.0797081Z Compiling caffe2/operators/roi_align_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:46.0798299Z Compiling caffe2/operators/counter_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:46.0799398Z Compiling caffe2/onnx/offline_tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.0800621Z Compiling caffe2/operators/flexible_top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.0801734Z Compiling caffe2/onnx/onnx_exporter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:46.0802785Z Compiling caffe2/operators/stats_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:46.0803787Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:19:46.3225262Z 2024-04-03T16:19:46.3227133Z  2024-04-03T16:19:46.3227515Z  2024-04-03T16:19:46.3227845Z  2024-04-03T16:19:46.3228147Z  2024-04-03T16:19:46.3228483Z  2024-04-03T16:19:46.3228791Z  2024-04-03T16:19:46.3229141Z  2024-04-03T16:19:46.3229441Z  2024-04-03T16:19:46.3230355Z [2,848 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:46.3232810Z Compiling caffe2/operators/roi_align_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:46.3234136Z Compiling caffe2/onnx/offline_tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.3235425Z Compiling caffe2/operators/flexible_top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.3236693Z Compiling caffe2/onnx/onnx_exporter.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.3237949Z Compiling caffe2/operators/stats_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:46.3238968Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:46.3239668Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:46.3240419Z Compiling caffe2/opt/mobile.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:46.6188268Z 2024-04-03T16:19:46.6188983Z  2024-04-03T16:19:46.6189525Z  2024-04-03T16:19:46.6190015Z  2024-04-03T16:19:46.6190394Z  2024-04-03T16:19:46.6190717Z  2024-04-03T16:19:46.6191104Z  2024-04-03T16:19:46.6191432Z  2024-04-03T16:19:46.6191749Z  2024-04-03T16:19:46.6192667Z [2,848 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:46.6193886Z Compiling caffe2/operators/roi_align_op.cc; 8s processwrapper-sandbox 2024-04-03T16:19:46.6194962Z Compiling caffe2/onnx/offline_tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.6196113Z Compiling caffe2/operators/flexible_top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.6197038Z Compiling caffe2/onnx/onnx_exporter.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.6198970Z Compiling caffe2/operators/stats_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:19:46.6199736Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:46.6200331Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:46.6201007Z Compiling caffe2/opt/mobile.cc; 4s processwrapper-sandbox ... 2024-04-03T16:19:46.9533180Z 2024-04-03T16:19:46.9534064Z  2024-04-03T16:19:46.9536081Z  2024-04-03T16:19:46.9536384Z  2024-04-03T16:19:46.9536866Z  2024-04-03T16:19:46.9537204Z  2024-04-03T16:19:46.9537655Z  2024-04-03T16:19:46.9537932Z  2024-04-03T16:19:46.9538321Z  2024-04-03T16:19:46.9539215Z [2,850 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:19:46.9540450Z Compiling caffe2/onnx/offline_tensor.cc; 7s processwrapper-sandbox 2024-04-03T16:19:46.9541575Z Compiling caffe2/operators/flexible_top_k.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.9543602Z Compiling caffe2/operators/stats_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:46.9544693Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:46.9546319Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:46.9547645Z Compiling caffe2/opt/mobile.cc; 4s processwrapper-sandbox 2024-04-03T16:19:46.9548862Z Compiling caffe2/operators/ceil_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:46.9550115Z Compiling caffe2/core/stats.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:47.2192519Z 2024-04-03T16:19:47.2193147Z  2024-04-03T16:19:47.2193548Z  2024-04-03T16:19:47.2193820Z  2024-04-03T16:19:47.2194073Z  2024-04-03T16:19:47.2194326Z  2024-04-03T16:19:47.2194559Z  2024-04-03T16:19:47.2194809Z  2024-04-03T16:19:47.2195043Z  2024-04-03T16:19:47.2195751Z [2,850 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:47.2196717Z Compiling caffe2/onnx/offline_tensor.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.2197585Z Compiling caffe2/operators/flexible_top_k.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.2198419Z Compiling caffe2/operators/stats_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:47.2199062Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:47.2199551Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:47.2408271Z Compiling caffe2/opt/mobile.cc; 5s processwrapper-sandbox 2024-04-03T16:19:47.2409033Z Compiling caffe2/operators/ceil_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.2409808Z Compiling caffe2/core/stats.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:47.5499733Z 2024-04-03T16:19:47.5500439Z  2024-04-03T16:19:47.5501006Z  2024-04-03T16:19:47.5501445Z  2024-04-03T16:19:47.5501688Z  2024-04-03T16:19:47.5501938Z  2024-04-03T16:19:47.5502193Z  2024-04-03T16:19:47.5502425Z  2024-04-03T16:19:47.5502675Z  2024-04-03T16:19:47.5503392Z [2,851 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:47.5504346Z Compiling caffe2/onnx/offline_tensor.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.5505194Z Compiling caffe2/operators/flexible_top_k.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.5506030Z Compiling caffe2/operators/stats_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:47.5506674Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:47.5507266Z Compiling caffe2/opt/mobile.cc; 5s processwrapper-sandbox 2024-04-03T16:19:47.5508006Z Compiling caffe2/operators/ceil_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.5508738Z Compiling caffe2/core/stats.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.5509329Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:47.6023622Z 2024-04-03T16:19:47.6024367Z  2024-04-03T16:19:47.6024999Z  2024-04-03T16:19:47.6025585Z  2024-04-03T16:19:47.6025945Z  2024-04-03T16:19:47.6026226Z  2024-04-03T16:19:47.6027758Z  2024-04-03T16:19:47.6028017Z  2024-04-03T16:19:47.6028264Z  2024-04-03T16:19:47.6028775Z INFO: From Compiling caffe2/operators/flexible_top_k.cc: 2024-04-03T16:19:47.6030218Z caffe2/operators/flexible_top_k.cc: In instantiation of 'bool caffe2::FlexibleTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:19:47.6034408Z caffe2/operators/flexible_top_k.cc:23:6: required from here 2024-04-03T16:19:47.6037181Z caffe2/operators/flexible_top_k.cc:77:21: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::{anonymous}::ValueCmp >::size_type' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:19:47.6039437Z 77 | if (PQ.size() < k_ || value > PQ.top().first) { 2024-04-03T16:19:47.6043420Z caffe2/operators/flexible_top_k.cc:81:21: warning: comparison of integer expressions of different signedness: 'std::priority_queue, std::vector, std::allocator > >, caffe2::{anonymous}::ValueCmp >::size_type' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] 2024-04-03T16:19:47.6045871Z 81 | if (PQ.size() > k_) { 2024-04-03T16:19:47.6046655Z [2,851 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:47.6047661Z Compiling caffe2/onnx/offline_tensor.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.6048509Z Compiling caffe2/operators/flexible_top_k.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.6049435Z Compiling caffe2/operators/stats_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:19:47.6050065Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:47.6050743Z Compiling caffe2/opt/mobile.cc; 5s processwrapper-sandbox 2024-04-03T16:19:47.6051482Z Compiling caffe2/operators/ceil_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.6052388Z Compiling caffe2/core/stats.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.6053002Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:47.8415330Z 2024-04-03T16:19:47.8416015Z  2024-04-03T16:19:47.8697763Z  2024-04-03T16:19:47.8698057Z  2024-04-03T16:19:47.8698312Z  2024-04-03T16:19:47.8698549Z  2024-04-03T16:19:47.8698837Z  2024-04-03T16:19:47.8699121Z  2024-04-03T16:19:47.8699354Z  2024-04-03T16:19:47.8700056Z [2,853 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:47.8701074Z Compiling caffe2/operators/stats_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:19:47.8701711Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:47.8702380Z Compiling caffe2/opt/mobile.cc; 5s processwrapper-sandbox 2024-04-03T16:19:47.8703134Z Compiling caffe2/operators/ceil_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.8703922Z Compiling caffe2/core/stats.cc; 4s processwrapper-sandbox 2024-04-03T16:19:47.8704497Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:47.8705249Z Compiling caffe2/operators/fc_inference.cc; 2s processwrapper-sandbox 2024-04-03T16:19:47.8706110Z Compiling caffe2/operators/swish_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:48.3084130Z 2024-04-03T16:19:48.3084973Z  2024-04-03T16:19:48.3085303Z  2024-04-03T16:19:48.3085594Z  2024-04-03T16:19:48.3085842Z  2024-04-03T16:19:48.3086087Z  2024-04-03T16:19:48.3086314Z  2024-04-03T16:19:48.3086554Z  2024-04-03T16:19:48.3086797Z  2024-04-03T16:19:48.3087482Z [2,854 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:48.3088277Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:48.3209858Z Compiling caffe2/opt/mobile.cc; 6s processwrapper-sandbox 2024-04-03T16:19:48.3211114Z Compiling caffe2/operators/ceil_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:48.3211872Z Compiling caffe2/core/stats.cc; 5s processwrapper-sandbox 2024-04-03T16:19:48.3212653Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:48.3213410Z Compiling caffe2/operators/fc_inference.cc; 2s processwrapper-sandbox 2024-04-03T16:19:48.3215422Z Compiling caffe2/operators/swish_op.cc; 2s processwrapper-sandbox 2024-04-03T16:19:48.3216345Z Compiling caffe2/operators/pad_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:48.6705761Z 2024-04-03T16:19:48.6706480Z  2024-04-03T16:19:48.6707060Z  2024-04-03T16:19:48.6707338Z  2024-04-03T16:19:48.6707612Z  2024-04-03T16:19:48.6707861Z  2024-04-03T16:19:48.6708099Z  2024-04-03T16:19:48.6708349Z  2024-04-03T16:19:48.6708596Z  2024-04-03T16:19:48.6709306Z [2,854 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:48.6710111Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:48.7105781Z Compiling caffe2/opt/mobile.cc; 6s processwrapper-sandbox 2024-04-03T16:19:48.7107061Z Compiling caffe2/operators/ceil_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:48.7108102Z Compiling caffe2/core/stats.cc; 5s processwrapper-sandbox 2024-04-03T16:19:48.7108964Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:48.7109915Z Compiling caffe2/operators/fc_inference.cc; 3s processwrapper-sandbox 2024-04-03T16:19:48.7111114Z Compiling caffe2/operators/swish_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:48.7112312Z Compiling caffe2/operators/pad_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:49.1663019Z 2024-04-03T16:19:49.1663646Z  2024-04-03T16:19:49.1664027Z  2024-04-03T16:19:49.1664402Z  2024-04-03T16:19:49.1664651Z  2024-04-03T16:19:49.1665036Z  2024-04-03T16:19:49.1665327Z  2024-04-03T16:19:49.1665653Z  2024-04-03T16:19:49.1666044Z  2024-04-03T16:19:49.1667020Z [2,855 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:49.1668034Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:49.1668805Z Compiling caffe2/operators/ceil_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:49.1671780Z Compiling caffe2/core/stats.cc; 5s processwrapper-sandbox 2024-04-03T16:19:49.1672715Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:49.1673421Z Compiling caffe2/operators/fc_inference.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.1674241Z Compiling caffe2/operators/swish_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.1675080Z Compiling caffe2/operators/pad_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.1675988Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:49.5114698Z 2024-04-03T16:19:49.5115328Z  2024-04-03T16:19:49.5115669Z  2024-04-03T16:19:49.5115915Z  2024-04-03T16:19:49.5116203Z  2024-04-03T16:19:49.5116451Z  2024-04-03T16:19:49.5116690Z  2024-04-03T16:19:49.5116936Z  2024-04-03T16:19:49.5117167Z  2024-04-03T16:19:49.5117870Z [2,855 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:49.5118685Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:49.5119337Z Compiling caffe2/operators/ceil_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:49.5120062Z Compiling caffe2/core/stats.cc; 6s processwrapper-sandbox 2024-04-03T16:19:49.5120645Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:49.5121316Z Compiling caffe2/operators/fc_inference.cc; 4s processwrapper-sandbox 2024-04-03T16:19:49.5122126Z Compiling caffe2/operators/swish_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.5122905Z Compiling caffe2/operators/pad_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.5123553Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:49.9081916Z 2024-04-03T16:19:49.9082524Z  2024-04-03T16:19:49.9082940Z  2024-04-03T16:19:49.9083269Z  2024-04-03T16:19:49.9083549Z  2024-04-03T16:19:49.9083796Z  2024-04-03T16:19:49.9084098Z  2024-04-03T16:19:49.9084713Z  2024-04-03T16:19:49.9084995Z  2024-04-03T16:19:49.9086817Z [2,856 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:49.9087711Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:49.9088500Z Compiling caffe2/operators/ceil_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:49.9089244Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:49.9090126Z Compiling caffe2/operators/fc_inference.cc; 4s processwrapper-sandbox 2024-04-03T16:19:49.9091335Z Compiling caffe2/operators/swish_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:49.9092556Z Compiling caffe2/operators/pad_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.9093864Z Compiling caffe2/operators/cross_entropy_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:49.9095212Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:50.1195610Z 2024-04-03T16:19:50.1196399Z  2024-04-03T16:19:50.1197011Z  2024-04-03T16:19:50.1197387Z  2024-04-03T16:19:50.1197652Z  2024-04-03T16:19:50.1197905Z  2024-04-03T16:19:50.1198154Z  2024-04-03T16:19:50.1198386Z  2024-04-03T16:19:50.1198631Z  2024-04-03T16:19:50.1199336Z [2,856 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:50.1200121Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:50.1200774Z Compiling caffe2/operators/ceil_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:50.1201412Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:50.1202069Z Compiling caffe2/operators/fc_inference.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.1202894Z Compiling caffe2/operators/swish_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.1203689Z Compiling caffe2/operators/pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.1204707Z Compiling caffe2/operators/cross_entropy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.1205427Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:50.3528394Z 2024-04-03T16:19:50.3529078Z  2024-04-03T16:19:50.3529575Z  2024-04-03T16:19:50.3530012Z  2024-04-03T16:19:50.3530446Z  2024-04-03T16:19:50.3530852Z  2024-04-03T16:19:50.3531282Z  2024-04-03T16:19:50.3531644Z  2024-04-03T16:19:50.3532041Z  2024-04-03T16:19:50.3533173Z [2,857 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:50.3534788Z Compiling caffe2/operators/ceil_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:50.3535794Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:50.3536891Z Compiling caffe2/operators/fc_inference.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.3538338Z Compiling caffe2/operators/swish_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.3539357Z Compiling caffe2/operators/pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.3540831Z Compiling caffe2/operators/cross_entropy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.3542427Z Compiling caffe2/operators/deform_conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.3543655Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:50.5843224Z 2024-04-03T16:19:50.5843949Z  2024-04-03T16:19:50.5844833Z  2024-04-03T16:19:50.5845230Z  2024-04-03T16:19:50.5845597Z  2024-04-03T16:19:50.5845952Z  2024-04-03T16:19:50.5846296Z  2024-04-03T16:19:50.5846657Z  2024-04-03T16:19:50.5847033Z  2024-04-03T16:19:50.5848200Z [2,858 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:50.5850224Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:50.5851610Z Compiling caffe2/operators/fc_inference.cc; 5s processwrapper-sandbox 2024-04-03T16:19:50.5852724Z Compiling caffe2/operators/swish_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:50.5853748Z Compiling caffe2/operators/pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.5855642Z Compiling caffe2/operators/cross_entropy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.5856545Z Compiling caffe2/operators/deform_conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.5857447Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:50.5858132Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:50.8169423Z 2024-04-03T16:19:50.8170133Z  2024-04-03T16:19:50.8170684Z  2024-04-03T16:19:50.8171095Z  2024-04-03T16:19:50.8171519Z  2024-04-03T16:19:50.8171996Z  2024-04-03T16:19:50.8172406Z  2024-04-03T16:19:50.8172793Z  2024-04-03T16:19:50.8173225Z  2024-04-03T16:19:50.8175208Z [2,859 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:50.8177057Z Compiling caffe2/operators/fc_inference.cc; 5s processwrapper-sandbox 2024-04-03T16:19:50.8178648Z Compiling caffe2/operators/swish_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:50.8180173Z Compiling caffe2/operators/pad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.8181662Z Compiling caffe2/operators/cross_entropy_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.8183089Z Compiling caffe2/operators/deform_conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:50.8184179Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:19:50.8185315Z Compiling caffe2/operators/normalize_l1_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:50.8186491Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:51.1529263Z 2024-04-03T16:19:51.1529896Z  2024-04-03T16:19:51.1530250Z  2024-04-03T16:19:51.1530536Z  2024-04-03T16:19:51.1530782Z  2024-04-03T16:19:51.1531010Z  2024-04-03T16:19:51.1531255Z  2024-04-03T16:19:51.1531497Z  2024-04-03T16:19:51.1531723Z  2024-04-03T16:19:51.1532489Z [2,859 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:51.1817467Z Compiling caffe2/operators/fc_inference.cc; 5s processwrapper-sandbox 2024-04-03T16:19:51.1818737Z Compiling caffe2/operators/swish_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:51.1819995Z Compiling caffe2/operators/pad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:51.1821329Z Compiling caffe2/operators/cross_entropy_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:51.1822640Z Compiling caffe2/operators/deform_conv_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:51.1823684Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:51.1824761Z Compiling caffe2/operators/normalize_l1_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:51.1825871Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:52.1831902Z 2024-04-03T16:19:52.1832626Z  2024-04-03T16:19:52.1832991Z  2024-04-03T16:19:52.1833264Z  2024-04-03T16:19:52.1833513Z  2024-04-03T16:19:52.1833747Z  2024-04-03T16:19:52.1833988Z  2024-04-03T16:19:52.1834246Z  2024-04-03T16:19:52.1834473Z  2024-04-03T16:19:52.1835177Z [2,859 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:52.1836163Z Compiling caffe2/operators/fc_inference.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.1836982Z Compiling caffe2/operators/swish_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.1837767Z Compiling caffe2/operators/pad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.1838598Z Compiling caffe2/operators/cross_entropy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.1859311Z Compiling caffe2/operators/deform_conv_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:52.1860534Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:52.1861639Z Compiling caffe2/operators/normalize_l1_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:52.1862746Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:52.5414200Z 2024-04-03T16:19:52.5784847Z  2024-04-03T16:19:52.5785334Z  2024-04-03T16:19:52.5785715Z  2024-04-03T16:19:52.5786075Z  2024-04-03T16:19:52.5786455Z  2024-04-03T16:19:52.5786810Z  2024-04-03T16:19:52.5787148Z  2024-04-03T16:19:52.5787532Z  2024-04-03T16:19:52.5788585Z [2,860 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:52.5789996Z Compiling caffe2/operators/swish_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.5791158Z Compiling caffe2/operators/pad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.5792417Z Compiling caffe2/operators/cross_entropy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.5794010Z Compiling caffe2/operators/deform_conv_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.5795047Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:52.5796060Z Compiling caffe2/operators/normalize_l1_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:52.5797313Z Compiling caffe2/opt/distributed_converter.cc; 4s processwrapper-sandbox 2024-04-03T16:19:52.5798257Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:52.7867366Z 2024-04-03T16:19:52.7868008Z  2024-04-03T16:19:52.7868614Z  2024-04-03T16:19:52.7868991Z  2024-04-03T16:19:52.7869250Z  2024-04-03T16:19:52.7869500Z  2024-04-03T16:19:52.7869738Z  2024-04-03T16:19:52.7869989Z  2024-04-03T16:19:52.7870241Z  2024-04-03T16:19:52.7870932Z [2,860 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:52.7871924Z Compiling caffe2/operators/swish_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:52.7872730Z Compiling caffe2/operators/pad_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.7873560Z Compiling caffe2/operators/cross_entropy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.7874447Z Compiling caffe2/operators/deform_conv_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:52.8559907Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:52.8560971Z Compiling caffe2/operators/normalize_l1_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:52.8562328Z Compiling caffe2/opt/distributed_converter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:52.8563422Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:19:53.3528636Z 2024-04-03T16:19:53.3529301Z  2024-04-03T16:19:53.3529859Z  2024-04-03T16:19:53.3530246Z  2024-04-03T16:19:53.3530493Z  2024-04-03T16:19:53.3530736Z  2024-04-03T16:19:53.3531082Z  2024-04-03T16:19:53.3531429Z  2024-04-03T16:19:53.3531678Z  2024-04-03T16:19:53.3532639Z [2,861 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:53.3533948Z Compiling caffe2/operators/swish_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:53.3534831Z Compiling caffe2/operators/pad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:53.3535908Z Compiling caffe2/operators/cross_entropy_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:53.3536789Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:53.3537604Z Compiling caffe2/operators/normalize_l1_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:53.3538674Z Compiling caffe2/opt/distributed_converter.cc; 5s processwrapper-sandbox 2024-04-03T16:19:53.3539699Z Compiling caffe2/opt/bound_shape_inferencer.cc; 5s processwrapper-sandbox 2024-04-03T16:19:53.3540773Z Compiling caffe2/operators/matmul_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:19:53.6276196Z 2024-04-03T16:19:53.6278636Z  2024-04-03T16:19:53.6279698Z  2024-04-03T16:19:53.6280119Z  2024-04-03T16:19:53.6280511Z  2024-04-03T16:19:53.6280885Z  2024-04-03T16:19:53.6281375Z  2024-04-03T16:19:53.6281765Z  2024-04-03T16:19:53.6282119Z  2024-04-03T16:19:53.6283113Z [2,864 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:19:53.6286015Z Compiling caffe2/operators/cross_entropy_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:53.6287245Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:53.6288694Z Compiling caffe2/operators/normalize_l1_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:53.6290631Z Compiling caffe2/opt/bound_shape_inferencer.cc; 5s processwrapper-sandbox 2024-04-03T16:19:53.6292564Z Compiling caffe2/operators/matmul_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:53.6293932Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:53.6295051Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:53.6295810Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:53.8567974Z 2024-04-03T16:19:53.8890398Z  2024-04-03T16:19:53.8891089Z  2024-04-03T16:19:53.8891462Z  2024-04-03T16:19:53.8891897Z  2024-04-03T16:19:53.8892268Z  2024-04-03T16:19:53.8892628Z  2024-04-03T16:19:53.8893026Z  2024-04-03T16:19:53.8893399Z  2024-04-03T16:19:53.8894440Z [2,864 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:53.8895926Z Compiling caffe2/operators/cross_entropy_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:53.8896955Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:53.8898008Z Compiling caffe2/operators/normalize_l1_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:53.8899281Z Compiling caffe2/opt/bound_shape_inferencer.cc; 6s processwrapper-sandbox 2024-04-03T16:19:53.8900524Z Compiling caffe2/operators/matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:53.8901482Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:53.8902216Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:53.8903052Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:54.0654396Z 2024-04-03T16:19:54.0654948Z  2024-04-03T16:19:54.0655280Z  2024-04-03T16:19:54.0657287Z  2024-04-03T16:19:54.0657540Z  2024-04-03T16:19:54.0657852Z  2024-04-03T16:19:54.0658160Z  2024-04-03T16:19:54.0658401Z  2024-04-03T16:19:54.0658630Z  2024-04-03T16:19:54.0659387Z [2,866 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:54.0660516Z Compiling caffe2/operators/normalize_l1_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:54.0661500Z Compiling caffe2/opt/bound_shape_inferencer.cc; 6s processwrapper-sandbox 2024-04-03T16:19:54.0662492Z Compiling caffe2/operators/matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:54.0663150Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:54.0663704Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:54.0664188Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:54.0664936Z Compiling caffe2/operators/dropout_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:54.0665820Z Compiling caffe2/utils/math_cpu.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:54.2897585Z 2024-04-03T16:19:54.2898324Z  2024-04-03T16:19:54.2898826Z  2024-04-03T16:19:54.2899091Z  2024-04-03T16:19:54.2899332Z  2024-04-03T16:19:54.2899585Z  2024-04-03T16:19:54.2899837Z  2024-04-03T16:19:54.2900070Z  2024-04-03T16:19:54.2900322Z  2024-04-03T16:19:54.2901024Z [2,866 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:54.2902019Z Compiling caffe2/operators/normalize_l1_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:54.3634852Z Compiling caffe2/opt/bound_shape_inferencer.cc; 6s processwrapper-sandbox 2024-04-03T16:19:54.3636722Z Compiling caffe2/operators/matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:54.3637579Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:54.3638222Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:54.3638825Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:54.3640814Z Compiling caffe2/operators/dropout_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:54.3641960Z Compiling caffe2/utils/math_cpu.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:54.9083739Z 2024-04-03T16:19:54.9084604Z  2024-04-03T16:19:54.9085031Z  2024-04-03T16:19:54.9085378Z  2024-04-03T16:19:54.9085700Z  2024-04-03T16:19:54.9085953Z  2024-04-03T16:19:54.9086195Z  2024-04-03T16:19:54.9086423Z  2024-04-03T16:19:54.9086665Z  2024-04-03T16:19:54.9087465Z [2,867 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:54.9088496Z Compiling caffe2/opt/bound_shape_inferencer.cc; 7s processwrapper-sandbox 2024-04-03T16:19:54.9090971Z Compiling caffe2/operators/matmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:19:54.9091757Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:54.9092330Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:54.9092817Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:54.9093464Z Compiling caffe2/operators/dropout_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:54.9094336Z Compiling caffe2/utils/math_cpu.cc; 4s processwrapper-sandbox 2024-04-03T16:19:54.9094952Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:55.0586316Z 2024-04-03T16:19:55.0586932Z  2024-04-03T16:19:55.0587408Z  2024-04-03T16:19:55.0587694Z  2024-04-03T16:19:55.0587943Z  2024-04-03T16:19:55.0589468Z  2024-04-03T16:19:55.0589845Z  2024-04-03T16:19:55.0590214Z  2024-04-03T16:19:55.0590503Z  2024-04-03T16:19:55.0591244Z INFO: From Compiling caffe2/opt/bound_shape_inferencer.cc: 2024-04-03T16:19:55.0592004Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:19:55.0592663Z from ./caffe2/core/logging.h:2, 2024-04-03T16:19:55.0593343Z from caffe2/opt/bound_shape_inferencer.h:3, 2024-04-03T16:19:55.0595200Z from caffe2/opt/bound_shape_inferencer.cc:1: 2024-04-03T16:19:55.0597052Z caffe2/opt/bound_shape_inferencer.cc: In member function 'void caffe2::BoundShapeInferencer::InferCommonOp(const caffe2::OperatorDef&, const caffe2::OpSchema*, bool, bool)': 2024-04-03T16:19:55.0599740Z caffe2/opt/bound_shape_inferencer.cc:1116:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:55.0601327Z 1116 | CAFFE_ENFORCE(target < input_shapes.size()); 2024-04-03T16:19:55.0601927Z | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:55.0602961Z [2,868 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:55.0604193Z Compiling caffe2/opt/bound_shape_inferencer.cc; 7s processwrapper-sandbox 2024-04-03T16:19:55.0605219Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:55.0605824Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:55.0606304Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:55.0606942Z Compiling caffe2/operators/dropout_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:55.0607717Z Compiling caffe2/utils/math_cpu.cc; 4s processwrapper-sandbox 2024-04-03T16:19:55.0608331Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:55.0609012Z Compiling caffe2/perfkernels/typed_axpy.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:55.3643588Z 2024-04-03T16:19:55.3644120Z  2024-04-03T16:19:55.3644790Z  2024-04-03T16:19:55.3645089Z  2024-04-03T16:19:55.3645343Z  2024-04-03T16:19:55.3990631Z  2024-04-03T16:19:55.3991285Z  2024-04-03T16:19:55.3991700Z  2024-04-03T16:19:55.3992070Z  2024-04-03T16:19:55.3993131Z [2,869 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:55.3994315Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:55.3995365Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:55.3996062Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:55.3997076Z Compiling caffe2/operators/dropout_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:55.3998222Z Compiling caffe2/utils/math_cpu.cc; 4s processwrapper-sandbox 2024-04-03T16:19:55.3999126Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:55.4000136Z Compiling caffe2/perfkernels/typed_axpy.cc; 2s processwrapper-sandbox 2024-04-03T16:19:55.4001473Z Compiling caffe2/operators/logit_op.cc; 1s processwrapper-sandbox ... 2024-04-03T16:19:56.3047350Z 2024-04-03T16:19:56.3048228Z  2024-04-03T16:19:56.3048737Z  2024-04-03T16:19:56.3049300Z  2024-04-03T16:19:56.3050821Z  2024-04-03T16:19:56.3051346Z  2024-04-03T16:19:56.3051881Z  2024-04-03T16:19:56.3052282Z  2024-04-03T16:19:56.3052711Z  2024-04-03T16:19:56.3054028Z [2,870 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:56.3055169Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:56.3055702Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:56.3056423Z Compiling caffe2/operators/dropout_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:56.3057276Z Compiling caffe2/utils/math_cpu.cc; 5s processwrapper-sandbox 2024-04-03T16:19:56.3057956Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:56.3058679Z Compiling caffe2/perfkernels/typed_axpy.cc; 3s processwrapper-sandbox 2024-04-03T16:19:56.3059718Z Compiling caffe2/operators/logit_op.cc; 2s processwrapper-sandbox 2024-04-03T16:19:56.3060802Z Compiling caffe2/operators/abs_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:19:56.6000578Z 2024-04-03T16:19:56.6001374Z  2024-04-03T16:19:56.6001961Z  2024-04-03T16:19:56.6002316Z  2024-04-03T16:19:56.6002570Z  2024-04-03T16:19:56.6002819Z  2024-04-03T16:19:56.6458330Z  2024-04-03T16:19:56.6458720Z  2024-04-03T16:19:56.6459089Z  2024-04-03T16:19:56.6460074Z [2,870 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:56.6461209Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:56.6461921Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:56.6462833Z Compiling caffe2/operators/dropout_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:56.6463960Z Compiling caffe2/utils/math_cpu.cc; 5s processwrapper-sandbox 2024-04-03T16:19:56.6464846Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:56.6465845Z Compiling caffe2/perfkernels/typed_axpy.cc; 4s processwrapper-sandbox 2024-04-03T16:19:56.6467092Z Compiling caffe2/operators/logit_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:56.6468305Z Compiling caffe2/operators/abs_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:19:56.8008171Z 2024-04-03T16:19:56.8008965Z  2024-04-03T16:19:56.8009363Z  2024-04-03T16:19:56.8009646Z  2024-04-03T16:19:56.8009966Z  2024-04-03T16:19:56.8010319Z  2024-04-03T16:19:56.8010584Z  2024-04-03T16:19:56.8010910Z  2024-04-03T16:19:56.8011188Z  2024-04-03T16:19:56.8012298Z [2,871 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:56.8023645Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:56.8024496Z Compiling caffe2/operators/dropout_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:56.8025432Z Compiling caffe2/utils/math_cpu.cc; 6s processwrapper-sandbox 2024-04-03T16:19:56.8026740Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:56.8027578Z Compiling caffe2/perfkernels/typed_axpy.cc; 4s processwrapper-sandbox 2024-04-03T16:19:56.8028591Z Compiling caffe2/operators/logit_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:56.8029612Z Compiling caffe2/operators/abs_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:56.8032017Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:57.7183926Z 2024-04-03T16:19:57.7184863Z  2024-04-03T16:19:57.7185425Z  2024-04-03T16:19:57.7185882Z  2024-04-03T16:19:57.7186332Z  2024-04-03T16:19:57.7186790Z  2024-04-03T16:19:57.7187219Z  2024-04-03T16:19:57.7187663Z  2024-04-03T16:19:57.7188112Z  2024-04-03T16:19:57.7189279Z [2,872 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:57.7190563Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:57.7191755Z Compiling caffe2/utils/math_cpu.cc; 7s processwrapper-sandbox 2024-04-03T16:19:57.7193010Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:57.7195445Z Compiling caffe2/perfkernels/typed_axpy.cc; 5s processwrapper-sandbox 2024-04-03T16:19:57.7196723Z Compiling caffe2/operators/logit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:57.7197874Z Compiling caffe2/operators/abs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:57.7199429Z Compiling caffe2/operators/instance_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:57.7200708Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:58.0469741Z 2024-04-03T16:19:58.0470424Z  2024-04-03T16:19:58.0470932Z  2024-04-03T16:19:58.0471424Z  2024-04-03T16:19:58.0471842Z  2024-04-03T16:19:58.0472243Z  2024-04-03T16:19:58.0472614Z  2024-04-03T16:19:58.0472990Z  2024-04-03T16:19:58.0473294Z  2024-04-03T16:19:58.0474109Z [2,872 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:58.0475104Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:58.0475867Z Compiling caffe2/utils/math_cpu.cc; 7s processwrapper-sandbox 2024-04-03T16:19:58.0476577Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:58.0477404Z Compiling caffe2/perfkernels/typed_axpy.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.0479583Z Compiling caffe2/operators/logit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.0480597Z Compiling caffe2/operators/abs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.0481752Z Compiling caffe2/operators/instance_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.0482785Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:58.0655004Z 2024-04-03T16:19:58.0656918Z  2024-04-03T16:19:58.0658302Z  2024-04-03T16:19:58.0662541Z  2024-04-03T16:19:58.0662957Z  2024-04-03T16:19:58.0663213Z  2024-04-03T16:19:58.0663446Z  2024-04-03T16:19:58.0663692Z  2024-04-03T16:19:58.0664010Z  2024-04-03T16:19:58.0664696Z INFO: From Compiling caffe2/utils/math_cpu.cc: 2024-04-03T16:19:58.0666194Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = signed char; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0668729Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int8_t' {aka 'signed char'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0670567Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:19:58.0671204Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0671996Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0672661Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:19:58.0673036Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0674819Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int8_t' {aka 'signed char'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0676431Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:19:58.0677209Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0679440Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0680106Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:19:58.0680495Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0681732Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = short int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0683669Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int16_t' {aka 'short int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0686530Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:19:58.0687514Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0688755Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0689732Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:19:58.0690313Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0692173Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int16_t' {aka 'short int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0694063Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:19:58.0694687Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0695466Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0696134Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:19:58.0696573Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0698267Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0702243Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0704348Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:19:58.0705409Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0706711Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0707820Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:19:58.0708472Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0710346Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0712438Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:19:58.0713595Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0715568Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0717099Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:19:58.0718009Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0720916Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandFixedSum(size_t, T, T, T, T*, Context*) [with T = long int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0725593Z caffe2/utils/math_cpu.cc:1210:48: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0732164Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:19:58.0733684Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0735513Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0737600Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:19:58.0738501Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0741278Z caffe2/utils/math_cpu.cc:1211:48: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0746847Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:19:58.0748251Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0752171Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:19:58.0753732Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:19:58.0754656Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0759612Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = float; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0764782Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0767936Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0769279Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0771035Z caffe2/utils/math_cpu.cc:1403:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0772776Z 1403 | CAFFE2_RAND_SYNTHETIC_DATA(float); 2024-04-03T16:19:58.0773726Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0776659Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = double; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0781576Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0785254Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0786604Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0788346Z caffe2/utils/math_cpu.cc:1405:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0789700Z 1405 | CAFFE2_RAND_SYNTHETIC_DATA(double); 2024-04-03T16:19:58.0790352Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0791916Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = signed char; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0794142Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0795596Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0796235Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0797032Z caffe2/utils/math_cpu.cc:1407:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0797762Z 1407 | CAFFE2_RAND_SYNTHETIC_DATA(int8_t); 2024-04-03T16:19:58.0798213Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0799589Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = short int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0802474Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0804220Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0805179Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0806326Z caffe2/utils/math_cpu.cc:1409:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0808334Z 1409 | CAFFE2_RAND_SYNTHETIC_DATA(int16_t); 2024-04-03T16:19:58.0808749Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0810240Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0812746Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0814382Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0815665Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0816683Z caffe2/utils/math_cpu.cc:1411:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0817592Z 1411 | CAFFE2_RAND_SYNTHETIC_DATA(int32_t); 2024-04-03T16:19:58.0818101Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0819646Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = long int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0822323Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0824008Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0824780Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0825794Z caffe2/utils/math_cpu.cc:1413:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0826833Z 1413 | CAFFE2_RAND_SYNTHETIC_DATA(int64_t); 2024-04-03T16:19:58.0827408Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0829178Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = unsigned char; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0832324Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0834239Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0835005Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0836086Z caffe2/utils/math_cpu.cc:1415:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0837075Z 1415 | CAFFE2_RAND_SYNTHETIC_DATA(uint8_t); 2024-04-03T16:19:58.0837709Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0839697Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = short unsigned int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0842641Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0844820Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0845725Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0846802Z caffe2/utils/math_cpu.cc:1417:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0847816Z 1417 | CAFFE2_RAND_SYNTHETIC_DATA(uint16_t); 2024-04-03T16:19:58.0848422Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0889231Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = unsigned int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0892780Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0895214Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0896107Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0897171Z caffe2/utils/math_cpu.cc:1419:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0898162Z 1419 | CAFFE2_RAND_SYNTHETIC_DATA(uint32_t); 2024-04-03T16:19:58.0898692Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0900457Z caffe2/utils/math_cpu.cc: In function 'void caffe2::math::RandSyntheticData(size_t, T, T, T*, Context*) [with T = long unsigned int; Context = caffe2::CPUContext; size_t = long unsigned int]': 2024-04-03T16:19:58.0904167Z caffe2/utils/math_cpu.cc:1388:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:19:58.0905988Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:19:58.0906700Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0907524Z caffe2/utils/math_cpu.cc:1421:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:19:58.0908306Z 1421 | CAFFE2_RAND_SYNTHETIC_DATA(uint64_t); 2024-04-03T16:19:58.0908798Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:19:58.0911758Z caffe2/utils/math_cpu.cc: In instantiation of 'void caffe2::math::generate_trace_lru(std::vector&, std::vector&, std::vector&, std::vector&, Context_t*, Ind_t, Ind_t, Type, Type, Type*) [with Type = unsigned int; Val_t = double; Ind_t = int; Context_t = caffe2::CPUContext; bool cdf_app = false]': 2024-04-03T16:19:58.0914167Z caffe2/utils/math_cpu.cc:1419:1: required from here 2024-04-03T16:19:58.0915597Z caffe2/utils/math_cpu.cc:1354:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0917276Z 1354 | if (mem_ref < min) { 2024-04-03T16:19:58.0917725Z | ~~~~~~~~^~~~~ 2024-04-03T16:19:58.0918815Z caffe2/utils/math_cpu.cc:1360:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0920173Z 1360 | if (mem_ref > max) { 2024-04-03T16:19:58.0920647Z | ~~~~~~~~^~~~~ 2024-04-03T16:19:58.0923247Z caffe2/utils/math_cpu.cc: In instantiation of 'void caffe2::math::generate_trace_lru(std::vector&, std::vector&, std::vector&, std::vector&, Context_t*, Ind_t, Ind_t, Type, Type, Type*) [with Type = long unsigned int; Val_t = double; Ind_t = int; Context_t = caffe2::CPUContext; bool cdf_app = false]': 2024-04-03T16:19:58.0926132Z caffe2/utils/math_cpu.cc:1421:1: required from here 2024-04-03T16:19:58.0927816Z caffe2/utils/math_cpu.cc:1354:17: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0929262Z 1354 | if (mem_ref < min) { 2024-04-03T16:19:58.0929642Z | ~~~~~~~~^~~~~ 2024-04-03T16:19:58.0930993Z caffe2/utils/math_cpu.cc:1360:17: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 2024-04-03T16:19:58.0932445Z 1360 | if (mem_ref > max) { 2024-04-03T16:19:58.0932930Z | ~~~~~~~~^~~~~ 2024-04-03T16:19:58.0933810Z [2,872 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:58.0934861Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:19:58.0935962Z Compiling caffe2/utils/math_cpu.cc; 7s processwrapper-sandbox 2024-04-03T16:19:58.0936806Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:19:58.0937668Z Compiling caffe2/perfkernels/typed_axpy.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.0938670Z Compiling caffe2/operators/logit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.0939642Z Compiling caffe2/operators/abs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.0941217Z Compiling caffe2/operators/instance_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.0941932Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:19:58.3670130Z 2024-04-03T16:19:58.3670842Z  2024-04-03T16:19:58.3671437Z  2024-04-03T16:19:58.3671857Z  2024-04-03T16:19:58.3672253Z  2024-04-03T16:19:58.3672665Z  2024-04-03T16:19:58.3673126Z  2024-04-03T16:19:58.3673479Z  2024-04-03T16:19:58.3673825Z  2024-04-03T16:19:58.3674912Z [2,875 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:19:58.3676488Z Compiling caffe2/perfkernels/typed_axpy.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.3677956Z Compiling caffe2/operators/logit_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.3679314Z Compiling caffe2/operators/abs_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.3680839Z Compiling caffe2/operators/instance_norm_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.3681928Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:58.3683144Z Compiling caffe2/operators/quant_decode_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.3685008Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:58.3686053Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:58.6473419Z 2024-04-03T16:19:58.6474109Z  2024-04-03T16:19:58.6474717Z  2024-04-03T16:19:58.6475131Z  2024-04-03T16:19:58.6475376Z  2024-04-03T16:19:58.6475625Z  2024-04-03T16:19:58.6475872Z  2024-04-03T16:19:58.6476103Z  2024-04-03T16:19:58.6476357Z  2024-04-03T16:19:58.6477063Z [2,875 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:58.6478048Z Compiling caffe2/perfkernels/typed_axpy.cc; 6s processwrapper-sandbox 2024-04-03T16:19:58.6478884Z Compiling caffe2/operators/logit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.7208397Z Compiling caffe2/operators/abs_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.7209378Z Compiling caffe2/operators/instance_norm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.7210393Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:58.7211544Z Compiling caffe2/operators/quant_decode_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.7212638Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:58.7213317Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:58.9213524Z 2024-04-03T16:19:58.9214206Z  2024-04-03T16:19:58.9214606Z  2024-04-03T16:19:58.9214863Z  2024-04-03T16:19:58.9215115Z  2024-04-03T16:19:58.9215372Z  2024-04-03T16:19:58.9215610Z  2024-04-03T16:19:58.9215851Z  2024-04-03T16:19:58.9216081Z  2024-04-03T16:19:58.9216783Z [2,876 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:58.9217760Z Compiling caffe2/operators/logit_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.9218553Z Compiling caffe2/operators/abs_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.9219372Z Compiling caffe2/operators/instance_norm_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:58.9220055Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:58.9220745Z Compiling caffe2/operators/quant_decode_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:58.9221410Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:19:58.9222103Z Compiling caffe2/operators/batch_moments_op.cc; 3s processwrapper-sandbox 2024-04-03T16:19:58.9727492Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:19:59.9739032Z 2024-04-03T16:19:59.9740196Z  2024-04-03T16:19:59.9740939Z  2024-04-03T16:19:59.9741617Z  2024-04-03T16:19:59.9742541Z  2024-04-03T16:19:59.9742942Z  2024-04-03T16:19:59.9743309Z  2024-04-03T16:19:59.9743721Z  2024-04-03T16:19:59.9744573Z  2024-04-03T16:19:59.9745567Z [2,876 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:19:59.9746726Z Compiling caffe2/operators/logit_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:59.9747739Z Compiling caffe2/operators/abs_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:59.9748804Z Compiling caffe2/operators/instance_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:19:59.9749658Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:19:59.9750584Z Compiling caffe2/operators/quant_decode_op.cc; 5s processwrapper-sandbox 2024-04-03T16:19:59.9751497Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:19:59.9753116Z Compiling caffe2/operators/batch_moments_op.cc; 4s processwrapper-sandbox 2024-04-03T16:19:59.9753947Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:00.1945987Z 2024-04-03T16:20:00.1946693Z  2024-04-03T16:20:00.1947303Z  2024-04-03T16:20:00.1947884Z  2024-04-03T16:20:00.1948395Z  2024-04-03T16:20:00.1948917Z  2024-04-03T16:20:00.1949471Z  2024-04-03T16:20:00.1949900Z  2024-04-03T16:20:00.1950346Z  2024-04-03T16:20:00.1951349Z INFO: From Compiling caffe2/transforms/pattern_net_transform.cc: 2024-04-03T16:20:00.1954373Z caffe2/transforms/pattern_net_transform.cc: In member function 'virtual bool caffe2::PatternNetTransform::PatternRule(const caffe2::transform::Graph&, const std::vector&, int)': 2024-04-03T16:20:00.1959365Z caffe2/transforms/pattern_net_transform.cc:120:30: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, int>::value_type' {aka 'int'} and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:00.1962599Z 120 | if (inverse_ops_[parent] < subgraph.size() && 2024-04-03T16:20:00.1965724Z caffe2/transforms/pattern_net_transform.cc:129:29: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, int>::value_type' {aka 'int'} and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:00.1970152Z 129 | if (inverse_ops_[child] < subgraph.size() && 2024-04-03T16:20:00.1971777Z [2,876 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:00.1972884Z Compiling caffe2/operators/logit_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:00.1973972Z Compiling caffe2/operators/abs_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:00.1974824Z Compiling caffe2/operators/instance_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:00.1975926Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:00.1976998Z Compiling caffe2/operators/quant_decode_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:00.1978187Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:00.1979263Z Compiling caffe2/operators/batch_moments_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:00.1980706Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:20:00.5743838Z 2024-04-03T16:20:00.5744804Z  2024-04-03T16:20:00.5745295Z  2024-04-03T16:20:00.5745642Z  2024-04-03T16:20:00.5745974Z  2024-04-03T16:20:00.5746241Z  2024-04-03T16:20:00.5746493Z  2024-04-03T16:20:00.5746801Z  2024-04-03T16:20:00.5747060Z  2024-04-03T16:20:00.5747855Z [2,877 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:00.5749021Z Compiling caffe2/operators/logit_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:00.5750672Z Compiling caffe2/operators/abs_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:00.5751835Z Compiling caffe2/operators/instance_norm_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:00.5753111Z Compiling caffe2/operators/quant_decode_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:00.5754314Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:00.5755139Z Compiling caffe2/operators/batch_moments_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:00.5756043Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:00.5757034Z Compiling caffe2/utils/math/broadcast.cc; 5s processwrapper-sandbox ... 2024-04-03T16:20:01.1722189Z 2024-04-03T16:20:01.1722818Z  2024-04-03T16:20:01.1723410Z  2024-04-03T16:20:01.1723781Z  2024-04-03T16:20:01.1724021Z  2024-04-03T16:20:01.1724275Z  2024-04-03T16:20:01.1724761Z  2024-04-03T16:20:01.1725012Z  2024-04-03T16:20:01.1725258Z  2024-04-03T16:20:01.1729825Z [2,878 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:01.1731421Z Compiling caffe2/operators/logit_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:01.1732536Z Compiling caffe2/operators/instance_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:01.1733712Z Compiling caffe2/operators/quant_decode_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:01.1734593Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:01.1735381Z Compiling caffe2/operators/batch_moments_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.1736241Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:01.1737131Z Compiling caffe2/utils/math/broadcast.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.1738093Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:01.3768161Z 2024-04-03T16:20:01.3768864Z  2024-04-03T16:20:01.3769331Z  2024-04-03T16:20:01.3769728Z  2024-04-03T16:20:01.3770111Z  2024-04-03T16:20:01.3770499Z  2024-04-03T16:20:01.3770884Z  2024-04-03T16:20:01.3771286Z  2024-04-03T16:20:01.3771704Z  2024-04-03T16:20:01.3772805Z [2,880 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:01.3774411Z Compiling caffe2/operators/instance_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:01.3775705Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:01.3776751Z Compiling caffe2/operators/batch_moments_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.3777833Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:01.3778902Z Compiling caffe2/utils/math/broadcast.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.3779943Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:01.3780575Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:01.3781310Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:01.5749596Z 2024-04-03T16:20:01.5750128Z  2024-04-03T16:20:01.5750599Z  2024-04-03T16:20:01.5750944Z  2024-04-03T16:20:01.5751218Z  2024-04-03T16:20:01.5751470Z  2024-04-03T16:20:01.5751795Z  2024-04-03T16:20:01.5752027Z  2024-04-03T16:20:01.5752273Z  2024-04-03T16:20:01.5753048Z [2,881 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:01.5753959Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:01.5754727Z Compiling caffe2/operators/batch_moments_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.5755469Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:01.5756185Z Compiling caffe2/utils/math/broadcast.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.5756917Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:01.5757475Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:01.5758011Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:01.5758517Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:01.9061584Z 2024-04-03T16:20:01.9062217Z  2024-04-03T16:20:01.9062637Z  2024-04-03T16:20:01.9062997Z  2024-04-03T16:20:01.9063361Z  2024-04-03T16:20:01.9063717Z  2024-04-03T16:20:01.9063982Z  2024-04-03T16:20:01.9064305Z  2024-04-03T16:20:01.9064664Z  2024-04-03T16:20:01.9066167Z [2,882 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:01.9067304Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:01.9068257Z Compiling caffe2/operators/batch_moments_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:01.9069228Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:01.9069808Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:01.9070566Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:01.9071126Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:01.9071792Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:01.9072497Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:02.2357678Z 2024-04-03T16:20:02.2385033Z  2024-04-03T16:20:02.2385834Z  2024-04-03T16:20:02.2386202Z  2024-04-03T16:20:02.2386617Z  2024-04-03T16:20:02.2386997Z  2024-04-03T16:20:02.2387331Z  2024-04-03T16:20:02.2387631Z  2024-04-03T16:20:02.2387876Z  2024-04-03T16:20:02.2388834Z [2,882 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:02.2390073Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:02.2391025Z Compiling caffe2/operators/batch_moments_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:02.2392044Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:02.2392755Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:02.2393480Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:02.2394152Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.2394919Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.2395623Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:02.4392680Z 2024-04-03T16:20:02.4395015Z  2024-04-03T16:20:02.4395406Z  2024-04-03T16:20:02.4395689Z  2024-04-03T16:20:02.4396086Z  2024-04-03T16:20:02.4396360Z  2024-04-03T16:20:02.4397751Z  2024-04-03T16:20:02.4398002Z  2024-04-03T16:20:02.4398274Z  2024-04-03T16:20:02.4399171Z [2,884 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:02.4400482Z Compiling caffe2/operators/batch_moments_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:02.4401333Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:02.4401842Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:02.4402453Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.4403006Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.4403532Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.4404022Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.4405104Z Compiling caffe2/sgd/adam_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:02.7514638Z 2024-04-03T16:20:02.7515233Z  2024-04-03T16:20:02.7515700Z  2024-04-03T16:20:02.7516032Z  2024-04-03T16:20:02.7516438Z  2024-04-03T16:20:02.7516836Z  2024-04-03T16:20:02.7517226Z  2024-04-03T16:20:02.7517672Z  2024-04-03T16:20:02.7518090Z  2024-04-03T16:20:02.7519284Z [2,885 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:02.7520722Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:02.7521537Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:02.7522260Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:02.7522916Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.7523735Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.7526107Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:02.7527282Z Compiling caffe2/sgd/adam_op.cc; 3s processwrapper-sandbox 2024-04-03T16:20:02.7528624Z Compiling caffe2/sgd/adagrad_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:20:03.0396848Z 2024-04-03T16:20:03.0397572Z  2024-04-03T16:20:03.0397899Z  2024-04-03T16:20:03.0400076Z  2024-04-03T16:20:03.0400377Z  2024-04-03T16:20:03.0400625Z  2024-04-03T16:20:03.0400858Z  2024-04-03T16:20:03.0401101Z  2024-04-03T16:20:03.0401477Z  2024-04-03T16:20:03.0402212Z [2,885 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:03.0403201Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:03.0403695Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:03.0404508Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.0404986Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:03.0405464Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:03.0405947Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:03.0407912Z Compiling caffe2/sgd/adam_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:03.0408801Z Compiling caffe2/sgd/adagrad_op.cc; 2s processwrapper-sandbox ... 2024-04-03T16:20:03.6159185Z 2024-04-03T16:20:03.6159926Z  2024-04-03T16:20:03.6160519Z  2024-04-03T16:20:03.6160959Z  2024-04-03T16:20:03.6161377Z  2024-04-03T16:20:03.6161792Z  2024-04-03T16:20:03.6162151Z  2024-04-03T16:20:03.6162395Z  2024-04-03T16:20:03.6162637Z  2024-04-03T16:20:03.6163309Z [2,886 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:03.6164109Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:03.6164796Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.6165262Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.6165742Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.6166223Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.6166801Z Compiling caffe2/sgd/adam_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:03.6167525Z Compiling caffe2/sgd/adagrad_op.cc; 3s processwrapper-sandbox 2024-04-03T16:20:03.6168163Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:03.8401447Z 2024-04-03T16:20:03.8401935Z  2024-04-03T16:20:03.8402256Z  2024-04-03T16:20:03.8402500Z  2024-04-03T16:20:03.8402744Z  2024-04-03T16:20:03.8402986Z  2024-04-03T16:20:03.8403217Z  2024-04-03T16:20:03.8403461Z  2024-04-03T16:20:03.8403702Z  2024-04-03T16:20:03.8404528Z [2,886 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:03.8405336Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:03.8405827Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:03.8406292Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.8406780Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.8407257Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:03.8407844Z Compiling caffe2/sgd/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:03.8408566Z Compiling caffe2/sgd/adagrad_op.cc; 3s processwrapper-sandbox 2024-04-03T16:20:03.8409204Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:04.0712998Z 2024-04-03T16:20:04.0714014Z  2024-04-03T16:20:04.0714535Z  2024-04-03T16:20:04.0715016Z  2024-04-03T16:20:04.0715483Z  2024-04-03T16:20:04.0715963Z  2024-04-03T16:20:04.0716415Z  2024-04-03T16:20:04.0716738Z  2024-04-03T16:20:04.0716990Z  2024-04-03T16:20:04.0718036Z [2,887 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:04.0719018Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:04.0719695Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:04.0721163Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:04.0721821Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:04.0722561Z Compiling caffe2/sgd/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:04.0723345Z Compiling caffe2/sgd/adagrad_op.cc; 3s processwrapper-sandbox 2024-04-03T16:20:04.0724161Z //:caffe2; 2s processwrapper-sandbox 2024-04-03T16:20:04.0725656Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:04.3241978Z 2024-04-03T16:20:04.3242481Z  2024-04-03T16:20:04.3242909Z  2024-04-03T16:20:04.3243184Z  2024-04-03T16:20:04.3243420Z  2024-04-03T16:20:04.3243678Z  2024-04-03T16:20:04.3243923Z  2024-04-03T16:20:04.3244156Z  2024-04-03T16:20:04.3244531Z  2024-04-03T16:20:04.3245250Z [2,887 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:04.3246039Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:04.3246545Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:04.3247028Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:04.3375523Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:04.3376775Z Compiling caffe2/sgd/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:04.3377949Z Compiling caffe2/sgd/adagrad_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:04.3378980Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:04.3379785Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:05.3405214Z 2024-04-03T16:20:05.3405937Z  2024-04-03T16:20:05.3406451Z  2024-04-03T16:20:05.3406876Z  2024-04-03T16:20:05.3407290Z  2024-04-03T16:20:05.3407654Z  2024-04-03T16:20:05.3408073Z  2024-04-03T16:20:05.3408486Z  2024-04-03T16:20:05.3408816Z  2024-04-03T16:20:05.3409788Z [2,887 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:05.3410854Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.3411603Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.3412333Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.3413000Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:05.3413863Z Compiling caffe2/sgd/adam_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:05.3415293Z Compiling caffe2/sgd/adagrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:05.3415957Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.3416749Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:05.5760981Z 2024-04-03T16:20:05.5761529Z  2024-04-03T16:20:05.5761835Z  2024-04-03T16:20:05.5762108Z  2024-04-03T16:20:05.5762359Z  2024-04-03T16:20:05.5762596Z  2024-04-03T16:20:05.5762910Z  2024-04-03T16:20:05.5763153Z  2024-04-03T16:20:05.5763407Z  2024-04-03T16:20:05.5764169Z [2,888 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:05.5765245Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.5765737Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.5766223Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.5766815Z Compiling caffe2/sgd/adam_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:05.5767594Z Compiling caffe2/sgd/adagrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:05.5768310Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.5768823Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.5769340Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:05.7117117Z 2024-04-03T16:20:05.7118060Z  2024-04-03T16:20:05.7118535Z  2024-04-03T16:20:05.7118937Z  2024-04-03T16:20:05.7119290Z  2024-04-03T16:20:05.7119555Z  2024-04-03T16:20:05.7119983Z  2024-04-03T16:20:05.7120303Z  2024-04-03T16:20:05.7120688Z  2024-04-03T16:20:05.7121468Z INFO: From Compiling caffe2/operators/reservoir_sampling.cc: 2024-04-03T16:20:05.7124607Z caffe2/operators/reservoir_sampling.cc: In instantiation of 'bool caffe2::{anonymous}::ReservoirSamplingOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:20:05.7126192Z caffe2/operators/reservoir_sampling.cc:22:8: required from here 2024-04-03T16:20:05.7128053Z caffe2/operators/reservoir_sampling.cc:38:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:20:05.7130133Z 38 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:20:05.7131280Z [2,888 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:05.7132223Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.7132786Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.7133345Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.7134056Z Compiling caffe2/sgd/adam_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:05.7134925Z Compiling caffe2/sgd/adagrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:05.7150932Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.7151721Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.7152502Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:05.8324806Z 2024-04-03T16:20:05.8327240Z  2024-04-03T16:20:05.8327983Z  2024-04-03T16:20:05.8328525Z  2024-04-03T16:20:05.8329585Z  2024-04-03T16:20:05.8330230Z  2024-04-03T16:20:05.8330632Z  2024-04-03T16:20:05.8331309Z  2024-04-03T16:20:05.8331886Z  2024-04-03T16:20:05.8332947Z INFO: From Compiling caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: 2024-04-03T16:20:05.8335317Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = short unsigned int]': 2024-04-03T16:20:05.8337557Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:20:05.8340873Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:312:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8343427Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:20:05.8344867Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:05.8347299Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:344:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8349430Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:20:05.8350140Z | ~~^~~ 2024-04-03T16:20:05.8352330Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:348:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8354618Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8355352Z | ~~^~~ 2024-04-03T16:20:05.8357646Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:353:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8359822Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8360536Z | ~~^~~ 2024-04-03T16:20:05.8362852Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:664:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8365188Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:20:05.8365882Z | ~~^~~ 2024-04-03T16:20:05.8368515Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:668:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8370578Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8371313Z | ~~^~~ 2024-04-03T16:20:05.8373664Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:673:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8376663Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8377337Z | ~~^~~ 2024-04-03T16:20:05.8379537Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:681:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8381643Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:20:05.8382424Z | ~~^~~ 2024-04-03T16:20:05.8385398Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:685:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8387567Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8388282Z | ~~^~~ 2024-04-03T16:20:05.8390686Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:690:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8392785Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8393480Z | ~~^~~ 2024-04-03T16:20:05.8395781Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:697:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8397941Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:20:05.8398655Z | ~~^~~ 2024-04-03T16:20:05.8400926Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:701:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8403086Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8403935Z | ~~^~~ 2024-04-03T16:20:05.8406446Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:707:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8408584Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8409346Z | ~~^~~ 2024-04-03T16:20:05.8411902Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:713:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8414303Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8415126Z | ~~^~~ 2024-04-03T16:20:05.8417397Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:719:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8419418Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8420132Z | ~~^~~ 2024-04-03T16:20:05.8422476Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:732:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8424638Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:20:05.8425434Z | ~~^~~~~~~ 2024-04-03T16:20:05.8428501Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:20:05.8430644Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:20:05.8433278Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:312:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8436557Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:20:05.8437324Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:05.8439358Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:344:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8441106Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:20:05.8441702Z | ~~^~~ 2024-04-03T16:20:05.8444519Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:348:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8446327Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8446940Z | ~~^~~ 2024-04-03T16:20:05.8448875Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:353:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8450617Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8451286Z | ~~^~~ 2024-04-03T16:20:05.8453188Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:664:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8454999Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:20:05.8455602Z | ~~^~~ 2024-04-03T16:20:05.8457622Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:668:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8459522Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8460849Z | ~~^~~ 2024-04-03T16:20:05.8462998Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:673:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8464960Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8465640Z | ~~^~~ 2024-04-03T16:20:05.8467486Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:681:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8469483Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:20:05.8470146Z | ~~^~~ 2024-04-03T16:20:05.8472428Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:685:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8474693Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8475438Z | ~~^~~ 2024-04-03T16:20:05.8478300Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:690:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8480989Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8481877Z | ~~^~~ 2024-04-03T16:20:05.8485713Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:697:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8488012Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:20:05.8488602Z | ~~^~~ 2024-04-03T16:20:05.8490896Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:701:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8494161Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8494954Z | ~~^~~ 2024-04-03T16:20:05.8497048Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:707:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8498986Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8499671Z | ~~^~~ 2024-04-03T16:20:05.8502440Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:713:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8504626Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8505399Z | ~~^~~ 2024-04-03T16:20:05.8507789Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:719:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8509793Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:20:05.8510432Z | ~~^~~ 2024-04-03T16:20:05.8512404Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:732:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:05.8514332Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:20:05.8514982Z | ~~^~~~~~~ 2024-04-03T16:20:05.8516115Z [2,889 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:05.8517215Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:05.8517916Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:05.8519125Z Compiling caffe2/sgd/adam_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:05.8520163Z Compiling caffe2/sgd/adagrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:05.8521049Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.8521733Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.8522443Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:05.8523263Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:06.0950497Z 2024-04-03T16:20:06.0951198Z  2024-04-03T16:20:06.0951780Z  2024-04-03T16:20:06.0952078Z  2024-04-03T16:20:06.0952322Z  2024-04-03T16:20:06.0952566Z  2024-04-03T16:20:06.0952793Z  2024-04-03T16:20:06.0953048Z  2024-04-03T16:20:06.0953290Z  2024-04-03T16:20:06.0953979Z [2,892 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:06.0954912Z Compiling caffe2/sgd/adagrad_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:06.0955546Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:06.0956014Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:06.0956493Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:06.0956969Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:06.0957642Z Compiling caffe2/queue/rebatching_queue_ops.cc; 4s processwrapper-sandbox 2024-04-03T16:20:06.0958319Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:06.0958825Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:06.9810487Z 2024-04-03T16:20:06.9811232Z  2024-04-03T16:20:06.9811677Z  2024-04-03T16:20:06.9811962Z  2024-04-03T16:20:06.9812208Z  2024-04-03T16:20:06.9813791Z  2024-04-03T16:20:06.9814091Z  2024-04-03T16:20:06.9814365Z  2024-04-03T16:20:06.9814668Z  2024-04-03T16:20:06.9815427Z [2,893 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:06.9816301Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:06.9818370Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:06.9819014Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:06.9819554Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:06.9820390Z Compiling caffe2/queue/rebatching_queue_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:20:06.9821140Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:06.9821704Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:06.9822254Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:07.3140556Z 2024-04-03T16:20:07.3141121Z  2024-04-03T16:20:07.3141565Z  2024-04-03T16:20:07.3142066Z  2024-04-03T16:20:07.3142398Z  2024-04-03T16:20:07.3142645Z  2024-04-03T16:20:07.3178678Z  2024-04-03T16:20:07.3179122Z  2024-04-03T16:20:07.3179445Z  2024-04-03T16:20:07.3180381Z [2,894 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:07.3181461Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:07.3182135Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:07.3182789Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:07.3183717Z Compiling caffe2/queue/rebatching_queue_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:20:07.3184688Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:07.3185290Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:07.3185900Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:07.3186545Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:08.2869279Z 2024-04-03T16:20:08.2869959Z  2024-04-03T16:20:08.2870428Z  2024-04-03T16:20:08.2870858Z  2024-04-03T16:20:08.2871232Z  2024-04-03T16:20:08.2871693Z  2024-04-03T16:20:08.2872137Z  2024-04-03T16:20:08.2872561Z  2024-04-03T16:20:08.2872980Z  2024-04-03T16:20:08.2874148Z [2,895 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:08.2876780Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:08.2877591Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:08.2878430Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:08.2879735Z Compiling caffe2/queue/rebatching_queue_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:20:08.2881015Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:08.2881912Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:08.2882808Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:08.2883740Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:08.5188516Z 2024-04-03T16:20:08.5189247Z  2024-04-03T16:20:08.5189558Z  2024-04-03T16:20:08.5189830Z  2024-04-03T16:20:08.5190085Z  2024-04-03T16:20:08.5190385Z  2024-04-03T16:20:08.5190746Z  2024-04-03T16:20:08.5191023Z  2024-04-03T16:20:08.5191276Z  2024-04-03T16:20:08.5192012Z [2,895 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:08.5192870Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:08.5193410Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:08.5193893Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:08.5194633Z Compiling caffe2/queue/rebatching_queue_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:20:08.5195311Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:08.5195798Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:08.5196320Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:08.5196800Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:09.3495385Z 2024-04-03T16:20:09.3496157Z  2024-04-03T16:20:09.3496605Z  2024-04-03T16:20:09.3497183Z  2024-04-03T16:20:09.3497628Z  2024-04-03T16:20:09.3497992Z  2024-04-03T16:20:09.3498339Z  2024-04-03T16:20:09.3498744Z  2024-04-03T16:20:09.3499147Z  2024-04-03T16:20:09.3501312Z INFO: From Compiling caffe2/quantization/server/conv_dnnlowp_op.cc: 2024-04-03T16:20:09.3503714Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:20:09.3505157Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:20:09.3507047Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3508604Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.3510047Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3511644Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:20:09.3513373Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:20:09.3516319Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3518423Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:20:09.3520739Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:20:09.3522406Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:20:09.3524588Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3527486Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:09.3528175Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3529776Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:20:09.3531378Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:20:09.3533794Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3535623Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.3536205Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3538249Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:20:09.3540154Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:20:09.3542619Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3544569Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.3545230Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3547810Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:20:09.3564159Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:20:09.3567048Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3569739Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:20:09.3571865Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:20:09.3574001Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:20:09.3578959Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3582057Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:09.3582904Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3585016Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:20:09.3586793Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:20:09.3589243Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3591372Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.3592070Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3593958Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:20:09.3596380Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:20:09.3598700Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3600568Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.3601112Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3602668Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:20:09.3604243Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:20:09.3607040Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3608764Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:20:09.3610582Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:20:09.3612351Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:20:09.3614759Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.3617338Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:09.3617977Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.3619363Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:20:09.4030535Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:20:09.4033380Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.4035489Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.4036198Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.4039087Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:20:09.4041215Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:20:09.4044119Z caffe2/quantization/server/conv_dnnlowp_op.cc:624:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.4046624Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.4047478Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.4049585Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:20:09.4052009Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:20:09.4055018Z caffe2/quantization/server/conv_dnnlowp_op.cc:200:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.4057471Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:20:09.4059720Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:20:09.4062376Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:20:09.4065641Z caffe2/quantization/server/conv_dnnlowp_op.cc:468:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.4068335Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:09.4069127Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.4071475Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = short unsigned int; bool ReluFused = true]': 2024-04-03T16:20:09.4073562Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:20:09.4076846Z caffe2/quantization/server/conv_dnnlowp_op.cc:319:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:09.4079553Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:20:09.4080250Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:09.4081639Z [2,895 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:09.4082803Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:09.4084925Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:09.4085764Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:09.4086942Z Compiling caffe2/queue/rebatching_queue_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:20:09.4088139Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:09.4088935Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:09.4090383Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:09.4091327Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:20:09.4437402Z 2024-04-03T16:20:09.4437973Z  2024-04-03T16:20:09.4438339Z  2024-04-03T16:20:09.4438713Z  2024-04-03T16:20:09.4439103Z  2024-04-03T16:20:09.4439471Z  2024-04-03T16:20:09.4439869Z  2024-04-03T16:20:09.4440204Z  2024-04-03T16:20:09.4440504Z  2024-04-03T16:20:09.4441311Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc: 2024-04-03T16:20:09.4443176Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:223: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:20:09.4444972Z 223 | #pragma omp parallel for 2024-04-03T16:20:09.4445652Z | 2024-04-03T16:20:09.4447198Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:245: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:20:09.4448712Z 245 | #pragma omp parallel for 2024-04-03T16:20:09.4449323Z | 2024-04-03T16:20:09.4450274Z [2,897 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:09.4451312Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:09.4451805Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:09.4452428Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:09.4453031Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:09.4453685Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:09.4454338Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:09.4455234Z Compiling caffe2/operators/glu_op.cc; 3s processwrapper-sandbox 2024-04-03T16:20:09.4456108Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:09.7121025Z 2024-04-03T16:20:09.7127632Z  2024-04-03T16:20:09.7128059Z  2024-04-03T16:20:09.7128380Z  2024-04-03T16:20:09.7128654Z  2024-04-03T16:20:09.7129430Z  2024-04-03T16:20:09.7129666Z  2024-04-03T16:20:09.7130006Z  2024-04-03T16:20:09.7130288Z  2024-04-03T16:20:09.7131187Z [2,900 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:09.7132136Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:09.7132692Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:09.7133293Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:09.7133982Z Compiling caffe2/operators/glu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:09.7134884Z Compiling caffe2/perfkernels/math_cpu_base.cc; 3s processwrapper-sandbox 2024-04-03T16:20:09.7135948Z Compiling caffe2/quantization/server/dnnlowp.cc; 3s processwrapper-sandbox 2024-04-03T16:20:09.7136715Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:09.7137317Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:09.9338441Z 2024-04-03T16:20:09.9339006Z  2024-04-03T16:20:09.9339334Z  2024-04-03T16:20:09.9339690Z  2024-04-03T16:20:09.9339942Z  2024-04-03T16:20:09.9340171Z  2024-04-03T16:20:09.9340417Z  2024-04-03T16:20:09.9340663Z  2024-04-03T16:20:09.9340890Z  2024-04-03T16:20:09.9341584Z [2,901 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:09.9342380Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:09.9342863Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:09.9343501Z Compiling caffe2/operators/glu_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:10.0117061Z Compiling caffe2/perfkernels/math_cpu_base.cc; 4s processwrapper-sandbox 2024-04-03T16:20:10.0118565Z Compiling caffe2/quantization/server/dnnlowp.cc; 4s processwrapper-sandbox 2024-04-03T16:20:10.0119490Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:10.0120114Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:10.0120690Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:10.8154611Z 2024-04-03T16:20:10.8155433Z  2024-04-03T16:20:10.8155933Z  2024-04-03T16:20:10.8156351Z  2024-04-03T16:20:10.8156675Z  2024-04-03T16:20:10.8157030Z  2024-04-03T16:20:10.8157425Z  2024-04-03T16:20:10.8157792Z  2024-04-03T16:20:10.8158186Z  2024-04-03T16:20:10.8159259Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_op.cc: 2024-04-03T16:20:10.8161967Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:20:10.8164019Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:20:10.8166843Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:519:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8168669Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:20:10.8169288Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8171212Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:523:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8172757Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:20:10.8173374Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8175228Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:527:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8176820Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:20:10.8177323Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8179465Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::GetQuantizationParameters_(float, int) [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:20:10.8183652Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:20:10.8186192Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:710:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8188166Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:10.8188847Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:10.8191095Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:933:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8193041Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:10.8193676Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:10.8195503Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:20:10.8197288Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:20:10.8199314Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:519:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8202255Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:20:10.8202857Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8204729Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:523:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8206900Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:20:10.8207469Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8209363Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:527:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8211276Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:20:10.8211821Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8214467Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:20:10.8216881Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:20:10.8219351Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:519:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8221134Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:20:10.8221671Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8223491Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:523:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8225244Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:20:10.8225866Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8227791Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:527:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8229412Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:20:10.8229989Z | ~~^~~~~~~~ 2024-04-03T16:20:10.8232784Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::GetQuantizationParameters_(float, int) [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:20:10.8236162Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:129:8: required from 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = unsigned char; bool ReluFused = true]' 2024-04-03T16:20:10.8237974Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:20:10.8240491Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:710:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8242420Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:10.8243045Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:10.8245326Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:933:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8247280Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:10.8247970Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:10.8250022Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc: In instantiation of 'bool caffe2::FullyConnectedDNNLowPOp::GetQuantizationParameters_(float, int) [with T = short unsigned int; bool ReluFused = false]': 2024-04-03T16:20:10.8254138Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:129:8: required from 'bool caffe2::FullyConnectedDNNLowPOp::RunOnDevice() [with T = short unsigned int; bool ReluFused = false]' 2024-04-03T16:20:10.8255941Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:20:10.8259856Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:710:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8261965Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:10.8262597Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:10.8265034Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:933:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:10.8267810Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:20:10.8268548Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:10.8269718Z [2,901 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:10.8270792Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:10.8271428Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:10.8272122Z Compiling caffe2/operators/glu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:10.8273179Z Compiling caffe2/perfkernels/math_cpu_base.cc; 5s processwrapper-sandbox 2024-04-03T16:20:10.8274328Z Compiling caffe2/quantization/server/dnnlowp.cc; 4s processwrapper-sandbox 2024-04-03T16:20:10.8275190Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:10.8275825Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:10.8276513Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:11.2127890Z 2024-04-03T16:20:11.2128412Z  2024-04-03T16:20:11.2128737Z  2024-04-03T16:20:11.2129011Z  2024-04-03T16:20:11.2129246Z  2024-04-03T16:20:11.2129491Z  2024-04-03T16:20:11.2129722Z  2024-04-03T16:20:11.2129963Z  2024-04-03T16:20:11.2130204Z  2024-04-03T16:20:11.2139725Z [2,902 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:11.2140912Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:11.2141876Z Compiling caffe2/operators/glu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:11.2143144Z Compiling caffe2/perfkernels/math_cpu_base.cc; 5s processwrapper-sandbox 2024-04-03T16:20:11.2144483Z Compiling caffe2/quantization/server/dnnlowp.cc; 5s processwrapper-sandbox 2024-04-03T16:20:11.2145568Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:11.2146268Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:11.2146966Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:11.2147668Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:11.4146259Z 2024-04-03T16:20:11.4146916Z  2024-04-03T16:20:11.4147220Z  2024-04-03T16:20:11.4147500Z  2024-04-03T16:20:11.4147749Z  2024-04-03T16:20:11.4147983Z  2024-04-03T16:20:11.4148256Z  2024-04-03T16:20:11.4148499Z  2024-04-03T16:20:11.4148729Z  2024-04-03T16:20:11.4149429Z [2,903 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:11.4150376Z Compiling caffe2/operators/glu_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:11.4151208Z Compiling caffe2/perfkernels/math_cpu_base.cc; 5s processwrapper-sandbox 2024-04-03T16:20:11.4152120Z Compiling caffe2/quantization/server/dnnlowp.cc; 5s processwrapper-sandbox 2024-04-03T16:20:11.4152822Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:11.4153294Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:11.4408624Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:11.4409983Z Compiling caffe2/operators/bbox_transform_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:11.4411294Z Compiling caffe2/quantization/server/p99.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:11.9825156Z 2024-04-03T16:20:11.9827402Z  2024-04-03T16:20:11.9827882Z  2024-04-03T16:20:11.9828230Z  2024-04-03T16:20:11.9828577Z  2024-04-03T16:20:11.9828884Z  2024-04-03T16:20:11.9829215Z  2024-04-03T16:20:11.9829520Z  2024-04-03T16:20:11.9829765Z  2024-04-03T16:20:11.9830667Z [2,904 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:11.9831833Z Compiling caffe2/operators/glu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:11.9832786Z Compiling caffe2/quantization/server/dnnlowp.cc; 6s processwrapper-sandbox 2024-04-03T16:20:11.9833592Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:11.9834100Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:11.9835323Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:11.9836190Z Compiling caffe2/operators/bbox_transform_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:11.9837208Z Compiling caffe2/quantization/server/p99.cc; 3s processwrapper-sandbox 2024-04-03T16:20:11.9838051Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:12.2416633Z 2024-04-03T16:20:12.2417255Z  2024-04-03T16:20:12.2417719Z  2024-04-03T16:20:12.2418108Z  2024-04-03T16:20:12.2418485Z  2024-04-03T16:20:12.2418856Z  2024-04-03T16:20:12.2419206Z  2024-04-03T16:20:12.2419587Z  2024-04-03T16:20:12.2419958Z  2024-04-03T16:20:12.2420967Z [2,904 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:12.2422469Z Compiling caffe2/operators/glu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:12.2423825Z Compiling caffe2/quantization/server/dnnlowp.cc; 6s processwrapper-sandbox 2024-04-03T16:20:12.2425058Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:12.2425925Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:12.2426730Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:12.2427862Z Compiling caffe2/operators/bbox_transform_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:12.2472871Z Compiling caffe2/quantization/server/p99.cc; 3s processwrapper-sandbox 2024-04-03T16:20:12.2473586Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:13.1322070Z 2024-04-03T16:20:13.1322865Z  2024-04-03T16:20:13.1323396Z  2024-04-03T16:20:13.1323874Z  2024-04-03T16:20:13.1324788Z  2024-04-03T16:20:13.1325173Z  2024-04-03T16:20:13.1325512Z  2024-04-03T16:20:13.1325866Z  2024-04-03T16:20:13.1326215Z  2024-04-03T16:20:13.1327455Z [2,905 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:13.1329410Z Compiling caffe2/quantization/server/dnnlowp.cc; 7s processwrapper-sandbox 2024-04-03T16:20:13.1330819Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:13.1331744Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:13.1332669Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:13.1334029Z Compiling caffe2/operators/bbox_transform_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:13.1335725Z Compiling caffe2/quantization/server/p99.cc; 4s processwrapper-sandbox 2024-04-03T16:20:13.1336743Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:13.1337513Z Compiling caffe2/serialize/file_adapter.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:13.3391835Z 2024-04-03T16:20:13.3392579Z  2024-04-03T16:20:13.3393214Z  2024-04-03T16:20:13.3393566Z  2024-04-03T16:20:13.3393822Z  2024-04-03T16:20:13.3394057Z  2024-04-03T16:20:13.3394303Z  2024-04-03T16:20:13.3394547Z  2024-04-03T16:20:13.3675621Z  2024-04-03T16:20:13.3676949Z [2,906 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:13.3678099Z Compiling caffe2/quantization/server/dnnlowp.cc; 7s processwrapper-sandbox 2024-04-03T16:20:13.3678938Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:13.3680297Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:13.3681213Z Compiling caffe2/operators/bbox_transform_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:13.3682354Z Compiling caffe2/quantization/server/p99.cc; 5s processwrapper-sandbox 2024-04-03T16:20:13.3683188Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:13.3684099Z Compiling caffe2/serialize/file_adapter.cc; 3s processwrapper-sandbox 2024-04-03T16:20:13.3685434Z Compiling caffe2/operators/bucketize_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:13.5534746Z 2024-04-03T16:20:13.5535319Z  2024-04-03T16:20:13.5535627Z  2024-04-03T16:20:13.5535930Z  2024-04-03T16:20:13.5536182Z  2024-04-03T16:20:13.5798042Z  2024-04-03T16:20:13.5798975Z  2024-04-03T16:20:13.5799352Z  2024-04-03T16:20:13.5799674Z  2024-04-03T16:20:13.5800778Z [2,907 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:13.5802382Z Compiling caffe2/quantization/server/dnnlowp.cc; 7s processwrapper-sandbox 2024-04-03T16:20:13.5803486Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:13.5804811Z Compiling caffe2/operators/bbox_transform_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:13.5824675Z Compiling caffe2/quantization/server/p99.cc; 5s processwrapper-sandbox 2024-04-03T16:20:13.5825864Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:13.5827016Z Compiling caffe2/serialize/file_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:20:13.5828476Z Compiling caffe2/operators/bucketize_op.cc; 3s processwrapper-sandbox 2024-04-03T16:20:13.5829668Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:13.8484119Z 2024-04-03T16:20:13.8485518Z  2024-04-03T16:20:13.8485938Z  2024-04-03T16:20:13.8486245Z  2024-04-03T16:20:13.8487309Z  2024-04-03T16:20:13.8487945Z  2024-04-03T16:20:13.8488543Z  2024-04-03T16:20:13.8491125Z  2024-04-03T16:20:13.8491540Z  2024-04-03T16:20:13.8492446Z [2,907 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:13.8493690Z Compiling caffe2/quantization/server/dnnlowp.cc; 7s processwrapper-sandbox 2024-04-03T16:20:13.8494620Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:13.8495425Z Compiling caffe2/operators/bbox_transform_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:13.8496342Z Compiling caffe2/quantization/server/p99.cc; 5s processwrapper-sandbox 2024-04-03T16:20:13.8497125Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:13.8497909Z Compiling caffe2/serialize/file_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:20:13.8498874Z Compiling caffe2/operators/bucketize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:13.8499671Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:14.0486148Z 2024-04-03T16:20:14.0486899Z  2024-04-03T16:20:14.0487518Z  2024-04-03T16:20:14.0487815Z  2024-04-03T16:20:14.0488053Z  2024-04-03T16:20:14.0488299Z  2024-04-03T16:20:14.0488532Z  2024-04-03T16:20:14.0488776Z  2024-04-03T16:20:14.0489018Z  2024-04-03T16:20:14.0489704Z [2,908 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:14.0490723Z Compiling caffe2/quantization/server/dnnlowp.cc; 8s processwrapper-sandbox 2024-04-03T16:20:14.0491734Z Compiling caffe2/operators/bbox_transform_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:14.1293212Z Compiling caffe2/quantization/server/p99.cc; 5s processwrapper-sandbox 2024-04-03T16:20:14.1294780Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.1295894Z Compiling caffe2/serialize/file_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.1297247Z Compiling caffe2/operators/bucketize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.1298236Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.1299166Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:14.2697629Z 2024-04-03T16:20:14.2698594Z  2024-04-03T16:20:14.2699144Z  2024-04-03T16:20:14.2699652Z  2024-04-03T16:20:14.2700021Z  2024-04-03T16:20:14.2700468Z  2024-04-03T16:20:14.2700915Z  2024-04-03T16:20:14.2701388Z  2024-04-03T16:20:14.2701893Z  2024-04-03T16:20:14.2702910Z [2,910 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:14.2704224Z Compiling caffe2/operators/bbox_transform_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:14.2705296Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.2707015Z Compiling caffe2/serialize/file_adapter.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.2708526Z Compiling caffe2/operators/bucketize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.2709667Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.2710526Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.2711589Z Compiling caffe2/sgd/adadelta_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.2712668Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:14.5300497Z 2024-04-03T16:20:14.5301308Z  2024-04-03T16:20:14.5301656Z  2024-04-03T16:20:14.5301901Z  2024-04-03T16:20:14.5302147Z  2024-04-03T16:20:14.5302393Z  2024-04-03T16:20:14.5302623Z  2024-04-03T16:20:14.5302866Z  2024-04-03T16:20:14.5303109Z  2024-04-03T16:20:14.5303812Z [2,911 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:14.5304617Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:14.5305310Z Compiling caffe2/serialize/file_adapter.cc; 5s processwrapper-sandbox 2024-04-03T16:20:14.5306152Z Compiling caffe2/operators/bucketize_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.5306818Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.5640068Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:14.5641234Z Compiling caffe2/sgd/adadelta_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:14.5642352Z //:caffe2; 3s processwrapper-sandbox 2024-04-03T16:20:14.5643451Z Compiling caffe2/sgd/gftrl_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:15.4218446Z 2024-04-03T16:20:15.4219208Z  2024-04-03T16:20:15.4219770Z  2024-04-03T16:20:15.4220149Z  2024-04-03T16:20:15.4220399Z  2024-04-03T16:20:15.4220630Z  2024-04-03T16:20:15.4220873Z  2024-04-03T16:20:15.4221102Z  2024-04-03T16:20:15.4221344Z  2024-04-03T16:20:15.4222057Z [2,912 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:15.4222852Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:15.4223521Z Compiling caffe2/operators/bucketize_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:15.4224199Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:15.4224683Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:15.4225291Z Compiling caffe2/sgd/adadelta_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:15.4225904Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:15.4226499Z Compiling caffe2/sgd/gftrl_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:15.4227097Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:15.7649111Z 2024-04-03T16:20:15.7649673Z  2024-04-03T16:20:15.7649996Z  2024-04-03T16:20:15.7650248Z  2024-04-03T16:20:15.7650496Z  2024-04-03T16:20:15.7650728Z  2024-04-03T16:20:15.7776617Z  2024-04-03T16:20:15.7777237Z  2024-04-03T16:20:15.7777484Z  2024-04-03T16:20:15.7778203Z [2,912 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:15.7779002Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:15.7779670Z Compiling caffe2/operators/bucketize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:15.7781352Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:15.7781953Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:15.7782564Z Compiling caffe2/sgd/adadelta_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:15.7783257Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:15.7783865Z Compiling caffe2/sgd/gftrl_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:15.7784586Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:16.7787002Z 2024-04-03T16:20:16.7787630Z  2024-04-03T16:20:16.7788001Z  2024-04-03T16:20:16.7788431Z  2024-04-03T16:20:16.7788937Z  2024-04-03T16:20:16.7789229Z  2024-04-03T16:20:16.7790598Z  2024-04-03T16:20:16.7791373Z  2024-04-03T16:20:16.7791703Z  2024-04-03T16:20:16.7792798Z [2,912 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:16.7794295Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:16.7795498Z Compiling caffe2/operators/bucketize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:16.7796266Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:16.7796902Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:16.7797790Z Compiling caffe2/sgd/adadelta_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:16.7798704Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:16.7799507Z Compiling caffe2/sgd/gftrl_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:16.7800689Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:17.1791535Z 2024-04-03T16:20:17.1792241Z  2024-04-03T16:20:17.1793919Z  2024-04-03T16:20:17.1794790Z  2024-04-03T16:20:17.1795508Z  2024-04-03T16:20:17.1795906Z  2024-04-03T16:20:17.1796287Z  2024-04-03T16:20:17.1796707Z  2024-04-03T16:20:17.1797111Z  2024-04-03T16:20:17.1798277Z [2,913 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:17.1799858Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:17.1800666Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:17.1801482Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:17.1802534Z Compiling caffe2/sgd/adadelta_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:17.1803559Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:17.1804776Z Compiling caffe2/sgd/gftrl_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:17.1805799Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:17.1806953Z Compiling caffe2/operators/reshape_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:17.5575226Z 2024-04-03T16:20:17.5575983Z  2024-04-03T16:20:17.5576500Z  2024-04-03T16:20:17.5576928Z  2024-04-03T16:20:17.5577364Z  2024-04-03T16:20:17.5577778Z  2024-04-03T16:20:17.5578199Z  2024-04-03T16:20:17.5579084Z  2024-04-03T16:20:17.5579564Z  2024-04-03T16:20:17.5580658Z [2,915 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:17.5581869Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:17.5582626Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:17.5583250Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:17.5584107Z Compiling caffe2/sgd/gftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:17.5585005Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:17.5585970Z Compiling caffe2/operators/reshape_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:17.5587255Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:17.5588296Z Compiling caffe2/queue/rebatching_queue.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:17.7729695Z 2024-04-03T16:20:17.7730373Z  2024-04-03T16:20:17.7730983Z  2024-04-03T16:20:17.7731478Z  2024-04-03T16:20:17.7731858Z  2024-04-03T16:20:17.7732255Z  2024-04-03T16:20:17.7733256Z  2024-04-03T16:20:17.7733600Z  2024-04-03T16:20:17.7733919Z  2024-04-03T16:20:17.7735103Z [2,916 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:17.7736409Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:17.7737169Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:17.7738233Z Compiling caffe2/sgd/gftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:17.7739261Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:17.7740401Z Compiling caffe2/operators/reshape_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:17.7741544Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:17.7743561Z Compiling caffe2/queue/rebatching_queue.cc; 4s processwrapper-sandbox 2024-04-03T16:20:17.7745194Z Compiling caffe2/utils/bench_utils.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:17.9795172Z 2024-04-03T16:20:17.9795591Z  2024-04-03T16:20:17.9795927Z  2024-04-03T16:20:17.9796191Z  2024-04-03T16:20:17.9796438Z  2024-04-03T16:20:17.9796680Z  2024-04-03T16:20:17.9796909Z  2024-04-03T16:20:17.9797151Z  2024-04-03T16:20:17.9797382Z  2024-04-03T16:20:17.9798073Z [2,917 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:17.9798864Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:17.9799473Z Compiling caffe2/sgd/gftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:17.9800062Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:17.9800721Z Compiling caffe2/operators/reshape_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:17.9801369Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:17.9802030Z Compiling caffe2/queue/rebatching_queue.cc; 4s processwrapper-sandbox 2024-04-03T16:20:17.9802840Z Compiling caffe2/utils/bench_utils.cc; 3s processwrapper-sandbox 2024-04-03T16:20:17.9803665Z Compiling caffe2/sgd/learning_rate_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:18.3324174Z 2024-04-03T16:20:18.3325093Z  2024-04-03T16:20:18.3325616Z  2024-04-03T16:20:18.3326098Z  2024-04-03T16:20:18.3326562Z  2024-04-03T16:20:18.3327018Z  2024-04-03T16:20:18.3327387Z  2024-04-03T16:20:18.3327621Z  2024-04-03T16:20:18.3327867Z  2024-04-03T16:20:18.3328586Z [2,918 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:18.3329419Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:18.3329981Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:18.3330662Z Compiling caffe2/operators/reshape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:18.3331332Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:18.3331997Z Compiling caffe2/queue/rebatching_queue.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.3332813Z Compiling caffe2/utils/bench_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.3333790Z Compiling caffe2/sgd/learning_rate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.3334981Z Compiling caffe2/operators/asin_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:18.4763096Z 2024-04-03T16:20:18.4763786Z  2024-04-03T16:20:18.4764229Z  2024-04-03T16:20:18.4764836Z  2024-04-03T16:20:18.4765245Z  2024-04-03T16:20:18.4765654Z  2024-04-03T16:20:18.4765969Z  2024-04-03T16:20:18.4766277Z  2024-04-03T16:20:18.4766639Z  2024-04-03T16:20:18.4769431Z INFO: From Compiling caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: 2024-04-03T16:20:18.4772256Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: In instantiation of 'bool caffe2::AddDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:20:18.4774660Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:31:8: required from here 2024-04-03T16:20:18.4777586Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:151:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:18.4780406Z 151 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:20:18.4781140Z | ~~^~~~~ 2024-04-03T16:20:18.4783316Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:153:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:18.4785440Z 153 | for (int j = 0; j < n; ++j) { 2024-04-03T16:20:18.4786165Z | ~~^~~ 2024-04-03T16:20:18.4789247Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:155:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:18.4791520Z 155 | for (int k = 0; k < post; ++k) { 2024-04-03T16:20:18.4792285Z | ~~^~~~~~ 2024-04-03T16:20:18.4793155Z [2,918 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:18.4793905Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:18.4794402Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:18.4795056Z Compiling caffe2/operators/reshape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:18.4795693Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:18.4796418Z Compiling caffe2/queue/rebatching_queue.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.4797229Z Compiling caffe2/utils/bench_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.4798105Z Compiling caffe2/sgd/learning_rate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.4799016Z Compiling caffe2/operators/asin_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:18.4826968Z 2024-04-03T16:20:18.4827570Z  2024-04-03T16:20:18.4828373Z  2024-04-03T16:20:18.4828714Z  2024-04-03T16:20:18.4830404Z  2024-04-03T16:20:18.4830944Z  2024-04-03T16:20:18.4831439Z  2024-04-03T16:20:18.4832083Z  2024-04-03T16:20:18.4832527Z  2024-04-03T16:20:18.4833668Z INFO: From Compiling caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: 2024-04-03T16:20:18.4836474Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: In instantiation of 'bool caffe2::MulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:20:18.4838883Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:26:8: required from here 2024-04-03T16:20:18.4842175Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:79:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:18.4844650Z 79 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:20:18.4845087Z | ~~^~~~~ 2024-04-03T16:20:18.4847658Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:81:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:18.4850047Z 81 | for (int j = 0; j < n; ++j) { 2024-04-03T16:20:18.4850793Z | ~~^~~ 2024-04-03T16:20:18.4853424Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:83:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:18.4855825Z 83 | for (int k = 0; k < post; ++k) { 2024-04-03T16:20:18.4856629Z | ~~^~~~~~ 2024-04-03T16:20:18.4858585Z [2,918 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:18.4859972Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:18.4860851Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:18.4862061Z Compiling caffe2/operators/reshape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:18.4864002Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:18.4865228Z Compiling caffe2/queue/rebatching_queue.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.4866738Z Compiling caffe2/utils/bench_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.4868208Z Compiling caffe2/sgd/learning_rate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.4869724Z Compiling caffe2/operators/asin_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:18.8024832Z 2024-04-03T16:20:18.8025771Z  2024-04-03T16:20:18.8027168Z  2024-04-03T16:20:18.8027783Z  2024-04-03T16:20:18.8028397Z  2024-04-03T16:20:18.8028827Z  2024-04-03T16:20:18.8029249Z  2024-04-03T16:20:18.8029563Z  2024-04-03T16:20:18.8030854Z  2024-04-03T16:20:18.8031807Z [2,920 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:18.8033204Z Compiling caffe2/operators/reshape_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:18.8034304Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:18.8035237Z Compiling caffe2/queue/rebatching_queue.cc; 5s processwrapper-sandbox 2024-04-03T16:20:18.8036321Z Compiling caffe2/utils/bench_utils.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.8037472Z Compiling caffe2/sgd/learning_rate_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.8038769Z Compiling caffe2/operators/asin_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.8039750Z Compiling caffe2/operators/cbrt_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:18.8041146Z Compiling caffe2/utils/math/elementwise.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:19.7523041Z 2024-04-03T16:20:19.7523639Z  2024-04-03T16:20:19.7523967Z  2024-04-03T16:20:19.7524243Z  2024-04-03T16:20:19.7524902Z  2024-04-03T16:20:19.7525139Z  2024-04-03T16:20:19.7525383Z  2024-04-03T16:20:19.7525627Z  2024-04-03T16:20:19.7527117Z  2024-04-03T16:20:19.7527617Z INFO: From Compiling caffe2/operators/reshape_op.cc: 2024-04-03T16:20:19.7528340Z caffe2/operators/reshape_op.cc: In lambda function: 2024-04-03T16:20:19.7530065Z caffe2/operators/reshape_op.cc:42:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:19.7531506Z 42 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:20:19.7532036Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:19.7533767Z caffe2/operators/reshape_op.cc:68:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:19.7535170Z 68 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:20:19.7535700Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:19.7536593Z [2,920 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:19.7537515Z Compiling caffe2/operators/reshape_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:19.7538277Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:19.7538951Z Compiling caffe2/queue/rebatching_queue.cc; 6s processwrapper-sandbox 2024-04-03T16:20:19.7539849Z Compiling caffe2/utils/bench_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:20:19.7540706Z Compiling caffe2/sgd/learning_rate_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:19.7541500Z Compiling caffe2/operators/asin_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:19.7543654Z Compiling caffe2/operators/cbrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:19.7544931Z Compiling caffe2/utils/math/elementwise.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:20.0032720Z 2024-04-03T16:20:20.0034022Z  2024-04-03T16:20:20.0034415Z  2024-04-03T16:20:20.0034789Z  2024-04-03T16:20:20.0035950Z  2024-04-03T16:20:20.0036292Z  2024-04-03T16:20:20.0036594Z  2024-04-03T16:20:20.0036947Z  2024-04-03T16:20:20.0037305Z  2024-04-03T16:20:20.0038163Z [2,921 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:20.0039144Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:20.0040129Z Compiling caffe2/queue/rebatching_queue.cc; 6s processwrapper-sandbox 2024-04-03T16:20:20.0041191Z Compiling caffe2/utils/bench_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.0042349Z Compiling caffe2/sgd/learning_rate_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.0044687Z Compiling caffe2/operators/asin_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.0045864Z Compiling caffe2/operators/cbrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.0047001Z Compiling caffe2/utils/math/elementwise.cc; 4s processwrapper-sandbox 2024-04-03T16:20:20.0048141Z Compiling caffe2/onnx/onnxifi_init.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:20.2434649Z 2024-04-03T16:20:20.2435588Z  2024-04-03T16:20:20.2436167Z  2024-04-03T16:20:20.2436500Z  2024-04-03T16:20:20.2436756Z  2024-04-03T16:20:20.2437008Z  2024-04-03T16:20:20.2437255Z  2024-04-03T16:20:20.2437498Z  2024-04-03T16:20:20.2437746Z  2024-04-03T16:20:20.2438453Z [2,922 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:20.2439249Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:20.2439939Z Compiling caffe2/queue/rebatching_queue.cc; 6s processwrapper-sandbox 2024-04-03T16:20:20.2440785Z Compiling caffe2/sgd/learning_rate_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:20.2441585Z Compiling caffe2/operators/asin_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.2442349Z Compiling caffe2/operators/cbrt_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.2444553Z Compiling caffe2/utils/math/elementwise.cc; 4s processwrapper-sandbox 2024-04-03T16:20:20.2445385Z Compiling caffe2/onnx/onnxifi_init.cc; 3s processwrapper-sandbox 2024-04-03T16:20:20.2446023Z //:caffe2; 2s processwrapper-sandbox ... 2024-04-03T16:20:20.6037263Z 2024-04-03T16:20:20.6038123Z  2024-04-03T16:20:20.6038481Z  2024-04-03T16:20:20.6038766Z  2024-04-03T16:20:20.6039018Z  2024-04-03T16:20:20.6039298Z  2024-04-03T16:20:20.6039544Z  2024-04-03T16:20:20.6039813Z  2024-04-03T16:20:20.6040068Z  2024-04-03T16:20:20.6040785Z [2,922 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:20.6041589Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:20.6043489Z Compiling caffe2/queue/rebatching_queue.cc; 7s processwrapper-sandbox 2024-04-03T16:20:20.6044512Z Compiling caffe2/sgd/learning_rate_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:20.6045703Z Compiling caffe2/operators/asin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:20.6046505Z Compiling caffe2/operators/cbrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:20.6047329Z Compiling caffe2/utils/math/elementwise.cc; 5s processwrapper-sandbox 2024-04-03T16:20:20.6048150Z Compiling caffe2/onnx/onnxifi_init.cc; 3s processwrapper-sandbox 2024-04-03T16:20:20.6048788Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:21.1298258Z 2024-04-03T16:20:21.1299095Z  2024-04-03T16:20:21.1299557Z  2024-04-03T16:20:21.1299937Z  2024-04-03T16:20:21.1301068Z  2024-04-03T16:20:21.1301454Z  2024-04-03T16:20:21.1304028Z  2024-04-03T16:20:21.1304911Z  2024-04-03T16:20:21.1305327Z  2024-04-03T16:20:21.1306247Z INFO: From Compiling caffe2/queue/rebatching_queue.cc: 2024-04-03T16:20:21.1308467Z caffe2/queue/rebatching_queue.cc: In function 'void caffe2::{anonymous}::concat(caffe2::CPUContext&, const std::vector >&, const std::vector&)': 2024-04-03T16:20:21.1312022Z caffe2/queue/rebatching_queue.cc:39:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare] 2024-04-03T16:20:21.1313161Z 39 | for (int j = 0; j < numTensors; ++j) { 2024-04-03T16:20:21.1313606Z | ~~^~~~~~~~~~~~ 2024-04-03T16:20:21.1314706Z caffe2/queue/rebatching_queue.cc: In member function 'bool caffe2::RebatchingQueue::enqueue(std::vector >)': 2024-04-03T16:20:21.1317245Z caffe2/queue/rebatching_queue.cc:188:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:21.1318847Z 188 | if (idx >= splittedInputs.size()) { 2024-04-03T16:20:21.1319382Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:21.1321691Z caffe2/queue/rebatching_queue.cc:206:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:21.1323648Z 206 | } while (canWrite() && idx < splittedInputs.size()); 2024-04-03T16:20:21.1324573Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:20:21.1325625Z [2,922 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:21.1326592Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:21.1327519Z Compiling caffe2/queue/rebatching_queue.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.1328777Z Compiling caffe2/sgd/learning_rate_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:21.1329680Z Compiling caffe2/operators/asin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:21.1330601Z Compiling caffe2/operators/cbrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:21.1332232Z Compiling caffe2/utils/math/elementwise.cc; 5s processwrapper-sandbox 2024-04-03T16:20:21.1333164Z Compiling caffe2/onnx/onnxifi_init.cc; 4s processwrapper-sandbox 2024-04-03T16:20:21.1334054Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:20:21.4947527Z 2024-04-03T16:20:21.4948959Z  2024-04-03T16:20:21.4949345Z  2024-04-03T16:20:21.4949731Z  2024-04-03T16:20:21.4950071Z  2024-04-03T16:20:21.4950377Z  2024-04-03T16:20:21.4950713Z  2024-04-03T16:20:21.4951001Z  2024-04-03T16:20:21.4951255Z  2024-04-03T16:20:21.4952246Z [2,923 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:21.4953242Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:21.4953998Z Compiling caffe2/sgd/learning_rate_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.4954912Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.4955880Z Compiling caffe2/operators/cbrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.4956872Z Compiling caffe2/utils/math/elementwise.cc; 6s processwrapper-sandbox 2024-04-03T16:20:21.4957878Z Compiling caffe2/onnx/onnxifi_init.cc; 4s processwrapper-sandbox 2024-04-03T16:20:21.4958655Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:21.4959432Z Compiling caffe2/sgd/ftrl_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:21.5107439Z 2024-04-03T16:20:21.5108340Z  2024-04-03T16:20:21.5108962Z  2024-04-03T16:20:21.5109600Z  2024-04-03T16:20:21.5110066Z  2024-04-03T16:20:21.5110542Z  2024-04-03T16:20:21.5110964Z  2024-04-03T16:20:21.5112109Z  2024-04-03T16:20:21.5112604Z  2024-04-03T16:20:21.5113660Z INFO: From Compiling caffe2/quantization/server/caffe2_dnnlowp_utils.cc: 2024-04-03T16:20:21.5115972Z caffe2/quantization/server/caffe2_dnnlowp_utils.cc: In function 'void dnnlowp::MeasureQuantizationError(const float*, const float*, size_t, dnnlowp::QuantizationErrorStats*)': 2024-04-03T16:20:21.5119952Z caffe2/quantization/server/caffe2_dnnlowp_utils.cc:240:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:20:21.5121514Z 240 | for (int i = 0; i < len; ++i) { 2024-04-03T16:20:21.5122018Z | ~~^~~~~ 2024-04-03T16:20:21.5122954Z [2,923 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:21.5123901Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:20:21.5124972Z Compiling caffe2/sgd/learning_rate_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.5126418Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.5127545Z Compiling caffe2/operators/cbrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.5128739Z Compiling caffe2/utils/math/elementwise.cc; 6s processwrapper-sandbox 2024-04-03T16:20:21.5129918Z Compiling caffe2/onnx/onnxifi_init.cc; 4s processwrapper-sandbox 2024-04-03T16:20:21.5130849Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:21.5131638Z Compiling caffe2/sgd/ftrl_op.cc; 3s processwrapper-sandbox ... 2024-04-03T16:20:21.8950617Z 2024-04-03T16:20:21.8951232Z  2024-04-03T16:20:21.8951553Z  2024-04-03T16:20:21.8951795Z  2024-04-03T16:20:21.8952059Z  2024-04-03T16:20:21.8952309Z  2024-04-03T16:20:21.8952541Z  2024-04-03T16:20:21.8952786Z  2024-04-03T16:20:21.8953017Z  2024-04-03T16:20:21.8953728Z [2,924 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:21.8954708Z Compiling caffe2/sgd/learning_rate_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.8955516Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.8956289Z Compiling caffe2/operators/cbrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:21.9085393Z Compiling caffe2/utils/math/elementwise.cc; 6s processwrapper-sandbox 2024-04-03T16:20:21.9086680Z Compiling caffe2/onnx/onnxifi_init.cc; 5s processwrapper-sandbox 2024-04-03T16:20:21.9087626Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:21.9088521Z Compiling caffe2/sgd/ftrl_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:21.9089597Z Compiling caffe2/onnx/device.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:22.1090470Z 2024-04-03T16:20:22.1091000Z  2024-04-03T16:20:22.1091500Z  2024-04-03T16:20:22.1091996Z  2024-04-03T16:20:22.1092250Z  2024-04-03T16:20:22.1092493Z  2024-04-03T16:20:22.1092736Z  2024-04-03T16:20:22.1093046Z  2024-04-03T16:20:22.1093296Z  2024-04-03T16:20:22.1094010Z [2,925 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:22.1094952Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:22.1095761Z Compiling caffe2/operators/cbrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:22.1096582Z Compiling caffe2/utils/math/elementwise.cc; 6s processwrapper-sandbox 2024-04-03T16:20:22.1097386Z Compiling caffe2/onnx/onnxifi_init.cc; 5s processwrapper-sandbox 2024-04-03T16:20:22.1098020Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:22.1098611Z Compiling caffe2/sgd/ftrl_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:22.1099312Z Compiling caffe2/onnx/device.cc; 4s processwrapper-sandbox 2024-04-03T16:20:22.1100064Z Compiling caffe2/utils/math/utils.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:22.6796097Z 2024-04-03T16:20:22.6802249Z  2024-04-03T16:20:22.6802829Z  2024-04-03T16:20:22.6803101Z  2024-04-03T16:20:22.6803423Z  2024-04-03T16:20:22.6803823Z  2024-04-03T16:20:22.6804063Z  2024-04-03T16:20:22.6804463Z  2024-04-03T16:20:22.6804703Z  2024-04-03T16:20:22.6805413Z [2,926 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:22.6807933Z Compiling caffe2/operators/cbrt_op.cc; 8s processwrapper-sandbox 2024-04-03T16:20:22.6808777Z Compiling caffe2/utils/math/elementwise.cc; 7s processwrapper-sandbox 2024-04-03T16:20:22.6809760Z Compiling caffe2/onnx/onnxifi_init.cc; 5s processwrapper-sandbox 2024-04-03T16:20:22.6810554Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:22.6811263Z Compiling caffe2/sgd/ftrl_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:22.6811950Z Compiling caffe2/onnx/device.cc; 4s processwrapper-sandbox 2024-04-03T16:20:22.6812692Z Compiling caffe2/utils/math/utils.cc; 4s processwrapper-sandbox 2024-04-03T16:20:22.7646183Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:22.9801704Z 2024-04-03T16:20:22.9802593Z  2024-04-03T16:20:22.9803515Z  2024-04-03T16:20:22.9804136Z  2024-04-03T16:20:22.9804680Z  2024-04-03T16:20:22.9805057Z  2024-04-03T16:20:22.9805447Z  2024-04-03T16:20:22.9805819Z  2024-04-03T16:20:22.9806207Z  2024-04-03T16:20:22.9807257Z [2,927 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:22.9808711Z Compiling caffe2/utils/math/elementwise.cc; 7s processwrapper-sandbox 2024-04-03T16:20:22.9809951Z Compiling caffe2/onnx/onnxifi_init.cc; 6s processwrapper-sandbox 2024-04-03T16:20:22.9810869Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:22.9811721Z Compiling caffe2/sgd/ftrl_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:22.9812700Z Compiling caffe2/onnx/device.cc; 5s processwrapper-sandbox 2024-04-03T16:20:22.9813852Z Compiling caffe2/utils/math/utils.cc; 5s processwrapper-sandbox 2024-04-03T16:20:22.9825414Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:22.9826480Z Compiling caffe2/operators/cube_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:23.3733121Z 2024-04-03T16:20:23.3735310Z  2024-04-03T16:20:23.3735817Z  2024-04-03T16:20:23.3736122Z  2024-04-03T16:20:23.3736356Z  2024-04-03T16:20:23.3736674Z  2024-04-03T16:20:23.3737046Z  2024-04-03T16:20:23.3737293Z  2024-04-03T16:20:23.3737635Z  2024-04-03T16:20:23.3738402Z [2,930 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:23.3739510Z Compiling caffe2/onnx/onnxifi_init.cc; 6s processwrapper-sandbox 2024-04-03T16:20:23.3740257Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:23.3741068Z Compiling caffe2/sgd/ftrl_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.3742010Z Compiling caffe2/onnx/device.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.3742871Z Compiling caffe2/utils/math/utils.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.3743628Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:23.3744329Z Compiling caffe2/operators/cube_op.cc; 4s processwrapper-sandbox 2024-04-03T16:20:23.3745313Z Compiling caffe2/utils/proto_wrap.cc; 4s processwrapper-sandbox ... 2024-04-03T16:20:23.5805830Z 2024-04-03T16:20:23.5806552Z  2024-04-03T16:20:23.5807062Z  2024-04-03T16:20:23.5807484Z  2024-04-03T16:20:23.5807859Z  2024-04-03T16:20:23.5808269Z  2024-04-03T16:20:23.5808675Z  2024-04-03T16:20:23.5809087Z  2024-04-03T16:20:23.5809510Z  2024-04-03T16:20:23.5810641Z [2,930 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:23.5812239Z Compiling caffe2/onnx/onnxifi_init.cc; 6s processwrapper-sandbox 2024-04-03T16:20:23.5814077Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:23.5814886Z Compiling caffe2/sgd/ftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:23.5816010Z Compiling caffe2/onnx/device.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.5816987Z Compiling caffe2/utils/math/utils.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.5819154Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:23.5819856Z Compiling caffe2/operators/cube_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.5820884Z Compiling caffe2/utils/proto_wrap.cc; 5s processwrapper-sandbox ... 2024-04-03T16:20:23.7810849Z 2024-04-03T16:20:23.7812167Z  2024-04-03T16:20:23.7812802Z  2024-04-03T16:20:23.7813569Z  2024-04-03T16:20:23.7814868Z  2024-04-03T16:20:23.7815778Z  2024-04-03T16:20:23.7816230Z  2024-04-03T16:20:23.7816596Z  2024-04-03T16:20:23.7816988Z  2024-04-03T16:20:23.7818104Z [2,932 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:23.7819852Z Compiling caffe2/onnx/onnxifi_init.cc; 6s processwrapper-sandbox 2024-04-03T16:20:23.7820905Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:23.7821791Z Compiling caffe2/sgd/ftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:23.7822937Z Compiling caffe2/onnx/device.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.7824101Z Compiling caffe2/utils/math/utils.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.7825061Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:23.7826073Z Compiling caffe2/operators/cube_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:23.7827354Z Compiling caffe2/utils/proto_wrap.cc; 5s processwrapper-sandbox ... 2024-04-03T16:20:24.1813663Z 2024-04-03T16:20:24.1814398Z  2024-04-03T16:20:24.1814969Z  2024-04-03T16:20:24.1815412Z  2024-04-03T16:20:24.1815896Z  2024-04-03T16:20:24.1816289Z  2024-04-03T16:20:24.1816597Z  2024-04-03T16:20:24.1816904Z  2024-04-03T16:20:24.1817261Z  2024-04-03T16:20:24.1818208Z [2,933 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:24.1819199Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:24.1819972Z Compiling caffe2/sgd/ftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.1821124Z Compiling caffe2/onnx/device.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.1822008Z Compiling caffe2/utils/math/utils.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.1822829Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:24.1823538Z Compiling caffe2/operators/cube_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:24.1824576Z Compiling caffe2/utils/proto_wrap.cc; 5s processwrapper-sandbox 2024-04-03T16:20:24.1825405Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:24.3944108Z 2024-04-03T16:20:24.3945126Z  2024-04-03T16:20:24.3945696Z  2024-04-03T16:20:24.3946150Z  2024-04-03T16:20:24.3946487Z  2024-04-03T16:20:24.3946768Z  2024-04-03T16:20:24.3947078Z  2024-04-03T16:20:24.3947326Z  2024-04-03T16:20:24.3947630Z  2024-04-03T16:20:24.3948428Z [2,934 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:24.3949286Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:24.3949982Z Compiling caffe2/sgd/ftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.3950809Z Compiling caffe2/utils/math/utils.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.3951434Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:24.3952151Z Compiling caffe2/operators/cube_op.cc; 5s processwrapper-sandbox 2024-04-03T16:20:24.3952982Z Compiling caffe2/utils/proto_wrap.cc; 5s processwrapper-sandbox 2024-04-03T16:20:24.3953617Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:24.3954209Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:20:24.6124225Z 2024-04-03T16:20:24.6124993Z  2024-04-03T16:20:24.6125473Z  2024-04-03T16:20:24.6125861Z  2024-04-03T16:20:24.6126196Z  2024-04-03T16:20:24.6126525Z  2024-04-03T16:20:24.6126777Z  2024-04-03T16:20:24.6127031Z  2024-04-03T16:20:24.6127352Z  2024-04-03T16:20:24.6129394Z [2,935 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:24.6130297Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:24.6130966Z Compiling caffe2/sgd/ftrl_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:24.6131690Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:24.6132509Z Compiling caffe2/operators/cube_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.6133568Z Compiling caffe2/utils/proto_wrap.cc; 6s processwrapper-sandbox 2024-04-03T16:20:24.6134309Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:24.6134882Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:24.6135470Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:24.9818748Z 2024-04-03T16:20:25.0697555Z  2024-04-03T16:20:25.0698268Z  2024-04-03T16:20:25.0698653Z  2024-04-03T16:20:25.0698956Z  2024-04-03T16:20:25.0699210Z  2024-04-03T16:20:25.0699463Z  2024-04-03T16:20:25.0699880Z  2024-04-03T16:20:25.0700179Z  2024-04-03T16:20:25.0700968Z [2,936 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:25.0701937Z Compiling caffe2/sgd/ftrl_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:25.0702685Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:25.0703471Z Compiling caffe2/operators/cube_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:25.0704268Z Compiling caffe2/utils/proto_wrap.cc; 6s processwrapper-sandbox 2024-04-03T16:20:25.0705032Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:25.0705517Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:20:25.0706108Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:25.0706658Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:25.2674837Z 2024-04-03T16:20:25.2675515Z  2024-04-03T16:20:25.2676095Z  2024-04-03T16:20:25.2676570Z  2024-04-03T16:20:25.2676891Z  2024-04-03T16:20:25.2678459Z  2024-04-03T16:20:25.2678771Z  2024-04-03T16:20:25.2679165Z  2024-04-03T16:20:25.2679476Z  2024-04-03T16:20:25.2680356Z [2,937 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:25.2681478Z Compiling caffe2/sgd/ftrl_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:25.2682299Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:25.2683225Z Compiling caffe2/operators/cube_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:25.2684034Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:25.2685140Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:25.2685650Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:25.2686284Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:25.2686921Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:25.4704546Z 2024-04-03T16:20:25.4705084Z  2024-04-03T16:20:25.4705397Z  2024-04-03T16:20:25.4705684Z  2024-04-03T16:20:25.4705947Z  2024-04-03T16:20:25.4706195Z  2024-04-03T16:20:25.4706440Z  2024-04-03T16:20:25.4706684Z  2024-04-03T16:20:25.4706917Z  2024-04-03T16:20:25.4707618Z [2,938 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:25.4708420Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:25.4709063Z Compiling caffe2/operators/cube_op.cc; 6s processwrapper-sandbox 2024-04-03T16:20:25.4709707Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:25.4710185Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:25.5341233Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:25.5342310Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:25.5343450Z Compiling aten/src/ATen/native/SummaryOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:25.5344514Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:26.0713563Z 2024-04-03T16:20:26.0714084Z  2024-04-03T16:20:26.0716672Z  2024-04-03T16:20:26.0716964Z  2024-04-03T16:20:26.0717375Z  2024-04-03T16:20:26.0717660Z  2024-04-03T16:20:26.0717945Z  2024-04-03T16:20:26.0718335Z  2024-04-03T16:20:26.0718664Z  2024-04-03T16:20:26.0719530Z [2,939 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:26.0720740Z Compiling caffe2/operators/cube_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:26.0721514Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:26.0722237Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:20:26.0722950Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:26.0723569Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:26.0725384Z Compiling aten/src/ATen/native/SummaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:26.0726636Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:26.0727234Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:26.3350973Z 2024-04-03T16:20:26.3351638Z  2024-04-03T16:20:26.3352031Z  2024-04-03T16:20:26.3352444Z  2024-04-03T16:20:26.3352825Z  2024-04-03T16:20:26.3353142Z  2024-04-03T16:20:26.3353517Z  2024-04-03T16:20:26.3353786Z  2024-04-03T16:20:26.3354199Z  2024-04-03T16:20:26.3355122Z [2,939 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:26.3356542Z Compiling caffe2/operators/cube_op.cc; 7s processwrapper-sandbox 2024-04-03T16:20:26.3357368Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:26.3358022Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:26.3358726Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:26.3359243Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:26.3360114Z Compiling aten/src/ATen/native/SummaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:26.3360800Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:26.3362699Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:26.6229561Z 2024-04-03T16:20:26.6230285Z  2024-04-03T16:20:26.6230789Z  2024-04-03T16:20:26.6231264Z  2024-04-03T16:20:26.6231747Z  2024-04-03T16:20:26.6232207Z  2024-04-03T16:20:26.6232672Z  2024-04-03T16:20:26.6233102Z  2024-04-03T16:20:26.6233402Z  2024-04-03T16:20:26.6234210Z [2,940 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:26.6235109Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:26.6235601Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:26.6236098Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:26.6236632Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:26.6237380Z Compiling aten/src/ATen/native/SummaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:26.6238126Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:26.6238591Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:26.6239183Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:26.9355647Z 2024-04-03T16:20:26.9356211Z  2024-04-03T16:20:26.9356562Z  2024-04-03T16:20:26.9357013Z  2024-04-03T16:20:26.9357418Z  2024-04-03T16:20:26.9357661Z  2024-04-03T16:20:26.9357911Z  2024-04-03T16:20:26.9358162Z  2024-04-03T16:20:26.9358396Z  2024-04-03T16:20:26.9359263Z [2,940 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:26.9360073Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:26.9360721Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:20:26.9363100Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:26.9363621Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:26.9364851Z Compiling aten/src/ATen/native/SummaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:26.9365563Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:26.9367855Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:26.9368339Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:27.4804736Z 2024-04-03T16:20:27.4805695Z  2024-04-03T16:20:27.4806018Z  2024-04-03T16:20:27.4806347Z  2024-04-03T16:20:27.4806608Z  2024-04-03T16:20:27.4807256Z  2024-04-03T16:20:27.4807502Z  2024-04-03T16:20:27.4807805Z  2024-04-03T16:20:27.4808180Z  2024-04-03T16:20:27.4809680Z [2,941 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:27.4810699Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:27.4811402Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:27.4812543Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:27.4813754Z Compiling aten/src/ATen/native/SummaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:27.4814822Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:27.4815542Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:27.4816283Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:27.4817269Z Compiling aten/src/ATen/ExpandUtils.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:27.7224520Z 2024-04-03T16:20:27.7225530Z  2024-04-03T16:20:27.7225955Z  2024-04-03T16:20:27.7226353Z  2024-04-03T16:20:27.7226773Z  2024-04-03T16:20:27.7227116Z  2024-04-03T16:20:27.7227447Z  2024-04-03T16:20:27.7227754Z  2024-04-03T16:20:27.7228136Z  2024-04-03T16:20:27.7229024Z [2,942 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:27.7230094Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:27.7230772Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:27.7231866Z Compiling aten/src/ATen/native/SummaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:27.7232662Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:27.7233218Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:27.7235011Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:27.7236027Z Compiling aten/src/ATen/ExpandUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:27.7237168Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:27.9363139Z 2024-04-03T16:20:27.9363869Z  2024-04-03T16:20:27.9364564Z  2024-04-03T16:20:27.9365092Z  2024-04-03T16:20:27.9365567Z  2024-04-03T16:20:27.9366023Z  2024-04-03T16:20:27.9366441Z  2024-04-03T16:20:27.9366794Z  2024-04-03T16:20:27.9367169Z  2024-04-03T16:20:27.9368288Z [2,942 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:27.9369465Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:27.9370216Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:27.9371371Z Compiling aten/src/ATen/native/SummaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:27.9372533Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:27.9373424Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:27.9374089Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:27.9374948Z Compiling aten/src/ATen/ExpandUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:27.9376052Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:28.1796454Z 2024-04-03T16:20:28.1797221Z  2024-04-03T16:20:28.1797760Z  2024-04-03T16:20:28.1798110Z  2024-04-03T16:20:28.1798376Z  2024-04-03T16:20:28.1798626Z  2024-04-03T16:20:28.1798880Z  2024-04-03T16:20:28.1799229Z  2024-04-03T16:20:28.1799664Z  2024-04-03T16:20:28.1800946Z [2,943 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:28.1801988Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:20:28.1802972Z Compiling aten/src/ATen/native/SummaryOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:28.1804071Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:28.1805142Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:28.1805833Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:28.1806854Z Compiling aten/src/ATen/ExpandUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:28.1807684Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:28.1808617Z Compiling aten/src/ATen/native/Blas.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:28.4848338Z 2024-04-03T16:20:28.4849405Z  2024-04-03T16:20:28.4849882Z  2024-04-03T16:20:28.4850364Z  2024-04-03T16:20:28.4850792Z  2024-04-03T16:20:28.4851096Z  2024-04-03T16:20:28.4851347Z  2024-04-03T16:20:28.4851579Z  2024-04-03T16:20:28.4851840Z  2024-04-03T16:20:28.4853746Z [2,946 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:28.4854774Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:28.4855389Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:28.4856072Z Compiling aten/src/ATen/ExpandUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:28.4856911Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:28.4857712Z Compiling aten/src/ATen/native/Blas.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:28.4858361Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:28.4858886Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:28.4859456Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:28.7367443Z 2024-04-03T16:20:28.7367956Z  2024-04-03T16:20:28.7368271Z  2024-04-03T16:20:28.7368534Z  2024-04-03T16:20:28.7368785Z  2024-04-03T16:20:28.7369036Z  2024-04-03T16:20:28.7369287Z  2024-04-03T16:20:28.7369533Z  2024-04-03T16:20:28.7369781Z  2024-04-03T16:20:28.7370487Z [2,946 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:28.7371266Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:28.7736352Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:28.7737260Z Compiling aten/src/ATen/ExpandUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:28.7738362Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:28.7739471Z Compiling aten/src/ATen/native/Blas.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:28.7740397Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:28.7741024Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:28.7741762Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:29.4248244Z 2024-04-03T16:20:29.4248891Z  2024-04-03T16:20:29.4249416Z  2024-04-03T16:20:29.4249920Z  2024-04-03T16:20:29.4250319Z  2024-04-03T16:20:29.4250588Z  2024-04-03T16:20:29.4250830Z  2024-04-03T16:20:29.4251078Z  2024-04-03T16:20:29.4251333Z  2024-04-03T16:20:29.4252218Z [2,947 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:29.4253287Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:29.4253778Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:29.4254247Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:29.4255107Z Compiling aten/src/ATen/native/Blas.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:29.4255956Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:29.4256627Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:29.4257306Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:29.4258174Z Compiling aten/src/ATen/core/List.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:29.7744363Z 2024-04-03T16:20:29.7744962Z  2024-04-03T16:20:29.7745471Z  2024-04-03T16:20:29.7788687Z  2024-04-03T16:20:29.7789227Z  2024-04-03T16:20:29.7789476Z  2024-04-03T16:20:29.7789812Z  2024-04-03T16:20:29.7790058Z  2024-04-03T16:20:29.7790296Z  2024-04-03T16:20:29.7791076Z [2,947 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:29.7793300Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:29.7793912Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:29.7794376Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:29.7795132Z Compiling aten/src/ATen/native/Blas.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:29.7795853Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:29.7796386Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:29.7796937Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:29.7797700Z Compiling aten/src/ATen/core/List.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:30.7482317Z 2024-04-03T16:20:30.7483026Z  2024-04-03T16:20:30.7484868Z  2024-04-03T16:20:30.7485391Z  2024-04-03T16:20:30.7486069Z  2024-04-03T16:20:30.7486540Z  2024-04-03T16:20:30.7487011Z  2024-04-03T16:20:30.7487554Z  2024-04-03T16:20:30.7488043Z  2024-04-03T16:20:30.7489090Z [2,949 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:20:30.7490363Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:30.7491127Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:30.7491856Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:30.7492584Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:30.7493400Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:30.7494393Z Compiling aten/src/ATen/core/List.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:30.7495405Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:30.7496511Z Compiling aten/src/ATen/native/LossNLL.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:30.9905019Z 2024-04-03T16:20:30.9905677Z  2024-04-03T16:20:30.9906128Z  2024-04-03T16:20:30.9906460Z  2024-04-03T16:20:30.9906789Z  2024-04-03T16:20:30.9907120Z  2024-04-03T16:20:30.9907458Z  2024-04-03T16:20:30.9907772Z  2024-04-03T16:20:30.9908133Z  2024-04-03T16:20:30.9909554Z [2,949 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:30.9910591Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:30.9911540Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:30.9912189Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:30.9912850Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:30.9913470Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:30.9914399Z Compiling aten/src/ATen/core/List.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:30.9915266Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:30.9916273Z Compiling aten/src/ATen/native/LossNLL.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:31.3260521Z 2024-04-03T16:20:31.3261575Z  2024-04-03T16:20:31.3262156Z  2024-04-03T16:20:31.3262684Z  2024-04-03T16:20:31.3263687Z  2024-04-03T16:20:31.3264104Z  2024-04-03T16:20:31.3264587Z  2024-04-03T16:20:31.3265029Z  2024-04-03T16:20:31.3265392Z  2024-04-03T16:20:31.3266284Z [2,950 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:31.3267340Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:31.3268000Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:31.3268641Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:31.3269279Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:31.3269912Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:31.3270698Z Compiling aten/src/ATen/core/List.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:31.3272014Z Compiling aten/src/ATen/native/LossNLL.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:31.3272875Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:31.5907084Z 2024-04-03T16:20:31.5907820Z  2024-04-03T16:20:31.5908166Z  2024-04-03T16:20:31.5908410Z  2024-04-03T16:20:31.5908656Z  2024-04-03T16:20:31.5908888Z  2024-04-03T16:20:31.5938726Z  2024-04-03T16:20:31.5939103Z  2024-04-03T16:20:31.5939465Z  2024-04-03T16:20:31.5940513Z [2,952 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:31.5941732Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:31.5942447Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:31.5943186Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:31.5943895Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:31.5944974Z Compiling aten/src/ATen/native/LossNLL.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:31.5946408Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:31.5947990Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:31.5949414Z Compiling aten/src/ATen/Dispatch.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:31.7944722Z 2024-04-03T16:20:31.7945401Z  2024-04-03T16:20:31.7945987Z  2024-04-03T16:20:31.7946451Z  2024-04-03T16:20:31.7946685Z  2024-04-03T16:20:31.7946930Z  2024-04-03T16:20:31.7947173Z  2024-04-03T16:20:31.7947471Z  2024-04-03T16:20:31.7947828Z  2024-04-03T16:20:31.7948539Z [2,953 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:31.7949496Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:31.7949968Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:31.7950597Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:31.7951260Z Compiling aten/src/ATen/native/LossNLL.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:31.7952340Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:31.7953297Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:31.7954312Z Compiling aten/src/ATen/Dispatch.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:31.7954940Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:32.1770822Z 2024-04-03T16:20:32.1771479Z  2024-04-03T16:20:32.1771984Z  2024-04-03T16:20:32.1772568Z  2024-04-03T16:20:32.1772884Z  2024-04-03T16:20:32.1773264Z  2024-04-03T16:20:32.1773567Z  2024-04-03T16:20:32.1773796Z  2024-04-03T16:20:32.1774096Z  2024-04-03T16:20:32.1775031Z [2,954 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:32.1776119Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:32.1776656Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:32.1777487Z Compiling aten/src/ATen/native/LossNLL.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.1778459Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.1779513Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:32.1780738Z Compiling aten/src/ATen/Dispatch.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:32.1781828Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:32.1782688Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:32.3949620Z 2024-04-03T16:20:32.3950190Z  2024-04-03T16:20:32.3950485Z  2024-04-03T16:20:32.3950819Z  2024-04-03T16:20:32.3951070Z  2024-04-03T16:20:32.3951305Z  2024-04-03T16:20:32.3951615Z  2024-04-03T16:20:32.3951843Z  2024-04-03T16:20:32.3952084Z  2024-04-03T16:20:32.3952847Z [2,954 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:32.3953735Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:32.4001378Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:32.4002632Z Compiling aten/src/ATen/native/LossNLL.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.4003964Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.4005512Z Compiling aten/src/ATen/core/TensorMethods.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.4006889Z Compiling aten/src/ATen/Dispatch.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.4007813Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:32.4008571Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:32.6009263Z 2024-04-03T16:20:32.6009839Z  2024-04-03T16:20:32.6010152Z  2024-04-03T16:20:32.6010407Z  2024-04-03T16:20:32.6010654Z  2024-04-03T16:20:32.6010901Z  2024-04-03T16:20:32.6011131Z  2024-04-03T16:20:32.6011373Z  2024-04-03T16:20:32.6011613Z  2024-04-03T16:20:32.6012310Z [2,955 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:32.6075181Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:32.6076229Z Compiling aten/src/ATen/native/LossNLL.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:32.6077459Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.6078727Z Compiling aten/src/ATen/core/TensorMethods.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.6079893Z Compiling aten/src/ATen/Dispatch.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:32.6080664Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:32.6081334Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:32.6081893Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:33.6085862Z 2024-04-03T16:20:33.6086575Z  2024-04-03T16:20:33.6087175Z  2024-04-03T16:20:33.6087475Z  2024-04-03T16:20:33.6087828Z  2024-04-03T16:20:33.6088124Z  2024-04-03T16:20:33.6088370Z  2024-04-03T16:20:33.6088636Z  2024-04-03T16:20:33.6088961Z  2024-04-03T16:20:33.6089794Z [2,955 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:33.6091104Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:20:33.6092072Z Compiling aten/src/ATen/native/LossNLL.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:33.6094006Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:33.6095050Z Compiling aten/src/ATen/core/TensorMethods.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:33.6096177Z Compiling aten/src/ATen/Dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:33.6096915Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:33.6097550Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:33.6098082Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:20:33.8088352Z 2024-04-03T16:20:33.8089078Z  2024-04-03T16:20:33.8089612Z  2024-04-03T16:20:33.8090126Z  2024-04-03T16:20:33.8090393Z  2024-04-03T16:20:33.8090641Z  2024-04-03T16:20:33.8090878Z  2024-04-03T16:20:33.8091122Z  2024-04-03T16:20:33.8091366Z  2024-04-03T16:20:33.8092054Z [2,956 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:33.8092941Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:20:33.8093625Z Compiling aten/src/ATen/native/LossNLL.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:33.8094517Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:33.8095457Z Compiling aten/src/ATen/core/TensorMethods.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:33.8096155Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:33.8096607Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:33.8097073Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:33.8097555Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:34.0272435Z 2024-04-03T16:20:34.0624376Z  2024-04-03T16:20:34.0625200Z  2024-04-03T16:20:34.0625600Z  2024-04-03T16:20:34.0625951Z  2024-04-03T16:20:34.0626293Z  2024-04-03T16:20:34.0626637Z  2024-04-03T16:20:34.0626936Z  2024-04-03T16:20:34.0627255Z  2024-04-03T16:20:34.0628310Z [2,958 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:34.0630059Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:34.0631403Z Compiling aten/src/ATen/core/TensorMethods.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:34.0632366Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:34.0633044Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:34.0633719Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:34.0634289Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.0634802Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.0635643Z Compiling aten/src/ATen/Operators_2.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:34.2630245Z 2024-04-03T16:20:34.3094850Z  2024-04-03T16:20:34.3095713Z  2024-04-03T16:20:34.3096131Z  2024-04-03T16:20:34.3096489Z  2024-04-03T16:20:34.3096880Z  2024-04-03T16:20:34.3097244Z  2024-04-03T16:20:34.3097613Z  2024-04-03T16:20:34.3098018Z  2024-04-03T16:20:34.3099095Z [2,959 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:34.3100838Z Compiling aten/src/ATen/core/TensorMethods.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:34.3102034Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:34.3102877Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:34.3103655Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:34.3104519Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.3105353Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.3106430Z Compiling aten/src/ATen/Operators_2.cpp; 2s processwrapper-sandbox 2024-04-03T16:20:34.3107778Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:34.6763702Z 2024-04-03T16:20:34.6764959Z  2024-04-03T16:20:34.6765457Z  2024-04-03T16:20:34.6765927Z  2024-04-03T16:20:34.6766395Z  2024-04-03T16:20:34.6768152Z  2024-04-03T16:20:34.6768618Z  2024-04-03T16:20:34.6769117Z  2024-04-03T16:20:34.6769557Z  2024-04-03T16:20:34.6770836Z [2,960 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:34.6772296Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:34.6773147Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:34.6773926Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:34.6774593Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.6775374Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.6776571Z Compiling aten/src/ATen/Operators_2.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:34.6777701Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.6778324Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:34.9103792Z 2024-04-03T16:20:34.9104622Z  2024-04-03T16:20:34.9105157Z  2024-04-03T16:20:34.9105649Z  2024-04-03T16:20:34.9105890Z  2024-04-03T16:20:34.9106162Z  2024-04-03T16:20:34.9106407Z  2024-04-03T16:20:34.9106636Z  2024-04-03T16:20:34.9106954Z  2024-04-03T16:20:34.9107726Z [2,961 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:34.9108612Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:34.9109091Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:34.9109674Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:34.9110125Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:34.9110869Z Compiling aten/src/ATen/Operators_2.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:34.9112324Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:34.9113651Z Compiling aten/src/ATen/native/GridSampler.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:34.9114450Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:35.1107815Z 2024-04-03T16:20:35.1108497Z  2024-04-03T16:20:35.1108983Z  2024-04-03T16:20:35.1111579Z  2024-04-03T16:20:35.1111834Z  2024-04-03T16:20:35.1112085Z  2024-04-03T16:20:35.1112322Z  2024-04-03T16:20:35.1112565Z  2024-04-03T16:20:35.1112807Z  2024-04-03T16:20:35.1113502Z [2,962 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:35.1114291Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:35.1114767Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:35.1115285Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:35.1115954Z Compiling aten/src/ATen/Operators_2.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:35.1116604Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:35.1118886Z Compiling aten/src/ATen/native/GridSampler.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:35.1119671Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:35.1120219Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:35.7706976Z 2024-04-03T16:20:35.7707735Z  2024-04-03T16:20:35.7708242Z  2024-04-03T16:20:35.7708712Z  2024-04-03T16:20:35.7709107Z  2024-04-03T16:20:35.7709394Z  2024-04-03T16:20:35.7709780Z  2024-04-03T16:20:35.7710161Z  2024-04-03T16:20:35.7710725Z  2024-04-03T16:20:35.7712012Z [2,963 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:35.7713417Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:35.7714277Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:35.7715330Z Compiling aten/src/ATen/Operators_2.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:35.7716219Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:35.7717415Z Compiling aten/src/ATen/native/GridSampler.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:35.7718534Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:35.7719315Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:35.7720108Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:36.1115344Z 2024-04-03T16:20:36.1116076Z  2024-04-03T16:20:36.1116655Z  2024-04-03T16:20:36.1117165Z  2024-04-03T16:20:36.1117550Z  2024-04-03T16:20:36.1117797Z  2024-04-03T16:20:36.1118041Z  2024-04-03T16:20:36.1118275Z  2024-04-03T16:20:36.1118520Z  2024-04-03T16:20:36.1119218Z [2,963 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:36.1119997Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:36.1120476Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:36.1121139Z Compiling aten/src/ATen/Operators_2.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:36.1121772Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:36.1122481Z Compiling aten/src/ATen/native/GridSampler.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:36.1123178Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:36.1123633Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:36.1124123Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:36.6920331Z 2024-04-03T16:20:36.6921101Z  2024-04-03T16:20:36.6921651Z  2024-04-03T16:20:36.6922101Z  2024-04-03T16:20:36.6922509Z  2024-04-03T16:20:36.6922927Z  2024-04-03T16:20:36.6923330Z  2024-04-03T16:20:36.6923743Z  2024-04-03T16:20:36.6924177Z  2024-04-03T16:20:36.6925905Z [2,965 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:20:36.6927503Z Compiling aten/src/ATen/Operators_2.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:36.6929576Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:36.6931842Z Compiling aten/src/ATen/native/GridSampler.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:36.6933319Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:36.6934202Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:36.6935075Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:36.6937244Z Compiling aten/src/ATen/native/group_norm.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:36.6938984Z Compiling aten/src/ATen/core/Dict.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:36.9120890Z 2024-04-03T16:20:36.9121641Z  2024-04-03T16:20:36.9122192Z  2024-04-03T16:20:36.9122671Z  2024-04-03T16:20:36.9123121Z  2024-04-03T16:20:36.9123558Z  2024-04-03T16:20:36.9123986Z  2024-04-03T16:20:36.9124591Z  2024-04-03T16:20:36.9124976Z  2024-04-03T16:20:36.9125986Z [2,965 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:36.9127415Z Compiling aten/src/ATen/Operators_2.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:36.9129399Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:36.9130732Z Compiling aten/src/ATen/native/GridSampler.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:36.9131616Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:36.9132305Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:36.9132980Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:36.9133979Z Compiling aten/src/ATen/native/group_norm.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:36.9135161Z Compiling aten/src/ATen/core/Dict.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:37.3002965Z 2024-04-03T16:20:37.3003931Z  2024-04-03T16:20:37.3004571Z  2024-04-03T16:20:37.3004955Z  2024-04-03T16:20:37.3005382Z  2024-04-03T16:20:37.3005642Z  2024-04-03T16:20:37.3005946Z  2024-04-03T16:20:37.3006346Z  2024-04-03T16:20:37.3006659Z  2024-04-03T16:20:37.3007404Z INFO: From Compiling aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: 2024-04-03T16:20:37.3008603Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: In lambda function: 2024-04-03T16:20:37.3010358Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp:42:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:20:37.3012368Z 42 | [](Vec /* unused */) { return 0.0; }, 2024-04-03T16:20:37.3013038Z | ^ 2024-04-03T16:20:37.3013873Z [2,965 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:37.3015063Z Compiling aten/src/ATen/Operators_2.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:37.3015924Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.3016652Z Compiling aten/src/ATen/native/GridSampler.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:37.3017541Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.3018122Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.3018691Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:37.3019535Z Compiling aten/src/ATen/native/group_norm.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:37.3020689Z Compiling aten/src/ATen/core/Dict.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:37.5125841Z 2024-04-03T16:20:37.5126585Z  2024-04-03T16:20:37.5127161Z  2024-04-03T16:20:37.5127616Z  2024-04-03T16:20:37.5128082Z  2024-04-03T16:20:37.5128537Z  2024-04-03T16:20:37.5128975Z  2024-04-03T16:20:37.5129439Z  2024-04-03T16:20:37.5129872Z  2024-04-03T16:20:37.5131138Z [2,967 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:20:37.5133033Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:37.5134226Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.5135097Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.5136687Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:37.5138438Z Compiling aten/src/ATen/native/group_norm.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:37.5140064Z Compiling aten/src/ATen/core/Dict.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:37.5141247Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:37.5142526Z Compiling aten/src/ATen/ScalarOps.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:37.7127330Z 2024-04-03T16:20:37.7127917Z  2024-04-03T16:20:37.7128274Z  2024-04-03T16:20:37.7128561Z  2024-04-03T16:20:37.7128817Z  2024-04-03T16:20:37.7129115Z  2024-04-03T16:20:37.7129362Z  2024-04-03T16:20:37.7129593Z  2024-04-03T16:20:37.7129902Z  2024-04-03T16:20:37.7130664Z [2,967 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:37.7131687Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:37.7132400Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:37.7133031Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.7784109Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.7785939Z Compiling aten/src/ATen/native/group_norm.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:37.7787502Z Compiling aten/src/ATen/core/Dict.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:37.7788716Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:37.7789941Z Compiling aten/src/ATen/ScalarOps.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:37.9792250Z 2024-04-03T16:20:37.9793223Z  2024-04-03T16:20:37.9793646Z  2024-04-03T16:20:37.9793926Z  2024-04-03T16:20:37.9794171Z  2024-04-03T16:20:37.9794401Z  2024-04-03T16:20:37.9794906Z  2024-04-03T16:20:37.9795216Z  2024-04-03T16:20:37.9795590Z  2024-04-03T16:20:37.9796548Z [2,968 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:37.9797767Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:37.9798627Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.9799349Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:37.9800398Z Compiling aten/src/ATen/native/group_norm.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:37.9801813Z Compiling aten/src/ATen/core/Dict.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:37.9803667Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:37.9804777Z Compiling aten/src/ATen/ScalarOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:37.9805735Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:38.3794086Z 2024-04-03T16:20:38.3794801Z  2024-04-03T16:20:38.3795147Z  2024-04-03T16:20:38.3795390Z  2024-04-03T16:20:38.3795639Z  2024-04-03T16:20:38.3795885Z  2024-04-03T16:20:38.3796115Z  2024-04-03T16:20:38.3796356Z  2024-04-03T16:20:38.3796597Z  2024-04-03T16:20:38.3797302Z [2,969 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:38.3798105Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:38.3798580Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:38.3799257Z Compiling aten/src/ATen/native/group_norm.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:38.3800105Z Compiling aten/src/ATen/core/Dict.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:38.3800751Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:38.3801384Z Compiling aten/src/ATen/ScalarOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:38.3802223Z Compiling aten/src/ATen/native/BlasKernel.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:38.3802920Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:38.9975411Z 2024-04-03T16:20:38.9975957Z  2024-04-03T16:20:38.9976387Z  2024-04-03T16:20:38.9976785Z  2024-04-03T16:20:38.9977280Z  2024-04-03T16:20:38.9977587Z  2024-04-03T16:20:38.9977826Z  2024-04-03T16:20:38.9978078Z  2024-04-03T16:20:39.0452891Z  2024-04-03T16:20:39.0454422Z [2,970 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:39.0455601Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:39.0456310Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:39.0457563Z Compiling aten/src/ATen/native/group_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:39.0458594Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:39.0459572Z Compiling aten/src/ATen/ScalarOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.0460845Z Compiling aten/src/ATen/native/BlasKernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.0461867Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:39.0462592Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:20:39.1996943Z 2024-04-03T16:20:39.1997685Z  2024-04-03T16:20:39.1998192Z  2024-04-03T16:20:39.1998643Z  2024-04-03T16:20:39.1999047Z  2024-04-03T16:20:39.1999470Z  2024-04-03T16:20:39.1999863Z  2024-04-03T16:20:39.2000243Z  2024-04-03T16:20:39.2000807Z  2024-04-03T16:20:39.2002058Z [2,971 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:39.2003371Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:39.2004162Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:39.2005147Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:39.2006059Z Compiling aten/src/ATen/ScalarOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.2007459Z Compiling aten/src/ATen/native/BlasKernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.2008759Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:39.2010072Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.2011265Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:39.4309090Z 2024-04-03T16:20:39.4309520Z  2024-04-03T16:20:39.4309848Z  2024-04-03T16:20:39.4310100Z  2024-04-03T16:20:39.4318838Z  2024-04-03T16:20:39.4319123Z  2024-04-03T16:20:39.4319380Z  2024-04-03T16:20:39.4319630Z  2024-04-03T16:20:39.4319868Z  2024-04-03T16:20:39.4320563Z [2,971 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:39.4334851Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:39.4335739Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:39.4336480Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:39.4337238Z Compiling aten/src/ATen/ScalarOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:39.4338543Z Compiling aten/src/ATen/native/BlasKernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.4339705Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:39.4340516Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.4341512Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:39.6341579Z 2024-04-03T16:20:39.6342618Z  2024-04-03T16:20:39.6343112Z  2024-04-03T16:20:39.6343519Z  2024-04-03T16:20:39.6344057Z  2024-04-03T16:20:39.6344437Z  2024-04-03T16:20:39.6346632Z  2024-04-03T16:20:39.6347320Z  2024-04-03T16:20:39.6349852Z  2024-04-03T16:20:39.6353201Z [2,972 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:39.6356590Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:39.6359511Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:39.6362366Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:39.6365760Z Compiling aten/src/ATen/ScalarOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:39.6368884Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:39.6372020Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:39.6375465Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:39.6376975Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:40.0288865Z 2024-04-03T16:20:40.0289853Z  2024-04-03T16:20:40.0290424Z  2024-04-03T16:20:40.0290883Z  2024-04-03T16:20:40.0291163Z  2024-04-03T16:20:40.0291493Z  2024-04-03T16:20:40.0291782Z  2024-04-03T16:20:40.0292689Z  2024-04-03T16:20:40.0293035Z  2024-04-03T16:20:40.0293856Z [2,974 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:40.0294860Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:40.0295463Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:40.0296089Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:40.0296635Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:40.0297483Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:40.0298320Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:40.0299020Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:40.0300401Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:40.2344452Z 2024-04-03T16:20:40.2344985Z  2024-04-03T16:20:40.2345324Z  2024-04-03T16:20:40.2345604Z  2024-04-03T16:20:40.2345842Z  2024-04-03T16:20:40.2346096Z  2024-04-03T16:20:40.2346369Z  2024-04-03T16:20:40.2346599Z  2024-04-03T16:20:40.2346848Z  2024-04-03T16:20:40.2347548Z [2,974 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:40.2348330Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:40.2348815Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:40.2349279Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:40.2349728Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:40.2350431Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:40.2351132Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:40.2351730Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:40.2352357Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:40.4666129Z 2024-04-03T16:20:40.4666927Z  2024-04-03T16:20:40.4667505Z  2024-04-03T16:20:40.4667941Z  2024-04-03T16:20:40.4669604Z  2024-04-03T16:20:40.4669903Z  2024-04-03T16:20:40.4670182Z  2024-04-03T16:20:40.4670464Z  2024-04-03T16:20:40.4670832Z  2024-04-03T16:20:40.4671682Z [2,975 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:40.4672694Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:40.4673370Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:40.4673871Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:40.4674457Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:40.4675031Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:40.4675852Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:40.4676996Z Compiling aten/src/ATen/native/Histogram.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:40.4677785Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:40.7464956Z 2024-04-03T16:20:40.7465597Z  2024-04-03T16:20:40.7466037Z  2024-04-03T16:20:40.7466422Z  2024-04-03T16:20:40.7466748Z  2024-04-03T16:20:40.7467081Z  2024-04-03T16:20:40.7467397Z  2024-04-03T16:20:40.7467749Z  2024-04-03T16:20:40.7468082Z  2024-04-03T16:20:40.7469020Z [2,976 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:40.7470087Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:40.7470732Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:40.7471353Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:40.7471965Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:40.7473477Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:40.7474612Z Compiling aten/src/ATen/native/Histogram.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:40.7475512Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:40.7476455Z Compiling aten/src/ATen/native/Memory.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:41.0670910Z 2024-04-03T16:20:41.0671439Z  2024-04-03T16:20:41.0671905Z  2024-04-03T16:20:41.0672425Z  2024-04-03T16:20:41.0672709Z  2024-04-03T16:20:41.0672964Z  2024-04-03T16:20:41.0673211Z  2024-04-03T16:20:41.0673443Z  2024-04-03T16:20:41.0673687Z  2024-04-03T16:20:41.0674400Z [2,977 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:41.0675184Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:41.0675664Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:41.0676128Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:41.0676730Z Compiling aten/src/ATen/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:41.1815782Z Compiling aten/src/ATen/native/Histogram.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:41.1817128Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:41.1818147Z Compiling aten/src/ATen/native/Memory.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:41.1819197Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:41.3822162Z 2024-04-03T16:20:41.3822715Z  2024-04-03T16:20:41.3823023Z  2024-04-03T16:20:41.3823308Z  2024-04-03T16:20:41.3823607Z  2024-04-03T16:20:41.3823840Z  2024-04-03T16:20:41.3824089Z  2024-04-03T16:20:41.3824338Z  2024-04-03T16:20:41.3824573Z  2024-04-03T16:20:41.3825282Z [2,978 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:41.3826077Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:41.3826543Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:41.3827175Z Compiling aten/src/ATen/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:41.3828003Z Compiling aten/src/ATen/native/Histogram.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:41.3828675Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:41.3829337Z Compiling aten/src/ATen/native/Memory.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:41.4386997Z Compiling aten/src/ATen/native/layer_norm.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:41.4387966Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:42.4394821Z 2024-04-03T16:20:42.4395609Z  2024-04-03T16:20:42.4396155Z  2024-04-03T16:20:42.4396650Z  2024-04-03T16:20:42.4396907Z  2024-04-03T16:20:42.4397142Z  2024-04-03T16:20:42.4397388Z  2024-04-03T16:20:42.4397630Z  2024-04-03T16:20:42.4397859Z  2024-04-03T16:20:42.4398562Z [2,978 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:42.4399380Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:42.4399857Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:42.4400468Z Compiling aten/src/ATen/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:42.4401289Z Compiling aten/src/ATen/native/Histogram.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:42.4401973Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:42.4402640Z Compiling aten/src/ATen/native/Memory.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:42.4403512Z Compiling aten/src/ATen/native/layer_norm.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:42.4404214Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:42.7540019Z 2024-04-03T16:20:42.7541052Z  2024-04-03T16:20:42.7541783Z  2024-04-03T16:20:42.7543296Z  2024-04-03T16:20:42.7544570Z  2024-04-03T16:20:42.7545111Z  2024-04-03T16:20:42.7545762Z  2024-04-03T16:20:42.7547159Z  2024-04-03T16:20:42.7547735Z  2024-04-03T16:20:42.7549161Z [2,979 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:42.7550844Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:42.7551923Z Compiling aten/src/ATen/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:42.7553434Z Compiling aten/src/ATen/native/Histogram.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:42.7554683Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:42.7555972Z Compiling aten/src/ATen/native/Memory.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:42.7557433Z Compiling aten/src/ATen/native/layer_norm.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:42.7559040Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:42.7560234Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:42.9665857Z 2024-04-03T16:20:42.9666439Z  2024-04-03T16:20:42.9667039Z  2024-04-03T16:20:42.9667432Z  2024-04-03T16:20:42.9667675Z  2024-04-03T16:20:42.9667934Z  2024-04-03T16:20:42.9668204Z  2024-04-03T16:20:42.9668437Z  2024-04-03T16:20:42.9682002Z  2024-04-03T16:20:42.9683696Z [2,980 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:42.9685193Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:42.9686128Z Compiling aten/src/ATen/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:42.9687047Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:42.9688040Z Compiling aten/src/ATen/native/Memory.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:42.9689574Z Compiling aten/src/ATen/native/layer_norm.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:42.9691296Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:42.9692675Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:42.9693593Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:43.2675014Z 2024-04-03T16:20:43.2675730Z  2024-04-03T16:20:43.2676104Z  2024-04-03T16:20:43.2676383Z  2024-04-03T16:20:43.2676640Z  2024-04-03T16:20:43.2676885Z  2024-04-03T16:20:43.2677135Z  2024-04-03T16:20:43.2677378Z  2024-04-03T16:20:43.2677613Z  2024-04-03T16:20:43.2678317Z [2,981 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:43.2728169Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:43.2728804Z Compiling aten/src/ATen/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:43.2729623Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:43.2730476Z Compiling aten/src/ATen/native/layer_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:43.2731517Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:43.2732388Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:43.2732972Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:43.2733460Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:43.5231019Z 2024-04-03T16:20:43.5231810Z  2024-04-03T16:20:43.5232356Z  2024-04-03T16:20:43.5232616Z  2024-04-03T16:20:43.5232868Z  2024-04-03T16:20:43.5233116Z  2024-04-03T16:20:43.5233425Z  2024-04-03T16:20:43.5233669Z  2024-04-03T16:20:43.5233917Z  2024-04-03T16:20:43.5234624Z [2,982 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:43.5235426Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:43.5236044Z Compiling aten/src/ATen/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:43.5236854Z Compiling aten/src/ATen/native/layer_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:43.5237764Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:43.5238460Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:43.5238918Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:43.5240976Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:43.5241563Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:43.8736066Z 2024-04-03T16:20:43.8736788Z  2024-04-03T16:20:43.8737274Z  2024-04-03T16:20:43.8737724Z  2024-04-03T16:20:43.8738190Z  2024-04-03T16:20:43.8738427Z  2024-04-03T16:20:43.8739718Z  2024-04-03T16:20:43.8739967Z  2024-04-03T16:20:43.8740270Z  2024-04-03T16:20:43.8741060Z [2,983 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:43.8741961Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:43.8742775Z Compiling aten/src/ATen/native/layer_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:43.8743833Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:43.8744613Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:43.8745137Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:43.8745619Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:43.8747536Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:43.8748369Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:44.0739458Z 2024-04-03T16:20:44.0740307Z  2024-04-03T16:20:44.0740760Z  2024-04-03T16:20:44.0741293Z  2024-04-03T16:20:44.0741670Z  2024-04-03T16:20:44.0741920Z  2024-04-03T16:20:44.0742151Z  2024-04-03T16:20:44.0742394Z  2024-04-03T16:20:44.0742626Z  2024-04-03T16:20:44.0743330Z [2,984 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:44.0744130Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:44.0744836Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:44.0745518Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:44.0745981Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:44.0746442Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:44.0747147Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:44.0748075Z Compiling aten/src/ATen/core/NamedTensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:44.0748973Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:44.8315145Z 2024-04-03T16:20:44.8315863Z  2024-04-03T16:20:44.8316454Z  2024-04-03T16:20:44.8316787Z  2024-04-03T16:20:44.8317089Z  2024-04-03T16:20:44.8317337Z  2024-04-03T16:20:44.8317568Z  2024-04-03T16:20:44.8317815Z  2024-04-03T16:20:44.8318196Z  2024-04-03T16:20:44.8318942Z [2,985 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:44.8319968Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:44.8320672Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:44.8321143Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:44.8321610Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:44.8322328Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:44.8323240Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:44.8324120Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:44.8324961Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:20:45.1026551Z 2024-04-03T16:20:45.1027723Z  2024-04-03T16:20:45.1028128Z  2024-04-03T16:20:45.1028541Z  2024-04-03T16:20:45.1028872Z  2024-04-03T16:20:45.1029125Z  2024-04-03T16:20:45.1029363Z  2024-04-03T16:20:45.1029613Z  2024-04-03T16:20:45.1029844Z  2024-04-03T16:20:45.1030695Z [2,985 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:45.1032945Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:45.1033842Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:45.1034304Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:45.1034905Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:45.1035622Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:45.1038036Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.1038915Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.1039733Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:20:45.3030416Z 2024-04-03T16:20:45.3031420Z  2024-04-03T16:20:45.3032006Z  2024-04-03T16:20:45.3032355Z  2024-04-03T16:20:45.3032698Z  2024-04-03T16:20:45.3033007Z  2024-04-03T16:20:45.3033252Z  2024-04-03T16:20:45.3033482Z  2024-04-03T16:20:45.3033752Z  2024-04-03T16:20:45.3034634Z [2,987 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:45.3037031Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:45.3038065Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:45.3038798Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:45.3039978Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.3041133Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.3042375Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.3043558Z Compiling aten/src/ATen/core/Vitals.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.3044892Z Compiling aten/src/ATen/native/Loss.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:45.9714740Z 2024-04-03T16:20:45.9715476Z  2024-04-03T16:20:45.9716077Z  2024-04-03T16:20:45.9716546Z  2024-04-03T16:20:45.9717047Z  2024-04-03T16:20:45.9717518Z  2024-04-03T16:20:45.9717916Z  2024-04-03T16:20:45.9718285Z  2024-04-03T16:20:45.9718568Z  2024-04-03T16:20:45.9719606Z [2,988 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:45.9721669Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:45.9722945Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:45.9724249Z Compiling aten/src/ATen/core/NamedTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:45.9725607Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:45.9726937Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:45.9728051Z Compiling aten/src/ATen/core/Vitals.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:45.9729226Z Compiling aten/src/ATen/native/Loss.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:45.9730328Z Compiling aten/src/ATen/native/Linear.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:46.3038285Z 2024-04-03T16:20:46.3039406Z  2024-04-03T16:20:46.3040183Z  2024-04-03T16:20:46.3041139Z  2024-04-03T16:20:46.3041589Z  2024-04-03T16:20:46.3041963Z  2024-04-03T16:20:46.3042368Z  2024-04-03T16:20:46.3042803Z  2024-04-03T16:20:46.3043177Z  2024-04-03T16:20:46.3044118Z [2,989 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:46.3045701Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:20:46.3046811Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:46.3047821Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:46.3049198Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:46.3050979Z Compiling aten/src/ATen/core/Vitals.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:46.3052546Z Compiling aten/src/ATen/native/Loss.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:46.3053732Z Compiling aten/src/ATen/native/Linear.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:46.3054725Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:46.5597368Z 2024-04-03T16:20:46.5598090Z  2024-04-03T16:20:46.5598640Z  2024-04-03T16:20:46.5599078Z  2024-04-03T16:20:46.5599317Z  2024-04-03T16:20:46.5599570Z  2024-04-03T16:20:46.5599817Z  2024-04-03T16:20:46.5600050Z  2024-04-03T16:20:46.5600296Z  2024-04-03T16:20:46.5601057Z [2,991 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:46.5602062Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:20:46.5603014Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:46.6752559Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:46.6754330Z Compiling aten/src/ATen/native/Loss.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:46.6755643Z Compiling aten/src/ATen/native/Linear.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:46.6756659Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:46.6757383Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:20:46.6758484Z Compiling aten/src/ATen/core/class_type.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:46.9040525Z 2024-04-03T16:20:46.9041065Z  2024-04-03T16:20:46.9041401Z  2024-04-03T16:20:46.9041661Z  2024-04-03T16:20:46.9041914Z  2024-04-03T16:20:46.9042158Z  2024-04-03T16:20:46.9042386Z  2024-04-03T16:20:46.9042627Z  2024-04-03T16:20:46.9042869Z  2024-04-03T16:20:46.9043556Z [2,991 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:46.9044753Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:20:46.9045713Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:46.9046654Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:47.0024731Z Compiling aten/src/ATen/native/Loss.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:47.0025913Z Compiling aten/src/ATen/native/Linear.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:47.0026715Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:47.0027343Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:47.0028131Z Compiling aten/src/ATen/core/class_type.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:47.2029582Z 2024-04-03T16:20:47.2030286Z  2024-04-03T16:20:47.2030826Z  2024-04-03T16:20:47.2031228Z  2024-04-03T16:20:47.2031476Z  2024-04-03T16:20:47.2031708Z  2024-04-03T16:20:47.2031952Z  2024-04-03T16:20:47.2032204Z  2024-04-03T16:20:47.2032434Z  2024-04-03T16:20:47.2033145Z [2,992 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:47.2034162Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:20:47.2035114Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:20:47.2035994Z Compiling aten/src/ATen/native/Loss.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:47.2036823Z Compiling aten/src/ATen/native/Linear.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:47.2037472Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:47.2037937Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:47.2038600Z Compiling aten/src/ATen/core/class_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:47.2039267Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:47.7857176Z 2024-04-03T16:20:47.7858065Z  2024-04-03T16:20:47.7859697Z  2024-04-03T16:20:47.7860041Z  2024-04-03T16:20:47.7860292Z  2024-04-03T16:20:47.7860654Z  2024-04-03T16:20:47.7861043Z  2024-04-03T16:20:47.7861398Z  2024-04-03T16:20:47.7861643Z  2024-04-03T16:20:47.7862532Z [2,993 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:47.7865092Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:20:47.7866035Z Compiling aten/src/ATen/native/Loss.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:47.7866980Z Compiling aten/src/ATen/native/Linear.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:47.7867805Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:47.7868277Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:47.7868982Z Compiling aten/src/ATen/core/class_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:47.7869764Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:47.7870251Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:48.0430062Z 2024-04-03T16:20:48.0432394Z  2024-04-03T16:20:48.0433043Z  2024-04-03T16:20:48.0433383Z  2024-04-03T16:20:48.0433764Z  2024-04-03T16:20:48.0434133Z  2024-04-03T16:20:48.0434447Z  2024-04-03T16:20:48.0434735Z  2024-04-03T16:20:48.0435081Z  2024-04-03T16:20:48.0435943Z [2,993 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:48.0437257Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:20:48.0438399Z Compiling aten/src/ATen/native/Loss.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:48.0439374Z Compiling aten/src/ATen/native/Linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:48.0440213Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:48.0440780Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:48.0441607Z Compiling aten/src/ATen/core/class_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:48.0442426Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:48.0443055Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:48.6262593Z 2024-04-03T16:20:48.6263935Z  2024-04-03T16:20:48.6265083Z  2024-04-03T16:20:48.6265656Z  2024-04-03T16:20:48.6270312Z  2024-04-03T16:20:48.6270619Z  2024-04-03T16:20:48.6270860Z  2024-04-03T16:20:48.6271177Z  2024-04-03T16:20:48.6271438Z  2024-04-03T16:20:48.6272289Z [2,994 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:48.6273756Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:20:48.6275014Z Compiling aten/src/ATen/native/Linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:48.6275929Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:48.6276502Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:48.6277526Z Compiling aten/src/ATen/core/class_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:48.6278547Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:48.6279150Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:48.6279778Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:48.8436448Z 2024-04-03T16:20:48.8437162Z  2024-04-03T16:20:48.8437606Z  2024-04-03T16:20:48.8438101Z  2024-04-03T16:20:48.8438531Z  2024-04-03T16:20:48.8439025Z  2024-04-03T16:20:48.8439370Z  2024-04-03T16:20:48.8439596Z  2024-04-03T16:20:48.8439839Z  2024-04-03T16:20:48.8440552Z [2,996 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:48.8441332Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:48.8441806Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:48.8442480Z Compiling aten/src/ATen/core/class_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:48.8819892Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:48.8820916Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:48.8821472Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:48.8822065Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:48.8822809Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:49.2977299Z 2024-04-03T16:20:49.2978046Z  2024-04-03T16:20:49.2978576Z  2024-04-03T16:20:49.2979059Z  2024-04-03T16:20:49.2979582Z  2024-04-03T16:20:49.2980025Z  2024-04-03T16:20:49.2980470Z  2024-04-03T16:20:49.2980900Z  2024-04-03T16:20:49.2981362Z  2024-04-03T16:20:49.2982369Z INFO: From Compiling aten/src/ATen/native/QuantizedLinear.cpp: 2024-04-03T16:20:49.2986192Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_linear_int8_weight_fp32_activation(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const c10::Scalar&, const c10::Scalar&, const at::Tensor&)': 2024-04-03T16:20:49.2993141Z aten/src/ATen/native/QuantizedLinear.cpp:126:69: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.2996790Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:20:49.2997959Z | ^ 2024-04-03T16:20:49.2999123Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3000423Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:20:49.3001405Z 76 | cast(const Tensor& packed) { 2024-04-03T16:20:49.3002069Z | ^~~~ 2024-04-03T16:20:49.3005860Z aten/src/ATen/native/QuantizedLinear.cpp:126:69: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3009596Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:20:49.3010691Z | ^ 2024-04-03T16:20:49.3012848Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3014141Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:20:49.3015157Z 76 | cast(const Tensor& packed) { 2024-04-03T16:20:49.3015854Z | ^~~~ 2024-04-03T16:20:49.3017665Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_quantized_matrix(const at::Tensor&)': 2024-04-03T16:20:49.3022924Z aten/src/ATen/native/QuantizedLinear.cpp:317:71: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3027135Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:20:49.3028363Z | ^ 2024-04-03T16:20:49.3029536Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3030905Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:20:49.3032166Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:20:49.3033090Z | ^~~~~~ 2024-04-03T16:20:49.3038371Z aten/src/ATen/native/QuantizedLinear.cpp:317:71: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = fbgemm::PackBMatrix]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3042507Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:20:49.3043707Z | ^ 2024-04-03T16:20:49.3045018Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3047709Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:20:49.3048846Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:20:49.3049449Z | ^~~~~~ 2024-04-03T16:20:49.3051045Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_gemm_matrix_fp16(const at::Tensor&)': 2024-04-03T16:20:49.3055261Z aten/src/ATen/native/QuantizedLinear.cpp:411:54: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3059140Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:20:49.3060427Z | ^ 2024-04-03T16:20:49.3061046Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3062226Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:20:49.3063440Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:20:49.3063953Z | ^~~~~~ 2024-04-03T16:20:49.3068090Z aten/src/ATen/native/QuantizedLinear.cpp:411:54: warning: 'at::Tensor at::cpp_custom_type_hack::create(std::unique_ptr<_Tp>, c10::TensorOptions) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3071215Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:20:49.3071898Z | ^ 2024-04-03T16:20:49.3072962Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3074000Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:20:49.3076056Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:20:49.3076625Z | ^~~~~~ 2024-04-03T16:20:49.3078616Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_linear_fp16_weight_fp32_activation(const at::Tensor&, const at::Tensor&, const at::Tensor&)': 2024-04-03T16:20:49.3083186Z aten/src/ATen/native/QuantizedLinear.cpp:433:73: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3087160Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:20:49.3087794Z | ^ 2024-04-03T16:20:49.3088470Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3089639Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:20:49.3090617Z 76 | cast(const Tensor& packed) { 2024-04-03T16:20:49.3090998Z | ^~~~ 2024-04-03T16:20:49.3094267Z aten/src/ATen/native/QuantizedLinear.cpp:433:73: warning: 'T& at::cpp_custom_type_hack::cast(const at::Tensor&) [with T = c10::intrusive_ptr]' is deprecated: Use custom classes instead: https://pytorch.org/tutorials/advanced/torch_script_custom_classes.html [-Wdeprecated-declarations] 2024-04-03T16:20:49.3097598Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:20:49.3099754Z | ^ 2024-04-03T16:20:49.3100818Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:20:49.3101747Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:20:49.3102392Z 76 | cast(const Tensor& packed) { 2024-04-03T16:20:49.3102880Z | ^~~~ 2024-04-03T16:20:49.3104479Z [2,996 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:49.3105304Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:49.3105797Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:49.3106568Z Compiling aten/src/ATen/core/class_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:49.3107301Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:49.3107779Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.3108311Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.3108768Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.3109262Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:49.6419635Z 2024-04-03T16:20:49.6420283Z  2024-04-03T16:20:49.6421593Z  2024-04-03T16:20:49.6422025Z  2024-04-03T16:20:49.6422349Z  2024-04-03T16:20:49.6422717Z  2024-04-03T16:20:49.6423088Z  2024-04-03T16:20:49.6423389Z  2024-04-03T16:20:49.6423737Z  2024-04-03T16:20:49.6424575Z [2,998 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:49.6425591Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:49.6426201Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:49.6426817Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.6427417Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.6428024Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.6428641Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:49.6429205Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:49.6429791Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:49.8830362Z 2024-04-03T16:20:49.8831177Z  2024-04-03T16:20:49.8831804Z  2024-04-03T16:20:49.8832296Z  2024-04-03T16:20:49.8832770Z  2024-04-03T16:20:49.8833088Z  2024-04-03T16:20:49.8833339Z  2024-04-03T16:20:49.8833571Z  2024-04-03T16:20:49.8835594Z  2024-04-03T16:20:49.8836904Z [2,999 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:49.8838393Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:49.8839279Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:49.8840161Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.8841027Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:49.8841900Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:49.8842757Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:49.8843611Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:49.8844683Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:50.7887327Z 2024-04-03T16:20:50.7889475Z  2024-04-03T16:20:50.7890057Z  2024-04-03T16:20:50.7890516Z  2024-04-03T16:20:50.7890799Z  2024-04-03T16:20:50.7891046Z  2024-04-03T16:20:50.7891364Z  2024-04-03T16:20:50.7891647Z  2024-04-03T16:20:50.7891969Z  2024-04-03T16:20:50.7893033Z [3,000 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:50.7893989Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:50.7894527Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:50.7895046Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:50.7895529Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:50.7896145Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:50.7896610Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:50.7897190Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:50.7897778Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:51.0838081Z 2024-04-03T16:20:51.0838857Z  2024-04-03T16:20:51.0839187Z  2024-04-03T16:20:51.0839449Z  2024-04-03T16:20:51.0839684Z  2024-04-03T16:20:51.0839932Z  2024-04-03T16:20:51.0840178Z  2024-04-03T16:20:51.0840409Z  2024-04-03T16:20:51.0840655Z  2024-04-03T16:20:51.0842449Z [3,000 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:51.0843235Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:51.0843768Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.0844242Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.0845038Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.0845722Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.0846309Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:51.0846817Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:51.0847405Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:20:51.4840046Z 2024-04-03T16:20:51.4840772Z  2024-04-03T16:20:51.4841433Z  2024-04-03T16:20:51.5820685Z  2024-04-03T16:20:51.5821654Z  2024-04-03T16:20:51.5822074Z  2024-04-03T16:20:51.5822507Z  2024-04-03T16:20:51.5822924Z  2024-04-03T16:20:51.5823330Z  2024-04-03T16:20:51.5824545Z [3,002 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:51.5825983Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:51.5826814Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.5827635Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.5828464Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.5829270Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:51.5830109Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:51.5830959Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:51.5831765Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:51.8932127Z 2024-04-03T16:20:51.8932816Z  2024-04-03T16:20:51.8933431Z  2024-04-03T16:20:51.8933772Z  2024-04-03T16:20:51.8934011Z  2024-04-03T16:20:51.8934260Z  2024-04-03T16:20:51.8934505Z  2024-04-03T16:20:51.8934737Z  2024-04-03T16:20:51.8934983Z  2024-04-03T16:20:51.9533113Z [3,003 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:51.9534322Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:20:51.9535062Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.9535802Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.9536450Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:51.9537208Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:51.9537947Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:51.9538629Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:51.9539361Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:52.1831401Z 2024-04-03T16:20:52.1832619Z  2024-04-03T16:20:52.1833097Z  2024-04-03T16:20:52.1833547Z  2024-04-03T16:20:52.1833862Z  2024-04-03T16:20:52.1834209Z  2024-04-03T16:20:52.1834467Z  2024-04-03T16:20:52.1834710Z  2024-04-03T16:20:52.1834942Z  2024-04-03T16:20:52.1835786Z [3,003 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:52.1836878Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:52.1837510Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:52.1838091Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:52.1838665Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:52.1839224Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:52.1839781Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:52.1840419Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:52.1841056Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:52.5832357Z 2024-04-03T16:20:52.6327153Z  2024-04-03T16:20:52.6327838Z  2024-04-03T16:20:52.6328190Z  2024-04-03T16:20:52.6328554Z  2024-04-03T16:20:52.6328834Z  2024-04-03T16:20:52.6329139Z  2024-04-03T16:20:52.6329485Z  2024-04-03T16:20:52.6329724Z  2024-04-03T16:20:52.6330525Z [3,005 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:52.6332994Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:52.6333664Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:52.6334194Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:52.6334805Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:52.6335299Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:52.6335989Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:52.6336704Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:52.6337603Z Compiling aten/src/ATen/native/Repeat.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:52.8881778Z 2024-04-03T16:20:52.8882739Z  2024-04-03T16:20:52.8883283Z  2024-04-03T16:20:52.8884999Z  2024-04-03T16:20:52.8885475Z  2024-04-03T16:20:52.8885849Z  2024-04-03T16:20:52.8886229Z  2024-04-03T16:20:52.8886611Z  2024-04-03T16:20:52.8886983Z  2024-04-03T16:20:52.8888252Z [3,006 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:52.8889369Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:20:52.8890128Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:52.8890887Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:52.8891710Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:52.8892702Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:52.8893502Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:52.8894654Z Compiling aten/src/ATen/native/Repeat.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:52.8895812Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:53.1394401Z 2024-04-03T16:20:53.1394920Z  2024-04-03T16:20:53.1395251Z  2024-04-03T16:20:53.1395524Z  2024-04-03T16:20:53.1395762Z  2024-04-03T16:20:53.1396011Z  2024-04-03T16:20:53.1396244Z  2024-04-03T16:20:53.1396491Z  2024-04-03T16:20:53.1396738Z  2024-04-03T16:20:53.1398871Z [3,007 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:53.1399681Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:53.1400231Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:53.1400697Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:53.1401146Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:53.1401704Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:53.1402370Z Compiling aten/src/ATen/native/Repeat.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:53.1403101Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:53.1403593Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:53.4336481Z 2024-04-03T16:20:53.4337018Z  2024-04-03T16:20:53.4337320Z  2024-04-03T16:20:53.4337602Z  2024-04-03T16:20:53.4337861Z  2024-04-03T16:20:53.4338097Z  2024-04-03T16:20:53.4338347Z  2024-04-03T16:20:53.4338596Z  2024-04-03T16:20:53.4338846Z  2024-04-03T16:20:53.4339543Z [3,008 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:53.4340341Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:53.4340810Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:53.4341285Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:53.4341756Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:53.4342407Z Compiling aten/src/ATen/native/Repeat.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:53.4343075Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:53.4345486Z Compiling aten/src/ATen/core/tensor_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:53.4346668Z Compiling aten/src/ATen/native/Resize.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:54.0411078Z 2024-04-03T16:20:54.0412014Z  2024-04-03T16:20:54.0412369Z  2024-04-03T16:20:54.0412613Z  2024-04-03T16:20:54.0412861Z  2024-04-03T16:20:54.0414638Z  2024-04-03T16:20:54.0414933Z  2024-04-03T16:20:54.0415280Z  2024-04-03T16:20:54.0415510Z  2024-04-03T16:20:54.0416325Z [3,009 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:54.0417248Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.0417754Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.0418275Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.0419034Z Compiling aten/src/ATen/native/Repeat.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:54.0419841Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:54.0420613Z Compiling aten/src/ATen/core/tensor_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:54.0422337Z Compiling aten/src/ATen/native/Resize.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:54.0423186Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:54.4354719Z 2024-04-03T16:20:54.4355254Z  2024-04-03T16:20:54.4355579Z  2024-04-03T16:20:54.4355874Z  2024-04-03T16:20:54.4356108Z  2024-04-03T16:20:54.4356357Z  2024-04-03T16:20:54.4356603Z  2024-04-03T16:20:54.4356832Z  2024-04-03T16:20:54.4357078Z  2024-04-03T16:20:54.4357770Z [3,009 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:54.4358550Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.4359027Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.4359485Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.4360133Z Compiling aten/src/ATen/native/Repeat.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:54.4360802Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:54.4361483Z Compiling aten/src/ATen/core/tensor_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:54.4362350Z Compiling aten/src/ATen/native/Resize.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:54.4363010Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:54.7550590Z 2024-04-03T16:20:54.7551522Z  2024-04-03T16:20:54.7552129Z  2024-04-03T16:20:54.7552501Z  2024-04-03T16:20:54.7552764Z  2024-04-03T16:20:54.7553092Z  2024-04-03T16:20:54.7553338Z  2024-04-03T16:20:54.7553660Z  2024-04-03T16:20:54.7553980Z  2024-04-03T16:20:54.7554766Z [3,010 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:54.7556878Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:54.7557684Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.7558731Z Compiling aten/src/ATen/native/Repeat.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:54.7559537Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:54.7560347Z Compiling aten/src/ATen/core/tensor_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:54.7561461Z Compiling aten/src/ATen/native/Resize.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:54.7562341Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:54.7563072Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:55.0506137Z 2024-04-03T16:20:55.0506865Z  2024-04-03T16:20:55.0507457Z  2024-04-03T16:20:55.0507968Z  2024-04-03T16:20:55.0508291Z  2024-04-03T16:20:55.0508771Z  2024-04-03T16:20:55.0509177Z  2024-04-03T16:20:55.0509413Z  2024-04-03T16:20:55.0509662Z  2024-04-03T16:20:55.0510465Z [3,011 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:55.0511362Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:55.0513386Z Compiling aten/src/ATen/native/Repeat.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:55.0514724Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:55.0515502Z Compiling aten/src/ATen/core/tensor_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:55.0516811Z Compiling aten/src/ATen/native/Resize.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:55.0518869Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:55.0519924Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:55.0520750Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:55.2998225Z 2024-04-03T16:20:55.2998989Z  2024-04-03T16:20:55.2999372Z  2024-04-03T16:20:55.2999715Z  2024-04-03T16:20:55.3000126Z  2024-04-03T16:20:55.3000386Z  2024-04-03T16:20:55.3000765Z  2024-04-03T16:20:55.3001172Z  2024-04-03T16:20:55.3001489Z  2024-04-03T16:20:55.3002334Z [3,012 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:55.3004557Z Compiling aten/src/ATen/native/Repeat.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:55.3005445Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:55.3006462Z Compiling aten/src/ATen/core/tensor_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:55.3007769Z Compiling aten/src/ATen/native/Resize.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:55.3008643Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:55.3009599Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:55.3021724Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:55.3022546Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:55.5609051Z 2024-04-03T16:20:55.5609794Z  2024-04-03T16:20:55.5610340Z  2024-04-03T16:20:55.5610857Z  2024-04-03T16:20:55.5611342Z  2024-04-03T16:20:55.5611778Z  2024-04-03T16:20:55.5612313Z  2024-04-03T16:20:55.5612777Z  2024-04-03T16:20:55.5613242Z  2024-04-03T16:20:55.5614534Z [3,013 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:55.5616425Z Compiling aten/src/ATen/native/Repeat.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:55.5618055Z Compiling aten/src/ATen/core/tensor_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:55.5620626Z Compiling aten/src/ATen/native/Resize.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:55.5621875Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:55.5623151Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:55.5624398Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:55.5625271Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:55.5626583Z Compiling aten/src/ATen/ParallelCommon.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:20:55.9002154Z 2024-04-03T16:20:55.9002894Z  2024-04-03T16:20:55.9003539Z  2024-04-03T16:20:55.9003904Z  2024-04-03T16:20:55.9004164Z  2024-04-03T16:20:55.9004543Z  2024-04-03T16:20:55.9004799Z  2024-04-03T16:20:55.9005032Z  2024-04-03T16:20:55.9005279Z  2024-04-03T16:20:55.9005980Z [3,014 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:55.9006981Z Compiling aten/src/ATen/core/tensor_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:55.9007855Z Compiling aten/src/ATen/native/Resize.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:55.9008514Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:55.9009177Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:55.9009844Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:55.9010308Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:55.9010968Z Compiling aten/src/ATen/ParallelCommon.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:55.9338642Z Compiling aten/src/ATen/core/Dimname.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:56.4016763Z 2024-04-03T16:20:56.4017408Z  2024-04-03T16:20:56.4017997Z  2024-04-03T16:20:56.4018405Z  2024-04-03T16:20:56.4018848Z  2024-04-03T16:20:56.4019257Z  2024-04-03T16:20:56.4019628Z  2024-04-03T16:20:56.4020066Z  2024-04-03T16:20:56.4022140Z  2024-04-03T16:20:56.4023417Z [3,015 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:56.4025250Z Compiling aten/src/ATen/native/Resize.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:56.4026501Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:56.4027770Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:56.4028887Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:56.4029665Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:56.4030776Z Compiling aten/src/ATen/ParallelCommon.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:56.4032301Z Compiling aten/src/ATen/core/Dimname.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:56.4034300Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:56.7348419Z 2024-04-03T16:20:56.7349262Z  2024-04-03T16:20:56.7349853Z  2024-04-03T16:20:56.7350240Z  2024-04-03T16:20:56.7350514Z  2024-04-03T16:20:56.7350786Z  2024-04-03T16:20:56.7351034Z  2024-04-03T16:20:56.7351281Z  2024-04-03T16:20:56.7351511Z  2024-04-03T16:20:56.7352218Z [3,015 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:56.7353210Z Compiling aten/src/ATen/native/Resize.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:56.7353884Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:56.7354550Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:56.7355298Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:56.7355775Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:56.7356456Z Compiling aten/src/ATen/ParallelCommon.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:56.7357319Z Compiling aten/src/ATen/core/Dimname.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:56.7357993Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:20:56.9886796Z 2024-04-03T16:20:56.9888523Z  2024-04-03T16:20:56.9889031Z  2024-04-03T16:20:56.9889315Z  2024-04-03T16:20:56.9889637Z  2024-04-03T16:20:56.9890033Z  2024-04-03T16:20:56.9890478Z  2024-04-03T16:20:56.9890852Z  2024-04-03T16:20:56.9891275Z  2024-04-03T16:20:56.9892243Z [3,017 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:20:56.9893367Z Compiling aten/src/ATen/native/Resize.cpp; 6s processwrapper-sandbox 2024-04-03T16:20:56.9894427Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:56.9895171Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:56.9896153Z Compiling aten/src/ATen/ParallelCommon.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:56.9897636Z Compiling aten/src/ATen/core/Dimname.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:56.9898688Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:56.9899437Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:56.9900151Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:57.3353036Z 2024-04-03T16:20:57.3353570Z  2024-04-03T16:20:57.3353890Z  2024-04-03T16:20:57.3354205Z  2024-04-03T16:20:57.3354447Z  2024-04-03T16:20:57.3354701Z  2024-04-03T16:20:57.3354957Z  2024-04-03T16:20:57.3355188Z  2024-04-03T16:20:57.3355436Z  2024-04-03T16:20:57.3356144Z [3,018 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:57.3356927Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:57.3357409Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:57.4101662Z Compiling aten/src/ATen/ParallelCommon.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:57.4103216Z Compiling aten/src/ATen/core/Dimname.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:57.4104018Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:57.4104544Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:57.4105146Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:57.4106914Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:58.0545930Z 2024-04-03T16:20:58.0547170Z  2024-04-03T16:20:58.0547873Z  2024-04-03T16:20:58.0548475Z  2024-04-03T16:20:58.0549084Z  2024-04-03T16:20:58.0549699Z  2024-04-03T16:20:58.0550309Z  2024-04-03T16:20:58.0550918Z  2024-04-03T16:20:58.0551515Z  2024-04-03T16:20:58.0552734Z [3,020 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:20:58.0554363Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:58.0555741Z Compiling aten/src/ATen/core/Dimname.cpp; 5s processwrapper-sandbox 2024-04-03T16:20:58.0557363Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:58.0558377Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:58.0559355Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:58.0560394Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.0561387Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:20:58.0562418Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:58.3041510Z 2024-04-03T16:20:58.3042357Z  2024-04-03T16:20:58.3042906Z  2024-04-03T16:20:58.3043376Z  2024-04-03T16:20:58.3043614Z  2024-04-03T16:20:58.3043859Z  2024-04-03T16:20:58.3044100Z  2024-04-03T16:20:58.3044497Z  2024-04-03T16:20:58.3044755Z  2024-04-03T16:20:58.3045516Z [3,022 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:20:58.3046368Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:58.3046930Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:58.3047408Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:58.3047922Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.3048448Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.3048912Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.3050647Z Compiling aten/src/ATen/native/NamedTensor.cpp; 2s processwrapper-sandbox 2024-04-03T16:20:58.3051664Z Compiling aten/src/ATen/AccumulateType.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:20:58.6114595Z 2024-04-03T16:20:58.6115291Z  2024-04-03T16:20:58.6115869Z  2024-04-03T16:20:58.6116112Z  2024-04-03T16:20:58.6116469Z  2024-04-03T16:20:58.6116858Z  2024-04-03T16:20:58.6117323Z  2024-04-03T16:20:58.6117600Z  2024-04-03T16:20:58.6117830Z  2024-04-03T16:20:58.6118534Z [3,023 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:58.6119345Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:58.6119826Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:58.6120277Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.6120832Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.6121487Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:20:58.6122386Z Compiling aten/src/ATen/native/NamedTensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:58.6123603Z Compiling aten/src/ATen/AccumulateType.cpp; 2s processwrapper-sandbox 2024-04-03T16:20:58.6124659Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:20:59.6122376Z 2024-04-03T16:20:59.6125764Z  2024-04-03T16:20:59.6129259Z  2024-04-03T16:20:59.6129645Z  2024-04-03T16:20:59.6130005Z  2024-04-03T16:20:59.6130297Z  2024-04-03T16:20:59.6130688Z  2024-04-03T16:20:59.6130926Z  2024-04-03T16:20:59.6131259Z  2024-04-03T16:20:59.6132817Z [3,023 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:20:59.6134559Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:20:59.6135454Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:20:59.6136344Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:59.6137226Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:59.6138100Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:20:59.6140143Z Compiling aten/src/ATen/native/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:20:59.6141804Z Compiling aten/src/ATen/AccumulateType.cpp; 3s processwrapper-sandbox 2024-04-03T16:20:59.6142852Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:00.0128378Z 2024-04-03T16:21:00.0129086Z  2024-04-03T16:21:00.0129582Z  2024-04-03T16:21:00.0129999Z  2024-04-03T16:21:00.0130382Z  2024-04-03T16:21:00.0130771Z  2024-04-03T16:21:00.0131295Z  2024-04-03T16:21:00.0131694Z  2024-04-03T16:21:00.0132178Z  2024-04-03T16:21:00.0133382Z [3,024 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:00.0151301Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:00.0152590Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.0153466Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:00.0154474Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:00.0155861Z Compiling aten/src/ATen/native/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:00.0157566Z Compiling aten/src/ATen/AccumulateType.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:00.0165243Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.0165805Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:00.2128760Z 2024-04-03T16:21:00.2129511Z  2024-04-03T16:21:00.2130069Z  2024-04-03T16:21:00.2130330Z  2024-04-03T16:21:00.2130578Z  2024-04-03T16:21:00.2130826Z  2024-04-03T16:21:00.2131060Z  2024-04-03T16:21:00.2131301Z  2024-04-03T16:21:00.2131559Z  2024-04-03T16:21:00.2132335Z [3,025 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:00.2133134Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:00.2133617Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.2134066Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.2677818Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.2678776Z Compiling aten/src/ATen/native/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:00.2679766Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.2680508Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.2681269Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:00.4778033Z 2024-04-03T16:21:00.4778849Z  2024-04-03T16:21:00.4779404Z  2024-04-03T16:21:00.4779927Z  2024-04-03T16:21:00.4780418Z  2024-04-03T16:21:00.4781496Z  2024-04-03T16:21:00.4782023Z  2024-04-03T16:21:00.4782621Z  2024-04-03T16:21:00.4783160Z  2024-04-03T16:21:00.4784409Z [3,027 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:00.4785498Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:00.4786224Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.4787460Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.4788469Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:00.4789189Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.4789736Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.4790297Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.4790897Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:00.9104708Z 2024-04-03T16:21:00.9105252Z  2024-04-03T16:21:00.9105693Z  2024-04-03T16:21:00.9106122Z  2024-04-03T16:21:00.9106463Z  2024-04-03T16:21:00.9106699Z  2024-04-03T16:21:00.9106949Z  2024-04-03T16:21:00.9107202Z  2024-04-03T16:21:00.9108410Z  2024-04-03T16:21:00.9109340Z [3,028 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:00.9110232Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:00.9110754Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:00.9112356Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:00.9112902Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.9113350Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.9113818Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:00.9114371Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:00.9114959Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:01.2784176Z 2024-04-03T16:21:01.2785125Z  2024-04-03T16:21:01.2785671Z  2024-04-03T16:21:01.2786169Z  2024-04-03T16:21:01.2786630Z  2024-04-03T16:21:01.2787102Z  2024-04-03T16:21:01.2787516Z  2024-04-03T16:21:01.2787914Z  2024-04-03T16:21:01.2788406Z  2024-04-03T16:21:01.2790038Z [3,028 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:01.2791271Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:01.2792090Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:01.2792982Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:01.2793769Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:01.2794512Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:01.2795131Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:01.2795691Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:01.2796247Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:02.0289973Z 2024-04-03T16:21:02.0290708Z  2024-04-03T16:21:02.0291218Z  2024-04-03T16:21:02.0291753Z  2024-04-03T16:21:02.0292013Z  2024-04-03T16:21:02.0292267Z  2024-04-03T16:21:02.0292517Z  2024-04-03T16:21:02.0292761Z  2024-04-03T16:21:02.0293005Z  2024-04-03T16:21:02.0293709Z [3,029 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:02.0294501Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:02.0294966Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:02.0295433Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:02.0389638Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:02.0390244Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:02.0390870Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:02.0391385Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:02.0392133Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:02.2794910Z 2024-04-03T16:21:02.2795420Z  2024-04-03T16:21:02.2795819Z  2024-04-03T16:21:02.2796070Z  2024-04-03T16:21:02.2796329Z  2024-04-03T16:21:02.2796612Z  2024-04-03T16:21:02.2796855Z  2024-04-03T16:21:02.2797307Z  2024-04-03T16:21:02.2797745Z  2024-04-03T16:21:02.2798666Z [3,031 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:02.2799602Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:02.2800341Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:02.2800974Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:02.2801630Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.2802265Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.2802898Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.2803955Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:02.2805563Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:02.5228814Z 2024-04-03T16:21:02.5229869Z  2024-04-03T16:21:02.5231658Z  2024-04-03T16:21:02.5231955Z  2024-04-03T16:21:02.5232323Z  2024-04-03T16:21:02.5232710Z  2024-04-03T16:21:02.5233082Z  2024-04-03T16:21:02.5233529Z  2024-04-03T16:21:02.5234784Z  2024-04-03T16:21:02.5235869Z [3,032 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:02.5236857Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:02.5237373Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:02.5238190Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:02.5238869Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.5239548Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.5240184Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.5240787Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.5241362Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:02.8799428Z 2024-04-03T16:21:02.8799988Z  2024-04-03T16:21:02.8800337Z  2024-04-03T16:21:02.8800756Z  2024-04-03T16:21:02.8801032Z  2024-04-03T16:21:02.8801265Z  2024-04-03T16:21:02.8801517Z  2024-04-03T16:21:02.8801766Z  2024-04-03T16:21:02.8802012Z  2024-04-03T16:21:02.9106991Z [3,032 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:02.9108602Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:02.9109344Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:02.9110077Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:02.9110799Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.9111505Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.9112218Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.9112942Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:02.9113667Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:03.1113501Z 2024-04-03T16:21:03.1114255Z  2024-04-03T16:21:03.1114655Z  2024-04-03T16:21:03.1114905Z  2024-04-03T16:21:03.1115162Z  2024-04-03T16:21:03.1115432Z  2024-04-03T16:21:03.1115672Z  2024-04-03T16:21:03.1115927Z  2024-04-03T16:21:03.1116184Z  2024-04-03T16:21:03.1116891Z [3,035 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:21:03.1117690Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:03.1118174Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:03.1118630Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:03.1346561Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:03.1347518Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:03.1348925Z Compiling aten/src/ATen/native/Pooling.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:03.1350852Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:03.1352383Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:03.3352663Z 2024-04-03T16:21:03.3354145Z  2024-04-03T16:21:03.3354559Z  2024-04-03T16:21:03.3354931Z  2024-04-03T16:21:03.3355247Z  2024-04-03T16:21:03.3355543Z  2024-04-03T16:21:03.3355910Z  2024-04-03T16:21:03.3356226Z  2024-04-03T16:21:03.3356562Z  2024-04-03T16:21:03.3357513Z [3,035 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:03.3358558Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:03.3359321Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:03.3360209Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:03.3361019Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:03.3361710Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:03.3362916Z Compiling aten/src/ATen/native/Pooling.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:03.3364177Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:03.3365659Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:03.6481517Z 2024-04-03T16:21:03.6482258Z  2024-04-03T16:21:03.6482669Z  2024-04-03T16:21:03.6482924Z  2024-04-03T16:21:03.6483174Z  2024-04-03T16:21:03.6886156Z  2024-04-03T16:21:03.6887037Z  2024-04-03T16:21:03.6887436Z  2024-04-03T16:21:03.6887706Z  2024-04-03T16:21:03.6888652Z [3,037 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:03.6889664Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:03.6891185Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:03.6891778Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:03.6892576Z Compiling aten/src/ATen/native/Pooling.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:03.6893663Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:03.6894447Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:03.6895004Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:03.6895585Z //:aten; 1s processwrapper-sandbox ... 2024-04-03T16:21:03.9356309Z 2024-04-03T16:21:03.9356828Z  2024-04-03T16:21:03.9357155Z  2024-04-03T16:21:03.9357431Z  2024-04-03T16:21:03.9357684Z  2024-04-03T16:21:03.9618034Z  2024-04-03T16:21:03.9618470Z  2024-04-03T16:21:03.9618838Z  2024-04-03T16:21:03.9619204Z  2024-04-03T16:21:03.9620289Z [3,037 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:03.9621512Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:03.9622236Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:03.9622957Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:03.9624003Z Compiling aten/src/ATen/native/Pooling.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:03.9625375Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:03.9626408Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:03.9627109Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:03.9627843Z //:aten; 1s processwrapper-sandbox ... 2024-04-03T16:21:04.9628507Z 2024-04-03T16:21:04.9629297Z  2024-04-03T16:21:04.9629885Z  2024-04-03T16:21:04.9630184Z  2024-04-03T16:21:04.9630428Z  2024-04-03T16:21:04.9630677Z  2024-04-03T16:21:04.9630908Z  2024-04-03T16:21:04.9631152Z  2024-04-03T16:21:04.9631395Z  2024-04-03T16:21:04.9632082Z [3,037 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:04.9748630Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:04.9749350Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:04.9750015Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:04.9751074Z Compiling aten/src/ATen/native/Pooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:04.9752452Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:04.9753534Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:04.9754215Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:04.9754965Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:05.3445347Z 2024-04-03T16:21:05.3446377Z  2024-04-03T16:21:05.3447015Z  2024-04-03T16:21:05.3447984Z  2024-04-03T16:21:05.3448601Z  2024-04-03T16:21:05.3449042Z  2024-04-03T16:21:05.3449472Z  2024-04-03T16:21:05.3450024Z  2024-04-03T16:21:05.3450446Z  2024-04-03T16:21:05.3451583Z [3,038 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:05.3452860Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:05.3453728Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:05.3454814Z Compiling aten/src/ATen/native/Pooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:05.3456348Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:05.3457492Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:05.3458333Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:05.3459168Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:05.3460546Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:05.5755904Z 2024-04-03T16:21:05.5756628Z  2024-04-03T16:21:05.5757098Z  2024-04-03T16:21:05.5757366Z  2024-04-03T16:21:05.5757601Z  2024-04-03T16:21:05.5757900Z  2024-04-03T16:21:05.5758369Z  2024-04-03T16:21:05.5761010Z  2024-04-03T16:21:05.5761418Z  2024-04-03T16:21:05.5762259Z [3,041 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:05.5763171Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:05.5764000Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:05.5765095Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:05.5765923Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:05.5767147Z Compiling aten/src/ATen/core/dynamic_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:05.5767890Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:05.5769915Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:05.5771397Z Compiling aten/src/ATen/cpu/Utils.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:05.9122091Z 2024-04-03T16:21:05.9123214Z  2024-04-03T16:21:05.9124023Z  2024-04-03T16:21:05.9124968Z  2024-04-03T16:21:05.9127802Z  2024-04-03T16:21:05.9129296Z  2024-04-03T16:21:05.9129958Z  2024-04-03T16:21:05.9130502Z  2024-04-03T16:21:05.9131169Z  2024-04-03T16:21:05.9132926Z [3,042 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:05.9134596Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:05.9135937Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:05.9137224Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:05.9138515Z Compiling aten/src/ATen/core/dynamic_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:05.9139746Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:05.9140859Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:05.9142378Z Compiling aten/src/ATen/cpu/Utils.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:05.9143357Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:06.1198306Z 2024-04-03T16:21:06.1199361Z  2024-04-03T16:21:06.1200024Z  2024-04-03T16:21:06.1200679Z  2024-04-03T16:21:06.1201648Z  2024-04-03T16:21:06.1202135Z  2024-04-03T16:21:06.1202483Z  2024-04-03T16:21:06.1202868Z  2024-04-03T16:21:06.1203237Z  2024-04-03T16:21:06.1204493Z [3,043 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:06.1205744Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:06.1206581Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:06.1207500Z Compiling aten/src/ATen/core/dynamic_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:06.1208574Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:06.1327342Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:06.1329126Z Compiling aten/src/ATen/cpu/Utils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:06.1331746Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:06.1332670Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:07.1763968Z 2024-04-03T16:21:07.1764848Z  2024-04-03T16:21:07.1765167Z  2024-04-03T16:21:07.1765506Z  2024-04-03T16:21:07.1765778Z  2024-04-03T16:21:07.1766011Z  2024-04-03T16:21:07.1766333Z  2024-04-03T16:21:07.1766582Z  2024-04-03T16:21:07.1766812Z  2024-04-03T16:21:07.1767585Z [3,043 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:07.1848598Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:07.1849787Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.1850834Z Compiling aten/src/ATen/core/dynamic_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:07.1851835Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.1852802Z Compiling aten/src/ATen/native/UpSample.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:07.1854386Z Compiling aten/src/ATen/cpu/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:07.1855259Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.1855975Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:07.3856654Z 2024-04-03T16:21:07.3857553Z  2024-04-03T16:21:07.3858072Z  2024-04-03T16:21:07.3858566Z  2024-04-03T16:21:07.3859719Z  2024-04-03T16:21:07.3860298Z  2024-04-03T16:21:07.3860773Z  2024-04-03T16:21:07.3861214Z  2024-04-03T16:21:07.3861633Z  2024-04-03T16:21:07.3862744Z [3,044 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:07.3865006Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:07.3866136Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.3866712Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.3867774Z Compiling aten/src/ATen/native/UpSample.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:07.3868938Z Compiling aten/src/ATen/cpu/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:07.3869856Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.3870418Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.3871019Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:07.7286268Z 2024-04-03T16:21:07.7287187Z  2024-04-03T16:21:07.7287709Z  2024-04-03T16:21:07.7288089Z  2024-04-03T16:21:07.7288348Z  2024-04-03T16:21:07.7288627Z  2024-04-03T16:21:07.7289076Z  2024-04-03T16:21:07.7289508Z  2024-04-03T16:21:07.7289853Z  2024-04-03T16:21:07.7291019Z [3,045 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:07.7292712Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:07.7293993Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.7295231Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.7296377Z Compiling aten/src/ATen/native/UpSample.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:07.7297552Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.7298402Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.7299192Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.7300038Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:07.9700683Z 2024-04-03T16:21:07.9701420Z  2024-04-03T16:21:07.9701931Z  2024-04-03T16:21:07.9702305Z  2024-04-03T16:21:07.9702628Z  2024-04-03T16:21:07.9702986Z  2024-04-03T16:21:07.9703363Z  2024-04-03T16:21:07.9703821Z  2024-04-03T16:21:07.9704250Z  2024-04-03T16:21:07.9705507Z [3,047 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:07.9706660Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:07.9707882Z Compiling aten/src/ATen/native/UpSample.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:07.9709012Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.9709861Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.9710544Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:07.9711557Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:07.9713053Z Compiling aten/src/ATen/native/MaxPooling.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:07.9714313Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:08.1723606Z 2024-04-03T16:21:08.1724268Z  2024-04-03T16:21:08.1724897Z  2024-04-03T16:21:08.1725178Z  2024-04-03T16:21:08.1726534Z  2024-04-03T16:21:08.1727082Z  2024-04-03T16:21:08.1727376Z  2024-04-03T16:21:08.1727656Z  2024-04-03T16:21:08.1727994Z  2024-04-03T16:21:08.1728895Z [3,048 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:08.1730843Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:08.1731430Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:08.1731885Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:08.1732433Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:08.1733228Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:08.1734295Z Compiling aten/src/ATen/native/MaxPooling.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:08.1735048Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:08.1735538Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:08.3862070Z 2024-04-03T16:21:08.3862856Z  2024-04-03T16:21:08.3863443Z  2024-04-03T16:21:08.3863869Z  2024-04-03T16:21:08.3864922Z  2024-04-03T16:21:08.3865320Z  2024-04-03T16:21:08.3865573Z  2024-04-03T16:21:08.3865949Z  2024-04-03T16:21:08.3866243Z  2024-04-03T16:21:08.3867133Z [3,048 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:08.3868118Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:08.3868790Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:08.3869520Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:08.3870147Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:08.3870860Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:08.3871790Z Compiling aten/src/ATen/native/MaxPooling.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:08.3872467Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:08.3873113Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:08.7257353Z 2024-04-03T16:21:08.7258311Z  2024-04-03T16:21:08.7259340Z  2024-04-03T16:21:08.7259758Z  2024-04-03T16:21:08.7260153Z  2024-04-03T16:21:08.7260444Z  2024-04-03T16:21:08.7260692Z  2024-04-03T16:21:08.7260923Z  2024-04-03T16:21:08.7261199Z  2024-04-03T16:21:08.7263864Z [3,050 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:08.7265274Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:08.7266132Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:08.7267403Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:08.7269111Z Compiling aten/src/ATen/native/MaxPooling.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:08.7270252Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:08.7270951Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:08.7271634Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:08.7272396Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:08.9866808Z 2024-04-03T16:21:08.9867310Z  2024-04-03T16:21:08.9867606Z  2024-04-03T16:21:08.9867882Z  2024-04-03T16:21:08.9868132Z  2024-04-03T16:21:08.9868364Z  2024-04-03T16:21:08.9868608Z  2024-04-03T16:21:08.9868865Z  2024-04-03T16:21:08.9869093Z  2024-04-03T16:21:08.9869792Z [3,050 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:08.9870585Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:08.9871053Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:08.9871763Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:08.9872688Z Compiling aten/src/ATen/native/MaxPooling.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:08.9873363Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:08.9873827Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:08.9978189Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:08.9979321Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:09.6422184Z 2024-04-03T16:21:09.6422970Z  2024-04-03T16:21:09.6423535Z  2024-04-03T16:21:09.6423814Z  2024-04-03T16:21:09.6424055Z  2024-04-03T16:21:09.6426003Z  2024-04-03T16:21:09.6426255Z  2024-04-03T16:21:09.6426558Z  2024-04-03T16:21:09.6426890Z  2024-04-03T16:21:09.6427739Z [3,051 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:09.6428633Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:09.6429564Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:09.6430674Z Compiling aten/src/ATen/native/MaxPooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:09.6431508Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:09.6432086Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:09.6432556Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:09.6434465Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:09.6435430Z Compiling aten/src/ATen/Version.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:09.9987239Z 2024-04-03T16:21:09.9987766Z  2024-04-03T16:21:09.9988096Z  2024-04-03T16:21:09.9988375Z  2024-04-03T16:21:09.9988627Z  2024-04-03T16:21:09.9988878Z  2024-04-03T16:21:09.9989121Z  2024-04-03T16:21:09.9989363Z  2024-04-03T16:21:09.9989591Z  2024-04-03T16:21:09.9990293Z [3,051 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:09.9991084Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:09.9991790Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:09.9992720Z Compiling aten/src/ATen/native/MaxPooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:09.9993423Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:09.9993891Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:09.9994357Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:09.9995055Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:09.9997432Z Compiling aten/src/ATen/Version.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:10.3766223Z 2024-04-03T16:21:10.3767140Z  2024-04-03T16:21:10.3767600Z  2024-04-03T16:21:10.3767991Z  2024-04-03T16:21:10.3768307Z  2024-04-03T16:21:10.3768634Z  2024-04-03T16:21:10.3769040Z  2024-04-03T16:21:10.3769368Z  2024-04-03T16:21:10.3769663Z  2024-04-03T16:21:10.3770469Z [3,052 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:10.3771629Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:10.3772656Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:10.3774116Z Compiling aten/src/ATen/native/MaxPooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:10.3775216Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:10.3775788Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:10.3776611Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:10.3777811Z Compiling aten/src/ATen/Version.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:10.3778692Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:10.5993864Z 2024-04-03T16:21:10.5994403Z  2024-04-03T16:21:10.5994721Z  2024-04-03T16:21:10.5995001Z  2024-04-03T16:21:10.5995250Z  2024-04-03T16:21:10.5995479Z  2024-04-03T16:21:10.5995719Z  2024-04-03T16:21:10.5995960Z  2024-04-03T16:21:10.5996188Z  2024-04-03T16:21:10.5996874Z [3,053 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:10.6657565Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:10.6659431Z Compiling aten/src/ATen/native/MaxPooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:10.6660505Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:10.6661260Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:10.6662555Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:10.6663854Z Compiling aten/src/ATen/Version.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:10.6664774Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:10.6665509Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:10.7998157Z 2024-04-03T16:21:10.7998763Z  2024-04-03T16:21:10.7999193Z  2024-04-03T16:21:10.7999545Z  2024-04-03T16:21:10.7999786Z  2024-04-03T16:21:10.8000031Z  2024-04-03T16:21:10.8000275Z  2024-04-03T16:21:10.8000503Z  2024-04-03T16:21:10.8000746Z  2024-04-03T16:21:10.8622760Z [3,054 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:10.8624750Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:10.8626121Z Compiling aten/src/ATen/native/MaxPooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:10.8627194Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:10.8627912Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:10.8628886Z Compiling aten/src/ATen/Version.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:10.8629833Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:10.8630607Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:10.8631366Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:11.2429929Z 2024-04-03T16:21:11.2430885Z  2024-04-03T16:21:11.2431489Z  2024-04-03T16:21:11.2431776Z  2024-04-03T16:21:11.2432069Z  2024-04-03T16:21:11.2432347Z  2024-04-03T16:21:11.2432579Z  2024-04-03T16:21:11.2432951Z  2024-04-03T16:21:11.2433198Z  2024-04-03T16:21:11.2434165Z [3,055 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:11.2435579Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:11.2437270Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:11.2437875Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:11.2438752Z Compiling aten/src/ATen/Version.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:11.2439536Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:11.2440101Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.2440727Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.2441682Z Compiling aten/src/ATen/core/ivalue.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:11.4630862Z 2024-04-03T16:21:11.4631540Z  2024-04-03T16:21:11.4632105Z  2024-04-03T16:21:11.4632541Z  2024-04-03T16:21:11.4632812Z  2024-04-03T16:21:11.4633057Z  2024-04-03T16:21:11.4633290Z  2024-04-03T16:21:11.4633540Z  2024-04-03T16:21:11.4633788Z  2024-04-03T16:21:11.4634476Z [3,056 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:11.4635531Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:11.4636241Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:11.4636850Z Compiling aten/src/ATen/Version.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:11.4637467Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:11.4637935Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.4638379Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.4639019Z Compiling aten/src/ATen/core/ivalue.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:11.4639676Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:11.6823232Z 2024-04-03T16:21:11.6823781Z  2024-04-03T16:21:11.6896719Z  2024-04-03T16:21:11.6897555Z  2024-04-03T16:21:11.6897819Z  2024-04-03T16:21:11.6898068Z  2024-04-03T16:21:11.6898412Z  2024-04-03T16:21:11.6898681Z  2024-04-03T16:21:11.6898926Z  2024-04-03T16:21:11.6899871Z [3,057 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:11.6902398Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:11.6903455Z Compiling aten/src/ATen/Version.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:11.6904089Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:11.6904592Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.6905174Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.6905812Z Compiling aten/src/ATen/core/ivalue.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:11.6906649Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.6907356Z Compiling aten/src/ATen/Operators_0.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:11.8903091Z 2024-04-03T16:21:11.9096469Z  2024-04-03T16:21:11.9097368Z  2024-04-03T16:21:11.9097731Z  2024-04-03T16:21:11.9098002Z  2024-04-03T16:21:11.9098351Z  2024-04-03T16:21:11.9098710Z  2024-04-03T16:21:11.9099145Z  2024-04-03T16:21:11.9099571Z  2024-04-03T16:21:11.9100774Z [3,058 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:11.9102509Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:11.9103559Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:11.9104291Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:11.9104978Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:11.9105948Z Compiling aten/src/ATen/core/ivalue.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:11.9106969Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:11.9107954Z Compiling aten/src/ATen/Operators_0.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:11.9108919Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:12.1102659Z 2024-04-03T16:21:12.1103215Z  2024-04-03T16:21:12.1103545Z  2024-04-03T16:21:12.1103951Z  2024-04-03T16:21:12.1104390Z  2024-04-03T16:21:12.1106716Z  2024-04-03T16:21:12.1107038Z  2024-04-03T16:21:12.1107405Z  2024-04-03T16:21:12.1107814Z  2024-04-03T16:21:12.1108560Z [3,059 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:12.1109629Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:12.1110257Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:12.1110938Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:12.1111610Z Compiling aten/src/ATen/core/ivalue.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:12.1112541Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:12.1113377Z Compiling aten/src/ATen/Operators_0.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:12.1114162Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:12.1114910Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:13.1110635Z 2024-04-03T16:21:13.1111494Z  2024-04-03T16:21:13.1111928Z  2024-04-03T16:21:13.1112447Z  2024-04-03T16:21:13.1112860Z  2024-04-03T16:21:13.1113231Z  2024-04-03T16:21:13.1113597Z  2024-04-03T16:21:13.1113868Z  2024-04-03T16:21:13.1114180Z  2024-04-03T16:21:13.1114951Z [3,059 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:13.1115861Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:13.1116495Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:13.1117103Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:13.1118009Z Compiling aten/src/ATen/core/ivalue.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:13.1119736Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:13.1120592Z Compiling aten/src/ATen/Operators_0.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:13.1121253Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:13.1121827Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:13.5115868Z 2024-04-03T16:21:13.5116423Z  2024-04-03T16:21:13.5128422Z  2024-04-03T16:21:13.5128858Z  2024-04-03T16:21:13.5129109Z  2024-04-03T16:21:13.5129481Z  2024-04-03T16:21:13.5129734Z  2024-04-03T16:21:13.5129979Z  2024-04-03T16:21:13.5130316Z  2024-04-03T16:21:13.5131132Z [3,060 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:13.5131953Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:13.5132432Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:13.5133301Z Compiling aten/src/ATen/core/ivalue.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:13.5134141Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:13.5135718Z Compiling aten/src/ATen/Operators_0.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:13.5136496Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:13.5137072Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:13.5137683Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:14.0755184Z 2024-04-03T16:21:14.0755859Z  2024-04-03T16:21:14.0756470Z  2024-04-03T16:21:14.0756945Z  2024-04-03T16:21:14.0757290Z  2024-04-03T16:21:14.0757649Z  2024-04-03T16:21:14.0758067Z  2024-04-03T16:21:14.0758470Z  2024-04-03T16:21:14.0758831Z  2024-04-03T16:21:14.0759632Z [3,061 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:14.0760655Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:14.0761428Z Compiling aten/src/ATen/core/ivalue.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:14.0762198Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:14.0762909Z Compiling aten/src/ATen/Operators_0.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:14.0763711Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:14.0764543Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:14.0765484Z Compiling aten/src/ATen/native/ReduceOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:14.0767454Z Compiling aten/src/ATen/native/Distance.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:14.3121459Z 2024-04-03T16:21:14.3122080Z  2024-04-03T16:21:14.3122452Z  2024-04-03T16:21:14.3122746Z  2024-04-03T16:21:14.3123005Z  2024-04-03T16:21:14.3123258Z  2024-04-03T16:21:14.3123540Z  2024-04-03T16:21:14.3123832Z  2024-04-03T16:21:14.3124142Z  2024-04-03T16:21:14.3125275Z [3,062 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:14.3134859Z Compiling aten/src/ATen/core/ivalue.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:14.3135685Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:14.3136564Z Compiling aten/src/ATen/Operators_0.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:14.3137316Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:14.3137891Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:14.3138637Z Compiling aten/src/ATen/native/ReduceOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:14.3139919Z Compiling aten/src/ATen/native/Distance.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:14.3140893Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:14.5159870Z 2024-04-03T16:21:14.5160421Z  2024-04-03T16:21:14.5160739Z  2024-04-03T16:21:14.5161021Z  2024-04-03T16:21:14.5161272Z  2024-04-03T16:21:14.5161507Z  2024-04-03T16:21:14.5161754Z  2024-04-03T16:21:14.5161991Z  2024-04-03T16:21:14.5162238Z  2024-04-03T16:21:14.5558608Z [3,064 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:14.5560571Z Compiling aten/src/ATen/Operators_0.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:14.5561533Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:14.5562261Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:14.5563300Z Compiling aten/src/ATen/native/ReduceOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:14.5564967Z Compiling aten/src/ATen/native/Distance.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:14.5565996Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:14.5567006Z Compiling aten/src/ATen/RegisterSchema.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:14.5568019Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:14.8252839Z 2024-04-03T16:21:14.8253682Z  2024-04-03T16:21:14.8254211Z  2024-04-03T16:21:14.8254721Z  2024-04-03T16:21:14.8255199Z  2024-04-03T16:21:14.8255672Z  2024-04-03T16:21:14.8256118Z  2024-04-03T16:21:14.8256587Z  2024-04-03T16:21:14.8257033Z  2024-04-03T16:21:14.8258567Z [3,065 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:14.8259724Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:14.8260309Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:14.8261296Z Compiling aten/src/ATen/native/ReduceOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:14.8262705Z Compiling aten/src/ATen/native/Distance.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:14.8263680Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:14.8264681Z Compiling aten/src/ATen/RegisterSchema.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:14.8265691Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:14.8266401Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:15.1126593Z 2024-04-03T16:21:15.1127305Z  2024-04-03T16:21:15.1127615Z  2024-04-03T16:21:15.1128031Z  2024-04-03T16:21:15.1128506Z  2024-04-03T16:21:15.1128941Z  2024-04-03T16:21:15.1129358Z  2024-04-03T16:21:15.1129723Z  2024-04-03T16:21:15.1130075Z  2024-04-03T16:21:15.1131244Z [3,066 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:15.1132579Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:15.1134594Z Compiling aten/src/ATen/native/ReduceOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:15.1135763Z Compiling aten/src/ATen/native/Distance.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:15.1136844Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:15.1137835Z Compiling aten/src/ATen/RegisterSchema.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:15.1138671Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:15.1139160Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:15.1139732Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:15.5129959Z 2024-04-03T16:21:15.5130646Z  2024-04-03T16:21:15.5131229Z  2024-04-03T16:21:15.5131655Z  2024-04-03T16:21:15.5131895Z  2024-04-03T16:21:15.5132145Z  2024-04-03T16:21:15.5132398Z  2024-04-03T16:21:15.5132631Z  2024-04-03T16:21:15.5132873Z  2024-04-03T16:21:15.5133652Z [3,067 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:21:15.5134676Z Compiling aten/src/ATen/native/ReduceOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:15.5135581Z Compiling aten/src/ATen/native/Distance.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:15.5136258Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:15.5136921Z Compiling aten/src/ATen/RegisterSchema.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:15.5137590Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:15.5138062Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:15.5138511Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:15.5139182Z Compiling aten/src/ATen/Operators_4.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:15.7741104Z 2024-04-03T16:21:15.7741806Z  2024-04-03T16:21:15.7742338Z  2024-04-03T16:21:15.7742717Z  2024-04-03T16:21:15.7743083Z  2024-04-03T16:21:15.7743473Z  2024-04-03T16:21:15.7743828Z  2024-04-03T16:21:15.7744219Z  2024-04-03T16:21:15.7744581Z  2024-04-03T16:21:15.7746607Z [3,067 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:15.7748144Z Compiling aten/src/ATen/native/ReduceOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:15.7749440Z Compiling aten/src/ATen/native/Distance.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:15.7750430Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:15.7751446Z Compiling aten/src/ATen/RegisterSchema.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:15.7752511Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:15.7753222Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:15.7753909Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:15.7755083Z Compiling aten/src/ATen/Operators_4.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:16.5642955Z 2024-04-03T16:21:16.5643748Z  2024-04-03T16:21:16.5644522Z  2024-04-03T16:21:16.5644961Z  2024-04-03T16:21:16.5645427Z  2024-04-03T16:21:16.5645940Z  2024-04-03T16:21:16.5646352Z  2024-04-03T16:21:16.5646838Z  2024-04-03T16:21:16.5647269Z  2024-04-03T16:21:16.5648550Z [3,068 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:16.5649936Z Compiling aten/src/ATen/native/Distance.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:16.5650615Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:16.5651282Z Compiling aten/src/ATen/RegisterSchema.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:16.5651951Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:16.5652417Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:16.5652872Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:16.5653901Z Compiling aten/src/ATen/Operators_4.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:16.5654909Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:16.7751183Z 2024-04-03T16:21:16.7751716Z  2024-04-03T16:21:16.7752036Z  2024-04-03T16:21:16.7754223Z  2024-04-03T16:21:16.7754528Z  2024-04-03T16:21:16.7754803Z  2024-04-03T16:21:16.7755038Z  2024-04-03T16:21:16.7755282Z  2024-04-03T16:21:16.7755524Z  2024-04-03T16:21:16.7756315Z [3,069 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:16.7757176Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:16.7757921Z Compiling aten/src/ATen/RegisterSchema.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:16.7758602Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:16.7759140Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:16.7759609Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:16.7760330Z Compiling aten/src/ATen/Operators_4.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:16.7761049Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:16.7761738Z Compiling aten/src/ATen/MapAllocator.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:17.5990390Z 2024-04-03T16:21:17.5991065Z  2024-04-03T16:21:17.5991596Z  2024-04-03T16:21:17.5992066Z  2024-04-03T16:21:17.5992518Z  2024-04-03T16:21:17.5992951Z  2024-04-03T16:21:17.5993378Z  2024-04-03T16:21:17.5993804Z  2024-04-03T16:21:17.5994184Z  2024-04-03T16:21:17.5995262Z [3,071 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:21:17.5996306Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:17.5996774Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:17.5997379Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:17.5999171Z Compiling aten/src/ATen/Operators_4.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:17.6000869Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:17.6001889Z Compiling aten/src/ATen/MapAllocator.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:17.6003328Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:17.6006388Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:17.9757620Z 2024-04-03T16:21:17.9758354Z  2024-04-03T16:21:17.9758946Z  2024-04-03T16:21:17.9759340Z  2024-04-03T16:21:17.9759592Z  2024-04-03T16:21:17.9759844Z  2024-04-03T16:21:17.9760072Z  2024-04-03T16:21:17.9760315Z  2024-04-03T16:21:17.9760560Z  2024-04-03T16:21:17.9761247Z [3,072 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:17.9762042Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:17.9762518Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:17.9763169Z Compiling aten/src/ATen/Operators_4.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:17.9878072Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:17.9879470Z Compiling aten/src/ATen/MapAllocator.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:17.9880805Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:17.9882242Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:17.9883300Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:18.1884635Z 2024-04-03T16:21:18.1885316Z  2024-04-03T16:21:18.1885890Z  2024-04-03T16:21:18.1886252Z  2024-04-03T16:21:18.1886610Z  2024-04-03T16:21:18.1886914Z  2024-04-03T16:21:18.1887149Z  2024-04-03T16:21:18.1887514Z  2024-04-03T16:21:18.1887909Z  2024-04-03T16:21:18.1888627Z [3,073 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:18.1889496Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:18.1890278Z Compiling aten/src/ATen/Operators_4.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:18.1890925Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:18.1891762Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.1894200Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.1895247Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:18.1896078Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:18.1896573Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:18.4080646Z 2024-04-03T16:21:18.4081377Z  2024-04-03T16:21:18.4081757Z  2024-04-03T16:21:18.4082032Z  2024-04-03T16:21:18.4082280Z  2024-04-03T16:21:18.4082512Z  2024-04-03T16:21:18.4082791Z  2024-04-03T16:21:18.4083138Z  2024-04-03T16:21:18.4083369Z  2024-04-03T16:21:18.4084096Z [3,074 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:18.4085186Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:18.4085831Z Compiling aten/src/ATen/Operators_4.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:18.4086670Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.4087591Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.4088605Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:18.4089299Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:18.4089768Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:18.4090247Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:18.6374043Z 2024-04-03T16:21:18.6375138Z  2024-04-03T16:21:18.6375641Z  2024-04-03T16:21:18.6376033Z  2024-04-03T16:21:18.6376457Z  2024-04-03T16:21:18.6376838Z  2024-04-03T16:21:18.6377997Z  2024-04-03T16:21:18.6378391Z  2024-04-03T16:21:18.6378771Z  2024-04-03T16:21:18.6379847Z [3,075 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:18.6381020Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:18.6382880Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.6384275Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.6385705Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:18.6386810Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:18.6387502Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:18.6388258Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:18.6389023Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:18.9890958Z 2024-04-03T16:21:18.9891609Z  2024-04-03T16:21:18.9892187Z  2024-04-03T16:21:18.9892609Z  2024-04-03T16:21:18.9892850Z  2024-04-03T16:21:19.0411978Z  2024-04-03T16:21:19.0412737Z  2024-04-03T16:21:19.0413133Z  2024-04-03T16:21:19.0413504Z  2024-04-03T16:21:19.0414501Z [3,075 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:19.0415609Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:19.0416561Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:19.0417795Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:19.0419142Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:19.0420121Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.0420844Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.0421600Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.0422328Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:19.5868776Z 2024-04-03T16:21:19.5870657Z  2024-04-03T16:21:19.5871194Z  2024-04-03T16:21:19.5871634Z  2024-04-03T16:21:19.5871905Z  2024-04-03T16:21:19.5872143Z  2024-04-03T16:21:19.5872536Z  2024-04-03T16:21:19.5872837Z  2024-04-03T16:21:19.5873068Z  2024-04-03T16:21:19.5874792Z [3,076 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:19.5875676Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:19.5876566Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:19.5877696Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:19.5878564Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:19.5879053Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.5879700Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.5880168Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.5880726Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:19.8420944Z 2024-04-03T16:21:19.8421491Z  2024-04-03T16:21:19.8421797Z  2024-04-03T16:21:19.8422070Z  2024-04-03T16:21:19.8422320Z  2024-04-03T16:21:19.8422555Z  2024-04-03T16:21:19.8422806Z  2024-04-03T16:21:19.8423071Z  2024-04-03T16:21:19.8423304Z  2024-04-03T16:21:19.8424013Z [3,076 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:19.8424806Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:21:19.8425520Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:19.8426462Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:19.8427157Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:19.8427616Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:19.8428088Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.9121612Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:19.9122831Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:20.2656695Z 2024-04-03T16:21:20.2657411Z  2024-04-03T16:21:20.2657892Z  2024-04-03T16:21:20.2658314Z  2024-04-03T16:21:20.2658725Z  2024-04-03T16:21:20.2659812Z  2024-04-03T16:21:20.2660199Z  2024-04-03T16:21:20.2660603Z  2024-04-03T16:21:20.2661006Z  2024-04-03T16:21:20.2662132Z [3,077 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:20.2663854Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:20.2665401Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:20.2666269Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.2666961Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.2667625Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.2668330Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:20.2669463Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:20.2670461Z Compiling aten/src/ATen/core/Range.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:20.5130307Z 2024-04-03T16:21:20.5130858Z  2024-04-03T16:21:20.5131208Z  2024-04-03T16:21:20.5131483Z  2024-04-03T16:21:20.5131737Z  2024-04-03T16:21:20.5131973Z  2024-04-03T16:21:20.5132219Z  2024-04-03T16:21:20.5132454Z  2024-04-03T16:21:20.5132706Z  2024-04-03T16:21:20.5133474Z [3,078 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:20.5134495Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:20.5135208Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.5135686Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.5136150Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.5136605Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:20.5137078Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:20.5137714Z Compiling aten/src/ATen/core/Range.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:20.5138548Z Compiling aten/src/ATen/TensorUtils.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:20.7590263Z 2024-04-03T16:21:20.7591004Z  2024-04-03T16:21:20.7591466Z  2024-04-03T16:21:20.7591728Z  2024-04-03T16:21:20.7591976Z  2024-04-03T16:21:20.7592291Z  2024-04-03T16:21:20.7592526Z  2024-04-03T16:21:20.7592824Z  2024-04-03T16:21:20.7593210Z  2024-04-03T16:21:20.7594151Z [3,079 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:20.7595159Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:20.7595790Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.7596421Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.7596980Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:20.7597610Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:20.7598410Z Compiling aten/src/ATen/core/Range.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:20.7599424Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:20.7600248Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:21.1593988Z 2024-04-03T16:21:21.1594526Z  2024-04-03T16:21:21.1594846Z  2024-04-03T16:21:21.1595101Z  2024-04-03T16:21:21.1595348Z  2024-04-03T16:21:21.1595590Z  2024-04-03T16:21:21.1595833Z  2024-04-03T16:21:21.1596063Z  2024-04-03T16:21:21.1596304Z  2024-04-03T16:21:21.1597005Z [3,081 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:21.1597784Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:21.1598258Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:21.1890688Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:21.1892111Z Compiling aten/src/ATen/core/Range.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:21.1893399Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:21.1894438Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.1895149Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.1896374Z Compiling aten/src/ATen/TensorMeta.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:21.3645388Z 2024-04-03T16:21:21.3646100Z  2024-04-03T16:21:21.3646584Z  2024-04-03T16:21:21.3646845Z  2024-04-03T16:21:21.3647082Z  2024-04-03T16:21:21.3647337Z  2024-04-03T16:21:21.3647581Z  2024-04-03T16:21:21.3647809Z  2024-04-03T16:21:21.3648053Z  2024-04-03T16:21:21.3648765Z [3,082 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:21.3649958Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:21.3650804Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:21.3652944Z Compiling aten/src/ATen/core/Range.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:21.3654669Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:21.3655615Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.3656245Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.3657225Z Compiling aten/src/ATen/TensorMeta.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:21.3658196Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:21.5898899Z 2024-04-03T16:21:21.5899522Z  2024-04-03T16:21:21.5899986Z  2024-04-03T16:21:21.5900395Z  2024-04-03T16:21:21.5900810Z  2024-04-03T16:21:21.5901193Z  2024-04-03T16:21:21.5901601Z  2024-04-03T16:21:21.5901997Z  2024-04-03T16:21:21.5902377Z  2024-04-03T16:21:21.5903543Z [3,083 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:21.5904857Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:21.5905620Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:21.5906710Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:21.5907778Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.5909710Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.5910671Z Compiling aten/src/ATen/TensorMeta.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:21.5911731Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:21.5912696Z Compiling aten/src/ATen/RegisterMeta.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:22.6891022Z 2024-04-03T16:21:22.6891998Z  2024-04-03T16:21:22.6892670Z  2024-04-03T16:21:22.6893207Z  2024-04-03T16:21:22.6893677Z  2024-04-03T16:21:22.6894192Z  2024-04-03T16:21:22.6894689Z  2024-04-03T16:21:22.6895354Z  2024-04-03T16:21:22.6895988Z  2024-04-03T16:21:22.6897278Z [3,084 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:22.6898633Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:22.6899473Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:22.6900719Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:22.6901922Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:22.6903147Z Compiling aten/src/ATen/TensorMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:22.6904362Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:22.6905397Z Compiling aten/src/ATen/RegisterMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:22.6906065Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:22.9905801Z 2024-04-03T16:21:22.9906518Z  2024-04-03T16:21:22.9907090Z  2024-04-03T16:21:22.9907515Z  2024-04-03T16:21:22.9907763Z  2024-04-03T16:21:22.9907999Z  2024-04-03T16:21:22.9908250Z  2024-04-03T16:21:22.9908483Z  2024-04-03T16:21:23.0192607Z  2024-04-03T16:21:23.0194263Z [3,084 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:23.0195607Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:23.0196342Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:23.0197490Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:23.0198533Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:23.0199580Z Compiling aten/src/ATen/TensorMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:23.0200544Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:23.0201543Z Compiling aten/src/ATen/RegisterMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:23.0202626Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:23.2165513Z 2024-04-03T16:21:23.2166508Z  2024-04-03T16:21:23.2166970Z  2024-04-03T16:21:23.2167239Z  2024-04-03T16:21:23.2167498Z  2024-04-03T16:21:23.2167736Z  2024-04-03T16:21:23.2167995Z  2024-04-03T16:21:23.2168242Z  2024-04-03T16:21:23.2170888Z  2024-04-03T16:21:23.2171865Z [3,087 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:23.2172752Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:23.2173749Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:23.2174636Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:23.2175350Z Compiling aten/src/ATen/RegisterMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:23.2176335Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:23.2177244Z Compiling aten/src/ATen/native/UnaryOps.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:23.2178117Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:23.2178846Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:23.4207002Z 2024-04-03T16:21:23.4207567Z  2024-04-03T16:21:23.4208129Z  2024-04-03T16:21:23.4208649Z  2024-04-03T16:21:23.4209078Z  2024-04-03T16:21:23.4209335Z  2024-04-03T16:21:23.4209570Z  2024-04-03T16:21:23.4209812Z  2024-04-03T16:21:23.4210043Z  2024-04-03T16:21:23.4210744Z [3,087 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:23.4565203Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:23.4566383Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:23.4567584Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:23.4568801Z Compiling aten/src/ATen/RegisterMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:23.4570026Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:23.4571263Z Compiling aten/src/ATen/native/UnaryOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:23.4572550Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:23.4573536Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:24.1757171Z 2024-04-03T16:21:24.1758015Z  2024-04-03T16:21:24.1758539Z  2024-04-03T16:21:24.1759025Z  2024-04-03T16:21:24.1759435Z  2024-04-03T16:21:24.1759779Z  2024-04-03T16:21:24.1760060Z  2024-04-03T16:21:24.1760457Z  2024-04-03T16:21:24.1760831Z  2024-04-03T16:21:24.1761916Z [3,088 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:24.1763101Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:24.1764101Z Compiling aten/src/ATen/TensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:24.1765332Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:24.1765957Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:24.1766882Z Compiling aten/src/ATen/native/UnaryOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:24.1767807Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:24.1768475Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:24.1769622Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:24.4490829Z 2024-04-03T16:21:24.4491524Z  2024-04-03T16:21:24.4492087Z  2024-04-03T16:21:24.4492553Z  2024-04-03T16:21:24.4493018Z  2024-04-03T16:21:24.4493272Z  2024-04-03T16:21:24.4493509Z  2024-04-03T16:21:24.4493758Z  2024-04-03T16:21:24.4539601Z  2024-04-03T16:21:24.4540334Z [3,089 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:24.4541395Z Compiling aten/src/ATen/TensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:24.4542058Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:24.4542596Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:24.4543288Z Compiling aten/src/ATen/native/UnaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:24.4543969Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:24.4544514Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:24.4545217Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:24.4547434Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:24.6578294Z 2024-04-03T16:21:24.6578984Z  2024-04-03T16:21:24.6579547Z  2024-04-03T16:21:24.6579958Z  2024-04-03T16:21:24.6580200Z  2024-04-03T16:21:24.6580542Z  2024-04-03T16:21:24.6580883Z  2024-04-03T16:21:24.6581118Z  2024-04-03T16:21:24.6581409Z  2024-04-03T16:21:24.6582297Z [3,089 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:24.6583532Z Compiling aten/src/ATen/TensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:24.6584386Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:24.6585014Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:24.6585885Z Compiling aten/src/ATen/native/UnaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:24.6586782Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:24.6587385Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:24.6588248Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:24.6589005Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:25.3850178Z 2024-04-03T16:21:25.3851039Z  2024-04-03T16:21:25.3851670Z  2024-04-03T16:21:25.3853312Z  2024-04-03T16:21:25.3853705Z  2024-04-03T16:21:25.3854103Z  2024-04-03T16:21:25.3854511Z  2024-04-03T16:21:25.3854803Z  2024-04-03T16:21:25.3855156Z  2024-04-03T16:21:25.3856153Z [3,090 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:25.3857764Z Compiling aten/src/ATen/TensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:25.3858652Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:25.3859573Z Compiling aten/src/ATen/native/UnaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:25.3860480Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:25.3861161Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:25.3862125Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:25.3863487Z Compiling aten/src/ATen/native/Constraints.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:25.3864489Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:25.6583846Z 2024-04-03T16:21:25.6584593Z  2024-04-03T16:21:25.6585120Z  2024-04-03T16:21:25.6585618Z  2024-04-03T16:21:25.6586080Z  2024-04-03T16:21:25.6586475Z  2024-04-03T16:21:25.6586707Z  2024-04-03T16:21:25.6586951Z  2024-04-03T16:21:25.6587195Z  2024-04-03T16:21:25.6587887Z [3,090 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:25.6588920Z Compiling aten/src/ATen/TensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:25.6589625Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:25.6591080Z Compiling aten/src/ATen/native/UnaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:25.6592352Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:25.6592871Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:25.6593702Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:25.6595453Z Compiling aten/src/ATen/native/Constraints.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:25.6596306Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:25.8883113Z 2024-04-03T16:21:25.8883740Z  2024-04-03T16:21:25.8884288Z  2024-04-03T16:21:25.8884936Z  2024-04-03T16:21:25.8885230Z  2024-04-03T16:21:25.8885478Z  2024-04-03T16:21:25.8885803Z  2024-04-03T16:21:25.8886136Z  2024-04-03T16:21:25.8886381Z  2024-04-03T16:21:25.8887160Z [3,091 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:25.8888231Z Compiling aten/src/ATen/TensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:25.8889806Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:25.8891082Z Compiling aten/src/ATen/native/UnaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:25.8891903Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:25.8892488Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:25.8893381Z Compiling aten/src/ATen/native/Constraints.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:25.8894349Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:25.8895660Z Compiling aten/src/ATen/native/LossCTC.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:21:26.2589154Z 2024-04-03T16:21:26.2589906Z  2024-04-03T16:21:26.2590295Z  2024-04-03T16:21:26.2590567Z  2024-04-03T16:21:26.2590803Z  2024-04-03T16:21:26.2591108Z  2024-04-03T16:21:26.2591445Z  2024-04-03T16:21:26.2591763Z  2024-04-03T16:21:26.2592028Z  2024-04-03T16:21:26.2592859Z [3,092 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:26.2593983Z Compiling aten/src/ATen/TensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:26.2594719Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:26.2595257Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:26.2596574Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:26.2597359Z Compiling aten/src/ATen/native/Constraints.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:26.2598371Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:26.2599042Z Compiling aten/src/ATen/native/LossCTC.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:26.2599709Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:26.4812562Z 2024-04-03T16:21:26.4813409Z  2024-04-03T16:21:26.4813947Z  2024-04-03T16:21:26.4814504Z  2024-04-03T16:21:26.4814770Z  2024-04-03T16:21:26.4815015Z  2024-04-03T16:21:26.4815247Z  2024-04-03T16:21:26.4815489Z  2024-04-03T16:21:26.4815747Z  2024-04-03T16:21:26.4816436Z [3,093 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:26.4817230Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:26.4817707Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:26.4818180Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:26.4818922Z Compiling aten/src/ATen/native/Constraints.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:26.4819617Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:26.4820270Z Compiling aten/src/ATen/native/LossCTC.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:26.4821159Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:26.4821940Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:26.8592750Z 2024-04-03T16:21:26.8593285Z  2024-04-03T16:21:26.8593605Z  2024-04-03T16:21:26.8593864Z  2024-04-03T16:21:26.8594113Z  2024-04-03T16:21:26.8901872Z  2024-04-03T16:21:26.8902394Z  2024-04-03T16:21:26.8902799Z  2024-04-03T16:21:26.8903199Z  2024-04-03T16:21:26.8904303Z [3,093 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:26.8905558Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:26.8906465Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:26.8907232Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:26.8908411Z Compiling aten/src/ATen/native/Constraints.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:26.8909422Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:26.8910464Z Compiling aten/src/ATen/native/LossCTC.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:26.8911836Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:26.8912995Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:27.0908432Z 2024-04-03T16:21:27.0908984Z  2024-04-03T16:21:27.0909517Z  2024-04-03T16:21:27.0909993Z  2024-04-03T16:21:27.0910458Z  2024-04-03T16:21:27.1377397Z  2024-04-03T16:21:27.1377931Z  2024-04-03T16:21:27.1378180Z  2024-04-03T16:21:27.1378412Z  2024-04-03T16:21:27.1379329Z [3,096 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:27.1380206Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:27.1380960Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:27.1382173Z Compiling aten/src/ATen/native/LossCTC.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:27.1383854Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:27.1385383Z Compiling aten/src/ATen/native/Correlation.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:27.1386234Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:27.1386843Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:27.1387652Z Compiling aten/src/ATen/record_function.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:27.3383850Z 2024-04-03T16:21:27.3384648Z  2024-04-03T16:21:27.3385226Z  2024-04-03T16:21:27.3385647Z  2024-04-03T16:21:27.3385883Z  2024-04-03T16:21:27.3386131Z  2024-04-03T16:21:27.3386371Z  2024-04-03T16:21:27.3658665Z  2024-04-03T16:21:27.3659084Z  2024-04-03T16:21:27.3660138Z [3,097 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:27.3661336Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:27.3662056Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:27.3663085Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:27.3664383Z Compiling aten/src/ATen/native/Correlation.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:27.3665355Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:27.3666027Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:27.3666944Z Compiling aten/src/ATen/record_function.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:27.3667767Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:28.2320379Z 2024-04-03T16:21:28.2321097Z  2024-04-03T16:21:28.2321662Z  2024-04-03T16:21:28.2322129Z  2024-04-03T16:21:28.2322601Z  2024-04-03T16:21:28.2323113Z  2024-04-03T16:21:28.2323555Z  2024-04-03T16:21:28.2323935Z  2024-04-03T16:21:28.2324189Z  2024-04-03T16:21:28.2325052Z [3,099 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:21:28.2325948Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:21:28.2326721Z Compiling aten/src/ATen/native/Correlation.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:28.2327451Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:28.2328038Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:28.2328790Z Compiling aten/src/ATen/record_function.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:28.2330648Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:28.2331137Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:28.2331927Z Compiling aten/src/ATen/core/union_type.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:28.5667971Z 2024-04-03T16:21:28.5668715Z  2024-04-03T16:21:28.6018319Z  2024-04-03T16:21:28.6018737Z  2024-04-03T16:21:28.6019150Z  2024-04-03T16:21:28.6019536Z  2024-04-03T16:21:28.6019929Z  2024-04-03T16:21:28.6020315Z  2024-04-03T16:21:28.6020687Z  2024-04-03T16:21:28.6021718Z [3,099 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:28.6022962Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:21:28.6024029Z Compiling aten/src/ATen/native/Correlation.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:28.6025103Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:28.6025823Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:28.6027234Z Compiling aten/src/ATen/record_function.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:28.6028248Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:28.6028995Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:28.6029905Z Compiling aten/src/ATen/core/union_type.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:28.8023766Z 2024-04-03T16:21:28.8024991Z  2024-04-03T16:21:28.8025581Z  2024-04-03T16:21:28.8025824Z  2024-04-03T16:21:28.8026073Z  2024-04-03T16:21:28.8026336Z  2024-04-03T16:21:28.8026570Z  2024-04-03T16:21:28.8026816Z  2024-04-03T16:21:28.8027094Z  2024-04-03T16:21:28.8027806Z [3,100 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:28.8028830Z Compiling aten/src/ATen/native/Correlation.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:28.8029540Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:28.8030019Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:28.8030738Z Compiling aten/src/ATen/record_function.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:28.8031405Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:28.8031856Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:28.8032955Z Compiling aten/src/ATen/core/union_type.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:28.8083535Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:29.5490639Z 2024-04-03T16:21:29.5491610Z  2024-04-03T16:21:29.5492178Z  2024-04-03T16:21:29.5493139Z  2024-04-03T16:21:29.5493695Z  2024-04-03T16:21:29.5494116Z  2024-04-03T16:21:29.5494520Z  2024-04-03T16:21:29.5494914Z  2024-04-03T16:21:29.5495249Z  2024-04-03T16:21:29.5496194Z [3,101 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:29.5497638Z Compiling aten/src/ATen/native/Correlation.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:29.5498659Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:29.5499694Z Compiling aten/src/ATen/record_function.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:29.5500622Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:29.5501340Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:29.5502312Z Compiling aten/src/ATen/core/union_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:29.5503339Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:29.5504084Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:29.8092135Z 2024-04-03T16:21:29.8092969Z  2024-04-03T16:21:29.8093549Z  2024-04-03T16:21:29.8093903Z  2024-04-03T16:21:29.8094157Z  2024-04-03T16:21:29.8094392Z  2024-04-03T16:21:29.8094640Z  2024-04-03T16:21:29.8094886Z  2024-04-03T16:21:29.8095118Z  2024-04-03T16:21:29.8095819Z [3,103 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:29.8142850Z Compiling aten/src/ATen/record_function.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:29.8144138Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:29.8144851Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:29.8145871Z Compiling aten/src/ATen/core/union_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:29.8147015Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:29.8147738Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:29.8148472Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:29.8149153Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:30.8151946Z 2024-04-03T16:21:30.8152525Z  2024-04-03T16:21:30.8152838Z  2024-04-03T16:21:30.8153126Z  2024-04-03T16:21:30.8153459Z  2024-04-03T16:21:30.8153695Z  2024-04-03T16:21:30.8154012Z  2024-04-03T16:21:30.8154278Z  2024-04-03T16:21:30.8154511Z  2024-04-03T16:21:30.8155318Z [3,103 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:30.8348314Z Compiling aten/src/ATen/record_function.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:30.8349667Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:30.8350317Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:30.8351186Z Compiling aten/src/ATen/core/union_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:30.8351965Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:30.8352598Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:30.8353272Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:30.8353931Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:31.0355550Z 2024-04-03T16:21:31.0356223Z  2024-04-03T16:21:31.0356717Z  2024-04-03T16:21:31.0357163Z  2024-04-03T16:21:31.0357558Z  2024-04-03T16:21:31.0357953Z  2024-04-03T16:21:31.0358336Z  2024-04-03T16:21:31.0358696Z  2024-04-03T16:21:31.0359082Z  2024-04-03T16:21:31.0360280Z [3,105 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:31.0361619Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:31.0362735Z Compiling aten/src/ATen/core/union_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:31.0526043Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:31.0526708Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.0527344Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.0528085Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.0529153Z Compiling aten/src/ATen/native/SoftMax.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:31.0530266Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:31.6466663Z 2024-04-03T16:21:31.6467601Z  2024-04-03T16:21:31.6468051Z  2024-04-03T16:21:31.6468396Z  2024-04-03T16:21:31.6468652Z  2024-04-03T16:21:31.6468920Z  2024-04-03T16:21:31.6469160Z  2024-04-03T16:21:31.6469423Z  2024-04-03T16:21:31.6469673Z  2024-04-03T16:21:31.6470370Z [3,106 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:31.6471360Z Compiling aten/src/ATen/core/union_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:31.6472036Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:31.6472507Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:31.6472973Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.6473436Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.6474084Z Compiling aten/src/ATen/native/SoftMax.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:31.6474988Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.6475478Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:31.8532688Z 2024-04-03T16:21:31.8533304Z  2024-04-03T16:21:31.8533786Z  2024-04-03T16:21:31.8534317Z  2024-04-03T16:21:31.8534789Z  2024-04-03T16:21:31.8535098Z  2024-04-03T16:21:31.8683416Z  2024-04-03T16:21:31.8694049Z  2024-04-03T16:21:31.8694473Z  2024-04-03T16:21:31.8695495Z [3,107 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:31.8696958Z Compiling aten/src/ATen/core/union_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:31.8736101Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:31.8736801Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.8737476Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.8738451Z Compiling aten/src/ATen/native/SoftMax.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:31.8739429Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:31.8740146Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:31.8740814Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:32.0690181Z 2024-04-03T16:21:32.0691041Z  2024-04-03T16:21:32.0691398Z  2024-04-03T16:21:32.0691652Z  2024-04-03T16:21:32.0691917Z  2024-04-03T16:21:32.0692162Z  2024-04-03T16:21:32.0931434Z  2024-04-03T16:21:32.0932313Z  2024-04-03T16:21:32.0932727Z  2024-04-03T16:21:32.0933973Z [3,108 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:32.0935337Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.0936188Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.0936994Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.0938196Z Compiling aten/src/ATen/native/SoftMax.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:32.0939381Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:32.0940092Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:32.0940817Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:32.0941567Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:32.3641242Z 2024-04-03T16:21:32.3642026Z  2024-04-03T16:21:32.3642491Z  2024-04-03T16:21:32.3642803Z  2024-04-03T16:21:32.3643045Z  2024-04-03T16:21:32.3643302Z  2024-04-03T16:21:32.3643600Z  2024-04-03T16:21:32.3643963Z  2024-04-03T16:21:32.3644242Z  2024-04-03T16:21:32.3645363Z [3,109 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:32.3647078Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.3647693Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.3648507Z Compiling aten/src/ATen/native/SoftMax.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:32.3649268Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.3649814Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:32.3650415Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:32.3650952Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:32.3651790Z Compiling aten/src/ATen/Context.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:32.6938715Z 2024-04-03T16:21:32.6939330Z  2024-04-03T16:21:32.6939657Z  2024-04-03T16:21:32.6939918Z  2024-04-03T16:21:32.6940183Z  2024-04-03T16:21:32.6940434Z  2024-04-03T16:21:32.6940670Z  2024-04-03T16:21:32.6940920Z  2024-04-03T16:21:32.6941170Z  2024-04-03T16:21:32.6941848Z [3,109 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:32.6942661Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.6943141Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.6943808Z Compiling aten/src/ATen/native/SoftMax.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:32.6944484Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:32.6944956Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:32.6945408Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:32.6945873Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:32.6946515Z Compiling aten/src/ATen/Context.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:33.3012976Z 2024-04-03T16:21:33.3013655Z  2024-04-03T16:21:33.3014045Z  2024-04-03T16:21:33.3014432Z  2024-04-03T16:21:33.3014810Z  2024-04-03T16:21:33.3015201Z  2024-04-03T16:21:33.3015562Z  2024-04-03T16:21:33.3015908Z  2024-04-03T16:21:33.3016308Z  2024-04-03T16:21:33.3018000Z [3,110 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:33.3018810Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:33.3019721Z Compiling aten/src/ATen/native/SoftMax.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:33.3020625Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:33.3021349Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:33.3022019Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:33.3022570Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:33.3023349Z Compiling aten/src/ATen/Context.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:33.3024183Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:33.5390331Z 2024-04-03T16:21:33.5392523Z  2024-04-03T16:21:33.5392962Z  2024-04-03T16:21:33.5393371Z  2024-04-03T16:21:33.5393637Z  2024-04-03T16:21:33.5393895Z  2024-04-03T16:21:33.5394192Z  2024-04-03T16:21:33.5394466Z  2024-04-03T16:21:33.5394739Z  2024-04-03T16:21:33.5395548Z [3,112 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:33.5396349Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:33.5396898Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:33.5397354Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:33.5397853Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:33.5398483Z Compiling aten/src/ATen/Context.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:33.5399328Z Compiling aten/src/ATen/FunctionalInverses.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:33.5400258Z Compiling aten/src/ATen/native/Unfold3d.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:33.5401180Z Compiling aten/src/ATen/DynamicLibrary.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:34.3730509Z 2024-04-03T16:21:34.3731476Z  2024-04-03T16:21:34.3731987Z  2024-04-03T16:21:34.3732522Z  2024-04-03T16:21:34.3733843Z  2024-04-03T16:21:34.3734083Z  2024-04-03T16:21:34.3734337Z  2024-04-03T16:21:34.3734571Z  2024-04-03T16:21:34.3734821Z  2024-04-03T16:21:34.3735532Z [3,113 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:34.3736330Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:34.3736803Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:34.3737278Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:34.3737899Z Compiling aten/src/ATen/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.3738749Z Compiling aten/src/ATen/FunctionalInverses.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.3739669Z Compiling aten/src/ATen/native/Unfold3d.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.3740551Z Compiling aten/src/ATen/DynamicLibrary.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:34.3741226Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:34.6217056Z 2024-04-03T16:21:34.6217831Z  2024-04-03T16:21:34.6218348Z  2024-04-03T16:21:34.6218848Z  2024-04-03T16:21:34.6219106Z  2024-04-03T16:21:34.6219357Z  2024-04-03T16:21:34.6219591Z  2024-04-03T16:21:34.6219834Z  2024-04-03T16:21:34.6220085Z  2024-04-03T16:21:34.6220775Z [3,114 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:34.6221572Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:34.6222053Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:34.6222793Z Compiling aten/src/ATen/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:34.6224820Z Compiling aten/src/ATen/FunctionalInverses.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.6226008Z Compiling aten/src/ATen/native/Unfold3d.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.6226880Z Compiling aten/src/ATen/DynamicLibrary.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:34.6227822Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:34.6230435Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:34.9397538Z 2024-04-03T16:21:34.9398265Z  2024-04-03T16:21:34.9398864Z  2024-04-03T16:21:34.9399183Z  2024-04-03T16:21:34.9399429Z  2024-04-03T16:21:34.9399680Z  2024-04-03T16:21:34.9399926Z  2024-04-03T16:21:34.9400164Z  2024-04-03T16:21:34.9400417Z  2024-04-03T16:21:34.9401126Z [3,115 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:34.9401907Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:34.9402687Z Compiling aten/src/ATen/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:34.9404890Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:34.9406312Z Compiling aten/src/ATen/native/Unfold3d.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:34.9407378Z Compiling aten/src/ATen/DynamicLibrary.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.9408580Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:34.9409432Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:34.9410172Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:35.1409682Z 2024-04-03T16:21:35.1410362Z  2024-04-03T16:21:35.1410915Z  2024-04-03T16:21:35.1411325Z  2024-04-03T16:21:35.1411581Z  2024-04-03T16:21:35.1411834Z  2024-04-03T16:21:35.1412068Z  2024-04-03T16:21:35.1412320Z  2024-04-03T16:21:35.1412554Z  2024-04-03T16:21:35.1413408Z [3,116 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:35.1414220Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:35.1414946Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:35.1415853Z Compiling aten/src/ATen/native/Unfold3d.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:35.1703192Z Compiling aten/src/ATen/DynamicLibrary.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:35.1704334Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:35.1705043Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:35.1705601Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:35.1706346Z Compiling aten/src/ATen/native/Dropout.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:35.5415115Z 2024-04-03T16:21:35.5415953Z  2024-04-03T16:21:35.5416311Z  2024-04-03T16:21:35.5416556Z  2024-04-03T16:21:35.5416810Z  2024-04-03T16:21:35.5417073Z  2024-04-03T16:21:35.5417326Z  2024-04-03T16:21:35.5417574Z  2024-04-03T16:21:35.5417832Z  2024-04-03T16:21:35.5418524Z [3,117 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:35.5419663Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:35.5420893Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:35.5421802Z Compiling aten/src/ATen/DynamicLibrary.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:35.5423156Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:35.5424369Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:35.5425156Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:35.5426035Z Compiling aten/src/ATen/native/Dropout.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:35.5427176Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:35.7709867Z 2024-04-03T16:21:35.7710544Z  2024-04-03T16:21:35.7901748Z  2024-04-03T16:21:35.7902491Z  2024-04-03T16:21:35.7902873Z  2024-04-03T16:21:35.7903197Z  2024-04-03T16:21:35.7903582Z  2024-04-03T16:21:35.7903931Z  2024-04-03T16:21:35.7904298Z  2024-04-03T16:21:35.7905343Z [3,117 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:35.7906687Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:35.7907929Z Compiling aten/src/ATen/FunctionalInverses.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:35.7909492Z Compiling aten/src/ATen/DynamicLibrary.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:35.7910908Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:35.7911948Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:35.7912635Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:35.7913654Z Compiling aten/src/ATen/native/Dropout.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:35.7914719Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:36.4848138Z 2024-04-03T16:21:36.4850061Z  2024-04-03T16:21:36.4850658Z  2024-04-03T16:21:36.4851090Z  2024-04-03T16:21:36.4851579Z  2024-04-03T16:21:36.4852036Z  2024-04-03T16:21:36.4852445Z  2024-04-03T16:21:36.4852984Z  2024-04-03T16:21:36.4853436Z  2024-04-03T16:21:36.4854745Z [3,118 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:36.4856370Z Compiling aten/src/ATen/FunctionalInverses.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:36.4857470Z Compiling aten/src/ATen/DynamicLibrary.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:36.4858757Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:36.4859722Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:36.4860259Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:36.4861170Z Compiling aten/src/ATen/native/Dropout.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:36.4862331Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:36.4863595Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:36.7721343Z 2024-04-03T16:21:36.7723278Z  2024-04-03T16:21:36.7723825Z  2024-04-03T16:21:36.7724199Z  2024-04-03T16:21:36.7724862Z  2024-04-03T16:21:36.7725142Z  2024-04-03T16:21:36.7725493Z  2024-04-03T16:21:36.7725746Z  2024-04-03T16:21:36.7726079Z  2024-04-03T16:21:36.7726872Z [3,119 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:36.7728087Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:36.7729162Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:36.7730016Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:36.7730595Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:36.7731474Z Compiling aten/src/ATen/native/Dropout.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:36.7732594Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:36.7733682Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:36.7734499Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:36.9912722Z 2024-04-03T16:21:36.9913352Z  2024-04-03T16:21:36.9913881Z  2024-04-03T16:21:36.9914396Z  2024-04-03T16:21:36.9914793Z  2024-04-03T16:21:36.9915045Z  2024-04-03T16:21:36.9915280Z  2024-04-03T16:21:36.9915525Z  2024-04-03T16:21:36.9915771Z  2024-04-03T16:21:36.9916460Z [3,119 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:36.9917498Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:36.9963890Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:36.9965412Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:36.9965895Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:36.9966778Z Compiling aten/src/ATen/native/Dropout.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:36.9968986Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:36.9970017Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:36.9970810Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:37.1953082Z 2024-04-03T16:21:37.1954164Z  2024-04-03T16:21:37.1954869Z  2024-04-03T16:21:37.1955942Z  2024-04-03T16:21:37.1956407Z  2024-04-03T16:21:37.1956822Z  2024-04-03T16:21:37.1957238Z  2024-04-03T16:21:37.1957637Z  2024-04-03T16:21:37.1958045Z  2024-04-03T16:21:37.1959111Z [3,120 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:37.1961152Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:37.1962273Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:37.1963009Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:37.1964184Z Compiling aten/src/ATen/native/Dropout.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:37.1965790Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:37.1967319Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:37.1968395Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:37.1969112Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:37.3970785Z 2024-04-03T16:21:37.3971189Z  2024-04-03T16:21:37.3971556Z  2024-04-03T16:21:37.3972050Z  2024-04-03T16:21:37.3972429Z  2024-04-03T16:21:37.3972744Z  2024-04-03T16:21:37.3972978Z  2024-04-03T16:21:37.3973241Z  2024-04-03T16:21:37.3973474Z  2024-04-03T16:21:37.3974170Z [3,120 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:37.3975213Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:37.3979577Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:37.3980150Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:37.3980944Z Compiling aten/src/ATen/native/Dropout.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:37.3982025Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:37.3983067Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:37.3983905Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:37.3984448Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:37.6898979Z 2024-04-03T16:21:37.6899693Z  2024-04-03T16:21:37.6900276Z  2024-04-03T16:21:37.6900663Z  2024-04-03T16:21:37.6900971Z  2024-04-03T16:21:37.6901360Z  2024-04-03T16:21:37.6901697Z  2024-04-03T16:21:37.6902039Z  2024-04-03T16:21:37.6902390Z  2024-04-03T16:21:37.6903388Z [3,121 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:37.6904759Z Compiling aten/src/ATen/FunctionalInverses.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:37.6905735Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:37.6906624Z Compiling aten/src/ATen/native/Dropout.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:37.6907783Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:37.6909042Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:37.6910025Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:37.6910855Z Compiling aten/src/ATen/native/Embedding.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:37.6912370Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:37.8970161Z 2024-04-03T16:21:37.8971138Z  2024-04-03T16:21:37.8971529Z  2024-04-03T16:21:37.8971916Z  2024-04-03T16:21:37.8972177Z  2024-04-03T16:21:37.8972426Z  2024-04-03T16:21:37.8972747Z  2024-04-03T16:21:37.8975615Z  2024-04-03T16:21:37.8975878Z  2024-04-03T16:21:37.8976755Z [3,122 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:37.8977962Z Compiling aten/src/ATen/FunctionalInverses.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:37.8978771Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:37.8979649Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:37.8980734Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:37.8981484Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:37.8982313Z Compiling aten/src/ATen/native/Embedding.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:37.8984123Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:37.8984800Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:38.3729263Z 2024-04-03T16:21:38.3730284Z  2024-04-03T16:21:38.3730805Z  2024-04-03T16:21:38.3731315Z  2024-04-03T16:21:38.3731808Z  2024-04-03T16:21:38.3732100Z  2024-04-03T16:21:38.3732342Z  2024-04-03T16:21:38.3732668Z  2024-04-03T16:21:38.3732926Z  2024-04-03T16:21:38.3733641Z [3,123 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:38.3734446Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:38.3735289Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:38.3736424Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:38.3737186Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:38.3738016Z Compiling aten/src/ATen/native/Embedding.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:38.3738850Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:38.3739406Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:38.3739938Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:38.5988497Z 2024-04-03T16:21:38.5989462Z  2024-04-03T16:21:38.5989801Z  2024-04-03T16:21:38.5990061Z  2024-04-03T16:21:38.5990297Z  2024-04-03T16:21:38.5990544Z  2024-04-03T16:21:38.5990790Z  2024-04-03T16:21:38.5991022Z  2024-04-03T16:21:38.5991267Z  2024-04-03T16:21:38.5991964Z [3,124 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:38.5992744Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:38.5993433Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:38.5994112Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:38.5994818Z Compiling aten/src/ATen/native/Embedding.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:38.5995496Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:38.5995963Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:38.5996414Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:38.5996906Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:38.8059937Z 2024-04-03T16:21:38.8060845Z  2024-04-03T16:21:38.8061345Z  2024-04-03T16:21:38.8061764Z  2024-04-03T16:21:38.8062208Z  2024-04-03T16:21:38.8062619Z  2024-04-03T16:21:38.8062982Z  2024-04-03T16:21:38.8063342Z  2024-04-03T16:21:38.8063715Z  2024-04-03T16:21:38.8064770Z [3,125 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:38.8065562Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:38.8066041Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:38.8067653Z Compiling aten/src/ATen/native/Embedding.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:38.8068426Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:38.8068893Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:38.8069355Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:38.8069802Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:38.8071081Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:39.0564474Z 2024-04-03T16:21:39.0565166Z  2024-04-03T16:21:39.0565626Z  2024-04-03T16:21:39.0566090Z  2024-04-03T16:21:39.0566591Z  2024-04-03T16:21:39.0566983Z  2024-04-03T16:21:39.0567341Z  2024-04-03T16:21:39.0567700Z  2024-04-03T16:21:39.0567988Z  2024-04-03T16:21:39.0568994Z [3,127 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:39.0569985Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:39.0570620Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:39.0571391Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:39.0572937Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:39.0573741Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:39.0574311Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:39.0574960Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:39.0575461Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:40.0571759Z 2024-04-03T16:21:40.0572950Z  2024-04-03T16:21:40.0573512Z  2024-04-03T16:21:40.0573984Z  2024-04-03T16:21:40.0574443Z  2024-04-03T16:21:40.0574910Z  2024-04-03T16:21:40.0575299Z  2024-04-03T16:21:40.0575663Z  2024-04-03T16:21:40.0576033Z  2024-04-03T16:21:40.0577193Z [3,127 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:40.0578502Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:40.0579286Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.0580188Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.0581015Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.0581873Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.0582713Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:40.0583571Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:40.0584683Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:40.2603386Z 2024-04-03T16:21:40.2604584Z  2024-04-03T16:21:40.2605227Z  2024-04-03T16:21:40.2605523Z  2024-04-03T16:21:40.2605761Z  2024-04-03T16:21:40.2606076Z  2024-04-03T16:21:40.2606791Z  2024-04-03T16:21:40.2607240Z  2024-04-03T16:21:40.2607679Z  2024-04-03T16:21:40.2608736Z [3,128 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:40.2609710Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.2610192Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.2610673Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.2611135Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.2611601Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:40.2612160Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:40.2613020Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:40.2613762Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:40.5468655Z 2024-04-03T16:21:40.5469724Z  2024-04-03T16:21:40.5470065Z  2024-04-03T16:21:40.5470323Z  2024-04-03T16:21:40.5470715Z  2024-04-03T16:21:40.5471035Z  2024-04-03T16:21:40.5471396Z  2024-04-03T16:21:40.5471770Z  2024-04-03T16:21:40.5472090Z  2024-04-03T16:21:40.5472951Z [3,130 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:21:40.5474221Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:40.5474976Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.5475912Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:40.5476681Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:40.5477432Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:40.5478524Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:40.5479946Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:40.5481113Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:40.8436185Z 2024-04-03T16:21:40.8436926Z  2024-04-03T16:21:40.8437504Z  2024-04-03T16:21:40.8437874Z  2024-04-03T16:21:40.8438190Z  2024-04-03T16:21:40.8438546Z  2024-04-03T16:21:40.8438870Z  2024-04-03T16:21:40.8439158Z  2024-04-03T16:21:40.8439489Z  2024-04-03T16:21:40.8440444Z [3,131 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:40.8441412Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:40.8442070Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:40.8442694Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:40.8443832Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:40.8444962Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:40.8446125Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:40.8447150Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:40.8447784Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:41.0575555Z 2024-04-03T16:21:41.0576089Z  2024-04-03T16:21:41.0576431Z  2024-04-03T16:21:41.0576690Z  2024-04-03T16:21:41.0576936Z  2024-04-03T16:21:41.0577180Z  2024-04-03T16:21:41.0577410Z  2024-04-03T16:21:41.0577654Z  2024-04-03T16:21:41.0577894Z  2024-04-03T16:21:41.0578594Z [3,131 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:41.0579395Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:41.0579870Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:41.0580327Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:41.0580792Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:41.0581487Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:41.0741864Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:41.0743109Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:41.0744022Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:41.3094627Z 2024-04-03T16:21:41.3095212Z  2024-04-03T16:21:41.3095564Z  2024-04-03T16:21:41.3095981Z  2024-04-03T16:21:41.3096256Z  2024-04-03T16:21:41.3096508Z  2024-04-03T16:21:41.3096832Z  2024-04-03T16:21:41.3097124Z  2024-04-03T16:21:41.3097371Z  2024-04-03T16:21:41.3098326Z [3,132 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:41.3099191Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:41.3099808Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:41.3100386Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:41.3101236Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:41.3102442Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:41.3103230Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:41.3104085Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:41.3104925Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:41.6747366Z 2024-04-03T16:21:41.6747903Z  2024-04-03T16:21:41.6748245Z  2024-04-03T16:21:41.6748515Z  2024-04-03T16:21:41.6748804Z  2024-04-03T16:21:41.6749053Z  2024-04-03T16:21:41.6749354Z  2024-04-03T16:21:41.6749605Z  2024-04-03T16:21:41.6749847Z  2024-04-03T16:21:41.7050042Z [3,132 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:41.7051763Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:41.7052570Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:41.7053310Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:41.7054801Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:41.7056218Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:41.7057344Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:41.7058504Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:41.7059621Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:42.5024389Z 2024-04-03T16:21:42.5025015Z  2024-04-03T16:21:42.5025528Z  2024-04-03T16:21:42.5026053Z  2024-04-03T16:21:42.5026407Z  2024-04-03T16:21:42.5026858Z  2024-04-03T16:21:42.5027297Z  2024-04-03T16:21:42.5027749Z  2024-04-03T16:21:42.5028744Z  2024-04-03T16:21:42.5029973Z [3,133 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:42.5030874Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:42.5031443Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:42.5032235Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:42.5033344Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.5034249Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:42.5035102Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.5036363Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.5037377Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:42.7061449Z 2024-04-03T16:21:42.7062386Z  2024-04-03T16:21:42.7062745Z  2024-04-03T16:21:42.7063021Z  2024-04-03T16:21:42.7063428Z  2024-04-03T16:21:42.7063765Z  2024-04-03T16:21:42.7064200Z  2024-04-03T16:21:42.7064652Z  2024-04-03T16:21:42.7064906Z  2024-04-03T16:21:42.7065610Z [3,135 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:42.7068202Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:42.7069224Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:42.7069934Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:42.7070751Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.7072033Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.7073434Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:42.7074407Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:42.7075178Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:42.9405063Z 2024-04-03T16:21:42.9405764Z  2024-04-03T16:21:42.9406229Z  2024-04-03T16:21:42.9406754Z  2024-04-03T16:21:42.9407048Z  2024-04-03T16:21:42.9407284Z  2024-04-03T16:21:42.9407528Z  2024-04-03T16:21:42.9407785Z  2024-04-03T16:21:42.9408013Z  2024-04-03T16:21:42.9408713Z [3,136 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:42.9409501Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:42.9409962Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:42.9410678Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.9411606Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:42.9412590Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:43.0168074Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:43.0169372Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:43.0170188Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:43.3065579Z 2024-04-03T16:21:43.3066112Z  2024-04-03T16:21:43.3066515Z  2024-04-03T16:21:43.3066937Z  2024-04-03T16:21:43.3069817Z  2024-04-03T16:21:43.3070305Z  2024-04-03T16:21:43.3070770Z  2024-04-03T16:21:43.3071169Z  2024-04-03T16:21:43.3071639Z  2024-04-03T16:21:43.3072862Z [3,138 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:43.3074242Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:43.3075479Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:43.3077002Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:43.3078123Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:43.3078926Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:43.3096328Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:43.3097573Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:43.3098717Z Compiling aten/src/ATen/metal/Context.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:43.5070291Z 2024-04-03T16:21:43.5071021Z  2024-04-03T16:21:43.5071375Z  2024-04-03T16:21:43.5071646Z  2024-04-03T16:21:43.5071893Z  2024-04-03T16:21:43.5072124Z  2024-04-03T16:21:43.5072366Z  2024-04-03T16:21:43.5072608Z  2024-04-03T16:21:43.5072837Z  2024-04-03T16:21:43.5073535Z [3,139 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:43.5074318Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:43.5075101Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:43.5076520Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:43.5077599Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:43.5078084Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:43.5078616Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:43.5079619Z Compiling aten/src/ATen/metal/Context.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:43.5081678Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:43.7109283Z 2024-04-03T16:21:43.7110030Z  2024-04-03T16:21:43.7110598Z  2024-04-03T16:21:43.7111086Z  2024-04-03T16:21:43.7111971Z  2024-04-03T16:21:43.7112409Z  2024-04-03T16:21:43.7112859Z  2024-04-03T16:21:43.7113320Z  2024-04-03T16:21:43.7113741Z  2024-04-03T16:21:43.7114483Z [3,139 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:43.7115266Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:43.7115975Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:43.7116935Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:43.7117643Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:43.7118095Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:43.7118561Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:43.7119239Z Compiling aten/src/ATen/metal/Context.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:43.7119911Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:44.3112527Z 2024-04-03T16:21:44.3113204Z  2024-04-03T16:21:44.3113734Z  2024-04-03T16:21:44.3114219Z  2024-04-03T16:21:44.3114577Z  2024-04-03T16:21:44.3114810Z  2024-04-03T16:21:44.3115057Z  2024-04-03T16:21:44.3115302Z  2024-04-03T16:21:44.3115566Z  2024-04-03T16:21:44.3116417Z [3,140 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:21:44.3118807Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:44.3119847Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:44.3120552Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:44.3121163Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:44.3121615Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:44.3123601Z Compiling aten/src/ATen/metal/Context.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:44.3124549Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:44.3125034Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:44.5115534Z 2024-04-03T16:21:44.5116051Z  2024-04-03T16:21:44.5116465Z  2024-04-03T16:21:44.5116958Z  2024-04-03T16:21:44.5117424Z  2024-04-03T16:21:44.5117774Z  2024-04-03T16:21:44.5118003Z  2024-04-03T16:21:44.5118244Z  2024-04-03T16:21:44.5118484Z  2024-04-03T16:21:44.5119179Z [3,140 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:44.5458751Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:44.5460297Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:44.5461341Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:44.5462028Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:44.5462712Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:44.5463648Z Compiling aten/src/ATen/metal/Context.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:44.5464750Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:44.5465448Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:45.5479796Z 2024-04-03T16:21:45.5482072Z  2024-04-03T16:21:45.5482754Z  2024-04-03T16:21:45.5483240Z  2024-04-03T16:21:45.5483709Z  2024-04-03T16:21:45.5484176Z  2024-04-03T16:21:45.5485122Z  2024-04-03T16:21:45.5485489Z  2024-04-03T16:21:45.5485843Z  2024-04-03T16:21:45.5486888Z [3,140 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:45.5488405Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:45.5489734Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:45.5491001Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:45.5491699Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:45.5492314Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:45.5493301Z Compiling aten/src/ATen/metal/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:45.5494179Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:45.5494884Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:45.7499287Z 2024-04-03T16:21:45.7499989Z  2024-04-03T16:21:45.7500550Z  2024-04-03T16:21:45.7501023Z  2024-04-03T16:21:45.7501474Z  2024-04-03T16:21:45.7501929Z  2024-04-03T16:21:45.7502405Z  2024-04-03T16:21:45.7502844Z  2024-04-03T16:21:45.7503293Z  2024-04-03T16:21:45.7504576Z [3,142 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:45.7506496Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:45.7508311Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:45.7509661Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:45.7510533Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:45.7511407Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:45.7512273Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:45.7513123Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:45.7514034Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:46.1473133Z 2024-04-03T16:21:46.1473682Z  2024-04-03T16:21:46.1474070Z  2024-04-03T16:21:46.1474341Z  2024-04-03T16:21:46.1475696Z  2024-04-03T16:21:46.1476086Z  2024-04-03T16:21:46.1476431Z  2024-04-03T16:21:46.1476747Z  2024-04-03T16:21:46.1477071Z  2024-04-03T16:21:46.1477908Z [3,142 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:46.1479765Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:46.1480806Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:46.1481571Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:46.1482144Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:46.1482610Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:46.1483172Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:46.1483618Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:46.1484200Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:46.3475948Z 2024-04-03T16:21:46.3476517Z  2024-04-03T16:21:46.3477058Z  2024-04-03T16:21:46.3477484Z  2024-04-03T16:21:46.3477737Z  2024-04-03T16:21:46.3544720Z  2024-04-03T16:21:46.3545300Z  2024-04-03T16:21:46.3545672Z  2024-04-03T16:21:46.3546058Z  2024-04-03T16:21:46.3547208Z [3,143 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:46.3548752Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:46.3550264Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:46.3551486Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:46.3552224Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:46.3552886Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:46.3553501Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:46.3554126Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:46.3554667Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:46.5742156Z 2024-04-03T16:21:46.5743159Z  2024-04-03T16:21:46.5743850Z  2024-04-03T16:21:46.5746673Z  2024-04-03T16:21:46.5749646Z  2024-04-03T16:21:46.5750574Z  2024-04-03T16:21:46.5751114Z  2024-04-03T16:21:46.5751592Z  2024-04-03T16:21:46.5751983Z  2024-04-03T16:21:46.5753079Z [3,144 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:46.5754096Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:46.5755030Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:46.5755737Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:46.5756191Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:46.5756662Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:46.5757123Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:46.5757566Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:46.5758135Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:46.7757567Z 2024-04-03T16:21:46.7758287Z  2024-04-03T16:21:46.7758766Z  2024-04-03T16:21:46.7759178Z  2024-04-03T16:21:46.7759475Z  2024-04-03T16:21:46.7759844Z  2024-04-03T16:21:46.7760233Z  2024-04-03T16:21:46.7760483Z  2024-04-03T16:21:46.7760734Z  2024-04-03T16:21:46.7761674Z [3,145 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:46.7763013Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:46.7764180Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:46.7765329Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:46.7765923Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:46.7766588Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:46.7767219Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:46.7768617Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:46.7769220Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:47.0214033Z 2024-04-03T16:21:47.0214683Z  2024-04-03T16:21:47.0215194Z  2024-04-03T16:21:47.0215583Z  2024-04-03T16:21:47.0215866Z  2024-04-03T16:21:47.0216227Z  2024-04-03T16:21:47.0216994Z  2024-04-03T16:21:47.0217370Z  2024-04-03T16:21:47.0217758Z  2024-04-03T16:21:47.0218778Z [3,147 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:47.0220249Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 8s processwrapper-sandbox 2024-04-03T16:21:47.0221210Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.0221912Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.0222473Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.0223143Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:47.0223815Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:47.0225610Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:47.0226632Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:47.3554672Z 2024-04-03T16:21:47.3555594Z  2024-04-03T16:21:47.3555923Z  2024-04-03T16:21:47.3556179Z  2024-04-03T16:21:47.3556469Z  2024-04-03T16:21:47.3556810Z  2024-04-03T16:21:47.3557062Z  2024-04-03T16:21:47.3557306Z  2024-04-03T16:21:47.3557601Z  2024-04-03T16:21:47.3558418Z [3,148 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:47.3559322Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.3559820Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.3560372Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.3560918Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.3561459Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:47.3562396Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:47.3563253Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:47.3563769Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:48.1058014Z 2024-04-03T16:21:48.1058634Z  2024-04-03T16:21:48.1059217Z  2024-04-03T16:21:48.1060746Z  2024-04-03T16:21:48.1061092Z  2024-04-03T16:21:48.1061442Z  2024-04-03T16:21:48.1061737Z  2024-04-03T16:21:48.1062056Z  2024-04-03T16:21:48.1062291Z  2024-04-03T16:21:48.1063175Z [3,149 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:48.1064279Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.1065013Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.1065600Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.1066198Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.1067141Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:48.1068095Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:48.1068794Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:48.1069441Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:48.3560863Z 2024-04-03T16:21:48.3561547Z  2024-04-03T16:21:48.3561996Z  2024-04-03T16:21:48.3562482Z  2024-04-03T16:21:48.3562875Z  2024-04-03T16:21:48.3563153Z  2024-04-03T16:21:48.3563397Z  2024-04-03T16:21:48.3563639Z  2024-04-03T16:21:48.3563870Z  2024-04-03T16:21:48.3564767Z [3,149 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:48.3565569Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.3566038Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.3566507Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.3566970Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.3568638Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:48.3578352Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:48.3578882Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:48.3579386Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:48.5943600Z 2024-04-03T16:21:48.6085978Z  2024-04-03T16:21:48.6086582Z  2024-04-03T16:21:48.6086979Z  2024-04-03T16:21:48.6087385Z  2024-04-03T16:21:48.6087775Z  2024-04-03T16:21:48.6088101Z  2024-04-03T16:21:48.6088434Z  2024-04-03T16:21:48.6088786Z  2024-04-03T16:21:48.6089699Z [3,151 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:48.6090839Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:48.6091518Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:48.6092208Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.6093000Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.6093636Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:48.6095050Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:48.6096808Z Compiling aten/src/ATen/native/SpectralOps.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:48.6098195Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:48.9360448Z 2024-04-03T16:21:48.9361181Z  2024-04-03T16:21:48.9361684Z  2024-04-03T16:21:48.9362225Z  2024-04-03T16:21:48.9362544Z  2024-04-03T16:21:48.9362784Z  2024-04-03T16:21:48.9363033Z  2024-04-03T16:21:48.9363281Z  2024-04-03T16:21:48.9363515Z  2024-04-03T16:21:48.9364516Z [3,152 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:48.9365689Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:48.9366389Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.9367092Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:48.9367812Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:48.9368500Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:48.9369404Z Compiling aten/src/ATen/native/SpectralOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:48.9370303Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:48.9370833Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:49.1567856Z 2024-04-03T16:21:49.1568916Z  2024-04-03T16:21:49.1569778Z  2024-04-03T16:21:49.1570209Z  2024-04-03T16:21:49.1570690Z  2024-04-03T16:21:49.1571170Z  2024-04-03T16:21:49.1572672Z  2024-04-03T16:21:49.1573311Z  2024-04-03T16:21:49.1573755Z  2024-04-03T16:21:49.1574859Z [3,152 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:49.1576171Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:49.1576970Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:49.1577886Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:49.1580758Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:49.1581529Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:49.1582786Z Compiling aten/src/ATen/native/SpectralOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:49.1585999Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:49.1586845Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:49.5843883Z 2024-04-03T16:21:49.5844703Z  2024-04-03T16:21:49.5845202Z  2024-04-03T16:21:49.5845625Z  2024-04-03T16:21:49.5846093Z  2024-04-03T16:21:49.5846573Z  2024-04-03T16:21:49.5847126Z  2024-04-03T16:21:49.5847605Z  2024-04-03T16:21:49.5848047Z  2024-04-03T16:21:49.5849435Z [3,153 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:49.5850649Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:49.5851241Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:49.5852564Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:49.5853734Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:49.5854971Z Compiling aten/src/ATen/native/SpectralOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:49.5856164Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:49.5856933Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:49.5858140Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:49.9571153Z 2024-04-03T16:21:49.9571726Z  2024-04-03T16:21:49.9572107Z  2024-04-03T16:21:49.9572520Z  2024-04-03T16:21:49.9572830Z  2024-04-03T16:21:49.9573081Z  2024-04-03T16:21:49.9573317Z  2024-04-03T16:21:49.9573565Z  2024-04-03T16:21:49.9573813Z  2024-04-03T16:21:49.9574505Z [3,153 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:49.9575304Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:49.9575808Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:49.9576398Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:49.9611158Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:49.9612638Z Compiling aten/src/ATen/native/SpectralOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:49.9613587Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:49.9614076Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:49.9614769Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:50.2608533Z 2024-04-03T16:21:50.2609262Z  2024-04-03T16:21:50.2609847Z  2024-04-03T16:21:50.2610129Z  2024-04-03T16:21:50.2610366Z  2024-04-03T16:21:50.2610613Z  2024-04-03T16:21:50.2610845Z  2024-04-03T16:21:50.2611086Z  2024-04-03T16:21:50.2611329Z  2024-04-03T16:21:50.2612020Z [3,154 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:50.2612899Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:50.2613381Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:50.2613856Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:50.2614564Z Compiling aten/src/ATen/native/SpectralOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:50.2615262Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:50.2615725Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:50.2838594Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:50.2839239Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:50.5619320Z 2024-04-03T16:21:50.5620154Z  2024-04-03T16:21:50.5620470Z  2024-04-03T16:21:50.5620734Z  2024-04-03T16:21:50.5620986Z  2024-04-03T16:21:50.5621235Z  2024-04-03T16:21:50.5621483Z  2024-04-03T16:21:50.5621727Z  2024-04-03T16:21:50.5621958Z  2024-04-03T16:21:50.5622662Z [3,155 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:50.5623455Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:50.5623935Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:50.5624651Z Compiling aten/src/ATen/native/SpectralOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:50.5625350Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:50.5625821Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:50.5626273Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:50.5626747Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:50.5627424Z Compiling aten/src/ATen/TensorNames.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:51.4534422Z 2024-04-03T16:21:51.4535274Z  2024-04-03T16:21:51.4535639Z  2024-04-03T16:21:51.4535918Z  2024-04-03T16:21:51.4536236Z  2024-04-03T16:21:51.4536471Z  2024-04-03T16:21:51.4536715Z  2024-04-03T16:21:51.4537022Z  2024-04-03T16:21:51.4537252Z  2024-04-03T16:21:51.4538015Z [3,156 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:51.4540171Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:51.4541005Z Compiling aten/src/ATen/native/SpectralOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:51.4541830Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:51.4542306Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:51.4542966Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:51.4544711Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:51.4545762Z Compiling aten/src/ATen/TensorNames.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:51.4546954Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:21:51.8219681Z 2024-04-03T16:21:51.8220384Z  2024-04-03T16:21:51.8220689Z  2024-04-03T16:21:51.8220972Z  2024-04-03T16:21:51.8221225Z  2024-04-03T16:21:51.8221463Z  2024-04-03T16:21:51.8221712Z  2024-04-03T16:21:51.8221955Z  2024-04-03T16:21:51.8222186Z  2024-04-03T16:21:51.8222899Z [3,157 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:51.8790920Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:51.8791922Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:51.8792695Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:51.8793461Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:51.8794211Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:51.8795245Z Compiling aten/src/ATen/TensorNames.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:51.8796552Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:51.8797572Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:52.0799168Z 2024-04-03T16:21:52.0799724Z  2024-04-03T16:21:52.0800090Z  2024-04-03T16:21:52.0800522Z  2024-04-03T16:21:52.0801000Z  2024-04-03T16:21:52.0801371Z  2024-04-03T16:21:52.0801609Z  2024-04-03T16:21:52.0801975Z  2024-04-03T16:21:52.0802299Z  2024-04-03T16:21:52.0803020Z [3,158 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:52.0803825Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.0804475Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.0805225Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.0806915Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.0807682Z Compiling aten/src/ATen/TensorNames.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:52.0808611Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:52.0809331Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:52.0809883Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:52.4574963Z 2024-04-03T16:21:52.4575742Z  2024-04-03T16:21:52.4576272Z  2024-04-03T16:21:52.4576755Z  2024-04-03T16:21:52.4577363Z  2024-04-03T16:21:52.4577902Z  2024-04-03T16:21:52.4578360Z  2024-04-03T16:21:52.4578832Z  2024-04-03T16:21:52.4579278Z  2024-04-03T16:21:52.4580555Z [3,159 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:52.4582028Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.4582928Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.4583403Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.4584063Z Compiling aten/src/ATen/TensorNames.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:52.4584891Z Compiling aten/src/ATen/native/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:52.4585530Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:52.4585984Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:52.4586626Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:52.6803856Z 2024-04-03T16:21:52.6804686Z  2024-04-03T16:21:52.6805110Z  2024-04-03T16:21:52.6805356Z  2024-04-03T16:21:52.6805690Z  2024-04-03T16:21:52.6805998Z  2024-04-03T16:21:52.6806280Z  2024-04-03T16:21:52.6807251Z  2024-04-03T16:21:52.6807706Z  2024-04-03T16:21:52.6808811Z [3,160 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:52.6810061Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:52.6810875Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:52.6812759Z Compiling aten/src/ATen/TensorNames.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:52.6813835Z Compiling aten/src/ATen/native/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:52.6814703Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:52.6815339Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:52.6815934Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:52.6816527Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:53.2162272Z 2024-04-03T16:21:53.2163014Z  2024-04-03T16:21:53.2163632Z  2024-04-03T16:21:53.2164080Z  2024-04-03T16:21:53.2164626Z  2024-04-03T16:21:53.2164888Z  2024-04-03T16:21:53.2165139Z  2024-04-03T16:21:53.2165387Z  2024-04-03T16:21:53.2286442Z  2024-04-03T16:21:53.2287660Z [3,161 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:53.2288545Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:53.2289223Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:53.2290043Z Compiling aten/src/ATen/native/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:53.2290717Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:53.2291354Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.2291866Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.2292589Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.2293069Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:53.4807319Z 2024-04-03T16:21:53.4807855Z  2024-04-03T16:21:53.4808160Z  2024-04-03T16:21:53.4808435Z  2024-04-03T16:21:53.4808683Z  2024-04-03T16:21:53.4808935Z  2024-04-03T16:21:53.4809183Z  2024-04-03T16:21:53.4809433Z  2024-04-03T16:21:53.4809663Z  2024-04-03T16:21:53.4810356Z [3,161 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:53.4811144Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:53.4815399Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:53.4816115Z Compiling aten/src/ATen/native/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:53.4816760Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:53.4817316Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.4817781Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.4818271Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.4818750Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:53.6821984Z 2024-04-03T16:21:53.6822607Z  2024-04-03T16:21:53.6823146Z  2024-04-03T16:21:53.6823511Z  2024-04-03T16:21:53.6823921Z  2024-04-03T16:21:53.6824309Z  2024-04-03T16:21:53.6824662Z  2024-04-03T16:21:53.6824958Z  2024-04-03T16:21:53.6825376Z  2024-04-03T16:21:53.6826449Z [3,163 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:53.6827432Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:53.6827976Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:53.6828486Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:53.6828951Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:53.6829414Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:53.6830177Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:53.6831059Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:53.6831547Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:54.6826770Z 2024-04-03T16:21:54.6827490Z  2024-04-03T16:21:54.6828048Z  2024-04-03T16:21:54.7100439Z  2024-04-03T16:21:54.7100992Z  2024-04-03T16:21:54.7101346Z  2024-04-03T16:21:54.7101695Z  2024-04-03T16:21:54.7102041Z  2024-04-03T16:21:54.7102374Z  2024-04-03T16:21:54.7103359Z [3,163 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:54.7104748Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:54.7105448Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:21:54.7106163Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:54.7107019Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:54.7107860Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:54.7109137Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:54.7110487Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:54.7111400Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:21:54.9107020Z 2024-04-03T16:21:54.9107598Z  2024-04-03T16:21:54.9107962Z  2024-04-03T16:21:54.9108232Z  2024-04-03T16:21:54.9108486Z  2024-04-03T16:21:54.9885700Z  2024-04-03T16:21:54.9886449Z  2024-04-03T16:21:54.9886818Z  2024-04-03T16:21:54.9887170Z  2024-04-03T16:21:54.9888171Z [3,164 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:54.9889443Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:54.9890181Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:54.9890889Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:54.9891628Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:54.9892708Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:54.9893871Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:54.9894514Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:54.9895251Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:55.3365490Z 2024-04-03T16:21:55.3365998Z  2024-04-03T16:21:55.3366331Z  2024-04-03T16:21:55.3366589Z  2024-04-03T16:21:55.3366846Z  2024-04-03T16:21:55.3367157Z  2024-04-03T16:21:55.3367391Z  2024-04-03T16:21:55.3367638Z  2024-04-03T16:21:55.3367867Z  2024-04-03T16:21:55.3368571Z [3,165 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:55.3685938Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:55.3686656Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:55.3687333Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:55.3688363Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:55.3689339Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:55.3689966Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:55.3690582Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:55.3691287Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:55.5788577Z 2024-04-03T16:21:55.5789447Z  2024-04-03T16:21:55.5789954Z  2024-04-03T16:21:55.5790456Z  2024-04-03T16:21:55.5790731Z  2024-04-03T16:21:55.5790961Z  2024-04-03T16:21:55.5791211Z  2024-04-03T16:21:55.5791457Z  2024-04-03T16:21:55.5791692Z  2024-04-03T16:21:55.5792493Z [3,167 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:55.5793422Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:55.5793963Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:21:55.5794509Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:55.5795096Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:55.5795612Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:55.5796091Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:55.5796601Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:55.5797082Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:55.7894596Z 2024-04-03T16:21:55.8822585Z  2024-04-03T16:21:55.8823364Z  2024-04-03T16:21:55.8823817Z  2024-04-03T16:21:55.8824234Z  2024-04-03T16:21:55.8824642Z  2024-04-03T16:21:55.8825028Z  2024-04-03T16:21:55.8825429Z  2024-04-03T16:21:55.8825822Z  2024-04-03T16:21:55.8826947Z [3,167 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:55.8828385Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:21:55.8829105Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:21:55.8829906Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:55.8830765Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:55.8831415Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:55.8831864Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:55.8832327Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:55.8832918Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:56.0828916Z 2024-04-03T16:21:56.0829520Z  2024-04-03T16:21:56.0829936Z  2024-04-03T16:21:56.0830260Z  2024-04-03T16:21:56.1030153Z  2024-04-03T16:21:56.1030703Z  2024-04-03T16:21:56.1031108Z  2024-04-03T16:21:56.1031514Z  2024-04-03T16:21:56.1031933Z  2024-04-03T16:21:56.1032948Z [3,168 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:56.1033915Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:21:56.1034697Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:21:56.1035474Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:56.1035929Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.1036521Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.1037297Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.1038126Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:56.1038973Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:56.2907913Z 2024-04-03T16:21:56.2908521Z  2024-04-03T16:21:56.2908856Z  2024-04-03T16:21:56.2909174Z  2024-04-03T16:21:56.2909544Z  2024-04-03T16:21:56.2909847Z  2024-04-03T16:21:56.2910171Z  2024-04-03T16:21:56.2910567Z  2024-04-03T16:21:56.2910845Z  2024-04-03T16:21:56.2911733Z [3,170 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:56.2913592Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:56.2914265Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.2914905Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.2915452Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.2916063Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:56.2916973Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:56.2917859Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:56.2918517Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:56.5037003Z 2024-04-03T16:21:56.5037899Z  2024-04-03T16:21:56.5038341Z  2024-04-03T16:21:56.5038615Z  2024-04-03T16:21:56.5038865Z  2024-04-03T16:21:56.5039101Z  2024-04-03T16:21:56.5039346Z  2024-04-03T16:21:56.5039589Z  2024-04-03T16:21:56.5039821Z  2024-04-03T16:21:56.5040515Z [3,171 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:56.5041325Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.5041789Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.5042260Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.5042729Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:56.5043408Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:56.5044100Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:56.5044929Z Compiling aten/src/ATen/native/Itertools.cpp; 2s processwrapper-sandbox 2024-04-03T16:21:56.5141603Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:57.4926915Z 2024-04-03T16:21:57.4927567Z  2024-04-03T16:21:57.4927990Z  2024-04-03T16:21:57.4928323Z  2024-04-03T16:21:57.4928666Z  2024-04-03T16:21:57.4929070Z  2024-04-03T16:21:57.4929351Z  2024-04-03T16:21:57.4929586Z  2024-04-03T16:21:57.4931438Z  2024-04-03T16:21:57.4932282Z [3,172 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:57.4933099Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.4933760Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.4934266Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.4935054Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:57.4935755Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:57.4936551Z Compiling aten/src/ATen/native/Itertools.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:57.4937304Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:57.4939160Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:57.7152790Z 2024-04-03T16:21:57.7153517Z  2024-04-03T16:21:57.7154002Z  2024-04-03T16:21:57.7154387Z  2024-04-03T16:21:57.7154742Z  2024-04-03T16:21:57.7155110Z  2024-04-03T16:21:57.7155504Z  2024-04-03T16:21:57.7155897Z  2024-04-03T16:21:57.7156274Z  2024-04-03T16:21:57.7157352Z [3,172 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:57.7158507Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:21:57.7159254Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.7159955Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.7161027Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:57.7161993Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:57.7163021Z Compiling aten/src/ATen/native/Itertools.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:57.7163999Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:57.7165243Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:57.9158823Z 2024-04-03T16:21:57.9159511Z  2024-04-03T16:21:57.9159870Z  2024-04-03T16:21:57.9160116Z  2024-04-03T16:21:57.9163375Z  2024-04-03T16:21:57.9163761Z  2024-04-03T16:21:57.9164161Z  2024-04-03T16:21:57.9164777Z  2024-04-03T16:21:57.9165182Z  2024-04-03T16:21:57.9166041Z [3,173 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:57.9167007Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.9167688Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:57.9168778Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:57.9169893Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:57.9170592Z Compiling aten/src/ATen/native/Itertools.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:57.9171439Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:57.9172131Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:57.9172876Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:58.1312533Z 2024-04-03T16:21:58.1313199Z  2024-04-03T16:21:58.1313583Z  2024-04-03T16:21:58.1313982Z  2024-04-03T16:21:58.1314289Z  2024-04-03T16:21:58.1314567Z  2024-04-03T16:21:58.1314854Z  2024-04-03T16:21:58.1315136Z  2024-04-03T16:21:58.1315385Z  2024-04-03T16:21:58.1316222Z [3,174 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:58.1317059Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:58.1317794Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:58.1318569Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:58.1320811Z Compiling aten/src/ATen/native/Itertools.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:58.1321939Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:58.1322562Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:58.1323164Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:58.1323772Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:21:58.3696902Z 2024-04-03T16:21:58.3699204Z  2024-04-03T16:21:58.3699728Z  2024-04-03T16:21:58.3700180Z  2024-04-03T16:21:58.3700433Z  2024-04-03T16:21:58.3700667Z  2024-04-03T16:21:58.3700933Z  2024-04-03T16:21:58.3701463Z  2024-04-03T16:21:58.3701890Z  2024-04-03T16:21:58.3703268Z [3,175 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:58.3705395Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:58.3706594Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:58.3707393Z Compiling aten/src/ATen/native/Itertools.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:58.3708535Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:58.3710242Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:58.3711125Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:58.3711612Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:21:58.3712652Z Compiling aten/src/ATen/TensorIterator.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:21:58.7163329Z 2024-04-03T16:21:58.7164046Z  2024-04-03T16:21:58.7164771Z  2024-04-03T16:21:58.7165084Z  2024-04-03T16:21:58.7165321Z  2024-04-03T16:21:58.7165573Z  2024-04-03T16:21:58.7165819Z  2024-04-03T16:21:58.7166052Z  2024-04-03T16:21:58.7166296Z  2024-04-03T16:21:58.7167000Z [3,175 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:21:58.7168002Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:58.7168723Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:58.7169422Z Compiling aten/src/ATen/native/Itertools.cpp; 5s processwrapper-sandbox 2024-04-03T16:21:58.7170097Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:58.7170560Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:58.7171020Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:58.7427929Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:58.7429157Z Compiling aten/src/ATen/TensorIterator.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:21:59.5789094Z 2024-04-03T16:21:59.5789944Z  2024-04-03T16:21:59.5790360Z  2024-04-03T16:21:59.5790863Z  2024-04-03T16:21:59.5791249Z  2024-04-03T16:21:59.5791506Z  2024-04-03T16:21:59.5791856Z  2024-04-03T16:21:59.5792104Z  2024-04-03T16:21:59.5792330Z  2024-04-03T16:21:59.5793162Z [3,176 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:59.5794292Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:59.5795378Z Compiling aten/src/ATen/native/Itertools.cpp; 6s processwrapper-sandbox 2024-04-03T16:21:59.5796096Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:59.5796639Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:59.5797172Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:59.5797724Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:59.5798404Z Compiling aten/src/ATen/TensorIterator.cpp; 3s processwrapper-sandbox 2024-04-03T16:21:59.5799190Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:21:59.8245665Z 2024-04-03T16:21:59.8248600Z  2024-04-03T16:21:59.8248998Z  2024-04-03T16:21:59.8249322Z  2024-04-03T16:21:59.8249580Z  2024-04-03T16:21:59.8249838Z  2024-04-03T16:21:59.8250142Z  2024-04-03T16:21:59.8250411Z  2024-04-03T16:21:59.8250801Z  2024-04-03T16:21:59.8252887Z [3,178 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:21:59.8254264Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:21:59.8255111Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:21:59.8255659Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:59.8256215Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:21:59.8258363Z Compiling aten/src/ATen/TensorIterator.cpp; 4s processwrapper-sandbox 2024-04-03T16:21:59.8259111Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:59.8259590Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:21:59.8260205Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:00.1437319Z 2024-04-03T16:22:00.1437878Z  2024-04-03T16:22:00.1438241Z  2024-04-03T16:22:00.1438536Z  2024-04-03T16:22:00.1438792Z  2024-04-03T16:22:00.1439044Z  2024-04-03T16:22:00.1439275Z  2024-04-03T16:22:00.1439519Z  2024-04-03T16:22:00.1439764Z  2024-04-03T16:22:00.1528787Z [3,178 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:00.1530380Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:00.1531377Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:00.1532056Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:00.1532740Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:00.1533821Z Compiling aten/src/ATen/TensorIterator.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:00.1534790Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:00.1535465Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:00.1536177Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:00.7873693Z 2024-04-03T16:22:00.7874484Z  2024-04-03T16:22:00.7875069Z  2024-04-03T16:22:00.7875565Z  2024-04-03T16:22:00.7875951Z  2024-04-03T16:22:00.7876306Z  2024-04-03T16:22:00.7876543Z  2024-04-03T16:22:00.7876804Z  2024-04-03T16:22:00.7877223Z  2024-04-03T16:22:00.7878188Z [3,179 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:00.7879472Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:22:00.7880318Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:00.7882113Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:00.7882933Z Compiling aten/src/ATen/TensorIterator.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:00.7883730Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:00.7884501Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:00.7885013Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:00.7885585Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:01.1540675Z 2024-04-03T16:22:01.1541548Z  2024-04-03T16:22:01.1542123Z  2024-04-03T16:22:01.1542377Z  2024-04-03T16:22:01.1542642Z  2024-04-03T16:22:01.1542893Z  2024-04-03T16:22:01.1543140Z  2024-04-03T16:22:01.1543386Z  2024-04-03T16:22:01.1543627Z  2024-04-03T16:22:01.1544312Z [3,179 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:01.1545332Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:22:01.1546042Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.1546504Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.1547176Z Compiling aten/src/ATen/TensorIterator.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:01.1547843Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.1548296Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:01.1548761Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:01.1549240Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:01.3738426Z 2024-04-03T16:22:01.3739295Z  2024-04-03T16:22:01.3739757Z  2024-04-03T16:22:01.3740144Z  2024-04-03T16:22:01.3740485Z  2024-04-03T16:22:01.3741452Z  2024-04-03T16:22:01.3741829Z  2024-04-03T16:22:01.3742212Z  2024-04-03T16:22:01.3742575Z  2024-04-03T16:22:01.3743568Z [3,180 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:22:01.3744528Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.3746183Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.3747096Z Compiling aten/src/ATen/TensorIterator.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:01.3748032Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.3748723Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.3749361Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.3749918Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.3750882Z Compiling aten/src/ATen/native/TestOps.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:01.5966946Z 2024-04-03T16:22:01.5967633Z  2024-04-03T16:22:01.5968207Z  2024-04-03T16:22:01.5968666Z  2024-04-03T16:22:01.5968948Z  2024-04-03T16:22:01.5969968Z  2024-04-03T16:22:01.5970292Z  2024-04-03T16:22:01.5970630Z  2024-04-03T16:22:01.5970924Z  2024-04-03T16:22:01.5971792Z [3,181 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:01.5972812Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:01.5973731Z Compiling aten/src/ATen/TensorIterator.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:01.5974559Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.5975134Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.5975618Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.5976186Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.5977002Z Compiling aten/src/ATen/native/TestOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:01.5977972Z Compiling aten/src/ATen/Operators_1.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:01.8797162Z 2024-04-03T16:22:01.8797902Z  2024-04-03T16:22:01.8798458Z  2024-04-03T16:22:01.8798944Z  2024-04-03T16:22:01.8799259Z  2024-04-03T16:22:01.8799493Z  2024-04-03T16:22:01.8799867Z  2024-04-03T16:22:01.8800115Z  2024-04-03T16:22:01.8800342Z  2024-04-03T16:22:01.8801809Z [3,183 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:01.8802772Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.8803333Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.8803893Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.8804600Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:01.8805473Z Compiling aten/src/ATen/native/TestOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:01.8806674Z Compiling aten/src/ATen/Operators_1.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:01.8807431Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:01.8808271Z Compiling aten/src/ATen/core/Generator.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:02.1742731Z 2024-04-03T16:22:02.1743661Z  2024-04-03T16:22:02.1744260Z  2024-04-03T16:22:02.1744691Z  2024-04-03T16:22:02.1744945Z  2024-04-03T16:22:02.1745193Z  2024-04-03T16:22:02.1745424Z  2024-04-03T16:22:02.1745696Z  2024-04-03T16:22:02.1745927Z  2024-04-03T16:22:02.1746624Z [3,184 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:02.1747419Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:02.1747894Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:02.1748345Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:02.1749019Z Compiling aten/src/ATen/native/TestOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:02.1749862Z Compiling aten/src/ATen/Operators_1.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:02.1750487Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:02.1806860Z Compiling aten/src/ATen/core/Generator.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:02.1808174Z Compiling aten/src/ATen/core/ATenOpList.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:02.3813641Z 2024-04-03T16:22:02.3814709Z  2024-04-03T16:22:02.3815347Z  2024-04-03T16:22:02.3816827Z  2024-04-03T16:22:02.3817109Z  2024-04-03T16:22:02.3817465Z  2024-04-03T16:22:02.3817874Z  2024-04-03T16:22:02.3818205Z  2024-04-03T16:22:02.3818621Z  2024-04-03T16:22:02.3819564Z [3,186 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:02.3820704Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:02.3821631Z Compiling aten/src/ATen/native/TestOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:02.3822768Z Compiling aten/src/ATen/Operators_1.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:02.3823594Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:02.3824562Z Compiling aten/src/ATen/core/Generator.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:02.3826526Z Compiling aten/src/ATen/core/ATenOpList.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:02.3827928Z Compiling aten/src/ATen/core/library.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:02.3828864Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:03.3821086Z 2024-04-03T16:22:03.3821759Z  2024-04-03T16:22:03.3822241Z  2024-04-03T16:22:03.3822760Z  2024-04-03T16:22:03.3823035Z  2024-04-03T16:22:03.3823399Z  2024-04-03T16:22:03.3823684Z  2024-04-03T16:22:03.3823928Z  2024-04-03T16:22:03.3824155Z  2024-04-03T16:22:03.3824982Z [3,186 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:03.3825935Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:03.3826762Z Compiling aten/src/ATen/native/TestOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:03.3827737Z Compiling aten/src/ATen/Operators_1.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:03.3828492Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:03.3829282Z Compiling aten/src/ATen/core/Generator.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:03.3830292Z Compiling aten/src/ATen/core/ATenOpList.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:03.3832205Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:03.3832960Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:03.6463438Z 2024-04-03T16:22:03.6464073Z  2024-04-03T16:22:03.6464608Z  2024-04-03T16:22:03.6465103Z  2024-04-03T16:22:03.6465574Z  2024-04-03T16:22:03.6466037Z  2024-04-03T16:22:03.6466421Z  2024-04-03T16:22:03.6466665Z  2024-04-03T16:22:03.6466895Z  2024-04-03T16:22:03.6467602Z [3,187 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:03.6468406Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:03.6469097Z Compiling aten/src/ATen/native/TestOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:03.6469928Z Compiling aten/src/ATen/Operators_1.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:03.6470767Z Compiling aten/src/ATen/core/Generator.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:03.6471650Z Compiling aten/src/ATen/core/ATenOpList.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:03.6472494Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:03.6473146Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:03.6473850Z Compiling aten/src/ATen/core/Formatting.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:03.9826728Z 2024-04-03T16:22:03.9827726Z  2024-04-03T16:22:03.9828185Z  2024-04-03T16:22:03.9828539Z  2024-04-03T16:22:03.9828931Z  2024-04-03T16:22:03.9829324Z  2024-04-03T16:22:03.9829697Z  2024-04-03T16:22:03.9830083Z  2024-04-03T16:22:03.9830674Z  2024-04-03T16:22:03.9831744Z [3,188 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:03.9832886Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:03.9833827Z Compiling aten/src/ATen/Operators_1.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:03.9835210Z Compiling aten/src/ATen/core/Generator.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:03.9836408Z Compiling aten/src/ATen/core/ATenOpList.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:03.9837592Z Compiling aten/src/ATen/core/library.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:03.9838467Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:03.9839353Z Compiling aten/src/ATen/core/Formatting.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:03.9840296Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:04.6219665Z 2024-04-03T16:22:04.6221485Z  2024-04-03T16:22:04.6222243Z  2024-04-03T16:22:04.6223290Z  2024-04-03T16:22:04.6223877Z  2024-04-03T16:22:04.6224528Z  2024-04-03T16:22:04.6225657Z  2024-04-03T16:22:04.6226321Z  2024-04-03T16:22:04.6226780Z  2024-04-03T16:22:04.6228063Z [3,189 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:04.6229549Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:04.6230837Z Compiling aten/src/ATen/core/Generator.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:04.6232503Z Compiling aten/src/ATen/core/ATenOpList.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:04.6234136Z Compiling aten/src/ATen/core/library.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:04.6235385Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:04.6236687Z Compiling aten/src/ATen/core/Formatting.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:04.6237948Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:04.6238854Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:04.9832591Z 2024-04-03T16:22:04.9833240Z  2024-04-03T16:22:04.9833826Z  2024-04-03T16:22:04.9834149Z  2024-04-03T16:22:04.9834398Z  2024-04-03T16:22:04.9834643Z  2024-04-03T16:22:04.9834873Z  2024-04-03T16:22:04.9835116Z  2024-04-03T16:22:04.9835365Z  2024-04-03T16:22:05.0503151Z [3,190 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:05.0504415Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:05.0505461Z Compiling aten/src/ATen/core/ATenOpList.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:05.0506819Z Compiling aten/src/ATen/core/library.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:05.0507869Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:05.0508910Z Compiling aten/src/ATen/core/Formatting.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:05.0509930Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.0510704Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.0511431Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:05.3291457Z 2024-04-03T16:22:05.3292183Z  2024-04-03T16:22:05.3292755Z  2024-04-03T16:22:05.3293018Z  2024-04-03T16:22:05.3293512Z  2024-04-03T16:22:05.3293972Z  2024-04-03T16:22:05.3294284Z  2024-04-03T16:22:05.3294519Z  2024-04-03T16:22:05.3294802Z  2024-04-03T16:22:05.3295674Z [3,192 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:22:05.3296819Z Compiling aten/src/ATen/core/library.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:05.3297584Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:05.3298398Z Compiling aten/src/ATen/core/Formatting.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:05.3299163Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.3299707Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.3300306Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.3301502Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.3302004Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:05.6510180Z 2024-04-03T16:22:05.6510734Z  2024-04-03T16:22:05.6511281Z  2024-04-03T16:22:05.6511728Z  2024-04-03T16:22:05.6512125Z  2024-04-03T16:22:05.6514157Z  2024-04-03T16:22:05.6514409Z  2024-04-03T16:22:05.6514668Z  2024-04-03T16:22:05.6515044Z  2024-04-03T16:22:05.6515790Z [3,192 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:05.6516961Z Compiling aten/src/ATen/core/library.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:05.6517822Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:05.6518655Z Compiling aten/src/ATen/core/Formatting.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:05.6519467Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:05.6519988Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:05.6520482Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.6522148Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:05.6522665Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:05.9285365Z 2024-04-03T16:22:05.9286011Z  2024-04-03T16:22:05.9286575Z  2024-04-03T16:22:05.9287038Z  2024-04-03T16:22:05.9287441Z  2024-04-03T16:22:05.9287813Z  2024-04-03T16:22:05.9288094Z  2024-04-03T16:22:05.9288467Z  2024-04-03T16:22:05.9288715Z  2024-04-03T16:22:05.9289575Z [3,193 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:05.9290836Z Compiling aten/src/ATen/core/library.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:05.9292114Z Compiling aten/src/ATen/core/Formatting.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:05.9292983Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:05.9293729Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:05.9294469Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:05.9295144Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:05.9295926Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:05.9296882Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:06.2525389Z 2024-04-03T16:22:06.2526161Z  2024-04-03T16:22:06.2526593Z  2024-04-03T16:22:06.2526975Z  2024-04-03T16:22:06.2527356Z  2024-04-03T16:22:06.2539087Z  2024-04-03T16:22:06.2539432Z  2024-04-03T16:22:06.2539701Z  2024-04-03T16:22:06.2540016Z  2024-04-03T16:22:06.2540918Z [3,194 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:06.2542092Z Compiling aten/src/ATen/core/Formatting.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:06.2542848Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:06.2543506Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:06.2544248Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:06.2545021Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:06.2545972Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:06.2547017Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:06.2547801Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:06.9713354Z 2024-04-03T16:22:06.9714119Z  2024-04-03T16:22:06.9714530Z  2024-04-03T16:22:06.9715044Z  2024-04-03T16:22:06.9715458Z  2024-04-03T16:22:06.9715689Z  2024-04-03T16:22:06.9715932Z  2024-04-03T16:22:06.9716171Z  2024-04-03T16:22:06.9716400Z  2024-04-03T16:22:06.9717096Z [3,195 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:06.9717880Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:06.9718342Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.0269576Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.0270681Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.0271647Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:07.0272579Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:07.0273273Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:07.0275015Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:07.2529873Z 2024-04-03T16:22:07.2530637Z  2024-04-03T16:22:07.2531202Z  2024-04-03T16:22:07.2531509Z  2024-04-03T16:22:07.2531755Z  2024-04-03T16:22:07.2531987Z  2024-04-03T16:22:07.2532230Z  2024-04-03T16:22:07.2532468Z  2024-04-03T16:22:07.2532695Z  2024-04-03T16:22:07.2533473Z [3,195 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:07.2534271Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.2534735Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.2535221Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.2708846Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.2710091Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:07.2711189Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:07.2711922Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:07.2712638Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:07.4715486Z 2024-04-03T16:22:07.4716212Z  2024-04-03T16:22:07.4716795Z  2024-04-03T16:22:07.4717274Z  2024-04-03T16:22:07.4717513Z  2024-04-03T16:22:07.4717760Z  2024-04-03T16:22:07.4717992Z  2024-04-03T16:22:07.4718237Z  2024-04-03T16:22:07.4718476Z  2024-04-03T16:22:07.4719157Z [3,197 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:07.4719947Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.4720419Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.4721122Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:07.4721810Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.4722276Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.4722974Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:07.5026100Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:07.5026819Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:07.8901056Z 2024-04-03T16:22:07.8901755Z  2024-04-03T16:22:07.8902329Z  2024-04-03T16:22:07.8902800Z  2024-04-03T16:22:07.8904168Z  2024-04-03T16:22:07.8904667Z  2024-04-03T16:22:07.8905215Z  2024-04-03T16:22:07.8905695Z  2024-04-03T16:22:07.8906145Z  2024-04-03T16:22:07.8907357Z [3,198 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:07.8908884Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.8910216Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:07.8911534Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.8912427Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:07.8913203Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:07.8913905Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:07.8914381Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:07.8914965Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:08.1032325Z 2024-04-03T16:22:08.1033035Z  2024-04-03T16:22:08.1033594Z  2024-04-03T16:22:08.1034068Z  2024-04-03T16:22:08.1034350Z  2024-04-03T16:22:08.1034584Z  2024-04-03T16:22:08.1034873Z  2024-04-03T16:22:08.1035162Z  2024-04-03T16:22:08.1035397Z  2024-04-03T16:22:08.1036209Z [3,198 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:08.1037962Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:08.1039318Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:08.1040213Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:08.1040745Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:08.1042638Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:08.1043554Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:08.1044302Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.1045194Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:08.4548181Z 2024-04-03T16:22:08.4548755Z  2024-04-03T16:22:08.4549120Z  2024-04-03T16:22:08.4549383Z  2024-04-03T16:22:08.4549620Z  2024-04-03T16:22:08.4549934Z  2024-04-03T16:22:08.4550194Z  2024-04-03T16:22:08.4550467Z  2024-04-03T16:22:08.4550734Z  2024-04-03T16:22:08.4551547Z [3,200 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:08.4603945Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:08.4605286Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:08.4606213Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:08.4607354Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:08.4608078Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.4609175Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:08.4610303Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.4611033Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:08.7036599Z 2024-04-03T16:22:08.7037082Z  2024-04-03T16:22:08.7037484Z  2024-04-03T16:22:08.7037973Z  2024-04-03T16:22:08.7038361Z  2024-04-03T16:22:08.7038612Z  2024-04-03T16:22:08.7038845Z  2024-04-03T16:22:08.7039096Z  2024-04-03T16:22:08.7039345Z  2024-04-03T16:22:08.7040045Z [3,201 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:08.7040850Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:08.7041567Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:08.7129134Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:08.7129798Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:08.7130712Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:08.7131722Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.7132267Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.7132918Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:08.9134717Z 2024-04-03T16:22:08.9135545Z  2024-04-03T16:22:08.9136111Z  2024-04-03T16:22:08.9136450Z  2024-04-03T16:22:08.9136703Z  2024-04-03T16:22:08.9136943Z  2024-04-03T16:22:08.9137194Z  2024-04-03T16:22:08.9137444Z  2024-04-03T16:22:08.9137695Z  2024-04-03T16:22:08.9138405Z [3,202 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:08.9139189Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:08.9139674Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:08.9140165Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:08.9140864Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:08.9141550Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.9142134Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:08.9142599Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:08.9143280Z Compiling aten/src/ATen/native/Scalar.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:09.9551383Z 2024-04-03T16:22:09.9552090Z  2024-04-03T16:22:09.9552736Z  2024-04-03T16:22:09.9553213Z  2024-04-03T16:22:09.9553597Z  2024-04-03T16:22:09.9553845Z  2024-04-03T16:22:09.9620048Z  2024-04-03T16:22:09.9620829Z  2024-04-03T16:22:09.9621197Z  2024-04-03T16:22:09.9622223Z [3,202 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:09.9623417Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:09.9624265Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:09.9624995Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:09.9626017Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:09.9627111Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:09.9627780Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:09.9628421Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:09.9629482Z Compiling aten/src/ATen/native/Scalar.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:10.1626853Z 2024-04-03T16:22:10.1627848Z  2024-04-03T16:22:10.1628447Z  2024-04-03T16:22:10.1628754Z  2024-04-03T16:22:10.1629026Z  2024-04-03T16:22:10.1629277Z  2024-04-03T16:22:10.1630496Z  2024-04-03T16:22:10.1631235Z  2024-04-03T16:22:10.1631639Z  2024-04-03T16:22:10.1632811Z [3,203 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:10.1633840Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:10.1634434Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:10.1635261Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:10.1636068Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:10.1636538Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:10.1637056Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:10.1637810Z Compiling aten/src/ATen/native/Scalar.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:10.1638559Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:10.6009939Z 2024-04-03T16:22:10.6010548Z  2024-04-03T16:22:10.6010998Z  2024-04-03T16:22:10.6011274Z  2024-04-03T16:22:10.6011529Z  2024-04-03T16:22:10.6011774Z  2024-04-03T16:22:10.6012021Z  2024-04-03T16:22:10.6012267Z  2024-04-03T16:22:10.6012498Z  2024-04-03T16:22:10.6013199Z [3,204 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:10.6138039Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:10.6138920Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:10.6139728Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:10.6140781Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:10.6141534Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:10.6142769Z Compiling aten/src/ATen/native/Scalar.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:10.6144098Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:10.6144885Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:10.8178031Z 2024-04-03T16:22:10.8178765Z  2024-04-03T16:22:10.8179145Z  2024-04-03T16:22:10.8179412Z  2024-04-03T16:22:10.8179674Z  2024-04-03T16:22:10.8179938Z  2024-04-03T16:22:10.8180188Z  2024-04-03T16:22:10.8180437Z  2024-04-03T16:22:10.8180668Z  2024-04-03T16:22:10.8181367Z [3,205 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:10.8182172Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:10.8182642Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:10.8183113Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:10.8183580Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:10.8184232Z Compiling aten/src/ATen/native/Scalar.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:10.8184894Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:10.8185595Z Compiling aten/src/ATen/native/Integration.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:10.8188072Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:11.0661749Z 2024-04-03T16:22:11.0662763Z  2024-04-03T16:22:11.0663350Z  2024-04-03T16:22:11.0663829Z  2024-04-03T16:22:11.0664190Z  2024-04-03T16:22:11.0664461Z  2024-04-03T16:22:11.0664700Z  2024-04-03T16:22:11.0664948Z  2024-04-03T16:22:11.0688445Z  2024-04-03T16:22:11.0689466Z [3,206 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:11.0690652Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:11.0691471Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:11.0692258Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:11.0693546Z Compiling aten/src/ATen/native/Scalar.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:11.0694818Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:11.0695902Z Compiling aten/src/ATen/native/Integration.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:11.0697149Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:11.0806349Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:11.3634833Z 2024-04-03T16:22:11.3635966Z  2024-04-03T16:22:11.3636305Z  2024-04-03T16:22:11.3636568Z  2024-04-03T16:22:11.3636893Z  2024-04-03T16:22:11.3637277Z  2024-04-03T16:22:11.3637698Z  2024-04-03T16:22:11.3638157Z  2024-04-03T16:22:11.3638576Z  2024-04-03T16:22:11.3639769Z [3,206 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:11.3641027Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:11.3641893Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:11.3642686Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:11.3643866Z Compiling aten/src/ATen/native/Scalar.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:11.3645246Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:11.3646565Z Compiling aten/src/ATen/native/Integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:11.3648244Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:11.3649875Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:11.5645991Z 2024-04-03T16:22:11.5646556Z  2024-04-03T16:22:11.5647000Z  2024-04-03T16:22:11.5647246Z  2024-04-03T16:22:11.5647499Z  2024-04-03T16:22:11.5647747Z  2024-04-03T16:22:11.5647981Z  2024-04-03T16:22:11.5648234Z  2024-04-03T16:22:11.5648485Z  2024-04-03T16:22:11.5649336Z [3,209 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:22:11.5650346Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:11.5651003Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:11.5651848Z Compiling aten/src/ATen/native/Integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:11.5652969Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:11.5654081Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:11.5654972Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:11.5655506Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:11.5656316Z Compiling aten/src/ATen/native/Copy.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:11.7649481Z 2024-04-03T16:22:11.7651226Z  2024-04-03T16:22:11.7651670Z  2024-04-03T16:22:11.7652014Z  2024-04-03T16:22:11.7652339Z  2024-04-03T16:22:11.7652593Z  2024-04-03T16:22:11.7652843Z  2024-04-03T16:22:11.7653100Z  2024-04-03T16:22:11.7653510Z  2024-04-03T16:22:11.7654330Z [3,209 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:11.7655330Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:11.7655831Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:11.7657997Z Compiling aten/src/ATen/native/Integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:11.7659015Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:11.7660034Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:11.7662056Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:11.7662661Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:11.7663379Z Compiling aten/src/ATen/native/Copy.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:12.4202651Z 2024-04-03T16:22:12.4203380Z  2024-04-03T16:22:12.4203860Z  2024-04-03T16:22:12.4204504Z  2024-04-03T16:22:12.4204877Z  2024-04-03T16:22:12.4205138Z  2024-04-03T16:22:12.4205385Z  2024-04-03T16:22:12.4205620Z  2024-04-03T16:22:12.4205869Z  2024-04-03T16:22:12.4206574Z [3,210 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:12.4207380Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:12.4243832Z Compiling aten/src/ATen/native/Integration.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:12.4245676Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:12.4246881Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:12.4247572Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:12.4248049Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:12.4248680Z Compiling aten/src/ATen/native/Copy.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:12.4249338Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:12.7654416Z 2024-04-03T16:22:12.7655100Z  2024-04-03T16:22:12.7655673Z  2024-04-03T16:22:12.7656082Z  2024-04-03T16:22:12.7656336Z  2024-04-03T16:22:12.7656585Z  2024-04-03T16:22:12.7656816Z  2024-04-03T16:22:12.7657074Z  2024-04-03T16:22:12.7657309Z  2024-04-03T16:22:12.7658035Z [3,211 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:12.7658830Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:12.7659529Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:12.7866345Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:12.7867370Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:12.7868096Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:12.7869042Z Compiling aten/src/ATen/native/Copy.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:12.7870011Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:12.7870736Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:12.9873132Z 2024-04-03T16:22:12.9878075Z  2024-04-03T16:22:12.9878630Z  2024-04-03T16:22:12.9879083Z  2024-04-03T16:22:12.9879524Z  2024-04-03T16:22:12.9879977Z  2024-04-03T16:22:12.9880421Z  2024-04-03T16:22:12.9880871Z  2024-04-03T16:22:12.9881315Z  2024-04-03T16:22:12.9882585Z [3,212 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:12.9883965Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:12.9885305Z Compiling aten/src/ATen/DLConvertor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:12.9886515Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:12.9887308Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:12.9888414Z Compiling aten/src/ATen/native/Copy.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:12.9889509Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:12.9890199Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:12.9890925Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:13.8201565Z 2024-04-03T16:22:13.8202988Z  2024-04-03T16:22:13.8203589Z  2024-04-03T16:22:13.8203883Z  2024-04-03T16:22:13.8204160Z  2024-04-03T16:22:13.8207860Z  2024-04-03T16:22:13.8208785Z  2024-04-03T16:22:13.8209296Z  2024-04-03T16:22:13.8209769Z  2024-04-03T16:22:13.8210953Z [3,213 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:13.8212241Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:13.8214236Z Compiling aten/src/ATen/DLConvertor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:13.8215271Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:13.8216342Z Compiling aten/src/ATen/native/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:13.8217393Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:13.8218159Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:13.8218953Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:13.8219764Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:14.1877907Z 2024-04-03T16:22:14.1878491Z  2024-04-03T16:22:14.1878938Z  2024-04-03T16:22:14.1879205Z  2024-04-03T16:22:14.1879473Z  2024-04-03T16:22:14.1879722Z  2024-04-03T16:22:14.2577135Z  2024-04-03T16:22:14.2577796Z  2024-04-03T16:22:14.2578175Z  2024-04-03T16:22:14.2579261Z [3,213 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:14.2580506Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:14.2581681Z Compiling aten/src/ATen/DLConvertor.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:14.2582746Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:14.2583808Z Compiling aten/src/ATen/native/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:14.2584850Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:14.2585686Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:14.2586546Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.2587437Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:14.3899368Z 2024-04-03T16:22:14.3900251Z  2024-04-03T16:22:14.3900786Z  2024-04-03T16:22:14.3901273Z  2024-04-03T16:22:14.3901727Z  2024-04-03T16:22:14.3902174Z  2024-04-03T16:22:14.3902598Z  2024-04-03T16:22:14.3903035Z  2024-04-03T16:22:14.3903449Z  2024-04-03T16:22:14.3904723Z [3,216 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:14.3906714Z Compiling aten/src/ATen/DLConvertor.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:14.3907941Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:14.3908774Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:14.3909625Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.3910493Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.3911491Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.3912354Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:14.3913212Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:14.6585029Z 2024-04-03T16:22:14.6585586Z  2024-04-03T16:22:14.6586018Z  2024-04-03T16:22:14.6586283Z  2024-04-03T16:22:14.6586613Z  2024-04-03T16:22:14.6586908Z  2024-04-03T16:22:14.6587213Z  2024-04-03T16:22:14.6587461Z  2024-04-03T16:22:14.6587691Z  2024-04-03T16:22:14.6588389Z [3,216 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:14.6589509Z Compiling aten/src/ATen/DLConvertor.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:14.6590175Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:14.6590660Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:14.6591131Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:14.6591667Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.6592135Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.6592596Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:14.6593151Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:15.3764615Z 2024-04-03T16:22:15.3875779Z  2024-04-03T16:22:15.3876567Z  2024-04-03T16:22:15.3877000Z  2024-04-03T16:22:15.3877350Z  2024-04-03T16:22:15.3877630Z  2024-04-03T16:22:15.3877869Z  2024-04-03T16:22:15.3878208Z  2024-04-03T16:22:15.3878511Z  2024-04-03T16:22:15.3879311Z [3,217 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:15.3881568Z Compiling aten/src/ATen/DLConvertor.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:15.3882333Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:15.3882858Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:15.3883407Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.3883871Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.3884615Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:15.3885510Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:15.3886507Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:15.6103908Z 2024-04-03T16:22:15.6104687Z  2024-04-03T16:22:15.6109420Z  2024-04-03T16:22:15.6109916Z  2024-04-03T16:22:15.6110306Z  2024-04-03T16:22:15.6110683Z  2024-04-03T16:22:15.6111043Z  2024-04-03T16:22:15.6111428Z  2024-04-03T16:22:15.6111866Z  2024-04-03T16:22:15.6113020Z [3,218 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:15.6113985Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:15.6114707Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:15.6115409Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.6116171Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.6116936Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.6117825Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:15.6118944Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.6120022Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:15.8591432Z 2024-04-03T16:22:15.8591992Z  2024-04-03T16:22:15.8592401Z  2024-04-03T16:22:15.8592853Z  2024-04-03T16:22:15.8593092Z  2024-04-03T16:22:15.8593344Z  2024-04-03T16:22:15.8815044Z  2024-04-03T16:22:15.8815438Z  2024-04-03T16:22:15.8815841Z  2024-04-03T16:22:15.8816897Z [3,218 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:15.8818227Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:15.8819037Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:15.8819821Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.8820537Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.8821238Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.8822500Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:15.8823667Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:15.8824785Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:16.0992288Z 2024-04-03T16:22:16.0992873Z  2024-04-03T16:22:16.0993334Z  2024-04-03T16:22:16.0993611Z  2024-04-03T16:22:16.0993861Z  2024-04-03T16:22:16.0994114Z  2024-04-03T16:22:16.0994356Z  2024-04-03T16:22:16.0994597Z  2024-04-03T16:22:16.0994825Z  2024-04-03T16:22:16.0995527Z [3,219 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:16.0996319Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:16.0996780Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.0997241Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.0997697Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:16.0998387Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:16.1171670Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:16.1173024Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:16.1174286Z Compiling aten/src/ATen/native/Cross.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:16.4777868Z 2024-04-03T16:22:16.4778602Z  2024-04-03T16:22:16.4781757Z  2024-04-03T16:22:16.4782038Z  2024-04-03T16:22:16.4782362Z  2024-04-03T16:22:16.4782613Z  2024-04-03T16:22:16.4782905Z  2024-04-03T16:22:16.4783264Z  2024-04-03T16:22:16.4783655Z  2024-04-03T16:22:16.4784732Z [3,220 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:16.4785876Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:16.4786436Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.4787140Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.4787823Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:16.4788501Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:16.4789969Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:16.4791077Z Compiling aten/src/ATen/native/Cross.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:16.4792074Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:16.6824548Z 2024-04-03T16:22:16.6825468Z  2024-04-03T16:22:16.6825986Z  2024-04-03T16:22:16.6826422Z  2024-04-03T16:22:16.6826763Z  2024-04-03T16:22:16.6827051Z  2024-04-03T16:22:16.6827415Z  2024-04-03T16:22:16.6827782Z  2024-04-03T16:22:16.6828133Z  2024-04-03T16:22:16.6829233Z [3,220 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:16.6830571Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:16.6831126Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.6831800Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.6832481Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.6833277Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.6834159Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:16.6835393Z Compiling aten/src/ATen/native/Cross.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:16.6836503Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:16.9185022Z 2024-04-03T16:22:16.9185830Z  2024-04-03T16:22:16.9186375Z  2024-04-03T16:22:16.9186747Z  2024-04-03T16:22:16.9186990Z  2024-04-03T16:22:16.9187286Z  2024-04-03T16:22:16.9187595Z  2024-04-03T16:22:16.9187932Z  2024-04-03T16:22:16.9188263Z  2024-04-03T16:22:16.9189123Z INFO: From Compiling aten/src/ATen/native/sparse/SparseUnaryOps.cpp: 2024-04-03T16:22:16.9190603Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:193: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:22:16.9191823Z 193 | #pragma clang diagnostic push 2024-04-03T16:22:16.9192346Z | 2024-04-03T16:22:16.9193547Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:194: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:22:16.9194974Z 194 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:22:16.9195612Z | 2024-04-03T16:22:16.9196744Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:196: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:22:16.9197913Z 196 | #pragma clang diagnostic pop 2024-04-03T16:22:16.9198380Z | 2024-04-03T16:22:16.9200645Z [3,220 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:16.9201929Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:16.9202408Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:16.9202902Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.9203451Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.9204106Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:16.9205611Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:16.9207073Z Compiling aten/src/ATen/native/Cross.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:16.9208022Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:17.2829854Z 2024-04-03T16:22:17.2830500Z  2024-04-03T16:22:17.3131371Z  2024-04-03T16:22:17.3131653Z  2024-04-03T16:22:17.3131907Z  2024-04-03T16:22:17.3132160Z  2024-04-03T16:22:17.3132488Z  2024-04-03T16:22:17.3132759Z  2024-04-03T16:22:17.3133001Z  2024-04-03T16:22:17.3133831Z [3,221 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:17.3134666Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:17.3135247Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.3135713Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.3136221Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:17.3137067Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:17.3139001Z Compiling aten/src/ATen/native/Cross.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:17.3139833Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:17.3140377Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:17.5137294Z 2024-04-03T16:22:17.5137899Z  2024-04-03T16:22:17.5138221Z  2024-04-03T16:22:17.5138478Z  2024-04-03T16:22:17.5138730Z  2024-04-03T16:22:17.5138974Z  2024-04-03T16:22:17.5139204Z  2024-04-03T16:22:17.5139446Z  2024-04-03T16:22:17.5139691Z  2024-04-03T16:22:17.5140371Z [3,222 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:17.5141164Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:17.5141638Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.5142091Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.5142565Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:17.5143203Z Compiling aten/src/ATen/Functions.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:17.5143823Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:17.5144518Z Compiling aten/src/ATen/native/Convolution.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:17.5460657Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:17.7642559Z 2024-04-03T16:22:17.7643273Z  2024-04-03T16:22:17.7643858Z  2024-04-03T16:22:17.7644537Z  2024-04-03T16:22:17.7645012Z  2024-04-03T16:22:17.7645501Z  2024-04-03T16:22:17.7645976Z  2024-04-03T16:22:17.7646425Z  2024-04-03T16:22:17.7646841Z  2024-04-03T16:22:17.7647786Z [3,223 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:17.7648975Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:17.7649868Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.7650523Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.7651102Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:17.7651940Z Compiling aten/src/ATen/Functions.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:17.7653253Z Compiling aten/src/ATen/native/Convolution.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:17.7654159Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:17.7655126Z Compiling aten/src/ATen/core/Tensor.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:18.1351372Z 2024-04-03T16:22:18.1352101Z  2024-04-03T16:22:18.1352680Z  2024-04-03T16:22:18.1353007Z  2024-04-03T16:22:18.1353403Z  2024-04-03T16:22:18.1353743Z  2024-04-03T16:22:18.1353991Z  2024-04-03T16:22:18.1354222Z  2024-04-03T16:22:18.1354610Z  2024-04-03T16:22:18.1355418Z [3,224 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:18.1356271Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.1357835Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.1358469Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:18.1359152Z Compiling aten/src/ATen/Functions.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:18.1360096Z Compiling aten/src/ATen/native/Convolution.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:18.1361833Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:18.1362643Z Compiling aten/src/ATen/core/Tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:18.1363375Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:18.3467982Z 2024-04-03T16:22:18.3468650Z  2024-04-03T16:22:18.3469066Z  2024-04-03T16:22:18.3469395Z  2024-04-03T16:22:18.3469654Z  2024-04-03T16:22:18.3469956Z  2024-04-03T16:22:18.3470203Z  2024-04-03T16:22:18.3470448Z  2024-04-03T16:22:18.3470758Z  2024-04-03T16:22:18.3471491Z [3,224 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:18.3472373Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.3621085Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.3622219Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:18.3623103Z Compiling aten/src/ATen/Functions.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:18.3624354Z Compiling aten/src/ATen/native/Convolution.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:18.3625349Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:18.3626313Z Compiling aten/src/ATen/core/Tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:18.3627307Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:18.7335336Z 2024-04-03T16:22:18.7336137Z  2024-04-03T16:22:18.7336695Z  2024-04-03T16:22:18.7337058Z  2024-04-03T16:22:18.7337435Z  2024-04-03T16:22:18.7338006Z  2024-04-03T16:22:18.7338391Z  2024-04-03T16:22:18.7338910Z  2024-04-03T16:22:18.7339300Z  2024-04-03T16:22:18.7343810Z [3,225 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:18.7345422Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.7346312Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.7346989Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.7347922Z Compiling aten/src/ATen/Functions.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:18.7350315Z Compiling aten/src/ATen/native/Convolution.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:18.7351651Z Compiling aten/src/ATen/core/Tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:18.7352621Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:18.7353347Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:18.9632541Z 2024-04-03T16:22:18.9633284Z  2024-04-03T16:22:18.9633787Z  2024-04-03T16:22:18.9634182Z  2024-04-03T16:22:18.9634564Z  2024-04-03T16:22:18.9634930Z  2024-04-03T16:22:18.9635252Z  2024-04-03T16:22:18.9635593Z  2024-04-03T16:22:18.9635985Z  2024-04-03T16:22:18.9636946Z [3,225 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:18.9638025Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:18.9638626Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.9639225Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:18.9640053Z Compiling aten/src/ATen/Functions.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:18.9641124Z Compiling aten/src/ATen/native/Convolution.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:18.9641999Z Compiling aten/src/ATen/core/Tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:18.9642624Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:18.9643342Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:19.3182592Z 2024-04-03T16:22:19.3183314Z  2024-04-03T16:22:19.3183891Z  2024-04-03T16:22:19.3184268Z  2024-04-03T16:22:19.3184610Z  2024-04-03T16:22:19.3186433Z  2024-04-03T16:22:19.3186942Z  2024-04-03T16:22:19.3187209Z  2024-04-03T16:22:19.3187539Z  2024-04-03T16:22:19.3188463Z [3,227 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:19.3189566Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:19.3191181Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:19.3191804Z Compiling aten/src/ATen/Functions.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:19.3192734Z Compiling aten/src/ATen/core/Tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:19.3193380Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:19.3193932Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:19.3194401Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:19.3194881Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:19.5635194Z 2024-04-03T16:22:19.5636150Z  2024-04-03T16:22:19.5636658Z  2024-04-03T16:22:19.5636924Z  2024-04-03T16:22:19.5637196Z  2024-04-03T16:22:19.5637581Z  2024-04-03T16:22:19.5638937Z  2024-04-03T16:22:19.5639213Z  2024-04-03T16:22:19.5639504Z  2024-04-03T16:22:19.5640379Z [3,227 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:19.5641510Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:19.5642044Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:19.5642924Z Compiling aten/src/ATen/Functions.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:19.5643988Z Compiling aten/src/ATen/core/Tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:19.5645011Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:19.5645685Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:19.5646338Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:19.5646894Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:19.7639783Z 2024-04-03T16:22:19.7647540Z  2024-04-03T16:22:19.7648181Z  2024-04-03T16:22:19.7648644Z  2024-04-03T16:22:19.7648974Z  2024-04-03T16:22:19.7649346Z  2024-04-03T16:22:19.7649717Z  2024-04-03T16:22:19.7650069Z  2024-04-03T16:22:19.7650442Z  2024-04-03T16:22:19.7651607Z [3,228 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:19.7653072Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:19.7653882Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:19.7654889Z Compiling aten/src/ATen/core/Tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:19.7655913Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:19.7656652Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:19.7657442Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:19.7658433Z Compiling aten/src/ATen/core/type_factory.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:19.7659516Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:20.1339682Z 2024-04-03T16:22:20.1340605Z  2024-04-03T16:22:20.1341004Z  2024-04-03T16:22:20.1341478Z  2024-04-03T16:22:20.1341964Z  2024-04-03T16:22:20.1342394Z  2024-04-03T16:22:20.1342869Z  2024-04-03T16:22:20.1343204Z  2024-04-03T16:22:20.1343566Z  2024-04-03T16:22:20.1344848Z [3,229 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:20.1346289Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:20.1347475Z Compiling aten/src/ATen/core/Tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:20.1348665Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:20.1349542Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:20.1350410Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:20.1351698Z Compiling aten/src/ATen/core/type_factory.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:20.1352971Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.1354905Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:20.3641046Z 2024-04-03T16:22:20.3641862Z  2024-04-03T16:22:20.3642201Z  2024-04-03T16:22:20.3642469Z  2024-04-03T16:22:20.3642781Z  2024-04-03T16:22:20.3643123Z  2024-04-03T16:22:20.3643477Z  2024-04-03T16:22:20.3643724Z  2024-04-03T16:22:20.4259932Z  2024-04-03T16:22:20.4261012Z [3,230 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:20.4262236Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:20.4262986Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:20.4263682Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:20.4264391Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:20.4265445Z Compiling aten/src/ATen/core/type_factory.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:20.4266495Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.4267244Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.4268001Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:20.6722549Z 2024-04-03T16:22:20.7660870Z  2024-04-03T16:22:20.7661788Z  2024-04-03T16:22:20.7662203Z  2024-04-03T16:22:20.7662548Z  2024-04-03T16:22:20.7662924Z  2024-04-03T16:22:20.7663294Z  2024-04-03T16:22:20.7663667Z  2024-04-03T16:22:20.7663999Z  2024-04-03T16:22:20.7665006Z [3,231 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:20.7666196Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:20.7666904Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:20.7667635Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:20.7668674Z Compiling aten/src/ATen/core/type_factory.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:20.7669709Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:20.7670435Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.7671172Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.7671907Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:20.9076750Z 2024-04-03T16:22:20.9077690Z  2024-04-03T16:22:20.9078217Z  2024-04-03T16:22:20.9078640Z  2024-04-03T16:22:20.9079067Z  2024-04-03T16:22:20.9079461Z  2024-04-03T16:22:20.9080269Z  2024-04-03T16:22:20.9080676Z  2024-04-03T16:22:20.9081097Z  2024-04-03T16:22:20.9082059Z [3,232 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:20.9083384Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:20.9084200Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:20.9085602Z Compiling aten/src/ATen/core/type_factory.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:20.9086815Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:20.9087593Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.9088248Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.9088926Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:20.9090075Z Compiling aten/src/ATen/native/Fill.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:21.2267454Z 2024-04-03T16:22:21.2268068Z  2024-04-03T16:22:21.2268437Z  2024-04-03T16:22:21.2268692Z  2024-04-03T16:22:21.2268929Z  2024-04-03T16:22:21.2269198Z  2024-04-03T16:22:21.2269443Z  2024-04-03T16:22:21.2269673Z  2024-04-03T16:22:21.2269915Z  2024-04-03T16:22:21.2270615Z [3,232 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:21.2271394Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:21.2271869Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:21.2272556Z Compiling aten/src/ATen/core/type_factory.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:21.2273229Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:21.2273695Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:21.2421310Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:21.2422027Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:21.2422993Z Compiling aten/src/ATen/native/Fill.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:21.9144759Z 2024-04-03T16:22:21.9145467Z  2024-04-03T16:22:21.9145964Z  2024-04-03T16:22:21.9146808Z  2024-04-03T16:22:21.9147183Z  2024-04-03T16:22:21.9147573Z  2024-04-03T16:22:21.9148035Z  2024-04-03T16:22:21.9148385Z  2024-04-03T16:22:21.9148614Z  2024-04-03T16:22:21.9149320Z [3,233 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:21.9150111Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:21.9150586Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:21.9151037Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:21.9151512Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:21.9151971Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:21.9152421Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:21.9153968Z Compiling aten/src/ATen/native/Fill.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:21.9155166Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:22.2642299Z 2024-04-03T16:22:22.2643223Z  2024-04-03T16:22:22.2643816Z  2024-04-03T16:22:22.2644553Z  2024-04-03T16:22:22.2645036Z  2024-04-03T16:22:22.2645485Z  2024-04-03T16:22:22.2645921Z  2024-04-03T16:22:22.2646370Z  2024-04-03T16:22:22.2646807Z  2024-04-03T16:22:22.2647580Z [3,233 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:22.2648731Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:22.2649451Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:22.2650163Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:22.2650850Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:22.2651520Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:22.2652245Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:22.2653266Z Compiling aten/src/ATen/native/Fill.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:22.2654184Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:22.9198146Z 2024-04-03T16:22:22.9198856Z  2024-04-03T16:22:22.9199596Z  2024-04-03T16:22:22.9200074Z  2024-04-03T16:22:22.9200458Z  2024-04-03T16:22:22.9200855Z  2024-04-03T16:22:22.9201252Z  2024-04-03T16:22:22.9201639Z  2024-04-03T16:22:22.9202043Z  2024-04-03T16:22:22.9203186Z [3,234 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:22.9204672Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:22.9205439Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:22.9206152Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:22.9206835Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:22.9207606Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:22.9208604Z Compiling aten/src/ATen/native/Fill.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:22.9209642Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:22.9210575Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:23.2646921Z 2024-04-03T16:22:23.2647561Z  2024-04-03T16:22:23.2648056Z  2024-04-03T16:22:23.2648539Z  2024-04-03T16:22:23.2648826Z  2024-04-03T16:22:23.2649075Z  2024-04-03T16:22:23.2649307Z  2024-04-03T16:22:23.2649555Z  2024-04-03T16:22:23.2649797Z  2024-04-03T16:22:23.2650484Z [3,235 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:23.2651277Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:23.2651757Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:23.2652210Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:23.2652674Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:23.3062617Z Compiling aten/src/ATen/native/Fill.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:23.3063852Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:23.3064915Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:23.3066010Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:23.5068697Z 2024-04-03T16:22:23.5069446Z  2024-04-03T16:22:23.5070042Z  2024-04-03T16:22:23.5070376Z  2024-04-03T16:22:23.5070615Z  2024-04-03T16:22:23.5070867Z  2024-04-03T16:22:23.5071113Z  2024-04-03T16:22:23.5071343Z  2024-04-03T16:22:23.5071588Z  2024-04-03T16:22:23.5072288Z [3,236 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:23.5073070Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:23.5073550Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:23.5074019Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:23.5074664Z Compiling aten/src/ATen/native/Fill.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:23.5183222Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:23.5184368Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:23.5185388Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:23.5186277Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:23.7566782Z 2024-04-03T16:22:23.7567513Z  2024-04-03T16:22:23.7567991Z  2024-04-03T16:22:23.7568252Z  2024-04-03T16:22:23.7568578Z  2024-04-03T16:22:23.7568908Z  2024-04-03T16:22:23.7569143Z  2024-04-03T16:22:23.7569454Z  2024-04-03T16:22:23.7569800Z  2024-04-03T16:22:23.7570583Z [3,237 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:23.7571540Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:23.7572083Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:23.7572915Z Compiling aten/src/ATen/native/Fill.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:23.7573787Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:23.7574682Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:23.7575765Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:23.7577341Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:23.7577955Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:24.1191016Z 2024-04-03T16:22:24.1191541Z  2024-04-03T16:22:24.1191927Z  2024-04-03T16:22:24.1192205Z  2024-04-03T16:22:24.1192445Z  2024-04-03T16:22:24.1192694Z  2024-04-03T16:22:24.1192937Z  2024-04-03T16:22:24.1193167Z  2024-04-03T16:22:24.1193410Z  2024-04-03T16:22:24.1194093Z [3,238 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:24.1194889Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:24.1195379Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:24.1195843Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:24.1196527Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:24.1197218Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:24.1197681Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:24.1198378Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:24.1199090Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:24.8536777Z 2024-04-03T16:22:24.8537299Z  2024-04-03T16:22:24.8537719Z  2024-04-03T16:22:24.8538018Z  2024-04-03T16:22:24.8538259Z  2024-04-03T16:22:24.8538682Z  2024-04-03T16:22:24.8539002Z  2024-04-03T16:22:24.8539390Z  2024-04-03T16:22:24.8539641Z  2024-04-03T16:22:24.8540474Z [3,239 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:24.8542786Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:24.8543453Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:24.8544501Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:24.8545378Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:24.8545983Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:24.8548103Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:24.8548922Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:24.8549689Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:22:25.1562102Z 2024-04-03T16:22:25.1562861Z  2024-04-03T16:22:25.1563373Z  2024-04-03T16:22:25.1563894Z  2024-04-03T16:22:25.1564155Z  2024-04-03T16:22:25.1564606Z  2024-04-03T16:22:25.1564960Z  2024-04-03T16:22:25.1565303Z  2024-04-03T16:22:25.1565630Z  2024-04-03T16:22:25.1566369Z [3,239 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:25.1978334Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:25.1979435Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:25.1980354Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:25.1981317Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:25.1981951Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:25.1982939Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:25.1983945Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:25.1984959Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:22:25.3985281Z 2024-04-03T16:22:25.3986060Z  2024-04-03T16:22:25.3986534Z  2024-04-03T16:22:25.3986915Z  2024-04-03T16:22:25.3987208Z  2024-04-03T16:22:25.3987598Z  2024-04-03T16:22:25.3987973Z  2024-04-03T16:22:25.3988328Z  2024-04-03T16:22:25.3988633Z  2024-04-03T16:22:25.3989559Z [3,241 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:25.3990694Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:25.3991399Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:25.3993244Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:25.3994592Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:25.3995929Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:25.3997165Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:25.3998398Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:25.3999254Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:25.7357221Z 2024-04-03T16:22:25.7357905Z  2024-04-03T16:22:25.7358432Z  2024-04-03T16:22:25.7358869Z  2024-04-03T16:22:25.7359331Z  2024-04-03T16:22:25.7359742Z  2024-04-03T16:22:25.7360045Z  2024-04-03T16:22:25.7360293Z  2024-04-03T16:22:25.7360643Z  2024-04-03T16:22:25.7361563Z [3,242 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:25.7362772Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:25.7363543Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:25.7365079Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:25.7366147Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:25.7367169Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:25.7368171Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:25.7368899Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:25.7369973Z Compiling aten/src/ATen/Operators_3.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:26.0041575Z 2024-04-03T16:22:26.0042179Z  2024-04-03T16:22:26.0042708Z  2024-04-03T16:22:26.0046531Z  2024-04-03T16:22:26.0047039Z  2024-04-03T16:22:26.0047499Z  2024-04-03T16:22:26.0047956Z  2024-04-03T16:22:26.0048415Z  2024-04-03T16:22:26.0048866Z  2024-04-03T16:22:26.0050128Z [3,242 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:26.0051847Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:22:26.0052739Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:26.0054144Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:26.0055474Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:26.0056694Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:26.0057946Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:26.0058827Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:26.0060110Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:26.3176202Z 2024-04-03T16:22:26.3176948Z  2024-04-03T16:22:26.3177543Z  2024-04-03T16:22:26.3179563Z  2024-04-03T16:22:26.3180258Z  2024-04-03T16:22:26.3180620Z  2024-04-03T16:22:26.3180954Z  2024-04-03T16:22:26.3181283Z  2024-04-03T16:22:26.3181618Z  2024-04-03T16:22:26.3182537Z [3,243 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:26.3183473Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:22:26.3184288Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:26.3185218Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:26.3186053Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:26.3186790Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:26.3187339Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:26.3188119Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:26.3189154Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:26.5992660Z 2024-04-03T16:22:26.5993414Z  2024-04-03T16:22:26.5993993Z  2024-04-03T16:22:26.5994388Z  2024-04-03T16:22:26.5994640Z  2024-04-03T16:22:26.5994884Z  2024-04-03T16:22:26.6292153Z  2024-04-03T16:22:26.6292516Z  2024-04-03T16:22:26.6292894Z  2024-04-03T16:22:26.6294011Z [3,245 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:26.6295192Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:22:26.6296285Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:26.6297325Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:26.6298009Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:26.6298985Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:26.6300288Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:26.6301295Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:26.6302044Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:26.8297950Z 2024-04-03T16:22:26.8298490Z  2024-04-03T16:22:26.8298813Z  2024-04-03T16:22:26.8299077Z  2024-04-03T16:22:26.8299351Z  2024-04-03T16:22:26.8299593Z  2024-04-03T16:22:26.8299821Z  2024-04-03T16:22:26.8300061Z  2024-04-03T16:22:26.8300301Z  2024-04-03T16:22:26.8300991Z [3,247 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:26.8301780Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:26.8302253Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:26.8302883Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:26.8303726Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:26.8579550Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:26.8580462Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:26.8581462Z Compiling aten/src/ATen/native/DispatchStub.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:26.8582510Z //:aten; 1s processwrapper-sandbox ... 2024-04-03T16:22:27.6271473Z 2024-04-03T16:22:27.6272234Z  2024-04-03T16:22:27.6272554Z  2024-04-03T16:22:27.6272796Z  2024-04-03T16:22:27.6273044Z  2024-04-03T16:22:27.6273288Z  2024-04-03T16:22:27.6273518Z  2024-04-03T16:22:27.6273759Z  2024-04-03T16:22:27.6273999Z  2024-04-03T16:22:27.6274684Z [3,248 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:27.6275475Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:27.6276133Z Compiling aten/src/ATen/Operators_3.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:27.6276965Z Compiling aten/src/ATen/native/CPUBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:27.6277762Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:27.6278590Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:27.6279650Z Compiling aten/src/ATen/native/DispatchStub.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:27.6280788Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:27.6281581Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:27.8588694Z 2024-04-03T16:22:27.8589441Z  2024-04-03T16:22:27.8589976Z  2024-04-03T16:22:27.8590366Z  2024-04-03T16:22:27.8590665Z  2024-04-03T16:22:27.8590914Z  2024-04-03T16:22:27.8591161Z  2024-04-03T16:22:27.8591459Z  2024-04-03T16:22:27.8591711Z  2024-04-03T16:22:27.8592473Z [3,248 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:27.8593322Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:27.8594037Z Compiling aten/src/ATen/Operators_3.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:27.8594970Z Compiling aten/src/ATen/native/CPUBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:27.8595701Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:27.8596223Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:27.8596995Z Compiling aten/src/ATen/native/DispatchStub.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:27.8829971Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:27.8830696Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:28.8216890Z 2024-04-03T16:22:28.8219915Z  2024-04-03T16:22:28.8220263Z  2024-04-03T16:22:28.8220575Z  2024-04-03T16:22:28.8220825Z  2024-04-03T16:22:28.8221058Z  2024-04-03T16:22:28.8221299Z  2024-04-03T16:22:28.8221528Z  2024-04-03T16:22:28.8221976Z  2024-04-03T16:22:28.8223131Z [3,249 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:28.8224743Z Compiling aten/src/ATen/Operators_3.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:28.8225996Z Compiling aten/src/ATen/native/CPUBlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:28.8226930Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:28.8227899Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:28.8228955Z Compiling aten/src/ATen/native/DispatchStub.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:28.8230049Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:28.8230774Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:28.8231498Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:29.0838427Z 2024-04-03T16:22:29.0839108Z  2024-04-03T16:22:29.0839426Z  2024-04-03T16:22:29.0839685Z  2024-04-03T16:22:29.0839955Z  2024-04-03T16:22:29.0840187Z  2024-04-03T16:22:29.0840428Z  2024-04-03T16:22:29.0840668Z  2024-04-03T16:22:29.0840898Z  2024-04-03T16:22:29.0860148Z [3,249 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:29.0861962Z Compiling aten/src/ATen/Operators_3.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:29.0863110Z Compiling aten/src/ATen/native/CPUBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:29.0863980Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:29.0864618Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:29.0867077Z Compiling aten/src/ATen/native/DispatchStub.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:29.0868047Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.0868713Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:29.0869238Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:29.4133553Z 2024-04-03T16:22:29.4134107Z  2024-04-03T16:22:29.4134430Z  2024-04-03T16:22:29.4134793Z  2024-04-03T16:22:29.4135177Z  2024-04-03T16:22:29.4135417Z  2024-04-03T16:22:29.4135665Z  2024-04-03T16:22:29.4135913Z  2024-04-03T16:22:29.4136148Z  2024-04-03T16:22:29.4137873Z [3,250 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:29.4139021Z Compiling aten/src/ATen/Operators_3.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:29.4140015Z Compiling aten/src/ATen/native/CPUBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:29.4140792Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:29.4141358Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:29.4141874Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.4142415Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.4142920Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.4143496Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:29.6870287Z 2024-04-03T16:22:29.6872239Z  2024-04-03T16:22:29.6872738Z  2024-04-03T16:22:29.6873116Z  2024-04-03T16:22:29.6873469Z  2024-04-03T16:22:29.6873823Z  2024-04-03T16:22:29.6874154Z  2024-04-03T16:22:29.6874427Z  2024-04-03T16:22:29.6874818Z  2024-04-03T16:22:29.6875726Z [3,253 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:22:29.6876842Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:29.6877409Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.6878852Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.6879375Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:29.6879944Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:29.6880517Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:29.6881041Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:29.6887086Z Compiling aten/src/ATen/ParallelNative.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:30.0873779Z 2024-04-03T16:22:30.0874409Z  2024-04-03T16:22:30.0874837Z  2024-04-03T16:22:30.0875121Z  2024-04-03T16:22:30.0875357Z  2024-04-03T16:22:30.0875621Z  2024-04-03T16:22:30.0875939Z  2024-04-03T16:22:30.0876189Z  2024-04-03T16:22:30.0876485Z  2024-04-03T16:22:30.0877368Z [3,254 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:30.0878251Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:30.0878788Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:30.0879350Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:30.0880048Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:30.0880516Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:30.0881164Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:30.0882070Z Compiling aten/src/ATen/ParallelNative.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:30.0882768Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:30.7888301Z 2024-04-03T16:22:30.7889210Z  2024-04-03T16:22:30.7889683Z  2024-04-03T16:22:30.7889935Z  2024-04-03T16:22:30.7890199Z  2024-04-03T16:22:30.7890445Z  2024-04-03T16:22:30.7891213Z  2024-04-03T16:22:30.7891593Z  2024-04-03T16:22:30.7891890Z  2024-04-03T16:22:30.7892926Z [3,255 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:30.7894204Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:30.7895622Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:30.7896250Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:30.7896923Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:30.7897571Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:30.7898446Z Compiling aten/src/ATen/ParallelNative.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:30.7899727Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:30.7900684Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:31.0879007Z 2024-04-03T16:22:31.0879528Z  2024-04-03T16:22:31.0879856Z  2024-04-03T16:22:31.0880112Z  2024-04-03T16:22:31.0880357Z  2024-04-03T16:22:31.0880599Z  2024-04-03T16:22:31.0880838Z  2024-04-03T16:22:31.1218191Z  2024-04-03T16:22:31.1219064Z  2024-04-03T16:22:31.1220031Z [3,256 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:31.1220850Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.1221403Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.1222095Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:31.1222792Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:31.1223832Z Compiling aten/src/ATen/ParallelNative.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:31.1225139Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:31.1226376Z Compiling aten/src/ATen/native/AmpKernels.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:31.1227360Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:31.5068783Z 2024-04-03T16:22:31.5069356Z  2024-04-03T16:22:31.5069690Z  2024-04-03T16:22:31.5070042Z  2024-04-03T16:22:31.5070323Z  2024-04-03T16:22:31.5070676Z  2024-04-03T16:22:31.5070919Z  2024-04-03T16:22:31.5071148Z  2024-04-03T16:22:31.5071389Z  2024-04-03T16:22:31.5072087Z [3,257 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:31.5082373Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:31.5082997Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.5083574Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.5084547Z Compiling aten/src/ATen/ParallelNative.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:31.5085831Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:31.5087159Z Compiling aten/src/ATen/native/AmpKernels.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:31.5088261Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:31.5089001Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:31.7226888Z 2024-04-03T16:22:31.7227460Z  2024-04-03T16:22:31.7227805Z  2024-04-03T16:22:31.7228049Z  2024-04-03T16:22:31.7228306Z  2024-04-03T16:22:31.7228556Z  2024-04-03T16:22:31.7228787Z  2024-04-03T16:22:31.7229036Z  2024-04-03T16:22:31.7229318Z  2024-04-03T16:22:31.7230209Z [3,258 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:31.7231128Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.7231612Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.7232411Z Compiling aten/src/ATen/ParallelNative.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:31.7233466Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:31.7234585Z Compiling aten/src/ATen/native/AmpKernels.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:31.7235272Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:31.7236973Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:31.7237649Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:31.9293263Z 2024-04-03T16:22:31.9294347Z  2024-04-03T16:22:31.9294873Z  2024-04-03T16:22:31.9295207Z  2024-04-03T16:22:31.9295519Z  2024-04-03T16:22:31.9296349Z  2024-04-03T16:22:31.9296698Z  2024-04-03T16:22:31.9297057Z  2024-04-03T16:22:31.9297417Z  2024-04-03T16:22:31.9298570Z [3,260 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:31.9299732Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:31.9300750Z Compiling aten/src/ATen/ParallelNative.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:31.9302231Z Compiling aten/src/ATen/native/AmpKernels.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:31.9303349Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:31.9304020Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:31.9304580Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:31.9306033Z Compiling aten/src/ATen/native/PadNd.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:31.9307645Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:32.3234824Z 2024-04-03T16:22:32.3235865Z  2024-04-03T16:22:32.3236410Z  2024-04-03T16:22:32.3236854Z  2024-04-03T16:22:32.3237309Z  2024-04-03T16:22:32.3237694Z  2024-04-03T16:22:32.3238048Z  2024-04-03T16:22:32.3238296Z  2024-04-03T16:22:32.3238526Z  2024-04-03T16:22:32.3239591Z [3,260 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:32.3241022Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:32.3242002Z Compiling aten/src/ATen/ParallelNative.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:32.3243626Z Compiling aten/src/ATen/native/AmpKernels.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:32.3245091Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:32.3245635Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:32.3246102Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:32.3247041Z Compiling aten/src/ATen/native/PadNd.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:32.3248251Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:32.9792665Z 2024-04-03T16:22:32.9793227Z  2024-04-03T16:22:32.9793531Z  2024-04-03T16:22:32.9793931Z  2024-04-03T16:22:32.9794184Z  2024-04-03T16:22:32.9794492Z  2024-04-03T16:22:32.9794772Z  2024-04-03T16:22:32.9795019Z  2024-04-03T16:22:32.9795247Z  2024-04-03T16:22:32.9796025Z [3,261 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:32.9796893Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:32.9797669Z Compiling aten/src/ATen/native/AmpKernels.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:32.9798459Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:32.9799095Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:32.9799715Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:32.9800477Z Compiling aten/src/ATen/native/PadNd.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:32.9801251Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:32.9801973Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:33.3241494Z 2024-04-03T16:22:33.3242147Z  2024-04-03T16:22:33.3242595Z  2024-04-03T16:22:33.3242996Z  2024-04-03T16:22:33.3243346Z  2024-04-03T16:22:33.3243701Z  2024-04-03T16:22:33.3244068Z  2024-04-03T16:22:33.3244589Z  2024-04-03T16:22:33.3244956Z  2024-04-03T16:22:33.3245927Z [3,262 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:33.3247032Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:33.3247733Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:33.3563639Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.3565073Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.3565981Z Compiling aten/src/ATen/native/PadNd.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:33.3566871Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.3567488Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.3568301Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:33.5251355Z 2024-04-03T16:22:33.5252394Z  2024-04-03T16:22:33.5252829Z  2024-04-03T16:22:33.5253391Z  2024-04-03T16:22:33.5253822Z  2024-04-03T16:22:33.5254198Z  2024-04-03T16:22:33.5254559Z  2024-04-03T16:22:33.5254949Z  2024-04-03T16:22:33.5255371Z  2024-04-03T16:22:33.5256287Z [3,263 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:33.5257500Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:33.5258320Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.5259083Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.5261014Z Compiling aten/src/ATen/native/PadNd.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:33.5261906Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.5262674Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.5263435Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.5264094Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:33.7570880Z 2024-04-03T16:22:33.7571810Z  2024-04-03T16:22:33.7572291Z  2024-04-03T16:22:33.7572668Z  2024-04-03T16:22:33.7573143Z  2024-04-03T16:22:33.7573525Z  2024-04-03T16:22:33.7573894Z  2024-04-03T16:22:33.7574275Z  2024-04-03T16:22:33.7574652Z  2024-04-03T16:22:33.7575739Z [3,263 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:33.7576986Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:33.7577748Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.7578467Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.7579500Z Compiling aten/src/ATen/native/PadNd.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:33.7580522Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.7581224Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:33.7583416Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:33.7584184Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:34.4269085Z 2024-04-03T16:22:34.4269791Z  2024-04-03T16:22:34.4270355Z  2024-04-03T16:22:34.4270798Z  2024-04-03T16:22:34.4271249Z  2024-04-03T16:22:34.4271705Z  2024-04-03T16:22:34.4272142Z  2024-04-03T16:22:34.4272600Z  2024-04-03T16:22:34.4273053Z  2024-04-03T16:22:34.4274299Z [3,264 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:34.4275775Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:34.4276675Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:34.4277908Z Compiling aten/src/ATen/native/PadNd.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:34.4279160Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:34.4280022Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:34.4280869Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:34.4281773Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:34.4282661Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:34.6677835Z 2024-04-03T16:22:34.6678477Z  2024-04-03T16:22:34.6678912Z  2024-04-03T16:22:34.6679299Z  2024-04-03T16:22:34.6679670Z  2024-04-03T16:22:34.6680034Z  2024-04-03T16:22:34.6680418Z  2024-04-03T16:22:34.6680810Z  2024-04-03T16:22:34.6681205Z  2024-04-03T16:22:34.6682333Z [3,265 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:34.6683609Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:34.6685028Z Compiling aten/src/ATen/native/PadNd.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:34.6686077Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:34.6686814Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:34.6687586Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:34.6688435Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:34.6689121Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:34.6689888Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:34.9576345Z 2024-04-03T16:22:34.9576938Z  2024-04-03T16:22:34.9577487Z  2024-04-03T16:22:34.9577965Z  2024-04-03T16:22:34.9578305Z  2024-04-03T16:22:34.9578570Z  2024-04-03T16:22:34.9578804Z  2024-04-03T16:22:34.9579048Z  2024-04-03T16:22:34.9579297Z  2024-04-03T16:22:34.9579978Z [3,265 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:34.9580796Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.0183074Z Compiling aten/src/ATen/native/PadNd.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:35.0184645Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.0185424Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.0186188Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.0186957Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:35.0187724Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:35.0188523Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:35.2194219Z 2024-04-03T16:22:35.2194798Z  2024-04-03T16:22:35.2195169Z  2024-04-03T16:22:35.2195477Z  2024-04-03T16:22:35.2195780Z  2024-04-03T16:22:35.2196051Z  2024-04-03T16:22:35.2196365Z  2024-04-03T16:22:35.2196614Z  2024-04-03T16:22:35.2196845Z  2024-04-03T16:22:35.2197627Z [3,267 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:35.2198519Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.2199083Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.2199540Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:35.2200086Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:35.2200554Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:35.2291622Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:35.2292325Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:35.2293187Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:36.0742815Z 2024-04-03T16:22:36.0743436Z  2024-04-03T16:22:36.0743805Z  2024-04-03T16:22:36.0744069Z  2024-04-03T16:22:36.0744320Z  2024-04-03T16:22:36.0744569Z  2024-04-03T16:22:36.0744805Z  2024-04-03T16:22:36.0745147Z  2024-04-03T16:22:36.0745477Z  2024-04-03T16:22:36.0746192Z [3,268 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:36.0747169Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.0747757Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.0748209Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.0748777Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:36.0749239Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.0749778Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.0750242Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.0750794Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:36.4300307Z 2024-04-03T16:22:36.4300827Z  2024-04-03T16:22:36.4301147Z  2024-04-03T16:22:36.4301402Z  2024-04-03T16:22:36.4301649Z  2024-04-03T16:22:36.4301891Z  2024-04-03T16:22:36.4302121Z  2024-04-03T16:22:36.4302365Z  2024-04-03T16:22:36.4302595Z  2024-04-03T16:22:36.4303294Z [3,268 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:36.5300953Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:36.5302170Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.5302836Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.5303522Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:36.5304183Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.5305009Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.5305697Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.5306259Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:36.6939392Z 2024-04-03T16:22:36.6940582Z  2024-04-03T16:22:36.6941312Z  2024-04-03T16:22:36.6941934Z  2024-04-03T16:22:36.6942482Z  2024-04-03T16:22:36.6942956Z  2024-04-03T16:22:36.6943416Z  2024-04-03T16:22:36.6943880Z  2024-04-03T16:22:36.6944331Z  2024-04-03T16:22:36.6945632Z [3,269 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:36.6947056Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:36.6948398Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.6949896Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:36.6950591Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:36.6951377Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:36.6952890Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:36.6954110Z Compiling aten/src/ATen/native/BinaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:36.6955231Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:36.9307818Z 2024-04-03T16:22:36.9308377Z  2024-04-03T16:22:36.9308898Z  2024-04-03T16:22:36.9309379Z  2024-04-03T16:22:36.9309628Z  2024-04-03T16:22:36.9309860Z  2024-04-03T16:22:36.9310102Z  2024-04-03T16:22:36.9310344Z  2024-04-03T16:22:36.9310572Z  2024-04-03T16:22:36.9311275Z [3,270 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:36.9312082Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:36.9312553Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:36.9313020Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:36.9313484Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:36.9313941Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:36.9980522Z Compiling aten/src/ATen/native/BinaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:36.9981649Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:36.9982407Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:37.2073469Z 2024-04-03T16:22:37.2074416Z  2024-04-03T16:22:37.2074838Z  2024-04-03T16:22:37.2075091Z  2024-04-03T16:22:37.2075343Z  2024-04-03T16:22:37.2075590Z  2024-04-03T16:22:37.2075840Z  2024-04-03T16:22:37.2076072Z  2024-04-03T16:22:37.2076314Z  2024-04-03T16:22:37.2077145Z [3,271 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:37.2078086Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:37.2078610Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:37.2079164Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:37.2079714Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:37.2080513Z Compiling aten/src/ATen/native/BinaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:37.2081212Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:37.2081659Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:37.2082136Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:37.5987079Z 2024-04-03T16:22:37.5987617Z  2024-04-03T16:22:37.5987948Z  2024-04-03T16:22:37.5988194Z  2024-04-03T16:22:37.5988469Z  2024-04-03T16:22:37.5988719Z  2024-04-03T16:22:37.5988969Z  2024-04-03T16:22:37.5989203Z  2024-04-03T16:22:37.5989450Z  2024-04-03T16:22:37.6374323Z [3,271 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:37.6375665Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:37.6376381Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:37.6377091Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:37.6377780Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:37.6379017Z Compiling aten/src/ATen/native/BinaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:37.6380040Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:37.6380720Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:37.6381455Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:37.8381604Z 2024-04-03T16:22:37.8382292Z  2024-04-03T16:22:37.8382786Z  2024-04-03T16:22:37.8383096Z  2024-04-03T16:22:37.8383344Z  2024-04-03T16:22:37.8383574Z  2024-04-03T16:22:37.8383905Z  2024-04-03T16:22:37.8384151Z  2024-04-03T16:22:37.8384383Z  2024-04-03T16:22:37.8385134Z [3,272 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:37.8387553Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:37.8388719Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:37.8389275Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:37.8389953Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:37.8390484Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:37.8391061Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:37.8391967Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:37.8392872Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:38.0390989Z 2024-04-03T16:22:38.0391561Z  2024-04-03T16:22:38.0391957Z  2024-04-03T16:22:38.0392482Z  2024-04-03T16:22:38.0392847Z  2024-04-03T16:22:38.0393079Z  2024-04-03T16:22:38.0393322Z  2024-04-03T16:22:38.0393552Z  2024-04-03T16:22:38.0393911Z  2024-04-03T16:22:38.0394755Z [3,274 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:38.0395719Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:38.0396206Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:38.0396813Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:38.0398265Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:38.0399104Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:38.0399934Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:38.0400473Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:38.0401243Z Compiling aten/src/ATen/native/Col2Im.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:38.4386269Z 2024-04-03T16:22:38.4387144Z  2024-04-03T16:22:38.4387505Z  2024-04-03T16:22:38.4387761Z  2024-04-03T16:22:38.4388108Z  2024-04-03T16:22:38.4388430Z  2024-04-03T16:22:38.4388745Z  2024-04-03T16:22:38.4389004Z  2024-04-03T16:22:38.4389251Z  2024-04-03T16:22:38.4390028Z [3,275 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:38.4390941Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:38.4391512Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:38.4392065Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:38.4392916Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:38.4393673Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:38.4394136Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:38.4394911Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:38.4395941Z Compiling aten/src/ATen/native/Lerp.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:38.6960396Z 2024-04-03T16:22:38.6960958Z  2024-04-03T16:22:38.6961277Z  2024-04-03T16:22:38.6961535Z  2024-04-03T16:22:38.6961859Z  2024-04-03T16:22:38.7059347Z  2024-04-03T16:22:38.7060101Z  2024-04-03T16:22:38.7060521Z  2024-04-03T16:22:38.7060835Z  2024-04-03T16:22:38.7061702Z [3,276 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:38.7062711Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:38.7063995Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:38.7064919Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:38.7065775Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:38.7066454Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:38.7067465Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:38.7068861Z Compiling aten/src/ATen/native/Lerp.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:38.7069647Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:38.9067385Z 2024-04-03T16:22:38.9068058Z  2024-04-03T16:22:38.9068440Z  2024-04-03T16:22:38.9068880Z  2024-04-03T16:22:38.9069148Z  2024-04-03T16:22:38.9071278Z  2024-04-03T16:22:38.9071579Z  2024-04-03T16:22:38.9071830Z  2024-04-03T16:22:38.9072079Z  2024-04-03T16:22:38.9073023Z [3,278 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:38.9073884Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:38.9074535Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:38.9075152Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:38.9075903Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:38.9076942Z Compiling aten/src/ATen/native/Lerp.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:38.9077951Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:38.9078866Z Compiling aten/src/ATen/native/Sorting.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:38.9079559Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:40.1059929Z 2024-04-03T16:22:40.1060996Z  2024-04-03T16:22:40.1061533Z  2024-04-03T16:22:40.1061998Z  2024-04-03T16:22:40.1062456Z  2024-04-03T16:22:40.1062926Z  2024-04-03T16:22:40.1063367Z  2024-04-03T16:22:40.1063820Z  2024-04-03T16:22:40.1065043Z  2024-04-03T16:22:40.1065967Z [3,279 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:40.1067042Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:40.1067773Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:40.1068417Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:40.1069384Z Compiling aten/src/ATen/native/Col2Im.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:40.1070555Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:40.1071718Z Compiling aten/src/ATen/native/Sorting.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:40.1072615Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:40.1073286Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:40.3074883Z 2024-04-03T16:22:40.3075631Z  2024-04-03T16:22:40.3076185Z  2024-04-03T16:22:40.3076667Z  2024-04-03T16:22:40.3076924Z  2024-04-03T16:22:40.3077183Z  2024-04-03T16:22:40.3077428Z  2024-04-03T16:22:40.3077670Z  2024-04-03T16:22:40.3088364Z  2024-04-03T16:22:40.3089257Z [3,279 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:40.3090058Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:40.3090535Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:40.3090993Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:40.3091636Z Compiling aten/src/ATen/native/Col2Im.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:40.3092529Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:40.3628123Z Compiling aten/src/ATen/native/Sorting.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:40.3629344Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:40.3630094Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:40.7536599Z 2024-04-03T16:22:40.7537307Z  2024-04-03T16:22:40.7537813Z  2024-04-03T16:22:40.7539673Z  2024-04-03T16:22:40.7539927Z  2024-04-03T16:22:40.7540162Z  2024-04-03T16:22:40.7540479Z  2024-04-03T16:22:40.7540725Z  2024-04-03T16:22:40.7540957Z  2024-04-03T16:22:40.7541729Z [3,280 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:40.7542738Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:40.7543269Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:40.7543841Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:40.7544722Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:40.7545797Z Compiling aten/src/ATen/native/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:40.7547146Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:40.7548009Z Compiling aten/src/ATen/native/TensorShape.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:40.7548880Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:40.9636638Z 2024-04-03T16:22:40.9637514Z  2024-04-03T16:22:40.9638082Z  2024-04-03T16:22:40.9638570Z  2024-04-03T16:22:40.9639006Z  2024-04-03T16:22:40.9639446Z  2024-04-03T16:22:40.9639898Z  2024-04-03T16:22:40.9640343Z  2024-04-03T16:22:40.9640806Z  2024-04-03T16:22:40.9642108Z [3,280 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:40.9643591Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:40.9644841Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:40.9645720Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:40.9646986Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:40.9648667Z Compiling aten/src/ATen/native/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:40.9649943Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:40.9651263Z Compiling aten/src/ATen/native/TensorShape.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:40.9657507Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:41.1663368Z 2024-04-03T16:22:41.1664065Z  2024-04-03T16:22:41.1664380Z  2024-04-03T16:22:41.1664639Z  2024-04-03T16:22:41.1664905Z  2024-04-03T16:22:41.1665140Z  2024-04-03T16:22:41.1665385Z  2024-04-03T16:22:41.1665631Z  2024-04-03T16:22:41.1665863Z  2024-04-03T16:22:41.1666563Z [3,281 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:41.1667357Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:41.1667837Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:41.1668559Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:41.1669467Z Compiling aten/src/ATen/native/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:41.1670126Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:41.1670830Z Compiling aten/src/ATen/native/TensorShape.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:41.1671541Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:41.1672029Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:42.0862613Z 2024-04-03T16:22:42.0863325Z  2024-04-03T16:22:42.0863801Z  2024-04-03T16:22:42.0864116Z  2024-04-03T16:22:42.0864357Z  2024-04-03T16:22:42.0864611Z  2024-04-03T16:22:42.0864864Z  2024-04-03T16:22:42.0865188Z  2024-04-03T16:22:42.0865542Z  2024-04-03T16:22:42.0866339Z [3,282 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:42.0868173Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:42.0869484Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:42.0870494Z Compiling aten/src/ATen/native/Sorting.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:42.0871259Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:42.0873137Z Compiling aten/src/ATen/native/TensorShape.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:42.0873936Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.0874486Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.0875077Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:42.3696029Z 2024-04-03T16:22:42.3696685Z  2024-04-03T16:22:42.3697205Z  2024-04-03T16:22:42.3697657Z  2024-04-03T16:22:42.3698119Z  2024-04-03T16:22:42.3698556Z  2024-04-03T16:22:42.3698990Z  2024-04-03T16:22:42.3699428Z  2024-04-03T16:22:42.3699847Z  2024-04-03T16:22:42.3701102Z [3,283 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:42.4099396Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:42.4100880Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:42.4101846Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:42.4102817Z Compiling aten/src/ATen/native/TensorShape.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:42.4103705Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.4104361Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.4104861Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.4105486Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:42.6106171Z 2024-04-03T16:22:42.6106976Z  2024-04-03T16:22:42.6107476Z  2024-04-03T16:22:42.6107899Z  2024-04-03T16:22:42.6108147Z  2024-04-03T16:22:42.6108394Z  2024-04-03T16:22:42.6108641Z  2024-04-03T16:22:42.6108971Z  2024-04-03T16:22:42.6109430Z  2024-04-03T16:22:42.6110326Z [3,285 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:42.6111890Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:42.6113462Z Compiling aten/src/ATen/native/TensorShape.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:42.6115827Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.6116643Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.6117436Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.6118270Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.6119524Z Compiling aten/src/ATen/native/Activation.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:42.6121252Z Compiling aten/src/ATen/TensorIndexing.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:42.8233594Z 2024-04-03T16:22:42.8234218Z  2024-04-03T16:22:42.8234553Z  2024-04-03T16:22:42.8234815Z  2024-04-03T16:22:42.8235063Z  2024-04-03T16:22:42.8235330Z  2024-04-03T16:22:42.8235562Z  2024-04-03T16:22:42.8235907Z  2024-04-03T16:22:42.8236182Z  2024-04-03T16:22:42.8237207Z [3,286 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:42.8238428Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:42.8239594Z Compiling aten/src/ATen/native/TensorShape.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:42.8240389Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:42.8241008Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.8241589Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:42.8242530Z Compiling aten/src/ATen/native/Activation.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:42.8243737Z Compiling aten/src/ATen/TensorIndexing.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:42.8244905Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:43.2113508Z 2024-04-03T16:22:43.2141508Z  2024-04-03T16:22:43.2142088Z  2024-04-03T16:22:43.2142500Z  2024-04-03T16:22:43.2142895Z  2024-04-03T16:22:43.2143289Z  2024-04-03T16:22:43.2143652Z  2024-04-03T16:22:43.2143987Z  2024-04-03T16:22:43.2144370Z  2024-04-03T16:22:43.2145420Z [3,286 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:43.2147149Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:43.2148671Z Compiling aten/src/ATen/native/TensorShape.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:43.2149761Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.2150419Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.2151098Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.2152125Z Compiling aten/src/ATen/native/Activation.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.2153426Z Compiling aten/src/ATen/TensorIndexing.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.2154921Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:43.4147864Z 2024-04-03T16:22:43.4148474Z  2024-04-03T16:22:43.4148988Z  2024-04-03T16:22:43.4149439Z  2024-04-03T16:22:43.4149697Z  2024-04-03T16:22:43.4149946Z  2024-04-03T16:22:43.4150207Z  2024-04-03T16:22:43.4150436Z  2024-04-03T16:22:43.4150675Z  2024-04-03T16:22:43.4151376Z [3,287 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:43.4152399Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:43.4153343Z Compiling aten/src/ATen/native/TensorShape.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:43.4154038Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.4154495Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.4155193Z Compiling aten/src/ATen/native/Activation.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.4156090Z Compiling aten/src/ATen/TensorIndexing.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.4156968Z Compiling aten/src/ATen/core/operator_name.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.4157668Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:43.7968902Z 2024-04-03T16:22:43.7970874Z  2024-04-03T16:22:43.7971238Z  2024-04-03T16:22:43.7971483Z  2024-04-03T16:22:43.7971733Z  2024-04-03T16:22:43.7972068Z  2024-04-03T16:22:43.7972436Z  2024-04-03T16:22:43.7972762Z  2024-04-03T16:22:43.7973162Z  2024-04-03T16:22:43.7974090Z [3,288 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:43.7975503Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:43.7976361Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.7976861Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:43.7977740Z Compiling aten/src/ATen/native/Activation.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:43.7978795Z Compiling aten/src/ATen/TensorIndexing.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.7979804Z Compiling aten/src/ATen/core/operator_name.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:43.7980926Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:43.7981710Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:44.0154526Z 2024-04-03T16:22:44.0155439Z  2024-04-03T16:22:44.0155872Z  2024-04-03T16:22:44.0156232Z  2024-04-03T16:22:44.0157639Z  2024-04-03T16:22:44.0157993Z  2024-04-03T16:22:44.0158341Z  2024-04-03T16:22:44.0158595Z  2024-04-03T16:22:44.0158925Z  2024-04-03T16:22:44.0159792Z [3,289 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:44.0164255Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:44.0165564Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:44.0166140Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:44.0166916Z Compiling aten/src/ATen/native/Activation.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:44.0168096Z Compiling aten/src/ATen/TensorIndexing.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:44.0170060Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:44.0170896Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:44.0171472Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:44.2155252Z 2024-04-03T16:22:44.2155766Z  2024-04-03T16:22:44.2156138Z  2024-04-03T16:22:44.2156451Z  2024-04-03T16:22:44.2156707Z  2024-04-03T16:22:44.2156943Z  2024-04-03T16:22:44.2157189Z  2024-04-03T16:22:44.2157432Z  2024-04-03T16:22:44.2157661Z  2024-04-03T16:22:44.2158378Z [3,290 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:44.2581607Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:22:44.2583012Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:44.2584015Z Compiling aten/src/ATen/native/Activation.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:44.2585302Z Compiling aten/src/ATen/TensorIndexing.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:44.2586530Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:44.2587458Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:44.2588062Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:44.2588614Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:44.9621121Z 2024-04-03T16:22:44.9621872Z  2024-04-03T16:22:44.9622454Z  2024-04-03T16:22:44.9622795Z  2024-04-03T16:22:44.9623056Z  2024-04-03T16:22:44.9623290Z  2024-04-03T16:22:44.9623533Z  2024-04-03T16:22:44.9623789Z  2024-04-03T16:22:44.9624018Z  2024-04-03T16:22:44.9624725Z [3,291 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:44.9625756Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:22:44.9627899Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:44.9628610Z Compiling aten/src/ATen/native/Activation.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:44.9629676Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:44.9630353Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:44.9630894Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:44.9631667Z Compiling aten/src/ATen/ConjugateFallback.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:44.9632435Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:45.2591882Z 2024-04-03T16:22:45.2592400Z  2024-04-03T16:22:45.2592797Z  2024-04-03T16:22:45.2593120Z  2024-04-03T16:22:45.2593425Z  2024-04-03T16:22:45.2593723Z  2024-04-03T16:22:45.2593964Z  2024-04-03T16:22:45.2594268Z  2024-04-03T16:22:45.2594511Z  2024-04-03T16:22:45.2595278Z [3,291 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:45.2596401Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 9s processwrapper-sandbox 2024-04-03T16:22:45.2597184Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:45.2597932Z Compiling aten/src/ATen/native/Activation.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:45.2598965Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:45.2599709Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:45.2600167Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:45.2600929Z Compiling aten/src/ATen/ConjugateFallback.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:45.2805835Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:45.4811905Z 2024-04-03T16:22:45.4812377Z  2024-04-03T16:22:45.4812707Z  2024-04-03T16:22:45.4812981Z  2024-04-03T16:22:45.4813215Z  2024-04-03T16:22:45.4813460Z  2024-04-03T16:22:45.4813704Z  2024-04-03T16:22:45.4813935Z  2024-04-03T16:22:45.5419802Z  2024-04-03T16:22:45.5421024Z [3,292 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:45.5422447Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 9s processwrapper-sandbox 2024-04-03T16:22:45.5423684Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:45.5424785Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:45.5425496Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:45.5425974Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:45.5427233Z Compiling aten/src/ATen/ConjugateFallback.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:45.5428569Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:45.5430325Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:45.7425091Z 2024-04-03T16:22:45.7425885Z  2024-04-03T16:22:45.7426471Z  2024-04-03T16:22:45.7426847Z  2024-04-03T16:22:45.7427099Z  2024-04-03T16:22:45.7427359Z  2024-04-03T16:22:45.7427601Z  2024-04-03T16:22:45.7427842Z  2024-04-03T16:22:45.7428084Z  2024-04-03T16:22:45.7428778Z [3,294 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:45.7429562Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:45.7430037Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:45.7430486Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:45.7431188Z Compiling aten/src/ATen/ConjugateFallback.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:45.7431887Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:45.7432336Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:45.7432802Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:45.7433283Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:46.7189768Z 2024-04-03T16:22:46.7190526Z  2024-04-03T16:22:46.7191008Z  2024-04-03T16:22:46.7191482Z  2024-04-03T16:22:46.7191885Z  2024-04-03T16:22:46.7196739Z  2024-04-03T16:22:46.7197161Z  2024-04-03T16:22:46.7197527Z  2024-04-03T16:22:46.7197924Z  2024-04-03T16:22:46.7198912Z [3,295 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:46.7200222Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:46.7201061Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:46.7202310Z Compiling aten/src/ATen/ConjugateFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:46.7203526Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:46.7204542Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:46.7205411Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:46.7206725Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:46.7207922Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:46.9513553Z 2024-04-03T16:22:46.9514583Z  2024-04-03T16:22:46.9517082Z  2024-04-03T16:22:46.9517934Z  2024-04-03T16:22:46.9518353Z  2024-04-03T16:22:46.9518708Z  2024-04-03T16:22:46.9519021Z  2024-04-03T16:22:46.9519341Z  2024-04-03T16:22:46.9519700Z  2024-04-03T16:22:46.9520570Z [3,296 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:46.9521533Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:46.9522438Z Compiling aten/src/ATen/ConjugateFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:46.9523358Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:46.9523976Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:46.9525844Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:46.9527004Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:46.9528063Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:46.9528737Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:47.1909103Z 2024-04-03T16:22:47.1935149Z  2024-04-03T16:22:47.1935624Z  2024-04-03T16:22:47.1936016Z  2024-04-03T16:22:47.1936381Z  2024-04-03T16:22:47.1936743Z  2024-04-03T16:22:47.1937098Z  2024-04-03T16:22:47.1937454Z  2024-04-03T16:22:47.1937823Z  2024-04-03T16:22:47.1938872Z [3,296 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:47.1940028Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:47.1941059Z Compiling aten/src/ATen/ConjugateFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:47.1942070Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:47.1942789Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:47.1943642Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:47.1944729Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:47.1945782Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:47.1946506Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:47.9639645Z 2024-04-03T16:22:47.9640294Z  2024-04-03T16:22:47.9640783Z  2024-04-03T16:22:47.9641249Z  2024-04-03T16:22:47.9641710Z  2024-04-03T16:22:47.9642098Z  2024-04-03T16:22:47.9642526Z  2024-04-03T16:22:47.9642930Z  2024-04-03T16:22:47.9643321Z  2024-04-03T16:22:47.9644268Z [3,297 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:47.9645325Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:47.9646149Z Compiling aten/src/ATen/ConjugateFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:47.9646953Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:47.9647509Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:47.9648292Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:47.9649061Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:47.9649889Z Compiling aten/src/ATen/native/MetaTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:47.9651822Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:48.1694905Z 2024-04-03T16:22:48.1695758Z  2024-04-03T16:22:48.1696319Z  2024-04-03T16:22:48.1696830Z  2024-04-03T16:22:48.1697093Z  2024-04-03T16:22:48.1697346Z  2024-04-03T16:22:48.1697685Z  2024-04-03T16:22:48.1698077Z  2024-04-03T16:22:48.1698497Z  2024-04-03T16:22:48.1699686Z [3,299 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:48.1701085Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:48.1701939Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:48.1703205Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:48.1704494Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:48.1705790Z Compiling aten/src/ATen/native/MetaTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:48.1707041Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:48.1707894Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:48.1708786Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:48.9483943Z 2024-04-03T16:22:48.9485069Z  2024-04-03T16:22:48.9485497Z  2024-04-03T16:22:48.9485825Z  2024-04-03T16:22:48.9486247Z  2024-04-03T16:22:48.9486622Z  2024-04-03T16:22:48.9486966Z  2024-04-03T16:22:48.9487273Z  2024-04-03T16:22:48.9487579Z  2024-04-03T16:22:48.9488477Z [3,300 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:48.9490221Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:48.9491365Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:48.9492050Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:48.9493085Z Compiling aten/src/ATen/native/MetaTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:48.9493850Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:48.9494821Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:48.9495338Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:48.9496044Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:49.1948074Z 2024-04-03T16:22:49.1948749Z  2024-04-03T16:22:49.1949125Z  2024-04-03T16:22:49.1949385Z  2024-04-03T16:22:49.1949683Z  2024-04-03T16:22:49.1950083Z  2024-04-03T16:22:49.1950318Z  2024-04-03T16:22:49.1950565Z  2024-04-03T16:22:49.1950925Z  2024-04-03T16:22:49.1951901Z [3,302 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:49.1952908Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:49.1954269Z Compiling aten/src/ATen/native/MetaTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:49.1955158Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:49.1955810Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:49.1956554Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:49.1957296Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:49.1957828Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:49.1958720Z Compiling aten/src/ATen/RegisterCPU.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:49.5108805Z 2024-04-03T16:22:49.5109641Z  2024-04-03T16:22:49.5110045Z  2024-04-03T16:22:49.5110360Z  2024-04-03T16:22:49.5110678Z  2024-04-03T16:22:49.5110916Z  2024-04-03T16:22:49.5111216Z  2024-04-03T16:22:49.5111589Z  2024-04-03T16:22:49.5111825Z  2024-04-03T16:22:49.5112666Z [3,303 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:49.5113729Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:49.5114452Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:49.5115168Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:49.5115842Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:49.5117107Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:49.5117571Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:49.5118218Z Compiling aten/src/ATen/RegisterCPU.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:49.5119211Z Compiling aten/src/ATen/native/NNPACK.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:49.7952213Z 2024-04-03T16:22:49.7952790Z  2024-04-03T16:22:49.7953191Z  2024-04-03T16:22:49.7953529Z  2024-04-03T16:22:49.7953769Z  2024-04-03T16:22:49.7954024Z  2024-04-03T16:22:49.7954261Z  2024-04-03T16:22:49.7954531Z  2024-04-03T16:22:49.7954864Z  2024-04-03T16:22:49.7955601Z [3,305 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:49.7956465Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:49.7957045Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:49.7957602Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:49.7958078Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:49.7958825Z Compiling aten/src/ATen/RegisterCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:49.7959802Z Compiling aten/src/ATen/native/NNPACK.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:49.7960741Z Compiling aten/src/ATen/native/Unique.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:49.7961531Z //:aten; 1s processwrapper-sandbox ... 2024-04-03T16:22:50.7959185Z 2024-04-03T16:22:50.7959936Z  2024-04-03T16:22:50.7960443Z  2024-04-03T16:22:50.7960926Z  2024-04-03T16:22:50.7961384Z  2024-04-03T16:22:50.7961854Z  2024-04-03T16:22:50.7962327Z  2024-04-03T16:22:50.7963064Z  2024-04-03T16:22:50.7963526Z  2024-04-03T16:22:50.7965059Z [3,305 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:50.7966506Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:50.7967394Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:50.7968844Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:50.7969779Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:50.7971015Z Compiling aten/src/ATen/RegisterCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:50.7972274Z Compiling aten/src/ATen/native/NNPACK.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:50.7973434Z Compiling aten/src/ATen/native/Unique.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:50.7974435Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:51.5146270Z 2024-04-03T16:22:51.5147500Z  2024-04-03T16:22:51.5148374Z  2024-04-03T16:22:51.5149035Z  2024-04-03T16:22:51.5150159Z  2024-04-03T16:22:51.5150462Z  2024-04-03T16:22:51.5150719Z  2024-04-03T16:22:51.5155547Z  2024-04-03T16:22:51.5155857Z  2024-04-03T16:22:51.5156612Z [3,306 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:51.5157482Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:51.5158020Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:51.5158507Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:51.5159225Z Compiling aten/src/ATen/RegisterCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:51.5160102Z Compiling aten/src/ATen/native/NNPACK.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:51.5160937Z Compiling aten/src/ATen/native/Unique.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:51.5161597Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:51.5162285Z Compiling aten/src/ATen/autocast_mode.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:51.7794479Z 2024-04-03T16:22:51.7795368Z  2024-04-03T16:22:51.7795710Z  2024-04-03T16:22:51.7795987Z  2024-04-03T16:22:51.7796221Z  2024-04-03T16:22:51.7796560Z  2024-04-03T16:22:51.7796949Z  2024-04-03T16:22:51.7797233Z  2024-04-03T16:22:51.7797478Z  2024-04-03T16:22:51.7798267Z [3,311 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:22:51.7800461Z Compiling aten/src/ATen/native/Unique.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:51.7801401Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:51.7802111Z Compiling aten/src/ATen/autocast_mode.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:51.7802943Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:51.7803628Z Compiling aten/src/ATen/native/Unfold2d.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:51.7804790Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:51.7805553Z Compiling aten/src/ATen/TensorGeometry.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:51.7806410Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:51.9971604Z 2024-04-03T16:22:51.9976678Z  2024-04-03T16:22:51.9977162Z  2024-04-03T16:22:51.9977546Z  2024-04-03T16:22:51.9977906Z  2024-04-03T16:22:51.9978254Z  2024-04-03T16:22:51.9978663Z  2024-04-03T16:22:51.9979021Z  2024-04-03T16:22:51.9979395Z  2024-04-03T16:22:51.9980436Z [3,311 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:51.9981827Z Compiling aten/src/ATen/native/Unique.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:51.9982803Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:51.9983813Z Compiling aten/src/ATen/autocast_mode.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:51.9984834Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:51.9985875Z Compiling aten/src/ATen/native/Unfold2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:51.9987155Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:51.9988156Z Compiling aten/src/ATen/TensorGeometry.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:51.9989180Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:52.2534812Z 2024-04-03T16:22:52.2535501Z  2024-04-03T16:22:52.2536080Z  2024-04-03T16:22:52.2539108Z  2024-04-03T16:22:52.2539566Z  2024-04-03T16:22:52.2540027Z  2024-04-03T16:22:52.2540493Z  2024-04-03T16:22:52.2540932Z  2024-04-03T16:22:52.2541396Z  2024-04-03T16:22:52.2542588Z [3,312 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:52.2543978Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:52.2545183Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:52.2546391Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:52.2547599Z Compiling aten/src/ATen/native/Unfold2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:52.2548829Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:52.2550596Z Compiling aten/src/ATen/TensorGeometry.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:52.2551823Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:52.2553062Z Compiling aten/src/ATen/EmptyTensor.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:52.5971981Z 2024-04-03T16:22:52.5972532Z  2024-04-03T16:22:52.5973050Z  2024-04-03T16:22:52.5973377Z  2024-04-03T16:22:52.5973617Z  2024-04-03T16:22:52.5973870Z  2024-04-03T16:22:52.5974118Z  2024-04-03T16:22:52.5974346Z  2024-04-03T16:22:52.5974740Z  2024-04-03T16:22:52.5975456Z [3,312 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:52.5976327Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:52.5977116Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:52.5977971Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:52.5978715Z Compiling aten/src/ATen/native/Unfold2d.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:52.5979669Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:52.5980541Z Compiling aten/src/ATen/TensorGeometry.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:52.5982688Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:52.5983483Z Compiling aten/src/ATen/EmptyTensor.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:53.5977787Z 2024-04-03T16:22:53.5978324Z  2024-04-03T16:22:53.5978762Z  2024-04-03T16:22:53.5979298Z  2024-04-03T16:22:53.5979671Z  2024-04-03T16:22:53.5979920Z  2024-04-03T16:22:53.5980151Z  2024-04-03T16:22:53.5980419Z  2024-04-03T16:22:53.5980659Z  2024-04-03T16:22:53.5981349Z [3,312 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:53.5982140Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:53.5982825Z Compiling aten/src/ATen/autocast_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:53.5983484Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:53.5984164Z Compiling aten/src/ATen/native/Unfold2d.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:53.5984920Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:53.5985593Z Compiling aten/src/ATen/TensorGeometry.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:53.5986264Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:53.5986942Z Compiling aten/src/ATen/EmptyTensor.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:53.8226184Z 2024-04-03T16:22:53.8227861Z  2024-04-03T16:22:53.8228242Z  2024-04-03T16:22:53.8228514Z  2024-04-03T16:22:53.8228778Z  2024-04-03T16:22:53.8229037Z  2024-04-03T16:22:53.8229336Z  2024-04-03T16:22:53.8229588Z  2024-04-03T16:22:53.8229864Z  2024-04-03T16:22:53.8231303Z [3,313 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:53.8232559Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:53.8233554Z Compiling aten/src/ATen/autocast_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:53.8234652Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:53.8235335Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:53.8236600Z Compiling aten/src/ATen/TensorGeometry.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:53.8237446Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:53.8238268Z Compiling aten/src/ATen/EmptyTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:53.8239252Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:22:54.1981833Z 2024-04-03T16:22:54.1982572Z  2024-04-03T16:22:54.1983101Z  2024-04-03T16:22:54.1983622Z  2024-04-03T16:22:54.1983888Z  2024-04-03T16:22:54.1984117Z  2024-04-03T16:22:54.1984360Z  2024-04-03T16:22:54.1984602Z  2024-04-03T16:22:54.1984830Z  2024-04-03T16:22:54.2294862Z [3,314 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:54.2296021Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:54.2296684Z Compiling aten/src/ATen/autocast_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:54.2297371Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:54.2298039Z Compiling aten/src/ATen/TensorGeometry.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:54.2298707Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:54.2299347Z Compiling aten/src/ATen/EmptyTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:54.2299985Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:54.2300469Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:54.4300662Z 2024-04-03T16:22:54.4301230Z  2024-04-03T16:22:54.4301628Z  2024-04-03T16:22:54.4301999Z  2024-04-03T16:22:54.4302355Z  2024-04-03T16:22:54.4302589Z  2024-04-03T16:22:54.4302847Z  2024-04-03T16:22:54.4303087Z  2024-04-03T16:22:54.4303419Z  2024-04-03T16:22:54.4304173Z [3,317 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:54.4304971Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:54.4535820Z Compiling aten/src/ATen/autocast_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:54.4536679Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:54.4537240Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:54.4537717Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:54.4538290Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:22:54.4539022Z Compiling aten/src/ATen/native/Pow.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:54.4540106Z Compiling aten/src/ATen/StorageUtils.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:22:54.6540507Z 2024-04-03T16:22:54.6541443Z  2024-04-03T16:22:54.6541947Z  2024-04-03T16:22:54.6542209Z  2024-04-03T16:22:54.6542459Z  2024-04-03T16:22:54.6542721Z  2024-04-03T16:22:54.6542995Z  2024-04-03T16:22:54.6543225Z  2024-04-03T16:22:54.6543468Z  2024-04-03T16:22:54.6544163Z [3,318 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:54.6544952Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:54.6545623Z Compiling aten/src/ATen/autocast_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:54.6546282Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:54.6546747Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:54.6547194Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:54.6547827Z Compiling aten/src/ATen/native/Pow.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:54.6548651Z Compiling aten/src/ATen/StorageUtils.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:54.6549305Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:54.9768579Z 2024-04-03T16:22:55.0616211Z  2024-04-03T16:22:55.0617073Z  2024-04-03T16:22:55.0617454Z  2024-04-03T16:22:55.0617804Z  2024-04-03T16:22:55.0618193Z  2024-04-03T16:22:55.0618578Z  2024-04-03T16:22:55.0618905Z  2024-04-03T16:22:55.0619277Z  2024-04-03T16:22:55.0620277Z [3,319 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:55.0621852Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:55.0622838Z Compiling aten/src/ATen/autocast_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:55.0623931Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:55.0624589Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:55.0625536Z Compiling aten/src/ATen/native/Pow.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:55.0626802Z Compiling aten/src/ATen/StorageUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:55.0627772Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:55.0628704Z Compiling aten/src/ATen/native/Onehot.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:55.2897389Z 2024-04-03T16:22:55.2898113Z  2024-04-03T16:22:55.2898607Z  2024-04-03T16:22:55.2898999Z  2024-04-03T16:22:55.2899408Z  2024-04-03T16:22:55.2899813Z  2024-04-03T16:22:55.2900207Z  2024-04-03T16:22:55.2900621Z  2024-04-03T16:22:55.2900956Z  2024-04-03T16:22:55.2901931Z [3,319 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:55.2902971Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:22:55.2903939Z Compiling aten/src/ATen/autocast_mode.cpp; 7s processwrapper-sandbox 2024-04-03T16:22:55.2904791Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:55.2905436Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:55.2906343Z Compiling aten/src/ATen/native/Pow.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:55.2907578Z Compiling aten/src/ATen/StorageUtils.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:55.2908515Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:55.2909467Z Compiling aten/src/ATen/native/Onehot.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:22:56.2906106Z 2024-04-03T16:22:56.2906694Z  2024-04-03T16:22:56.2907029Z  2024-04-03T16:22:56.2907286Z  2024-04-03T16:22:56.2916023Z  2024-04-03T16:22:56.2916375Z  2024-04-03T16:22:56.2916612Z  2024-04-03T16:22:56.2916938Z  2024-04-03T16:22:56.2917257Z  2024-04-03T16:22:56.2917957Z [3,319 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:56.2918826Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:56.2919672Z Compiling aten/src/ATen/autocast_mode.cpp; 8s processwrapper-sandbox 2024-04-03T16:22:56.2920410Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:56.2920877Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:56.2921611Z Compiling aten/src/ATen/native/Pow.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.2922508Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.2923267Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:56.2923991Z Compiling aten/src/ATen/native/Onehot.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:22:56.4922702Z 2024-04-03T16:22:56.4923568Z  2024-04-03T16:22:56.4924997Z  2024-04-03T16:22:56.4925407Z  2024-04-03T16:22:56.4925830Z  2024-04-03T16:22:56.4926083Z  2024-04-03T16:22:56.4926315Z  2024-04-03T16:22:56.4926692Z  2024-04-03T16:22:56.4926985Z  2024-04-03T16:22:56.4927888Z [3,321 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:56.4928796Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:22:56.4929343Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:56.4929984Z Compiling aten/src/ATen/native/Pow.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.4931562Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.4932787Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:56.4933510Z Compiling aten/src/ATen/native/Onehot.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.4934559Z Compiling aten/src/ATen/SequenceNumber.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.4935720Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:56.8927659Z 2024-04-03T16:22:56.8928203Z  2024-04-03T16:22:56.8928535Z  2024-04-03T16:22:56.8928791Z  2024-04-03T16:22:56.8929038Z  2024-04-03T16:22:56.8929283Z  2024-04-03T16:22:56.8929511Z  2024-04-03T16:22:56.8929750Z  2024-04-03T16:22:56.8929990Z  2024-04-03T16:22:56.8930684Z [3,322 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:56.8931476Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:56.8932140Z Compiling aten/src/ATen/native/Pow.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:56.9059328Z Compiling aten/src/ATen/StorageUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:56.9060519Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:56.9061589Z Compiling aten/src/ATen/native/Onehot.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:56.9063086Z Compiling aten/src/ATen/SequenceNumber.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:56.9064185Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:56.9065045Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:57.1022939Z 2024-04-03T16:22:57.1024103Z  2024-04-03T16:22:57.1024855Z  2024-04-03T16:22:57.1025680Z  2024-04-03T16:22:57.1030426Z  2024-04-03T16:22:57.1030895Z  2024-04-03T16:22:57.1031256Z  2024-04-03T16:22:57.1031628Z  2024-04-03T16:22:57.1032018Z  2024-04-03T16:22:57.1032973Z [3,323 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:57.1034373Z Compiling aten/src/ATen/native/Pow.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.1035476Z Compiling aten/src/ATen/StorageUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.1036405Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:57.1037339Z Compiling aten/src/ATen/native/Onehot.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.1039130Z Compiling aten/src/ATen/SequenceNumber.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:57.1039994Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.1040674Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.1041308Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:57.3087329Z 2024-04-03T16:22:57.3088074Z  2024-04-03T16:22:57.3088532Z  2024-04-03T16:22:57.3088924Z  2024-04-03T16:22:57.3089289Z  2024-04-03T16:22:57.3089730Z  2024-04-03T16:22:57.3090113Z  2024-04-03T16:22:57.3090438Z  2024-04-03T16:22:57.3090684Z  2024-04-03T16:22:57.3091391Z [3,324 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:57.3092373Z Compiling aten/src/ATen/StorageUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.3093139Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:57.3094068Z Compiling aten/src/ATen/native/Onehot.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.3095405Z Compiling aten/src/ATen/SequenceNumber.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.3096502Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.3097220Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.3098213Z Compiling aten/src/ATen/ThreadLocalState.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:57.3099220Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:57.5146821Z 2024-04-03T16:22:57.5147566Z  2024-04-03T16:22:57.5148108Z  2024-04-03T16:22:57.5148389Z  2024-04-03T16:22:57.5148669Z  2024-04-03T16:22:57.5148901Z  2024-04-03T16:22:57.5149958Z  2024-04-03T16:22:57.5150267Z  2024-04-03T16:22:57.5150624Z  2024-04-03T16:22:57.5151461Z [3,327 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:57.5152765Z Compiling aten/src/ATen/StorageUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:57.5154667Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.5155246Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.5156140Z Compiling aten/src/ATen/ThreadLocalState.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:57.5156989Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.5157880Z Compiling aten/src/ATen/native/Im2Col.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:57.5159363Z Compiling aten/src/ATen/native/WeightNorm.cpp; 2s processwrapper-sandbox 2024-04-03T16:22:57.5160552Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:57.9070064Z 2024-04-03T16:22:57.9070757Z  2024-04-03T16:22:57.9071320Z  2024-04-03T16:22:57.9071717Z  2024-04-03T16:22:57.9298829Z  2024-04-03T16:22:57.9299418Z  2024-04-03T16:22:57.9299697Z  2024-04-03T16:22:57.9300036Z  2024-04-03T16:22:57.9300288Z  2024-04-03T16:22:57.9301129Z [3,327 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:57.9302503Z Compiling aten/src/ATen/StorageUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:22:57.9303303Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:57.9303954Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.9304752Z Compiling aten/src/ATen/ThreadLocalState.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:57.9305610Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:57.9306438Z Compiling aten/src/ATen/native/Im2Col.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:57.9307495Z Compiling aten/src/ATen/native/WeightNorm.cpp; 3s processwrapper-sandbox 2024-04-03T16:22:57.9308342Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:58.8860902Z 2024-04-03T16:22:58.8861571Z  2024-04-03T16:22:58.8862056Z  2024-04-03T16:22:58.8862324Z  2024-04-03T16:22:58.8862577Z  2024-04-03T16:22:58.8862824Z  2024-04-03T16:22:58.8863056Z  2024-04-03T16:22:58.8864314Z  2024-04-03T16:22:58.8864676Z  2024-04-03T16:22:58.8865477Z [3,328 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:58.8866539Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:58.8867245Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:58.8867962Z Compiling aten/src/ATen/ThreadLocalState.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:58.8868866Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:58.8869598Z Compiling aten/src/ATen/native/Im2Col.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:58.8870624Z Compiling aten/src/ATen/native/WeightNorm.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:58.8871522Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:58.8872104Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:59.1309408Z 2024-04-03T16:22:59.1310026Z  2024-04-03T16:22:59.1310618Z  2024-04-03T16:22:59.1311144Z  2024-04-03T16:22:59.1311505Z  2024-04-03T16:22:59.1311761Z  2024-04-03T16:22:59.1312005Z  2024-04-03T16:22:59.1312235Z  2024-04-03T16:22:59.1312477Z  2024-04-03T16:22:59.1313184Z [3,328 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:59.1314063Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:59.1314542Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:59.1315236Z Compiling aten/src/ATen/ThreadLocalState.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:59.1315914Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:59.1618829Z Compiling aten/src/ATen/native/Im2Col.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:59.1620653Z Compiling aten/src/ATen/native/WeightNorm.cpp; 4s processwrapper-sandbox 2024-04-03T16:22:59.1632054Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:59.1632967Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:22:59.7172722Z 2024-04-03T16:22:59.7173372Z  2024-04-03T16:22:59.7174234Z  2024-04-03T16:22:59.7174622Z  2024-04-03T16:22:59.7175020Z  2024-04-03T16:22:59.7175400Z  2024-04-03T16:22:59.7175803Z  2024-04-03T16:22:59.7176179Z  2024-04-03T16:22:59.7176562Z  2024-04-03T16:22:59.7177599Z [3,329 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:22:59.7178734Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:59.7179739Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:59.7180863Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:59.7181881Z Compiling aten/src/ATen/native/Im2Col.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:59.7215240Z Compiling aten/src/ATen/native/WeightNorm.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:59.7216695Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:59.7217424Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:59.7218142Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:22:59.9627203Z 2024-04-03T16:22:59.9627758Z  2024-04-03T16:22:59.9628111Z  2024-04-03T16:22:59.9628439Z  2024-04-03T16:22:59.9628695Z  2024-04-03T16:22:59.9628930Z  2024-04-03T16:22:59.9629176Z  2024-04-03T16:22:59.9629419Z  2024-04-03T16:22:59.9629651Z  2024-04-03T16:22:59.9630357Z [3,329 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:22:59.9631143Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:22:59.9631835Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:59.9632542Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:22:59.9633214Z Compiling aten/src/ATen/native/Im2Col.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:59.9634087Z Compiling aten/src/ATen/native/WeightNorm.cpp; 5s processwrapper-sandbox 2024-04-03T16:22:59.9634863Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:22:59.9653549Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:22:59.9654221Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:00.1906499Z 2024-04-03T16:23:00.1907174Z  2024-04-03T16:23:00.1907502Z  2024-04-03T16:23:00.1907748Z  2024-04-03T16:23:00.1908047Z  2024-04-03T16:23:00.1908464Z  2024-04-03T16:23:00.1908898Z  2024-04-03T16:23:00.1909353Z  2024-04-03T16:23:00.1909808Z  2024-04-03T16:23:00.1910954Z [3,330 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:00.1912594Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:00.1913773Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:00.1914603Z Compiling aten/src/ATen/native/Im2Col.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:00.1916171Z Compiling aten/src/ATen/native/WeightNorm.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:00.1917099Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:00.1917712Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:00.1918410Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:00.1919323Z Compiling aten/src/ATen/core/type.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:23:00.5660338Z 2024-04-03T16:23:00.5661036Z  2024-04-03T16:23:00.5661567Z  2024-04-03T16:23:00.5661956Z  2024-04-03T16:23:00.5662438Z  2024-04-03T16:23:00.5662886Z  2024-04-03T16:23:00.5663337Z  2024-04-03T16:23:00.5663791Z  2024-04-03T16:23:00.5664211Z  2024-04-03T16:23:00.6188243Z [3,330 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:00.6190088Z Compiling aten/src/ATen/ThreadLocalState.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:00.6191108Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:00.6192055Z Compiling aten/src/ATen/native/Im2Col.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:00.6193777Z Compiling aten/src/ATen/native/WeightNorm.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:00.6194974Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:00.6195710Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:00.6196466Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:00.6197505Z Compiling aten/src/ATen/core/type.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:23:00.7701928Z 2024-04-03T16:23:00.7702678Z  2024-04-03T16:23:00.7703289Z  2024-04-03T16:23:00.7703571Z  2024-04-03T16:23:00.7703807Z  2024-04-03T16:23:00.7704056Z  2024-04-03T16:23:00.7704390Z  2024-04-03T16:23:00.7704653Z  2024-04-03T16:23:00.7704913Z  2024-04-03T16:23:00.7706884Z [3,332 / 3,412] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2024-04-03T16:23:00.7709027Z Compiling aten/src/ATen/native/Im2Col.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:00.7710097Z Compiling aten/src/ATen/native/WeightNorm.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:00.7711335Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:00.7711801Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:00.7712355Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:00.7713468Z Compiling aten/src/ATen/core/type.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:00.7714964Z Compiling aten/src/ATen/core/blob.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:00.7715702Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:01.0195928Z 2024-04-03T16:23:01.0196558Z  2024-04-03T16:23:01.0198031Z  2024-04-03T16:23:01.0198412Z  2024-04-03T16:23:01.0198746Z  2024-04-03T16:23:01.0199108Z  2024-04-03T16:23:01.0199507Z  2024-04-03T16:23:01.0199778Z  2024-04-03T16:23:01.0200126Z  2024-04-03T16:23:01.0201103Z [3,335 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:01.0201959Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:01.0204119Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:01.0205037Z Compiling aten/src/ATen/core/type.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:01.0206042Z Compiling aten/src/ATen/core/blob.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:01.0206843Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:01.0207378Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:01.0207873Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:01.0208462Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:01.9586644Z 2024-04-03T16:23:01.9587315Z  2024-04-03T16:23:01.9587677Z  2024-04-03T16:23:01.9588096Z  2024-04-03T16:23:01.9588471Z  2024-04-03T16:23:01.9588709Z  2024-04-03T16:23:01.9589100Z  2024-04-03T16:23:01.9589366Z  2024-04-03T16:23:01.9589612Z  2024-04-03T16:23:01.9590455Z [3,336 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:01.9591556Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:01.9592385Z Compiling aten/src/ATen/core/type.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:01.9593341Z Compiling aten/src/ATen/core/blob.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:01.9594069Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:01.9594722Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:01.9595420Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:01.9596339Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:01.9597396Z Compiling aten/src/ATen/core/adaption.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:23:02.2204723Z 2024-04-03T16:23:02.2205423Z  2024-04-03T16:23:02.2205926Z  2024-04-03T16:23:02.2206362Z  2024-04-03T16:23:02.2206786Z  2024-04-03T16:23:02.2207123Z  2024-04-03T16:23:02.2207355Z  2024-04-03T16:23:02.2207665Z  2024-04-03T16:23:02.2208047Z  2024-04-03T16:23:02.2210213Z [3,336 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:02.2211388Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.2212258Z Compiling aten/src/ATen/core/type.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:02.2213194Z Compiling aten/src/ATen/core/blob.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:02.2214057Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.2214638Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:02.2215169Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:02.2216068Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:02.2217697Z Compiling aten/src/ATen/core/adaption.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:23:02.4263602Z 2024-04-03T16:23:02.4264140Z  2024-04-03T16:23:02.4264530Z  2024-04-03T16:23:02.4264853Z  2024-04-03T16:23:02.4265106Z  2024-04-03T16:23:02.4265342Z  2024-04-03T16:23:02.4265736Z  2024-04-03T16:23:02.4266089Z  2024-04-03T16:23:02.4266341Z  2024-04-03T16:23:02.4267369Z [3,337 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:02.4268364Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.4269117Z Compiling aten/src/ATen/core/blob.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:02.4269831Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.4270532Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.4271095Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.4272097Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:02.4273227Z Compiling aten/src/ATen/core/adaption.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:02.4274121Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:23:02.8206677Z 2024-04-03T16:23:02.8207476Z  2024-04-03T16:23:02.8208168Z  2024-04-03T16:23:02.8697729Z  2024-04-03T16:23:02.8698185Z  2024-04-03T16:23:02.8698630Z  2024-04-03T16:23:02.8699061Z  2024-04-03T16:23:02.8699503Z  2024-04-03T16:23:02.8699944Z  2024-04-03T16:23:02.8701113Z [3,339 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:02.8702363Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.8703210Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.8704065Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:02.8705427Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:02.8706982Z Compiling aten/src/ATen/core/adaption.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:02.8708073Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:02.8708866Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:23:02.8710145Z Compiling aten/src/ATen/MemoryOverlap.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:23:03.3383613Z 2024-04-03T16:23:03.3384310Z  2024-04-03T16:23:03.3384641Z  2024-04-03T16:23:03.3384911Z  2024-04-03T16:23:03.3385161Z  2024-04-03T16:23:03.3385407Z  2024-04-03T16:23:03.3385637Z  2024-04-03T16:23:03.3385882Z  2024-04-03T16:23:03.3386116Z  2024-04-03T16:23:03.3386821Z [3,340 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:03.3387608Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:03.3388085Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:03.3388787Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:03.3391531Z Compiling aten/src/ATen/core/adaption.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:03.3392487Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.3392949Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.3393865Z Compiling aten/src/ATen/MemoryOverlap.cpp; 2s processwrapper-sandbox 2024-04-03T16:23:03.3395723Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:23:03.5428863Z 2024-04-03T16:23:03.5429494Z  2024-04-03T16:23:03.5429864Z  2024-04-03T16:23:03.5430107Z  2024-04-03T16:23:03.5430357Z  2024-04-03T16:23:03.5430603Z  2024-04-03T16:23:03.5430833Z  2024-04-03T16:23:03.5431078Z  2024-04-03T16:23:03.5431321Z  2024-04-03T16:23:03.5432011Z [3,341 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:03.5432802Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:03.5433279Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:03.5433950Z Compiling aten/src/ATen/core/adaption.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:03.5596285Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.5597028Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.5597890Z Compiling aten/src/ATen/MemoryOverlap.cpp; 2s processwrapper-sandbox 2024-04-03T16:23:03.5598652Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:23:03.5599249Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:23:03.9801922Z 2024-04-03T16:23:03.9802882Z  2024-04-03T16:23:03.9803385Z  2024-04-03T16:23:03.9803822Z  2024-04-03T16:23:03.9804247Z  2024-04-03T16:23:03.9804877Z  2024-04-03T16:23:03.9805298Z  2024-04-03T16:23:03.9805713Z  2024-04-03T16:23:03.9806118Z  2024-04-03T16:23:03.9807305Z [3,342 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:03.9808719Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:03.9809866Z Compiling aten/src/ATen/core/adaption.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:03.9811013Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:03.9811820Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.9812992Z Compiling aten/src/ATen/MemoryOverlap.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:03.9815251Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.9816096Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:03.9816966Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:04.2710049Z 2024-04-03T16:23:04.2711948Z  2024-04-03T16:23:04.2712295Z  2024-04-03T16:23:04.2712553Z  2024-04-03T16:23:04.2712808Z  2024-04-03T16:23:04.2713054Z  2024-04-03T16:23:04.2713286Z  2024-04-03T16:23:04.2713532Z  2024-04-03T16:23:04.2713779Z  2024-04-03T16:23:04.2714472Z [3,342 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:04.2715283Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:04.2716052Z Compiling aten/src/ATen/core/adaption.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:04.2716709Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:04.2717183Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:04.2717850Z Compiling aten/src/ATen/MemoryOverlap.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:04.2718519Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:04.2718985Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:04.2719464Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:04.6712978Z 2024-04-03T16:23:04.6713894Z  2024-04-03T16:23:04.6714373Z  2024-04-03T16:23:04.6714632Z  2024-04-03T16:23:04.6714903Z  2024-04-03T16:23:04.6715140Z  2024-04-03T16:23:04.6715385Z  2024-04-03T16:23:04.6715631Z  2024-04-03T16:23:04.6715863Z  2024-04-03T16:23:04.7135375Z [3,343 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:04.7136874Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:04.7137570Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:04.7138278Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:04.7139166Z Compiling aten/src/ATen/MemoryOverlap.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:04.7140655Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:04.7141261Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:04.7141868Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:04.7142432Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:05.0171525Z 2024-04-03T16:23:05.0172518Z  2024-04-03T16:23:05.0173139Z  2024-04-03T16:23:05.0173692Z  2024-04-03T16:23:05.0174631Z  2024-04-03T16:23:05.0175097Z  2024-04-03T16:23:05.0175504Z  2024-04-03T16:23:05.0175862Z  2024-04-03T16:23:05.0176226Z  2024-04-03T16:23:05.0177354Z [3,344 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:05.0179131Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:05.0179658Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.0180349Z Compiling aten/src/ATen/MemoryOverlap.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:05.0181291Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.0181926Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.0182461Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.0182990Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.0183523Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:05.3145073Z 2024-04-03T16:23:05.3145883Z  2024-04-03T16:23:05.3146454Z  2024-04-03T16:23:05.3146795Z  2024-04-03T16:23:05.3147045Z  2024-04-03T16:23:05.3147279Z  2024-04-03T16:23:05.3147527Z  2024-04-03T16:23:05.3147773Z  2024-04-03T16:23:05.3148002Z  2024-04-03T16:23:05.3148721Z [3,344 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:05.3149528Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:05.3150042Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:05.3150719Z Compiling aten/src/ATen/MemoryOverlap.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:05.3152762Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.3153297Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.3153878Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.3154349Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.3154984Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:05.7120431Z 2024-04-03T16:23:05.7121260Z  2024-04-03T16:23:05.7121669Z  2024-04-03T16:23:05.7121914Z  2024-04-03T16:23:05.7122168Z  2024-04-03T16:23:05.7122435Z  2024-04-03T16:23:05.7122669Z  2024-04-03T16:23:05.7122916Z  2024-04-03T16:23:05.7123163Z  2024-04-03T16:23:05.7123876Z [3,345 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:05.7124846Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:05.7125532Z Compiling aten/src/ATen/MemoryOverlap.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:05.7126185Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.7126675Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.7127141Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.7127587Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.7128049Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:05.7128528Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:05.9147825Z 2024-04-03T16:23:05.9148526Z  2024-04-03T16:23:05.9149108Z  2024-04-03T16:23:05.9149498Z  2024-04-03T16:23:05.9149740Z  2024-04-03T16:23:05.9149992Z  2024-04-03T16:23:05.9150240Z  2024-04-03T16:23:05.9150474Z  2024-04-03T16:23:05.9150722Z  2024-04-03T16:23:05.9889763Z [3,347 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:05.9891059Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:05.9891780Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:05.9892512Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.9893959Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:05.9894425Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:05.9895191Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:05.9895975Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:05.9896449Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:06.2575027Z 2024-04-03T16:23:06.2576003Z  2024-04-03T16:23:06.2576524Z  2024-04-03T16:23:06.2576936Z  2024-04-03T16:23:06.2577334Z  2024-04-03T16:23:06.2577743Z  2024-04-03T16:23:06.2578141Z  2024-04-03T16:23:06.2578525Z  2024-04-03T16:23:06.2578959Z  2024-04-03T16:23:06.2580763Z INFO: From Compiling aten/src/ATen/native/TensorFactories.cpp: 2024-04-03T16:23:06.2582684Z aten/src/ATen/native/TensorFactories.cpp:371: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:23:06.2584114Z 371 | #pragma clang diagnostic push 2024-04-03T16:23:06.2584761Z | 2024-04-03T16:23:06.2586051Z aten/src/ATen/native/TensorFactories.cpp:372: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:23:06.2587757Z 372 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:23:06.2588599Z | 2024-04-03T16:23:06.2589885Z aten/src/ATen/native/TensorFactories.cpp:374: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:23:06.2591321Z 374 | #pragma clang diagnostic pop 2024-04-03T16:23:06.2591938Z | 2024-04-03T16:23:06.2592966Z [3,347 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:06.2594210Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:06.2594988Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:06.2595722Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:06.2596602Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:06.2597385Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:06.2599501Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:06.2600625Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:06.2601418Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:06.5897530Z 2024-04-03T16:23:06.5898110Z  2024-04-03T16:23:06.5898608Z  2024-04-03T16:23:06.5899129Z  2024-04-03T16:23:06.5899389Z  2024-04-03T16:23:06.5899624Z  2024-04-03T16:23:06.5899872Z  2024-04-03T16:23:06.5900115Z  2024-04-03T16:23:06.5900343Z  2024-04-03T16:23:06.5901062Z [3,349 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:06.5901851Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:06.5902323Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:06.5902790Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:06.5903476Z Compiling aten/src/ATen/core/custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:06.5904151Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:06.5904611Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:06.5905073Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:06.5905533Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:07.2229213Z 2024-04-03T16:23:07.2230095Z  2024-04-03T16:23:07.2230597Z  2024-04-03T16:23:07.2230971Z  2024-04-03T16:23:07.2231309Z  2024-04-03T16:23:07.2231647Z  2024-04-03T16:23:07.2232001Z  2024-04-03T16:23:07.2232464Z  2024-04-03T16:23:07.2232858Z  2024-04-03T16:23:07.2235458Z [3,350 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:07.2237107Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:07.2237976Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:07.2239192Z Compiling aten/src/ATen/core/custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:07.2240446Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:07.2242313Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:07.2242959Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:07.2243624Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:07.2244561Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:07.4471742Z 2024-04-03T16:23:07.4472466Z  2024-04-03T16:23:07.4472937Z  2024-04-03T16:23:07.4473282Z  2024-04-03T16:23:07.4473623Z  2024-04-03T16:23:07.4473920Z  2024-04-03T16:23:07.4474320Z  2024-04-03T16:23:07.4474675Z  2024-04-03T16:23:07.4474919Z  2024-04-03T16:23:07.4475878Z [3,350 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:07.4477791Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:07.4478311Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:23:07.4479124Z Compiling aten/src/ATen/core/custom_class.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:07.4479924Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:07.4480488Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:07.4480952Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:07.4481496Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:07.4482142Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:08.2619479Z 2024-04-03T16:23:08.2621610Z  2024-04-03T16:23:08.2622197Z  2024-04-03T16:23:08.2622665Z  2024-04-03T16:23:08.2623125Z  2024-04-03T16:23:08.2623589Z  2024-04-03T16:23:08.2623996Z  2024-04-03T16:23:08.2624465Z  2024-04-03T16:23:08.2624913Z  2024-04-03T16:23:08.2626097Z [3,351 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:08.2627549Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:08.2628408Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:08.2629272Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:08.2631020Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:08.2631899Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:08.2632742Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:08.2633574Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:08.2634750Z Compiling aten/src/ATen/vulkan/Context.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:23:08.6478085Z 2024-04-03T16:23:08.6478609Z  2024-04-03T16:23:08.6478926Z  2024-04-03T16:23:08.6479179Z  2024-04-03T16:23:08.6479428Z  2024-04-03T16:23:08.6479672Z  2024-04-03T16:23:08.6479901Z  2024-04-03T16:23:08.6480146Z  2024-04-03T16:23:08.6480386Z  2024-04-03T16:23:08.6481086Z [3,353 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:08.6481880Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:08.6482356Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:23:08.6482806Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:08.6483276Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:08.6483739Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:08.6484580Z Compiling aten/src/ATen/vulkan/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:08.6485234Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:08.6485714Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:23:08.9103763Z 2024-04-03T16:23:08.9104498Z  2024-04-03T16:23:08.9105168Z  2024-04-03T16:23:08.9105527Z  2024-04-03T16:23:08.9105869Z  2024-04-03T16:23:08.9106203Z  2024-04-03T16:23:08.9106534Z  2024-04-03T16:23:08.9107003Z  2024-04-03T16:23:08.9108575Z  2024-04-03T16:23:08.9109777Z [3,354 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:08.9111190Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:23:08.9112055Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:23:08.9112889Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:08.9114451Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:08.9115632Z Compiling aten/src/ATen/vulkan/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:08.9116781Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:08.9117873Z Compiling aten/src/ATen/native/CPUFallback.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:08.9118957Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:09.2616084Z 2024-04-03T16:23:09.2616686Z  2024-04-03T16:23:09.2616993Z  2024-04-03T16:23:09.2617365Z  2024-04-03T16:23:09.2617615Z  2024-04-03T16:23:09.2617847Z  2024-04-03T16:23:09.2618095Z  2024-04-03T16:23:09.2618395Z  2024-04-03T16:23:09.2618626Z  2024-04-03T16:23:09.2625559Z [3,354 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:09.2626547Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:23:09.2627010Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:23:09.2627520Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:09.2628037Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:09.2628743Z Compiling aten/src/ATen/vulkan/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:09.2629590Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:09.2630334Z Compiling aten/src/ATen/native/CPUFallback.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:09.2631211Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:23:09.4628388Z 2024-04-03T16:23:09.4629095Z  2024-04-03T16:23:09.4629605Z  2024-04-03T16:23:09.4630075Z  2024-04-03T16:23:09.4630532Z  2024-04-03T16:23:09.4630795Z  2024-04-03T16:23:09.4631037Z  2024-04-03T16:23:09.4631272Z  2024-04-03T16:23:09.4631517Z  2024-04-03T16:23:09.4632217Z [3,356 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:09.4632993Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:23:09.4634946Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:09.4635618Z Compiling aten/src/ATen/vulkan/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:09.4636269Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:09.4636969Z Compiling aten/src/ATen/native/CPUFallback.cpp; 3s processwrapper-sandbox 2024-04-03T16:23:09.4637748Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:09.4638207Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:09.4638725Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:23:09.7911915Z 2024-04-03T16:23:09.7912662Z  2024-04-03T16:23:09.7913027Z  2024-04-03T16:23:09.7913506Z  2024-04-03T16:23:09.7913982Z  2024-04-03T16:23:09.7914241Z  2024-04-03T16:23:09.7914607Z  2024-04-03T16:23:09.7914939Z  2024-04-03T16:23:09.7915289Z  2024-04-03T16:23:09.7916201Z [3,358 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:09.7917218Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:23:09.7917788Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:09.7918701Z Compiling aten/src/ATen/native/CPUFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:09.7919596Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:09.7920130Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:23:09.7920743Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:23:09.7921483Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:23:09.7922235Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:10.0633887Z 2024-04-03T16:23:10.1091112Z  2024-04-03T16:23:10.1091966Z  2024-04-03T16:23:10.1092356Z  2024-04-03T16:23:10.1092700Z  2024-04-03T16:23:10.1093037Z  2024-04-03T16:23:10.1093400Z  2024-04-03T16:23:10.1093734Z  2024-04-03T16:23:10.1094087Z  2024-04-03T16:23:10.1095100Z [3,358 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:10.1096491Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:23:10.1097164Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:10.1098062Z Compiling aten/src/ATen/native/CPUFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:10.1099021Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:10.1099598Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:10.1100190Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:23:10.1100792Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:23:10.1101520Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:10.7177664Z 2024-04-03T16:23:10.7178201Z  2024-04-03T16:23:10.7303771Z  2024-04-03T16:23:10.7304551Z  2024-04-03T16:23:10.7304865Z  2024-04-03T16:23:10.7305133Z  2024-04-03T16:23:10.7305544Z  2024-04-03T16:23:10.7305955Z  2024-04-03T16:23:10.7306313Z  2024-04-03T16:23:10.7307192Z [3,359 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:10.7308127Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:10.7309042Z Compiling aten/src/ATen/native/CPUFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:23:10.7309959Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:10.7310559Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:23:10.7311174Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:23:10.7312061Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:23:10.7312776Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:10.7313384Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:11.1099321Z 2024-04-03T16:23:11.1099873Z  2024-04-03T16:23:11.1100196Z  2024-04-03T16:23:11.1100474Z  2024-04-03T16:23:11.1100712Z  2024-04-03T16:23:11.1100984Z  2024-04-03T16:23:11.1101227Z  2024-04-03T16:23:11.1710489Z  2024-04-03T16:23:11.1710908Z  2024-04-03T16:23:11.1712010Z [3,360 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:11.1713455Z Compiling aten/src/ATen/native/CPUFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:11.1714440Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.1715159Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.1715887Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:23:11.1716702Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:23:11.1717459Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.1718204Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:11.1719102Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:11.3716229Z 2024-04-03T16:23:11.3716729Z  2024-04-03T16:23:11.3717060Z  2024-04-03T16:23:11.3717377Z  2024-04-03T16:23:11.3717635Z  2024-04-03T16:23:11.3717884Z  2024-04-03T16:23:11.3718138Z  2024-04-03T16:23:11.3718457Z  2024-04-03T16:23:11.3718691Z  2024-04-03T16:23:11.3719393Z [3,361 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:11.3720423Z Compiling aten/src/ATen/native/CPUFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:11.3721127Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.3721587Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.3722097Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:23:11.3722619Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:11.3723078Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.3725521Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:11.3726431Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:11.5268623Z 2024-04-03T16:23:11.5269444Z  2024-04-03T16:23:11.5269942Z  2024-04-03T16:23:11.5270388Z  2024-04-03T16:23:11.5270737Z  2024-04-03T16:23:11.5272084Z  2024-04-03T16:23:11.5272475Z  2024-04-03T16:23:11.5272851Z  2024-04-03T16:23:11.5273224Z  2024-04-03T16:23:11.5274175Z INFO: From Compiling aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: 2024-04-03T16:23:11.5276005Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:8: 2024-04-03T16:23:11.5277912Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:23:11.5280419Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:38:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-04-03T16:23:11.5283564Z 38 | [=](at::vec::Vectorized self, at::vec::Vectorized other) { return ufunc::add(self, other, _v_alpha); } 2024-04-03T16:23:11.5285466Z | ^ 2024-04-03T16:23:11.5286606Z [3,361 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:11.5287833Z Compiling aten/src/ATen/native/CPUFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:23:11.5288527Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.5289001Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.5289659Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:23:11.5290464Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:11.5291213Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.5291983Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.5292754Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:11.7720568Z 2024-04-03T16:23:11.7721427Z  2024-04-03T16:23:11.7721828Z  2024-04-03T16:23:11.7722093Z  2024-04-03T16:23:11.7722386Z  2024-04-03T16:23:11.7722654Z  2024-04-03T16:23:11.7722895Z  2024-04-03T16:23:11.7723188Z  2024-04-03T16:23:11.7723436Z  2024-04-03T16:23:11.7724187Z [3,363 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:11.8063240Z Compiling aten/src/ATen/native/CPUFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:11.8064075Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:23:11.8064578Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:11.8065133Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.8065620Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.8066188Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:11.8066743Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:11.8067215Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:12.4161247Z 2024-04-03T16:23:12.4161974Z  2024-04-03T16:23:12.4162500Z  2024-04-03T16:23:12.4162957Z  2024-04-03T16:23:12.4163436Z  2024-04-03T16:23:12.4163878Z  2024-04-03T16:23:12.4164500Z  2024-04-03T16:23:12.4164953Z  2024-04-03T16:23:12.4165386Z  2024-04-03T16:23:12.4166667Z [3,364 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:12.4168215Z Compiling aten/src/ATen/native/CPUFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:23:12.4169295Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:12.4170132Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:12.4170970Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.4171804Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.4172638Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.4173432Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.4174963Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:12.8075860Z 2024-04-03T16:23:12.8076895Z  2024-04-03T16:23:12.8077335Z  2024-04-03T16:23:12.8077756Z  2024-04-03T16:23:12.8078193Z  2024-04-03T16:23:12.8078498Z  2024-04-03T16:23:12.8078778Z  2024-04-03T16:23:12.8079251Z  2024-04-03T16:23:12.8080544Z  2024-04-03T16:23:12.8081483Z [3,365 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:12.8082621Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:12.8083229Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:12.8083936Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:12.8084856Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:12.8085522Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.8086219Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.8086969Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:12.8087735Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:13.4402672Z 2024-04-03T16:23:13.4403900Z  2024-04-03T16:23:13.4404608Z  2024-04-03T16:23:13.4405029Z  2024-04-03T16:23:13.4405460Z  2024-04-03T16:23:13.4405878Z  2024-04-03T16:23:13.4406297Z  2024-04-03T16:23:13.4406716Z  2024-04-03T16:23:13.4407166Z  2024-04-03T16:23:13.4408383Z [3,366 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:13.4409749Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:13.4410590Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.4411399Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.4412205Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.4413060Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.4413866Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:13.4414682Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:13.4415565Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:13.8080140Z 2024-04-03T16:23:13.8081000Z  2024-04-03T16:23:13.8081453Z  2024-04-03T16:23:13.8081713Z  2024-04-03T16:23:13.8081960Z  2024-04-03T16:23:13.8082191Z  2024-04-03T16:23:13.8082435Z  2024-04-03T16:23:13.8082677Z  2024-04-03T16:23:13.8544533Z  2024-04-03T16:23:13.8545503Z [3,366 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:13.8546573Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:13.8547259Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:13.8547961Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:13.8548668Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.8549344Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.8550041Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.8550684Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:13.8551394Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:23:14.0424126Z 2024-04-03T16:23:14.0425229Z  2024-04-03T16:23:14.0425798Z  2024-04-03T16:23:14.0426262Z  2024-04-03T16:23:14.0426719Z  2024-04-03T16:23:14.0427183Z  2024-04-03T16:23:14.0427608Z  2024-04-03T16:23:14.0428032Z  2024-04-03T16:23:14.0428510Z  2024-04-03T16:23:14.0429791Z [3,367 / 3,412] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:14.0431262Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.0432173Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.0432965Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.0433459Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.0433922Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.0434376Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.0434844Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.0435512Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:14.2552706Z 2024-04-03T16:23:14.2553481Z  2024-04-03T16:23:14.2554064Z  2024-04-03T16:23:14.2554362Z  2024-04-03T16:23:14.2554608Z  2024-04-03T16:23:14.2554839Z  2024-04-03T16:23:14.2555083Z  2024-04-03T16:23:14.2555314Z  2024-04-03T16:23:14.2716680Z  2024-04-03T16:23:14.2717680Z [3,367 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:14.2718836Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.2719695Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.2720431Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.2721157Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.2721792Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.2722447Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.2723137Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.2723908Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:14.4725755Z 2024-04-03T16:23:14.4726643Z  2024-04-03T16:23:14.4727175Z  2024-04-03T16:23:14.4727594Z  2024-04-03T16:23:14.4728021Z  2024-04-03T16:23:14.4728418Z  2024-04-03T16:23:14.4728804Z  2024-04-03T16:23:14.4729154Z  2024-04-03T16:23:14.4729545Z  2024-04-03T16:23:14.4730698Z [3,368 / 3,412] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T16:23:14.4731924Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:14.4732653Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:14.4733424Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.4734164Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.4734905Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.4735642Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.4736368Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:14.4737113Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:14.8726141Z 2024-04-03T16:23:14.8726644Z  2024-04-03T16:23:14.8726974Z  2024-04-03T16:23:14.8727319Z  2024-04-03T16:23:14.8727552Z  2024-04-03T16:23:14.8727823Z  2024-04-03T16:23:14.8728123Z  2024-04-03T16:23:14.8728352Z  2024-04-03T16:23:14.8867645Z  2024-04-03T16:23:14.8868627Z [3,370 / 3,412] 3 / 26 tests; 13 actions running; last test: ...til_base_tests 2024-04-03T16:23:14.8869676Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:14.8870343Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:14.8871067Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.8871799Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:14.8872580Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:14.8873270Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:14.8873890Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:14.8874563Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:15.0874733Z 2024-04-03T16:23:15.0875614Z  2024-04-03T16:23:15.0876109Z  2024-04-03T16:23:15.0876545Z  2024-04-03T16:23:15.0876947Z  2024-04-03T16:23:15.0877349Z  2024-04-03T16:23:15.0877741Z  2024-04-03T16:23:15.0878143Z  2024-04-03T16:23:15.0878579Z  2024-04-03T16:23:15.0879809Z [3,371 / 3,412] 3 / 26 tests; 12 actions running; last test: ...til_base_tests 2024-04-03T16:23:15.0881145Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.0881932Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.0882708Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:15.0883466Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:15.0884252Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.0885218Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:15.0885993Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:15.0887032Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:23:15.2878230Z 2024-04-03T16:23:15.2879080Z  2024-04-03T16:23:15.2879551Z  2024-04-03T16:23:15.2880061Z  2024-04-03T16:23:15.2880432Z  2024-04-03T16:23:15.2880771Z  2024-04-03T16:23:15.2881131Z  2024-04-03T16:23:15.2881519Z  2024-04-03T16:23:15.2882048Z  2024-04-03T16:23:15.2883127Z [3,372 / 3,412] 3 / 26 tests; 11 actions running; last test: ...til_base_tests 2024-04-03T16:23:15.2884536Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.2885315Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.2886100Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:15.2886862Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:15.2887612Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.2888411Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.2889181Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:15.2889975Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:15.6884991Z 2024-04-03T16:23:15.6886023Z  2024-04-03T16:23:15.6886514Z  2024-04-03T16:23:15.6886942Z  2024-04-03T16:23:15.6887320Z  2024-04-03T16:23:15.6887716Z  2024-04-03T16:23:15.6888101Z  2024-04-03T16:23:15.6888496Z  2024-04-03T16:23:15.6888917Z  2024-04-03T16:23:15.6890008Z [3,374 / 3,412] 3 / 26 tests; 9 actions running; last test: ...util_base_tests 2024-04-03T16:23:15.6891288Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:23:15.6892058Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.6892814Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:15.6893554Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.6894314Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.6895069Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.6895885Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:23:15.6896772Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:23:15.8887395Z 2024-04-03T16:23:15.8888066Z  2024-04-03T16:23:15.8888560Z  2024-04-03T16:23:15.8888946Z  2024-04-03T16:23:15.8889304Z  2024-04-03T16:23:15.8889652Z  2024-04-03T16:23:15.8889994Z  2024-04-03T16:23:15.8890342Z  2024-04-03T16:23:15.8902000Z  2024-04-03T16:23:15.8903201Z [3,375 / 3,412] 3 / 26 tests; 8 actions running; last test: ...util_base_tests 2024-04-03T16:23:15.8904480Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.8905156Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:15.8905916Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:15.8906688Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.8907472Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:15.8908230Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:23:15.8909093Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:15.8909905Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:23:16.2891685Z 2024-04-03T16:23:16.2892372Z  2024-04-03T16:23:16.2892842Z  2024-04-03T16:23:16.2893272Z  2024-04-03T16:23:16.2893683Z  2024-04-03T16:23:16.2894102Z  2024-04-03T16:23:16.2894532Z  2024-04-03T16:23:16.2894949Z  2024-04-03T16:23:16.2895350Z  2024-04-03T16:23:16.2896404Z [3,376 / 3,412] 3 / 26 tests; 7 actions running; last test: ...util_base_tests 2024-04-03T16:23:16.2897742Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:23:16.2898560Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:16.2899275Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:16.2899977Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:23:16.2900786Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:23:16.2901702Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:16.2902488Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:16.6894921Z 2024-04-03T16:23:16.6895838Z  2024-04-03T16:23:16.6896344Z  2024-04-03T16:23:16.6896818Z  2024-04-03T16:23:16.6897235Z  2024-04-03T16:23:16.6897642Z  2024-04-03T16:23:16.6898033Z  2024-04-03T16:23:16.6898402Z  2024-04-03T16:23:16.6899402Z [3,378 / 3,412] 3 / 26 tests; 5 actions running; last test: ...util_base_tests 2024-04-03T16:23:16.6900943Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:16.6901782Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:16.6902552Z Linking libaten.so; 4s processwrapper-sandbox 2024-04-03T16:23:16.6903302Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:16.6904016Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:16.8896284Z 2024-04-03T16:23:16.8896844Z  2024-04-03T16:23:16.8897401Z  2024-04-03T16:23:16.8897772Z  2024-04-03T16:23:16.8898035Z  2024-04-03T16:23:16.8898279Z  2024-04-03T16:23:16.9179448Z [3,381 / 3,412] 3 / 26 tests; 3 actions running; last test: ...util_base_tests 2024-04-03T16:23:16.9180526Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:23:16.9181021Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:16.9181484Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:23:17.1186333Z 2024-04-03T16:23:17.1186972Z  2024-04-03T16:23:17.1187293Z  2024-04-03T16:23:17.1187534Z  2024-04-03T16:23:17.1188263Z [3,383 / 3,412] 3 / 26 tests; 1 action; last test: //c10/test:util_base_tests 2024-04-03T16:23:17.1189120Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:23:17.3207492Z 2024-04-03T16:23:17.3208138Z  2024-04-03T16:23:17.3208920Z [3,384 / 3,412] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2024-04-03T16:23:17.3209812Z Linking libtorch.so; 0s processwrapper-sandbox 2024-04-03T16:23:17.3210399Z Linking jit_tests; 0s processwrapper-sandbox 2024-04-03T16:23:18.5192967Z 2024-04-03T16:23:18.5193672Z  2024-04-03T16:23:18.5194159Z  2024-04-03T16:23:18.5195328Z [3,384 / 3,412] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2024-04-03T16:23:18.5196802Z Linking libtorch.so; 1s processwrapper-sandbox 2024-04-03T16:23:18.5198029Z Linking jit_tests; 1s processwrapper-sandbox 2024-04-03T16:23:19.5197579Z 2024-04-03T16:23:19.5198157Z  2024-04-03T16:23:19.5198507Z  2024-04-03T16:23:19.5199300Z [3,384 / 3,412] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2024-04-03T16:23:19.5200233Z Linking libtorch.so; 2s processwrapper-sandbox 2024-04-03T16:23:19.5200827Z Linking jit_tests; 2s processwrapper-sandbox 2024-04-03T16:23:20.7202891Z 2024-04-03T16:23:20.7203428Z  2024-04-03T16:23:20.7203759Z  2024-04-03T16:23:20.7204648Z [3,384 / 3,412] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2024-04-03T16:23:20.7205502Z Linking libtorch.so; 3s processwrapper-sandbox 2024-04-03T16:23:20.7206098Z Linking jit_tests; 3s processwrapper-sandbox 2024-04-03T16:23:21.7207325Z 2024-04-03T16:23:21.7207933Z  2024-04-03T16:23:21.7208247Z  2024-04-03T16:23:21.7208971Z [3,384 / 3,412] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2024-04-03T16:23:21.7209833Z Linking libtorch.so; 4s processwrapper-sandbox 2024-04-03T16:23:21.7210420Z Linking jit_tests; 4s processwrapper-sandbox 2024-04-03T16:23:22.3356672Z 2024-04-03T16:23:22.3357934Z  2024-04-03T16:23:22.3358455Z  2024-04-03T16:23:22.3359700Z [3,386 / 3,412] 3 / 26 tests; 2 actions, 1 running; last test: ...l_base_tests 2024-04-03T16:23:22.3361331Z Linking jit_tests; 5s processwrapper-sandbox 2024-04-03T16:23:22.3362063Z [Prepa] Linking rnn_test 2024-04-03T16:23:22.7215587Z 2024-04-03T16:23:22.7216835Z  2024-04-03T16:23:22.7217556Z  2024-04-03T16:23:22.7218900Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:22.7220971Z Linking jit_tests; 5s processwrapper-sandbox 2024-04-03T16:23:22.7222793Z Linking autograd_test; 0s processwrapper-sandbox 2024-04-03T16:23:22.7223879Z Linking tensor_test; 0s processwrapper-sandbox 2024-04-03T16:23:22.7224797Z Linking functional_test; 0s processwrapper-sandbox 2024-04-03T16:23:22.7225892Z Linking serialize_test; 0s processwrapper-sandbox 2024-04-03T16:23:22.7227670Z Linking torch_include_test; 0s processwrapper-sandbox 2024-04-03T16:23:22.7229746Z Linking torch_dist_autograd_test; 0s processwrapper-sandbox 2024-04-03T16:23:22.7231399Z Linking expanding_array_test; 0s processwrapper-sandbox ... 2024-04-03T16:23:23.7226780Z 2024-04-03T16:23:23.7227426Z  2024-04-03T16:23:23.7227852Z  2024-04-03T16:23:23.7228222Z  2024-04-03T16:23:23.7228607Z  2024-04-03T16:23:23.7228940Z  2024-04-03T16:23:23.7229546Z  2024-04-03T16:23:23.7229909Z  2024-04-03T16:23:23.7230240Z  2024-04-03T16:23:23.7231272Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:23.7232486Z Linking jit_tests; 6s processwrapper-sandbox 2024-04-03T16:23:23.7233319Z Linking autograd_test; 1s processwrapper-sandbox 2024-04-03T16:23:23.7234196Z Linking tensor_test; 1s processwrapper-sandbox 2024-04-03T16:23:23.7235073Z Linking functional_test; 1s processwrapper-sandbox 2024-04-03T16:23:23.7235946Z Linking serialize_test; 1s processwrapper-sandbox 2024-04-03T16:23:23.7236934Z Linking torch_include_test; 1s processwrapper-sandbox 2024-04-03T16:23:23.7237971Z Linking torch_dist_autograd_test; 1s processwrapper-sandbox 2024-04-03T16:23:23.7239069Z Linking expanding_array_test; 1s processwrapper-sandbox ... 2024-04-03T16:23:24.7231729Z 2024-04-03T16:23:24.7233440Z  2024-04-03T16:23:24.7235148Z  2024-04-03T16:23:24.7239099Z  2024-04-03T16:23:24.7239656Z  2024-04-03T16:23:24.7240146Z  2024-04-03T16:23:24.7240600Z  2024-04-03T16:23:24.7241065Z  2024-04-03T16:23:24.7241532Z  2024-04-03T16:23:24.7242701Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:24.7244419Z Linking jit_tests; 7s processwrapper-sandbox 2024-04-03T16:23:24.7245400Z Linking autograd_test; 2s processwrapper-sandbox 2024-04-03T16:23:24.7246332Z Linking tensor_test; 2s processwrapper-sandbox 2024-04-03T16:23:24.7247262Z Linking functional_test; 2s processwrapper-sandbox 2024-04-03T16:23:24.7248226Z Linking serialize_test; 2s processwrapper-sandbox 2024-04-03T16:23:24.7249213Z Linking torch_include_test; 2s processwrapper-sandbox 2024-04-03T16:23:24.7250291Z Linking torch_dist_autograd_test; 2s processwrapper-sandbox 2024-04-03T16:23:24.7251448Z Linking expanding_array_test; 2s processwrapper-sandbox ... 2024-04-03T16:23:25.9243197Z 2024-04-03T16:23:25.9244129Z  2024-04-03T16:23:25.9244684Z  2024-04-03T16:23:25.9245060Z  2024-04-03T16:23:25.9245406Z  2024-04-03T16:23:25.9245776Z  2024-04-03T16:23:25.9246165Z  2024-04-03T16:23:25.9246511Z  2024-04-03T16:23:25.9246875Z  2024-04-03T16:23:25.9247947Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:25.9249203Z Linking jit_tests; 8s processwrapper-sandbox 2024-04-03T16:23:25.9250103Z Linking autograd_test; 3s processwrapper-sandbox 2024-04-03T16:23:25.9250997Z Linking tensor_test; 3s processwrapper-sandbox 2024-04-03T16:23:25.9251863Z Linking functional_test; 3s processwrapper-sandbox 2024-04-03T16:23:25.9252749Z Linking serialize_test; 3s processwrapper-sandbox 2024-04-03T16:23:25.9254054Z Linking torch_include_test; 3s processwrapper-sandbox 2024-04-03T16:23:25.9255133Z Linking torch_dist_autograd_test; 3s processwrapper-sandbox 2024-04-03T16:23:25.9256277Z Linking expanding_array_test; 3s processwrapper-sandbox ... 2024-04-03T16:23:27.1254960Z 2024-04-03T16:23:27.1255659Z  2024-04-03T16:23:27.1256111Z  2024-04-03T16:23:27.1256739Z  2024-04-03T16:23:27.1257116Z  2024-04-03T16:23:27.1257477Z  2024-04-03T16:23:27.1257855Z  2024-04-03T16:23:27.1258223Z  2024-04-03T16:23:27.1258607Z  2024-04-03T16:23:27.1259684Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:27.1260998Z Linking jit_tests; 9s processwrapper-sandbox 2024-04-03T16:23:27.1261901Z Linking autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:27.1262823Z Linking tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:27.1263759Z Linking functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:27.1264712Z Linking serialize_test; 4s processwrapper-sandbox 2024-04-03T16:23:27.1265831Z Linking torch_include_test; 4s processwrapper-sandbox 2024-04-03T16:23:27.1266921Z Linking torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:27.1268037Z Linking expanding_array_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:28.1259436Z 2024-04-03T16:23:28.1260098Z  2024-04-03T16:23:28.1260542Z  2024-04-03T16:23:28.1260932Z  2024-04-03T16:23:28.1261299Z  2024-04-03T16:23:28.1261644Z  2024-04-03T16:23:28.1262007Z  2024-04-03T16:23:28.1262378Z  2024-04-03T16:23:28.1262718Z  2024-04-03T16:23:28.1263783Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:28.1265025Z Linking jit_tests; 10s processwrapper-sandbox 2024-04-03T16:23:28.1265884Z Linking autograd_test; 5s processwrapper-sandbox 2024-04-03T16:23:28.1266775Z Linking tensor_test; 5s processwrapper-sandbox 2024-04-03T16:23:28.1267672Z Linking functional_test; 5s processwrapper-sandbox 2024-04-03T16:23:28.1268562Z Linking serialize_test; 5s processwrapper-sandbox 2024-04-03T16:23:28.1269494Z Linking torch_include_test; 5s processwrapper-sandbox 2024-04-03T16:23:28.1270511Z Linking torch_dist_autograd_test; 5s processwrapper-sandbox 2024-04-03T16:23:28.1271811Z Linking expanding_array_test; 5s processwrapper-sandbox ... 2024-04-03T16:23:29.1265100Z 2024-04-03T16:23:29.1265751Z  2024-04-03T16:23:29.1266203Z  2024-04-03T16:23:29.1266572Z  2024-04-03T16:23:29.1266957Z  2024-04-03T16:23:29.1267323Z  2024-04-03T16:23:29.1267705Z  2024-04-03T16:23:29.1268044Z  2024-04-03T16:23:29.1268395Z  2024-04-03T16:23:29.1269428Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:29.1270701Z Linking jit_tests; 11s processwrapper-sandbox 2024-04-03T16:23:29.1271635Z Linking autograd_test; 6s processwrapper-sandbox 2024-04-03T16:23:29.1272488Z Linking tensor_test; 6s processwrapper-sandbox 2024-04-03T16:23:29.1273362Z Linking functional_test; 6s processwrapper-sandbox 2024-04-03T16:23:29.1274249Z Linking serialize_test; 6s processwrapper-sandbox 2024-04-03T16:23:29.1275140Z Linking torch_include_test; 6s processwrapper-sandbox 2024-04-03T16:23:29.1276185Z Linking torch_dist_autograd_test; 6s processwrapper-sandbox 2024-04-03T16:23:29.1277266Z Linking expanding_array_test; 6s processwrapper-sandbox ... 2024-04-03T16:23:30.3795320Z 2024-04-03T16:23:30.3796167Z  2024-04-03T16:23:30.3796666Z  2024-04-03T16:23:30.3797041Z  2024-04-03T16:23:30.3797412Z  2024-04-03T16:23:30.3797773Z  2024-04-03T16:23:30.3798121Z  2024-04-03T16:23:30.3798491Z  2024-04-03T16:23:30.3798854Z  2024-04-03T16:23:30.3800104Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:30.3801361Z Linking jit_tests; 13s processwrapper-sandbox 2024-04-03T16:23:30.3802240Z Linking autograd_test; 7s processwrapper-sandbox 2024-04-03T16:23:30.3803110Z Linking tensor_test; 7s processwrapper-sandbox 2024-04-03T16:23:30.3804010Z Linking functional_test; 7s processwrapper-sandbox 2024-04-03T16:23:30.3805398Z Linking serialize_test; 7s processwrapper-sandbox 2024-04-03T16:23:30.3806317Z Linking torch_include_test; 7s processwrapper-sandbox 2024-04-03T16:23:30.3807364Z Linking torch_dist_autograd_test; 7s processwrapper-sandbox 2024-04-03T16:23:30.3808456Z Linking expanding_array_test; 7s processwrapper-sandbox ... 2024-04-03T16:23:31.5273564Z 2024-04-03T16:23:31.5274436Z  2024-04-03T16:23:31.5274767Z  2024-04-03T16:23:31.5275024Z  2024-04-03T16:23:31.5275260Z  2024-04-03T16:23:31.5275508Z  2024-04-03T16:23:31.5275756Z  2024-04-03T16:23:31.5276002Z  2024-04-03T16:23:31.5276260Z  2024-04-03T16:23:31.5277105Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:31.5277942Z Linking jit_tests; 14s processwrapper-sandbox 2024-04-03T16:23:31.5278540Z Linking autograd_test; 9s processwrapper-sandbox 2024-04-03T16:23:31.5279152Z Linking tensor_test; 9s processwrapper-sandbox 2024-04-03T16:23:31.5279738Z Linking functional_test; 9s processwrapper-sandbox 2024-04-03T16:23:31.5280349Z Linking serialize_test; 9s processwrapper-sandbox 2024-04-03T16:23:31.5280974Z Linking torch_include_test; 9s processwrapper-sandbox 2024-04-03T16:23:31.5281634Z Linking torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T16:23:31.5282353Z Linking expanding_array_test; 9s processwrapper-sandbox ... 2024-04-03T16:23:32.5280427Z 2024-04-03T16:23:32.5281167Z  2024-04-03T16:23:32.5281496Z  2024-04-03T16:23:32.5281736Z  2024-04-03T16:23:32.5282006Z  2024-04-03T16:23:32.5282265Z  2024-04-03T16:23:32.5282499Z  2024-04-03T16:23:32.5282758Z  2024-04-03T16:23:32.5282989Z  2024-04-03T16:23:32.5283687Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:32.5284687Z Linking jit_tests; 15s processwrapper-sandbox 2024-04-03T16:23:32.5285457Z Linking autograd_test; 10s processwrapper-sandbox 2024-04-03T16:23:32.5286109Z Linking tensor_test; 10s processwrapper-sandbox 2024-04-03T16:23:32.5286720Z Linking functional_test; 10s processwrapper-sandbox 2024-04-03T16:23:32.5287341Z Linking serialize_test; 10s processwrapper-sandbox 2024-04-03T16:23:32.5287961Z Linking torch_include_test; 10s processwrapper-sandbox 2024-04-03T16:23:32.5288642Z Linking torch_dist_autograd_test; 10s processwrapper-sandbox 2024-04-03T16:23:32.5289363Z Linking expanding_array_test; 10s processwrapper-sandbox ... 2024-04-03T16:23:33.7320846Z 2024-04-03T16:23:33.7321387Z  2024-04-03T16:23:33.7321746Z  2024-04-03T16:23:33.7322009Z  2024-04-03T16:23:33.7322258Z  2024-04-03T16:23:33.7322513Z  2024-04-03T16:23:33.7322752Z  2024-04-03T16:23:33.7322999Z  2024-04-03T16:23:33.7323248Z  2024-04-03T16:23:33.7323936Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:33.7324916Z Linking jit_tests; 16s processwrapper-sandbox 2024-04-03T16:23:33.7325518Z Linking autograd_test; 11s processwrapper-sandbox 2024-04-03T16:23:33.7326194Z Linking tensor_test; 11s processwrapper-sandbox 2024-04-03T16:23:33.7326793Z Linking functional_test; 11s processwrapper-sandbox 2024-04-03T16:23:33.7327412Z Linking serialize_test; 11s processwrapper-sandbox 2024-04-03T16:23:33.7328045Z Linking torch_include_test; 11s processwrapper-sandbox 2024-04-03T16:23:33.7328708Z Linking torch_dist_autograd_test; 11s processwrapper-sandbox 2024-04-03T16:23:33.7329591Z Linking expanding_array_test; 11s processwrapper-sandbox ... 2024-04-03T16:23:34.1290072Z 2024-04-03T16:23:34.1290585Z  2024-04-03T16:23:34.1290915Z  2024-04-03T16:23:34.1291188Z  2024-04-03T16:23:34.1291426Z  2024-04-03T16:23:34.1291673Z  2024-04-03T16:23:34.1291927Z  2024-04-03T16:23:34.1292325Z  2024-04-03T16:23:34.1292569Z  2024-04-03T16:23:34.1293268Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:34.1294093Z Linking jit_tests; 16s processwrapper-sandbox 2024-04-03T16:23:34.1294694Z Linking autograd_test; 11s processwrapper-sandbox 2024-04-03T16:23:34.1295291Z Linking tensor_test; 11s processwrapper-sandbox 2024-04-03T16:23:34.1295883Z Linking functional_test; 11s processwrapper-sandbox 2024-04-03T16:23:34.1296502Z Linking serialize_test; 11s processwrapper-sandbox 2024-04-03T16:23:34.1297141Z Linking torch_include_test; 11s processwrapper-sandbox 2024-04-03T16:23:34.1297877Z Linking torch_dist_autograd_test; 11s processwrapper-sandbox 2024-04-03T16:23:34.1298603Z Linking expanding_array_test; 11s processwrapper-sandbox ... 2024-04-03T16:23:35.3295810Z 2024-04-03T16:23:35.3296538Z  2024-04-03T16:23:35.3296864Z  2024-04-03T16:23:35.3297146Z  2024-04-03T16:23:35.3297389Z  2024-04-03T16:23:35.3297651Z  2024-04-03T16:23:35.3297899Z  2024-04-03T16:23:35.3298132Z  2024-04-03T16:23:35.3298377Z  2024-04-03T16:23:35.3299074Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:35.3299900Z Linking jit_tests; 18s processwrapper-sandbox 2024-04-03T16:23:35.3300501Z Linking autograd_test; 12s processwrapper-sandbox 2024-04-03T16:23:35.3301102Z Linking tensor_test; 12s processwrapper-sandbox 2024-04-03T16:23:35.3301697Z Linking functional_test; 12s processwrapper-sandbox 2024-04-03T16:23:35.3302321Z Linking serialize_test; 12s processwrapper-sandbox 2024-04-03T16:23:35.3302960Z Linking torch_include_test; 12s processwrapper-sandbox 2024-04-03T16:23:35.3303851Z Linking torch_dist_autograd_test; 12s processwrapper-sandbox 2024-04-03T16:23:35.3304608Z Linking expanding_array_test; 12s processwrapper-sandbox ... 2024-04-03T16:23:36.5302889Z 2024-04-03T16:23:36.5303737Z  2024-04-03T16:23:36.5304322Z  2024-04-03T16:23:36.5304792Z  2024-04-03T16:23:36.5305073Z  2024-04-03T16:23:36.5305320Z  2024-04-03T16:23:36.5305556Z  2024-04-03T16:23:36.5305809Z  2024-04-03T16:23:36.5306049Z  2024-04-03T16:23:36.5306736Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:36.5307579Z Linking jit_tests; 19s processwrapper-sandbox 2024-04-03T16:23:36.5308187Z Linking autograd_test; 14s processwrapper-sandbox 2024-04-03T16:23:36.5308783Z Linking tensor_test; 14s processwrapper-sandbox 2024-04-03T16:23:36.5309395Z Linking functional_test; 14s processwrapper-sandbox 2024-04-03T16:23:36.5310011Z Linking serialize_test; 14s processwrapper-sandbox 2024-04-03T16:23:36.5310630Z Linking torch_include_test; 14s processwrapper-sandbox 2024-04-03T16:23:36.5311307Z Linking torch_dist_autograd_test; 14s processwrapper-sandbox 2024-04-03T16:23:36.5312041Z Linking expanding_array_test; 14s processwrapper-sandbox ... 2024-04-03T16:23:37.5308195Z 2024-04-03T16:23:37.5309128Z  2024-04-03T16:23:37.5309631Z  2024-04-03T16:23:37.5309906Z  2024-04-03T16:23:37.5310144Z  2024-04-03T16:23:37.5310397Z  2024-04-03T16:23:37.5310647Z  2024-04-03T16:23:37.5310880Z  2024-04-03T16:23:37.5311129Z  2024-04-03T16:23:37.5311830Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:37.5312654Z Linking jit_tests; 20s processwrapper-sandbox 2024-04-03T16:23:37.5313433Z Linking autograd_test; 15s processwrapper-sandbox 2024-04-03T16:23:37.5314044Z Linking tensor_test; 15s processwrapper-sandbox 2024-04-03T16:23:37.5314640Z Linking functional_test; 15s processwrapper-sandbox 2024-04-03T16:23:37.5315260Z Linking serialize_test; 15s processwrapper-sandbox 2024-04-03T16:23:37.5315967Z Linking torch_include_test; 15s processwrapper-sandbox 2024-04-03T16:23:37.5316639Z Linking torch_dist_autograd_test; 15s processwrapper-sandbox 2024-04-03T16:23:37.5317360Z Linking expanding_array_test; 15s processwrapper-sandbox ... 2024-04-03T16:23:38.7314425Z 2024-04-03T16:23:38.7315175Z  2024-04-03T16:23:38.7315721Z  2024-04-03T16:23:38.7316190Z  2024-04-03T16:23:38.7316444Z  2024-04-03T16:23:38.7316677Z  2024-04-03T16:23:38.7316917Z  2024-04-03T16:23:38.7317157Z  2024-04-03T16:23:38.7317385Z  2024-04-03T16:23:38.7318109Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:38.7319102Z Linking jit_tests; 21s processwrapper-sandbox 2024-04-03T16:23:38.7319694Z Linking autograd_test; 16s processwrapper-sandbox 2024-04-03T16:23:38.7320290Z Linking tensor_test; 16s processwrapper-sandbox 2024-04-03T16:23:38.7320897Z Linking functional_test; 16s processwrapper-sandbox 2024-04-03T16:23:38.7321519Z Linking serialize_test; 16s processwrapper-sandbox 2024-04-03T16:23:38.7322144Z Linking torch_include_test; 16s processwrapper-sandbox 2024-04-03T16:23:38.7322825Z Linking torch_dist_autograd_test; 16s processwrapper-sandbox 2024-04-03T16:23:38.7323531Z Linking expanding_array_test; 16s processwrapper-sandbox ... 2024-04-03T16:23:39.7321913Z 2024-04-03T16:23:39.7322388Z  2024-04-03T16:23:39.7322701Z  2024-04-03T16:23:39.7322969Z  2024-04-03T16:23:39.7323201Z  2024-04-03T16:23:39.7323442Z  2024-04-03T16:23:39.7323673Z  2024-04-03T16:23:39.7323918Z  2024-04-03T16:23:39.7324172Z  2024-04-03T16:23:39.7325023Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:39.7325858Z Linking jit_tests; 22s processwrapper-sandbox 2024-04-03T16:23:39.7326454Z Linking autograd_test; 17s processwrapper-sandbox 2024-04-03T16:23:39.7327210Z Linking tensor_test; 17s processwrapper-sandbox 2024-04-03T16:23:39.7327805Z Linking functional_test; 17s processwrapper-sandbox 2024-04-03T16:23:39.7328428Z Linking serialize_test; 17s processwrapper-sandbox 2024-04-03T16:23:39.7329059Z Linking torch_include_test; 17s processwrapper-sandbox 2024-04-03T16:23:39.7329724Z Linking torch_dist_autograd_test; 17s processwrapper-sandbox 2024-04-03T16:23:39.7330439Z Linking expanding_array_test; 17s processwrapper-sandbox ... 2024-04-03T16:23:40.7327814Z 2024-04-03T16:23:40.7328484Z  2024-04-03T16:23:40.7329140Z  2024-04-03T16:23:40.7329544Z  2024-04-03T16:23:40.7329919Z  2024-04-03T16:23:40.7330279Z  2024-04-03T16:23:40.7330645Z  2024-04-03T16:23:40.7330999Z  2024-04-03T16:23:40.7331354Z  2024-04-03T16:23:40.7332501Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:40.7333742Z Linking jit_tests; 23s processwrapper-sandbox 2024-04-03T16:23:40.7334667Z Linking autograd_test; 18s processwrapper-sandbox 2024-04-03T16:23:40.7335591Z Linking tensor_test; 18s processwrapper-sandbox 2024-04-03T16:23:40.7336515Z Linking functional_test; 18s processwrapper-sandbox 2024-04-03T16:23:40.7337454Z Linking serialize_test; 18s processwrapper-sandbox 2024-04-03T16:23:40.7338405Z Linking torch_include_test; 18s processwrapper-sandbox 2024-04-03T16:23:40.7339485Z Linking torch_dist_autograd_test; 18s processwrapper-sandbox 2024-04-03T16:23:40.7340630Z Linking expanding_array_test; 18s processwrapper-sandbox ... 2024-04-03T16:23:41.9333076Z 2024-04-03T16:23:41.9333735Z  2024-04-03T16:23:41.9334048Z  2024-04-03T16:23:41.9334333Z  2024-04-03T16:23:41.9334577Z  2024-04-03T16:23:41.9334812Z  2024-04-03T16:23:41.9335053Z  2024-04-03T16:23:41.9335297Z  2024-04-03T16:23:41.9335527Z  2024-04-03T16:23:41.9336231Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:41.9337159Z Linking jit_tests; 24s processwrapper-sandbox 2024-04-03T16:23:41.9337742Z Linking autograd_test; 19s processwrapper-sandbox 2024-04-03T16:23:41.9338338Z Linking tensor_test; 19s processwrapper-sandbox 2024-04-03T16:23:41.9338940Z Linking functional_test; 19s processwrapper-sandbox 2024-04-03T16:23:41.9339547Z Linking serialize_test; 19s processwrapper-sandbox 2024-04-03T16:23:41.9340176Z Linking torch_include_test; 19s processwrapper-sandbox 2024-04-03T16:23:41.9340856Z Linking torch_dist_autograd_test; 19s processwrapper-sandbox 2024-04-03T16:23:41.9341617Z Linking expanding_array_test; 19s processwrapper-sandbox ... 2024-04-03T16:23:42.9339004Z 2024-04-03T16:23:42.9339523Z  2024-04-03T16:23:42.9339848Z  2024-04-03T16:23:42.9340256Z  2024-04-03T16:23:42.9340518Z  2024-04-03T16:23:42.9340770Z  2024-04-03T16:23:42.9341026Z  2024-04-03T16:23:42.9341273Z  2024-04-03T16:23:42.9341519Z  2024-04-03T16:23:42.9342217Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:42.9343061Z Linking jit_tests; 25s processwrapper-sandbox 2024-04-03T16:23:42.9343657Z Linking autograd_test; 20s processwrapper-sandbox 2024-04-03T16:23:42.9344235Z Linking tensor_test; 20s processwrapper-sandbox 2024-04-03T16:23:42.9344845Z Linking functional_test; 20s processwrapper-sandbox 2024-04-03T16:23:42.9345464Z Linking serialize_test; 20s processwrapper-sandbox 2024-04-03T16:23:42.9346085Z Linking torch_include_test; 20s processwrapper-sandbox 2024-04-03T16:23:42.9346779Z Linking torch_dist_autograd_test; 20s processwrapper-sandbox 2024-04-03T16:23:42.9347502Z Linking expanding_array_test; 20s processwrapper-sandbox ... 2024-04-03T16:23:44.1344427Z 2024-04-03T16:23:44.1345303Z  2024-04-03T16:23:44.1345730Z  2024-04-03T16:23:44.1346196Z  2024-04-03T16:23:44.1346439Z  2024-04-03T16:23:44.1346701Z  2024-04-03T16:23:44.1346946Z  2024-04-03T16:23:44.1347179Z  2024-04-03T16:23:44.1347425Z  2024-04-03T16:23:44.1348120Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:44.1348949Z Linking jit_tests; 26s processwrapper-sandbox 2024-04-03T16:23:44.1349540Z Linking autograd_test; 21s processwrapper-sandbox 2024-04-03T16:23:44.1350128Z Linking tensor_test; 21s processwrapper-sandbox 2024-04-03T16:23:44.1350730Z Linking functional_test; 21s processwrapper-sandbox 2024-04-03T16:23:44.1351338Z Linking serialize_test; 21s processwrapper-sandbox 2024-04-03T16:23:44.1351968Z Linking torch_include_test; 21s processwrapper-sandbox 2024-04-03T16:23:44.1352647Z Linking torch_dist_autograd_test; 21s processwrapper-sandbox 2024-04-03T16:23:44.1353357Z Linking expanding_array_test; 21s processwrapper-sandbox ... 2024-04-03T16:23:45.1350188Z 2024-04-03T16:23:45.1350957Z  2024-04-03T16:23:45.1351612Z  2024-04-03T16:23:45.1352036Z  2024-04-03T16:23:45.1352323Z  2024-04-03T16:23:45.1352591Z  2024-04-03T16:23:45.1352868Z  2024-04-03T16:23:45.1353150Z  2024-04-03T16:23:45.1353413Z  2024-04-03T16:23:45.1354211Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:45.1355181Z Linking jit_tests; 27s processwrapper-sandbox 2024-04-03T16:23:45.1355854Z Linking autograd_test; 22s processwrapper-sandbox 2024-04-03T16:23:45.1356719Z Linking tensor_test; 22s processwrapper-sandbox 2024-04-03T16:23:45.1357459Z Linking functional_test; 22s processwrapper-sandbox 2024-04-03T16:23:45.1358158Z Linking serialize_test; 22s processwrapper-sandbox 2024-04-03T16:23:45.1358892Z Linking torch_include_test; 22s processwrapper-sandbox 2024-04-03T16:23:45.1359765Z Linking torch_dist_autograd_test; 22s processwrapper-sandbox 2024-04-03T16:23:45.1360603Z Linking expanding_array_test; 22s processwrapper-sandbox ... 2024-04-03T16:23:46.3356691Z 2024-04-03T16:23:46.3357261Z  2024-04-03T16:23:46.3357638Z  2024-04-03T16:23:46.3357990Z  2024-04-03T16:23:46.3358229Z  2024-04-03T16:23:46.3358473Z  2024-04-03T16:23:46.3358717Z  2024-04-03T16:23:46.3358950Z  2024-04-03T16:23:46.3359192Z  2024-04-03T16:23:46.3359894Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:46.3360733Z Linking jit_tests; 29s processwrapper-sandbox 2024-04-03T16:23:46.3361331Z Linking autograd_test; 23s processwrapper-sandbox 2024-04-03T16:23:46.3362070Z Linking tensor_test; 23s processwrapper-sandbox 2024-04-03T16:23:46.3362674Z Linking functional_test; 23s processwrapper-sandbox 2024-04-03T16:23:46.3363294Z Linking serialize_test; 23s processwrapper-sandbox 2024-04-03T16:23:46.3363944Z Linking torch_include_test; 23s processwrapper-sandbox 2024-04-03T16:23:46.3364756Z Linking torch_dist_autograd_test; 23s processwrapper-sandbox 2024-04-03T16:23:46.3365484Z Linking expanding_array_test; 23s processwrapper-sandbox ... 2024-04-03T16:23:47.5362261Z 2024-04-03T16:23:47.5362960Z  2024-04-03T16:23:47.5363523Z  2024-04-03T16:23:47.5363937Z  2024-04-03T16:23:47.5364185Z  2024-04-03T16:23:47.5364552Z  2024-04-03T16:23:47.5364798Z  2024-04-03T16:23:47.5365047Z  2024-04-03T16:23:47.5365278Z  2024-04-03T16:23:47.5365990Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:47.5366834Z Linking jit_tests; 30s processwrapper-sandbox 2024-04-03T16:23:47.5367414Z Linking autograd_test; 25s processwrapper-sandbox 2024-04-03T16:23:47.5368005Z Linking tensor_test; 25s processwrapper-sandbox 2024-04-03T16:23:47.5368769Z Linking functional_test; 25s processwrapper-sandbox 2024-04-03T16:23:47.5369373Z Linking serialize_test; 25s processwrapper-sandbox 2024-04-03T16:23:47.5370006Z Linking torch_include_test; 25s processwrapper-sandbox 2024-04-03T16:23:47.5370687Z Linking torch_dist_autograd_test; 25s processwrapper-sandbox 2024-04-03T16:23:47.5371395Z Linking expanding_array_test; 25s processwrapper-sandbox ... 2024-04-03T16:23:48.5368161Z 2024-04-03T16:23:48.5368818Z  2024-04-03T16:23:48.5369241Z  2024-04-03T16:23:48.5369497Z  2024-04-03T16:23:48.5369744Z  2024-04-03T16:23:48.5369986Z  2024-04-03T16:23:48.5370220Z  2024-04-03T16:23:48.5370484Z  2024-04-03T16:23:48.5370732Z  2024-04-03T16:23:48.5371431Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:48.5372274Z Linking jit_tests; 31s processwrapper-sandbox 2024-04-03T16:23:48.5372961Z Linking autograd_test; 26s processwrapper-sandbox 2024-04-03T16:23:48.5373563Z Linking tensor_test; 26s processwrapper-sandbox 2024-04-03T16:23:48.5374174Z Linking functional_test; 26s processwrapper-sandbox 2024-04-03T16:23:48.5374791Z Linking serialize_test; 26s processwrapper-sandbox 2024-04-03T16:23:48.5375412Z Linking torch_include_test; 26s processwrapper-sandbox 2024-04-03T16:23:48.5376101Z Linking torch_dist_autograd_test; 26s processwrapper-sandbox 2024-04-03T16:23:48.5376828Z Linking expanding_array_test; 26s processwrapper-sandbox ... 2024-04-03T16:23:49.7372941Z 2024-04-03T16:23:49.7373501Z  2024-04-03T16:23:49.7373800Z  2024-04-03T16:23:49.7374134Z  2024-04-03T16:23:49.7374573Z  2024-04-03T16:23:49.7374811Z  2024-04-03T16:23:49.7375067Z  2024-04-03T16:23:49.7375299Z  2024-04-03T16:23:49.7375547Z  2024-04-03T16:23:49.7376252Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:49.7377152Z Linking jit_tests; 32s processwrapper-sandbox 2024-04-03T16:23:49.7377751Z Linking autograd_test; 27s processwrapper-sandbox 2024-04-03T16:23:49.7378344Z Linking tensor_test; 27s processwrapper-sandbox 2024-04-03T16:23:49.7378951Z Linking functional_test; 27s processwrapper-sandbox 2024-04-03T16:23:49.7379553Z Linking serialize_test; 27s processwrapper-sandbox 2024-04-03T16:23:49.7380182Z Linking torch_include_test; 27s processwrapper-sandbox 2024-04-03T16:23:49.7380859Z Linking torch_dist_autograd_test; 27s processwrapper-sandbox 2024-04-03T16:23:49.7381569Z Linking expanding_array_test; 27s processwrapper-sandbox ... 2024-04-03T16:23:50.7378065Z 2024-04-03T16:23:50.7378667Z  2024-04-03T16:23:50.7379130Z  2024-04-03T16:23:50.7379543Z  2024-04-03T16:23:50.7379797Z  2024-04-03T16:23:50.7380029Z  2024-04-03T16:23:50.7380275Z  2024-04-03T16:23:50.7380521Z  2024-04-03T16:23:50.7380749Z  2024-04-03T16:23:50.7381458Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:50.7382289Z Linking jit_tests; 33s processwrapper-sandbox 2024-04-03T16:23:50.7382872Z Linking autograd_test; 28s processwrapper-sandbox 2024-04-03T16:23:50.7383460Z Linking tensor_test; 28s processwrapper-sandbox 2024-04-03T16:23:50.7384068Z Linking functional_test; 28s processwrapper-sandbox 2024-04-03T16:23:50.7384680Z Linking serialize_test; 28s processwrapper-sandbox 2024-04-03T16:23:50.7385296Z Linking torch_include_test; 28s processwrapper-sandbox 2024-04-03T16:23:50.7385977Z Linking torch_dist_autograd_test; 28s processwrapper-sandbox 2024-04-03T16:23:50.7386698Z Linking expanding_array_test; 28s processwrapper-sandbox ... 2024-04-03T16:23:51.9384035Z 2024-04-03T16:23:51.9384606Z  2024-04-03T16:23:51.9384923Z  2024-04-03T16:23:51.9385334Z  2024-04-03T16:23:51.9385763Z  2024-04-03T16:23:51.9386246Z  2024-04-03T16:23:51.9386503Z  2024-04-03T16:23:51.9386735Z  2024-04-03T16:23:51.9386979Z  2024-04-03T16:23:51.9387687Z [3,386 / 3,412] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:51.9388513Z Linking jit_tests; 34s processwrapper-sandbox 2024-04-03T16:23:51.9389110Z Linking autograd_test; 29s processwrapper-sandbox 2024-04-03T16:23:51.9389700Z Linking tensor_test; 29s processwrapper-sandbox 2024-04-03T16:23:51.9390293Z Linking functional_test; 29s processwrapper-sandbox 2024-04-03T16:23:51.9390909Z Linking serialize_test; 29s processwrapper-sandbox 2024-04-03T16:23:51.9391544Z Linking torch_include_test; 29s processwrapper-sandbox 2024-04-03T16:23:51.9392216Z Linking torch_dist_autograd_test; 29s processwrapper-sandbox 2024-04-03T16:23:51.9392940Z Linking expanding_array_test; 29s processwrapper-sandbox ... 2024-04-03T16:23:52.9272459Z 2024-04-03T16:23:52.9273447Z  2024-04-03T16:23:52.9274006Z  2024-04-03T16:23:52.9274403Z  2024-04-03T16:23:52.9274752Z  2024-04-03T16:23:52.9275387Z  2024-04-03T16:23:52.9275744Z  2024-04-03T16:23:52.9276107Z  2024-04-03T16:23:52.9276467Z  2024-04-03T16:23:52.9277470Z [3,387 / 3,413] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:52.9278691Z Linking jit_tests; 35s processwrapper-sandbox 2024-04-03T16:23:52.9279623Z Linking autograd_test; 30s processwrapper-sandbox 2024-04-03T16:23:52.9280474Z Linking tensor_test; 30s processwrapper-sandbox 2024-04-03T16:23:52.9281540Z Linking functional_test; 30s processwrapper-sandbox 2024-04-03T16:23:52.9282570Z Linking serialize_test; 30s processwrapper-sandbox 2024-04-03T16:23:52.9283474Z Linking torch_include_test; 30s processwrapper-sandbox 2024-04-03T16:23:52.9284729Z Linking torch_dist_autograd_test; 30s processwrapper-sandbox 2024-04-03T16:23:52.9285770Z Linking nn_utils_test; 30s processwrapper-sandbox ... 2024-04-03T16:23:53.1390427Z 2024-04-03T16:23:53.1391092Z  2024-04-03T16:23:53.1391617Z  2024-04-03T16:23:53.1392078Z  2024-04-03T16:23:53.1392527Z  2024-04-03T16:23:53.1392971Z  2024-04-03T16:23:53.1393399Z  2024-04-03T16:23:53.1393827Z  2024-04-03T16:23:53.1394267Z  2024-04-03T16:23:53.1395483Z [3,387 / 3,413] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:53.1397017Z Linking jit_tests; 35s processwrapper-sandbox 2024-04-03T16:23:53.1398106Z Linking autograd_test; 30s processwrapper-sandbox 2024-04-03T16:23:53.1399201Z Linking tensor_test; 30s processwrapper-sandbox 2024-04-03T16:23:53.1400507Z Linking functional_test; 30s processwrapper-sandbox 2024-04-03T16:23:53.1401643Z Linking serialize_test; 30s processwrapper-sandbox 2024-04-03T16:23:53.1402795Z Linking torch_include_test; 30s processwrapper-sandbox 2024-04-03T16:23:53.1404064Z Linking torch_dist_autograd_test; 30s processwrapper-sandbox 2024-04-03T16:23:53.1405518Z Linking nn_utils_test; 30s processwrapper-sandbox ... 2024-04-03T16:23:53.8890733Z 2024-04-03T16:23:53.8891404Z  2024-04-03T16:23:53.8891883Z  2024-04-03T16:23:53.8892294Z  2024-04-03T16:23:53.8892679Z  2024-04-03T16:23:53.8893074Z  2024-04-03T16:23:53.8893461Z  2024-04-03T16:23:53.8893835Z  2024-04-03T16:23:53.8894236Z  2024-04-03T16:23:53.8895358Z [3,388 / 3,414] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:53.8896724Z Linking jit_tests; 36s processwrapper-sandbox 2024-04-03T16:23:53.8897887Z Linking autograd_test; 31s processwrapper-sandbox 2024-04-03T16:23:53.8898843Z Linking tensor_test; 31s processwrapper-sandbox 2024-04-03T16:23:53.8899808Z Linking functional_test; 31s processwrapper-sandbox 2024-04-03T16:23:53.8900810Z Linking serialize_test; 31s processwrapper-sandbox 2024-04-03T16:23:53.8902086Z Linking torch_include_test; 31s processwrapper-sandbox 2024-04-03T16:23:53.8903217Z Linking torch_dist_autograd_test; 31s processwrapper-sandbox 2024-04-03T16:23:53.8904507Z Linking nn_utils_test; 31s processwrapper-sandbox ... 2024-04-03T16:23:54.1330077Z 2024-04-03T16:23:54.1330866Z  2024-04-03T16:23:54.1331379Z  2024-04-03T16:23:54.1331768Z  2024-04-03T16:23:54.1332131Z  2024-04-03T16:23:54.1332512Z  2024-04-03T16:23:54.1332904Z  2024-04-03T16:23:54.1333302Z  2024-04-03T16:23:54.1333668Z  2024-04-03T16:23:54.1334771Z [3,390 / 3,414] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:54.1336280Z Linking jit_tests; 36s processwrapper-sandbox 2024-04-03T16:23:54.1337242Z Linking autograd_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.1338204Z Linking tensor_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.1339426Z Linking functional_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.1340525Z Linking torch_include_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.1341528Z Linking nn_utils_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.1342475Z Linking sequential_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.1343452Z Linking modules_test; 31s processwrapper-sandbox ... 2024-04-03T16:23:54.3398220Z 2024-04-03T16:23:54.3399017Z  2024-04-03T16:23:54.3399696Z  2024-04-03T16:23:54.3400283Z  2024-04-03T16:23:54.3400879Z  2024-04-03T16:23:54.3401325Z  2024-04-03T16:23:54.3401909Z  2024-04-03T16:23:54.3402527Z  2024-04-03T16:23:54.3403280Z  2024-04-03T16:23:54.3404893Z [3,391 / 3,415] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:54.3406538Z Linking jit_tests; 37s processwrapper-sandbox 2024-04-03T16:23:54.3407619Z Linking autograd_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.3408800Z Linking tensor_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.3409911Z Linking functional_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.3411159Z Linking torch_include_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.3412289Z Linking nn_utils_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.3413421Z Linking sequential_test; 31s processwrapper-sandbox 2024-04-03T16:23:54.3414583Z Linking modules_test; 31s processwrapper-sandbox ... 2024-04-03T16:23:54.9200692Z 2024-04-03T16:23:54.9201380Z  2024-04-03T16:23:54.9201909Z  2024-04-03T16:23:54.9202356Z  2024-04-03T16:23:54.9202785Z  2024-04-03T16:23:54.9203243Z  2024-04-03T16:23:54.9203684Z  2024-04-03T16:23:54.9204453Z  2024-04-03T16:23:54.9204914Z  2024-04-03T16:23:54.9206177Z [3,392 / 3,416] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:54.9207672Z Linking jit_tests; 37s processwrapper-sandbox 2024-04-03T16:23:54.9208772Z Linking autograd_test; 32s processwrapper-sandbox 2024-04-03T16:23:54.9209854Z Linking tensor_test; 32s processwrapper-sandbox 2024-04-03T16:23:54.9211019Z Linking functional_test; 32s processwrapper-sandbox 2024-04-03T16:23:54.9212134Z Linking nn_utils_test; 32s processwrapper-sandbox 2024-04-03T16:23:54.9213241Z Linking sequential_test; 32s processwrapper-sandbox 2024-04-03T16:23:54.9214335Z Linking modules_test; 32s processwrapper-sandbox 2024-04-03T16:23:54.9215461Z Linking static_test; 32s processwrapper-sandbox ... 2024-04-03T16:23:55.1210364Z 2024-04-03T16:23:55.1211069Z  2024-04-03T16:23:55.1211623Z  2024-04-03T16:23:55.1212111Z  2024-04-03T16:23:55.1212567Z  2024-04-03T16:23:55.1213005Z  2024-04-03T16:23:55.1213447Z  2024-04-03T16:23:55.1213872Z  2024-04-03T16:23:55.1214310Z  2024-04-03T16:23:55.1215535Z [3,400 / 3,423] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T16:23:55.1217250Z Linking jit_tests; 37s processwrapper-sandbox 2024-04-03T16:23:55.1218351Z Linking sequential_test; 32s processwrapper-sandbox 2024-04-03T16:23:55.1219567Z Testing //:expanding_array_test; 2s processwrapper-sandbox 2024-04-03T16:23:55.1220692Z Testing //:misc_test; 1s processwrapper-sandbox 2024-04-03T16:23:55.1221823Z Linking tensor_options_test; 1s processwrapper-sandbox 2024-04-03T16:23:55.1222942Z Linking module_test; 0s processwrapper-sandbox 2024-04-03T16:23:55.1224011Z Testing //:memory_test; 0s processwrapper-sandbox 2024-04-03T16:23:55.1225252Z Testing //:torch_include_test; 0s processwrapper-sandbox ... 2024-04-03T16:23:55.3411472Z 2024-04-03T16:23:55.3412234Z  2024-04-03T16:23:55.3412786Z  2024-04-03T16:23:55.3413211Z  2024-04-03T16:23:55.3413665Z  2024-04-03T16:23:55.3414101Z  2024-04-03T16:23:55.3414529Z  2024-04-03T16:23:55.3415007Z  2024-04-03T16:23:55.3415409Z  2024-04-03T16:23:55.3416519Z [3,401 / 3,424] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:55.3417849Z Linking jit_tests; 38s processwrapper-sandbox 2024-04-03T16:23:55.3418871Z Testing //:expanding_array_test; 2s processwrapper-sandbox 2024-04-03T16:23:55.3419892Z Testing //:misc_test; 1s processwrapper-sandbox 2024-04-03T16:23:55.3420883Z Linking tensor_options_test; 1s processwrapper-sandbox 2024-04-03T16:23:55.3421977Z Linking module_test; 1s processwrapper-sandbox 2024-04-03T16:23:55.3423076Z Testing //:memory_test; 1s processwrapper-sandbox 2024-04-03T16:23:55.3424416Z Testing //:torch_include_test; 0s processwrapper-sandbox 2024-04-03T16:23:55.3425573Z Testing //:functional_test; 0s processwrapper-sandbox ... 2024-04-03T16:23:56.3422796Z 2024-04-03T16:23:56.3423486Z  2024-04-03T16:23:56.3424029Z  2024-04-03T16:23:56.3424486Z  2024-04-03T16:23:56.3425189Z  2024-04-03T16:23:56.3425617Z  2024-04-03T16:23:56.3426002Z  2024-04-03T16:23:56.3426439Z  2024-04-03T16:23:56.3426873Z  2024-04-03T16:23:56.3428103Z [3,401 / 3,424] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:56.3429681Z Linking jit_tests; 39s processwrapper-sandbox 2024-04-03T16:23:56.3430895Z Testing //:expanding_array_test; 3s processwrapper-sandbox 2024-04-03T16:23:56.3432024Z Testing //:misc_test; 2s processwrapper-sandbox 2024-04-03T16:23:56.3433148Z Linking tensor_options_test; 2s processwrapper-sandbox 2024-04-03T16:23:56.3434329Z Linking module_test; 2s processwrapper-sandbox 2024-04-03T16:23:56.3435579Z Testing //:memory_test; 2s processwrapper-sandbox 2024-04-03T16:23:56.3436796Z Testing //:torch_include_test; 1s processwrapper-sandbox 2024-04-03T16:23:56.3437976Z Testing //:functional_test; 1s processwrapper-sandbox ... 2024-04-03T16:23:57.3437832Z 2024-04-03T16:23:57.3438482Z  2024-04-03T16:23:57.3439221Z  2024-04-03T16:23:57.3439626Z  2024-04-03T16:23:57.3439985Z  2024-04-03T16:23:57.3440376Z  2024-04-03T16:23:57.3440752Z  2024-04-03T16:23:57.3441139Z  2024-04-03T16:23:57.3441520Z  2024-04-03T16:23:57.3442603Z [3,401 / 3,424] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:57.3443828Z Linking jit_tests; 40s processwrapper-sandbox 2024-04-03T16:23:57.3445214Z Testing //:expanding_array_test; 4s processwrapper-sandbox 2024-04-03T16:23:57.3446250Z Testing //:misc_test; 3s processwrapper-sandbox 2024-04-03T16:23:57.3447259Z Linking tensor_options_test; 3s processwrapper-sandbox 2024-04-03T16:23:57.3448269Z Linking module_test; 3s processwrapper-sandbox 2024-04-03T16:23:57.3449211Z Testing //:memory_test; 3s processwrapper-sandbox 2024-04-03T16:23:57.3450294Z Testing //:torch_include_test; 2s processwrapper-sandbox 2024-04-03T16:23:57.3451628Z Testing //:functional_test; 2s processwrapper-sandbox ... 2024-04-03T16:23:58.5448498Z 2024-04-03T16:23:58.5449226Z  2024-04-03T16:23:58.5449736Z  2024-04-03T16:23:58.5450264Z  2024-04-03T16:23:58.5450672Z  2024-04-03T16:23:58.5451132Z  2024-04-03T16:23:58.5451551Z  2024-04-03T16:23:58.5451940Z  2024-04-03T16:23:58.5452374Z  2024-04-03T16:23:58.5453595Z [3,401 / 3,424] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T16:23:58.5455692Z Linking jit_tests; 41s processwrapper-sandbox 2024-04-03T16:23:58.5456952Z Testing //:expanding_array_test; 5s processwrapper-sandbox 2024-04-03T16:23:58.5458097Z Testing //:misc_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.5459195Z Linking tensor_options_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.5460255Z Linking module_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.5461308Z Testing //:memory_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.5462420Z Testing //:torch_include_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.5463585Z Testing //:functional_test; 3s processwrapper-sandbox ... 2024-04-03T16:23:58.6921492Z 2024-04-03T16:23:58.6922150Z  2024-04-03T16:23:58.6922630Z  2024-04-03T16:23:58.6923025Z  2024-04-03T16:23:58.6923429Z  2024-04-03T16:23:58.6923828Z  2024-04-03T16:23:58.6924219Z  2024-04-03T16:23:58.6924735Z  2024-04-03T16:23:58.6925125Z  2024-04-03T16:23:58.6925793Z INFO: From Testing //:expanding_array_test: 2024-04-03T16:23:58.6930292Z ==================== Test output for //:expanding_array_test: 2024-04-03T16:23:58.6931411Z Running main() from gmock_main.cc 2024-04-03T16:23:58.6932219Z Note: Google Test filter = -*CUDA 2024-04-03T16:23:58.6965068Z [==========] Running 6 tests from 1 test suite. 2024-04-03T16:23:58.6965990Z [----------] Global test environment set-up. 2024-04-03T16:23:58.6967089Z [----------] 6 tests from ExpandingArrayTest 2024-04-03T16:23:58.6968049Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2024-04-03T16:23:58.6969339Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2024-04-03T16:23:58.6970609Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2024-04-03T16:23:58.6971663Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2024-04-03T16:23:58.6972685Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2024-04-03T16:23:58.7285847Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2024-04-03T16:23:58.7308363Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2024-04-03T16:23:58.7309823Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2024-04-03T16:23:58.7311308Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2024-04-03T16:23:58.7313314Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (0 ms) 2024-04-03T16:23:58.7315541Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2024-04-03T16:23:58.7317480Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (0 ms) 2024-04-03T16:23:58.7319308Z [----------] 6 tests from ExpandingArrayTest (0 ms total) 2024-04-03T16:23:58.7319865Z 2024-04-03T16:23:58.7320186Z [----------] Global test environment tear-down 2024-04-03T16:23:58.7320941Z [==========] 6 tests from 1 test suite ran. (0 ms total) 2024-04-03T16:23:58.7321638Z [ PASSED ] 6 tests. 2024-04-03T16:23:58.7322202Z ================================================================================ 2024-04-03T16:23:58.7323473Z [3,401 / 3,424] 4 / 26 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T16:23:58.7325904Z Linking jit_tests; 41s processwrapper-sandbox 2024-04-03T16:23:58.7326894Z Testing //:expanding_array_test; 5s processwrapper-sandbox 2024-04-03T16:23:58.7328050Z Testing //:misc_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7328952Z Linking tensor_options_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7329896Z Linking module_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7330811Z Testing //:memory_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7331735Z Testing //:torch_include_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.7332767Z Testing //:functional_test; 3s processwrapper-sandbox ... 2024-04-03T16:23:58.7572739Z 2024-04-03T16:23:58.7573622Z  2024-04-03T16:23:58.7574328Z  2024-04-03T16:23:58.7574976Z  2024-04-03T16:23:58.7575473Z  2024-04-03T16:23:58.7576110Z  2024-04-03T16:23:58.7576693Z  2024-04-03T16:23:58.7690636Z  2024-04-03T16:23:58.7691522Z  2024-04-03T16:23:58.7692265Z INFO: From Testing //:misc_test: 2024-04-03T16:23:58.7693258Z ==================== Test output for //:misc_test: 2024-04-03T16:23:58.7695662Z Running main() from gmock_main.cc 2024-04-03T16:23:58.7696558Z Note: Google Test filter = -*CUDA 2024-04-03T16:23:58.7699329Z [==========] Running 7 tests from 4 test suites. 2024-04-03T16:23:58.7700404Z [----------] Global test environment set-up. 2024-04-03T16:23:58.7701365Z [----------] 2 tests from UtilsTest 2024-04-03T16:23:58.7702174Z [ RUN ] UtilsTest.WarnOnce 2024-04-03T16:23:58.7702983Z [ OK ] UtilsTest.WarnOnce (0 ms) 2024-04-03T16:23:58.7725502Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2024-04-03T16:23:58.7726510Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2024-04-03T16:23:58.7727564Z [----------] 2 tests from UtilsTest (0 ms total) 2024-04-03T16:23:58.7728359Z 2024-04-03T16:23:58.7728681Z [----------] 1 test from NoGradTest 2024-04-03T16:23:58.7729467Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2024-04-03T16:23:58.7730456Z [ OK ] NoGradTest.SetsGradModeCorrectly (78 ms) 2024-04-03T16:23:58.7731439Z [----------] 1 test from NoGradTest (78 ms total) 2024-04-03T16:23:58.7732129Z 2024-04-03T16:23:58.7732443Z [----------] 3 tests from AutogradTest 2024-04-03T16:23:58.7733189Z [ RUN ] AutogradTest.CanTakeDerivatives 2024-04-03T16:23:58.7734034Z [ OK ] AutogradTest.CanTakeDerivatives (2 ms) 2024-04-03T16:23:58.7735096Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2024-04-03T16:23:58.7736252Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (1 ms) 2024-04-03T16:23:58.7737377Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2024-04-03T16:23:58.7738441Z [ OK ] AutogradTest.CanPassCustomGradientInputs (1 ms) 2024-04-03T16:23:58.7739522Z [----------] 3 tests from AutogradTest (5 ms total) 2024-04-03T16:23:58.7740097Z 2024-04-03T16:23:58.7740600Z [----------] 1 test from OptionalArrayRefTest 2024-04-03T16:23:58.7741516Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2024-04-03T16:23:58.7742578Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2024-04-03T16:23:58.7743705Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2024-04-03T16:23:58.7744350Z 2024-04-03T16:23:58.7768256Z [----------] Global test environment tear-down 2024-04-03T16:23:58.7769152Z [==========] 7 tests from 4 test suites ran. (83 ms total) 2024-04-03T16:23:58.7769908Z [ PASSED ] 7 tests. 2024-04-03T16:23:58.7770587Z ================================================================================ 2024-04-03T16:23:58.7771931Z [3,402 / 3,424] 5 / 26 tests; 16 actions running; last test: //:misc_test 2024-04-03T16:23:58.7773247Z Linking jit_tests; 41s processwrapper-sandbox 2024-04-03T16:23:58.7774249Z Testing //:misc_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7775315Z Linking tensor_options_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7776350Z Linking module_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7777338Z Testing //:memory_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.7778391Z Testing //:torch_include_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.7779678Z Testing //:functional_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.7780759Z Testing //:autograd_test; 3s processwrapper-sandbox ... 2024-04-03T16:23:58.8918540Z 2024-04-03T16:23:58.8919208Z  2024-04-03T16:23:58.8919693Z  2024-04-03T16:23:58.8920405Z  2024-04-03T16:23:58.8920819Z  2024-04-03T16:23:58.8921207Z  2024-04-03T16:23:58.8921585Z  2024-04-03T16:23:58.8921978Z  2024-04-03T16:23:58.8922369Z  2024-04-03T16:23:58.8922956Z INFO: From Testing //:memory_test: 2024-04-03T16:23:58.8923767Z ==================== Test output for //:memory_test: 2024-04-03T16:23:58.8924730Z Running main() from gmock_main.cc 2024-04-03T16:23:58.8925417Z Note: Google Test filter = -*CUDA 2024-04-03T16:23:58.8926114Z [==========] Running 3 tests from 1 test suite. 2024-04-03T16:23:58.8926927Z [----------] Global test environment set-up. 2024-04-03T16:23:58.8927669Z [----------] 3 tests from MakeUniqueTest 2024-04-03T16:23:58.8928474Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2024-04-03T16:23:58.8929418Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2024-04-03T16:23:58.8930429Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2024-04-03T16:23:58.8931350Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2024-04-03T16:23:58.8932335Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2024-04-03T16:23:58.8933374Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2024-04-03T16:23:58.8934443Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2024-04-03T16:23:58.8935028Z 2024-04-03T16:23:58.8935359Z [----------] Global test environment tear-down 2024-04-03T16:23:58.8936396Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2024-04-03T16:23:58.8937102Z [ PASSED ] 3 tests. 2024-04-03T16:23:58.8937684Z ================================================================================ 2024-04-03T16:23:58.8944370Z [3,403 / 3,425] 6 / 26 tests; 16 actions running; last test: //:memory_test 2024-04-03T16:23:58.8946255Z Linking jit_tests; 41s processwrapper-sandbox 2024-04-03T16:23:58.8947568Z Linking tensor_options_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.8948882Z Linking module_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.8950099Z Testing //:memory_test; 4s processwrapper-sandbox 2024-04-03T16:23:58.8951429Z Testing //:torch_include_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.8952686Z Testing //:functional_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.8954399Z Testing //:autograd_test; 3s processwrapper-sandbox 2024-04-03T16:23:58.8955421Z Testing //:tensor_test; 3s processwrapper-sandbox ... 2024-04-03T16:23:59.1432570Z 2024-04-03T16:23:59.1433313Z  2024-04-03T16:23:59.1434020Z  2024-04-03T16:23:59.1434456Z  2024-04-03T16:23:59.1435265Z  2024-04-03T16:23:59.1435692Z  2024-04-03T16:23:59.1436065Z  2024-04-03T16:23:59.1436449Z  2024-04-03T16:23:59.1438240Z  2024-04-03T16:23:59.1439572Z [3,404 / 3,425] 6 / 26 tests; 16 actions running; last test: //:memory_test 2024-04-03T16:23:59.1441201Z Linking jit_tests; 41s processwrapper-sandbox 2024-04-03T16:23:59.1444770Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.1445989Z Linking module_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.1448711Z Testing //:torch_include_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.1450077Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.1451259Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.1452429Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.1453696Z Linking enum_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:59.3911502Z 2024-04-03T16:23:59.3912192Z  2024-04-03T16:23:59.3912679Z  2024-04-03T16:23:59.3913091Z  2024-04-03T16:23:59.3913489Z  2024-04-03T16:23:59.3914107Z  2024-04-03T16:23:59.3914530Z  2024-04-03T16:23:59.3914944Z  2024-04-03T16:23:59.3915348Z  2024-04-03T16:23:59.3916493Z [3,404 / 3,425] 7 / 26 tests; 16 actions running; last test: ...h_include_test 2024-04-03T16:23:59.3917875Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:23:59.3918898Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.3919924Z Linking module_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.3920994Z Testing //:torch_include_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3922018Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3923037Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3924037Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3925184Z Linking enum_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:59.3934406Z 2024-04-03T16:23:59.3934896Z  2024-04-03T16:23:59.3935398Z  2024-04-03T16:23:59.3935807Z  2024-04-03T16:23:59.3936354Z  2024-04-03T16:23:59.3936841Z  2024-04-03T16:23:59.3937331Z  2024-04-03T16:23:59.3937809Z  2024-04-03T16:23:59.3938312Z  2024-04-03T16:23:59.3939108Z INFO: From Testing //:torch_include_test: 2024-04-03T16:23:59.3940207Z ==================== Test output for //:torch_include_test: 2024-04-03T16:23:59.3941170Z Running main() from gmock_main.cc 2024-04-03T16:23:59.3942051Z Note: Google Test filter = -*CUDA 2024-04-03T16:23:59.3943019Z [==========] Running 1 test from 1 test suite. 2024-04-03T16:23:59.3944084Z [----------] Global test environment set-up. 2024-04-03T16:23:59.3944956Z [----------] 1 test from TorchIncludeTest 2024-04-03T16:23:59.3945784Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2024-04-03T16:23:59.3946929Z [ OK ] TorchIncludeTest.GetSetNumThreads (0 ms) 2024-04-03T16:23:59.3948158Z [----------] 1 test from TorchIncludeTest (0 ms total) 2024-04-03T16:23:59.3948972Z 2024-04-03T16:23:59.3949387Z [----------] Global test environment tear-down 2024-04-03T16:23:59.3950392Z [==========] 1 test from 1 test suite ran. (0 ms total) 2024-04-03T16:23:59.3951300Z [ PASSED ] 1 test. 2024-04-03T16:23:59.3952008Z ================================================================================ 2024-04-03T16:23:59.3953778Z [3,404 / 3,425] 7 / 26 tests; 16 actions running; last test: ...h_include_test 2024-04-03T16:23:59.3955212Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:23:59.3956208Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.3957092Z Linking module_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.3958380Z Testing //:torch_include_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3959566Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3960738Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3961875Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.3962993Z Linking enum_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:59.6809244Z 2024-04-03T16:23:59.6809912Z  2024-04-03T16:23:59.6810394Z  2024-04-03T16:23:59.6810759Z  2024-04-03T16:23:59.6811135Z  2024-04-03T16:23:59.6811520Z  2024-04-03T16:23:59.6811873Z  2024-04-03T16:23:59.6812255Z  2024-04-03T16:23:59.6812610Z  2024-04-03T16:23:59.6813688Z [3,405 / 3,425] 8 / 26 tests; 16 actions running; last test: //:static_test 2024-04-03T16:23:59.6814970Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:23:59.6815957Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.6816881Z Linking module_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.6817822Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6818786Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6819920Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6820811Z Linking enum_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6821731Z Testing //:nn_utils_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:59.6822324Z 2024-04-03T16:23:59.6822534Z  2024-04-03T16:23:59.6822925Z  2024-04-03T16:23:59.6823302Z  2024-04-03T16:23:59.6823691Z  2024-04-03T16:23:59.6824088Z  2024-04-03T16:23:59.6824463Z  2024-04-03T16:23:59.6824820Z  2024-04-03T16:23:59.6825195Z  2024-04-03T16:23:59.6825738Z INFO: From Testing //:static_test: 2024-04-03T16:23:59.6826502Z ==================== Test output for //:static_test: 2024-04-03T16:23:59.6827210Z Running main() from gmock_main.cc 2024-04-03T16:23:59.6827869Z Note: Google Test filter = -*CUDA 2024-04-03T16:23:59.6828494Z [==========] Running 5 tests from 1 test suite. 2024-04-03T16:23:59.6829292Z [----------] Global test environment set-up. 2024-04-03T16:23:59.6830039Z [----------] 5 tests from TestStatic 2024-04-03T16:23:59.6830631Z [ RUN ] TestStatic.AllOf 2024-04-03T16:23:59.6831205Z [ OK ] TestStatic.AllOf (0 ms) 2024-04-03T16:23:59.6831812Z [ RUN ] TestStatic.AnyOf 2024-04-03T16:23:59.6832390Z [ OK ] TestStatic.AnyOf (0 ms) 2024-04-03T16:23:59.6833052Z [ RUN ] TestStatic.EnableIfModule 2024-04-03T16:23:59.6833770Z [ OK ] TestStatic.EnableIfModule (1 ms) 2024-04-03T16:23:59.6834512Z [ RUN ] TestStatic.ReturnTypeOfForward 2024-04-03T16:23:59.6835299Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2024-04-03T16:23:59.6836048Z [ RUN ] TestStatic.Apply 2024-04-03T16:23:59.6836723Z [ OK ] TestStatic.Apply (0 ms) 2024-04-03T16:23:59.6837482Z [----------] 5 tests from TestStatic (1 ms total) 2024-04-03T16:23:59.6837948Z 2024-04-03T16:23:59.6838253Z [----------] Global test environment tear-down 2024-04-03T16:23:59.6838962Z [==========] 5 tests from 1 test suite ran. (1 ms total) 2024-04-03T16:23:59.6839668Z [ PASSED ] 5 tests. 2024-04-03T16:23:59.6840334Z ================================================================================ 2024-04-03T16:23:59.6841545Z [3,405 / 3,425] 8 / 26 tests; 16 actions running; last test: //:static_test 2024-04-03T16:23:59.6842441Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:23:59.6843062Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.6843660Z Linking module_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.6844269Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6845086Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6845968Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6846741Z Linking enum_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.6847366Z Testing //:nn_utils_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:59.7011396Z 2024-04-03T16:23:59.7012044Z  2024-04-03T16:23:59.7012580Z  2024-04-03T16:23:59.7013037Z  2024-04-03T16:23:59.7013456Z  2024-04-03T16:23:59.7013848Z  2024-04-03T16:23:59.7014255Z  2024-04-03T16:23:59.7014659Z  2024-04-03T16:23:59.7015050Z  2024-04-03T16:23:59.7015661Z INFO: From Testing //:tensor_test: 2024-04-03T16:23:59.7016493Z ==================== Test output for //:tensor_test: 2024-04-03T16:23:59.7017239Z Running main() from gmock_main.cc 2024-04-03T16:23:59.7017968Z Note: Google Test filter = -*CUDA 2024-04-03T16:23:59.7018660Z [==========] Running 47 tests from 1 test suite. 2024-04-03T16:23:59.7019503Z [----------] Global test environment set-up. 2024-04-03T16:23:59.7020314Z [----------] 47 tests from TensorTest 2024-04-03T16:23:59.7020990Z [ RUN ] TensorTest.ToDtype 2024-04-03T16:23:59.7021715Z [ OK ] TensorTest.ToDtype (1 ms) 2024-04-03T16:23:59.7022498Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2024-04-03T16:23:59.7023478Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2024-04-03T16:23:59.7024659Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2024-04-03T16:23:59.7025585Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (0 ms) 2024-04-03T16:23:59.7026652Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2024-04-03T16:23:59.7027874Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2024-04-03T16:23:59.7028894Z [ RUN ] TensorTest.AtTensorCtorScalar 2024-04-03T16:23:59.7029710Z [ OK ] TensorTest.AtTensorCtorScalar (1 ms) 2024-04-03T16:23:59.7030551Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2024-04-03T16:23:59.7031398Z [ OK ] TensorTest.AtTensorCtorSingleDim (1 ms) 2024-04-03T16:23:59.7032312Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2024-04-03T16:23:59.7033267Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2024-04-03T16:23:59.7034312Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2024-04-03T16:23:59.7035508Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (0 ms) 2024-04-03T16:23:59.7036684Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2024-04-03T16:23:59.7037785Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2024-04-03T16:23:59.7038835Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2024-04-03T16:23:59.7039864Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2024-04-03T16:23:59.7040886Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2024-04-03T16:23:59.7041837Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2024-04-03T16:23:59.7042835Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2024-04-03T16:23:59.7044083Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2024-04-03T16:23:59.7045366Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2024-04-03T16:23:59.7046496Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (1 ms) 2024-04-03T16:23:59.7047545Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2024-04-03T16:23:59.7048666Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2024-04-03T16:23:59.7049694Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2024-04-03T16:23:59.7050840Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (7 ms) 2024-04-03T16:23:59.7051860Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2024-04-03T16:23:59.7052910Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (4 ms) 2024-04-03T16:23:59.7053915Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2024-04-03T16:23:59.7054885Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2024-04-03T16:23:59.7055861Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2024-04-03T16:23:59.7057023Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (1 ms) 2024-04-03T16:23:59.7058064Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2024-04-03T16:23:59.7059072Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (0 ms) 2024-04-03T16:23:59.7060047Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2024-04-03T16:23:59.7061000Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2024-04-03T16:23:59.7062025Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2024-04-03T16:23:59.7063149Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2024-04-03T16:23:59.7064775Z W0403 16:23:59.061575 16128 Copy.cpp:300] Warning: Casting complex values to real discards the imaginary part (function operator()) 2024-04-03T16:23:59.7066461Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (0 ms) 2024-04-03T16:23:59.7067524Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2024-04-03T16:23:59.7068468Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (1 ms) 2024-04-03T16:23:59.7069492Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2024-04-03T16:23:59.7070618Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (1 ms) 2024-04-03T16:23:59.7071706Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2024-04-03T16:23:59.7072875Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (1 ms) 2024-04-03T16:23:59.7073704Z [ RUN ] TensorTest.Arange 2024-04-03T16:23:59.7074302Z [ OK ] TensorTest.Arange (0 ms) 2024-04-03T16:23:59.7075060Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2024-04-03T16:23:59.7075984Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2024-04-03T16:23:59.7077084Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2024-04-03T16:23:59.7078375Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (0 ms) 2024-04-03T16:23:59.7079372Z [ RUN ] TensorTest.FromBlob 2024-04-03T16:23:59.7079987Z [ OK ] TensorTest.FromBlob (0 ms) 2024-04-03T16:23:59.7080691Z [ RUN ] TensorTest.FromBlobUsesDeleter 2024-04-03T16:23:59.7081453Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2024-04-03T16:23:59.7082232Z [ RUN ] TensorTest.FromBlobWithStrides 2024-04-03T16:23:59.7082994Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2024-04-03T16:23:59.7083703Z [ RUN ] TensorTest.Item 2024-04-03T16:23:59.7084269Z [ OK ] TensorTest.Item (0 ms) 2024-04-03T16:23:59.7085019Z [ RUN ] TensorTest.DataPtr 2024-04-03T16:23:59.7085619Z [ OK ] TensorTest.DataPtr (0 ms) 2024-04-03T16:23:59.7086255Z [ RUN ] TensorTest.Data 2024-04-03T16:23:59.7086821Z [ OK ] TensorTest.Data (0 ms) 2024-04-03T16:23:59.7087456Z [ RUN ] TensorTest.BackwardAndGrad 2024-04-03T16:23:59.7088173Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2024-04-03T16:23:59.7088948Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2024-04-03T16:23:59.7089773Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2024-04-03T16:23:59.7090834Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2024-04-03T16:23:59.7091712Z [ OK ] TensorTest.BackwardNonScalarOutputs (0 ms) 2024-04-03T16:23:59.7092575Z [ RUN ] TensorTest.BackwardComplexScalarOutput 2024-04-03T16:23:59.7093506Z [ OK ] TensorTest.BackwardComplexScalarOutput (0 ms) 2024-04-03T16:23:59.7094408Z [ RUN ] TensorTest.IsLeaf 2024-04-03T16:23:59.7094990Z [ OK ] TensorTest.IsLeaf (0 ms) 2024-04-03T16:23:59.7095623Z [ RUN ] TensorTest.OutputNr 2024-04-03T16:23:59.7096250Z [ OK ] TensorTest.OutputNr (0 ms) 2024-04-03T16:23:59.7096904Z [ RUN ] TensorTest.Version 2024-04-03T16:23:59.7097510Z [ OK ] TensorTest.Version (0 ms) 2024-04-03T16:23:59.7098149Z [ RUN ] TensorTest.Detach 2024-04-03T16:23:59.7098730Z [ OK ] TensorTest.Detach (0 ms) 2024-04-03T16:23:59.7099376Z [ RUN ] TensorTest.DetachInplace 2024-04-03T16:23:59.7100075Z [ OK ] TensorTest.DetachInplace (0 ms) 2024-04-03T16:23:59.7100761Z [ RUN ] TensorTest.SetData 2024-04-03T16:23:59.7101383Z [ OK ] TensorTest.SetData (0 ms) 2024-04-03T16:23:59.7102181Z [ RUN ] TensorTest.RequiresGradInplace 2024-04-03T16:23:59.7102964Z [ OK ] TensorTest.RequiresGradInplace (0 ms) 2024-04-03T16:23:59.7103715Z [ RUN ] TensorTest.StdDimension 2024-04-03T16:23:59.7104403Z [ OK ] TensorTest.StdDimension (1 ms) 2024-04-03T16:23:59.7105094Z [ RUN ] TensorTest.ReshapeAlias 2024-04-03T16:23:59.7105754Z [ OK ] TensorTest.ReshapeAlias (2 ms) 2024-04-03T16:23:59.7106456Z [ RUN ] TensorTest.BackendMetadata 2024-04-03T16:23:59.7107183Z [ OK ] TensorTest.BackendMetadata (0 ms) 2024-04-03T16:23:59.7108108Z [----------] 47 tests from TensorTest (36 ms total) 2024-04-03T16:23:59.7108630Z 2024-04-03T16:23:59.7108958Z [----------] Global test environment tear-down 2024-04-03T16:23:59.7109721Z [==========] 47 tests from 1 test suite ran. (36 ms total) 2024-04-03T16:23:59.7110410Z [ PASSED ] 47 tests. 2024-04-03T16:23:59.7110993Z ================================================================================ 2024-04-03T16:23:59.7112305Z [3,406 / 3,425] 9 / 26 tests; 16 actions running; last test: //:tensor_test 2024-04-03T16:23:59.7113489Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:23:59.7114448Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.7115522Z Linking module_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.7116448Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.7117417Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.7118344Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.7119231Z Linking enum_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.7120148Z Testing //:nn_utils_test; 4s processwrapper-sandbox ... 2024-04-03T16:23:59.9438857Z 2024-04-03T16:23:59.9440004Z  2024-04-03T16:23:59.9441048Z  2024-04-03T16:23:59.9444009Z  2024-04-03T16:23:59.9444969Z  2024-04-03T16:23:59.9445665Z  2024-04-03T16:23:59.9448517Z  2024-04-03T16:23:59.9449158Z  2024-04-03T16:23:59.9449696Z  2024-04-03T16:23:59.9451203Z [3,407 / 3,426] 9 / 26 tests; 16 actions running; last test: //:tensor_test 2024-04-03T16:23:59.9453343Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:23:59.9454594Z Linking tensor_options_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.9455815Z Linking module_test; 5s processwrapper-sandbox 2024-04-03T16:23:59.9457025Z Testing //:functional_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.9458239Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.9460851Z Linking enum_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.9462246Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2024-04-03T16:23:59.9463418Z Testing //:modules_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:00.2922929Z 2024-04-03T16:24:00.2924015Z  2024-04-03T16:24:00.2924822Z  2024-04-03T16:24:00.2925248Z  2024-04-03T16:24:00.2925611Z  2024-04-03T16:24:00.2925986Z  2024-04-03T16:24:00.2926354Z  2024-04-03T16:24:00.2926736Z  2024-04-03T16:24:00.2927106Z  2024-04-03T16:24:00.2928192Z [3,407 / 3,426] 10 / 26 tests; 16 actions running; last test: ...quential_test 2024-04-03T16:24:00.2929714Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:24:00.2930801Z Linking tensor_options_test; 6s processwrapper-sandbox 2024-04-03T16:24:00.2931767Z Linking module_test; 6s processwrapper-sandbox 2024-04-03T16:24:00.2932838Z Testing //:functional_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2933830Z Testing //:autograd_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2934732Z Linking enum_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2935648Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2936645Z Testing //:modules_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:00.2937419Z 2024-04-03T16:24:00.2937637Z  2024-04-03T16:24:00.2938022Z  2024-04-03T16:24:00.2938434Z  2024-04-03T16:24:00.2938823Z  2024-04-03T16:24:00.2939192Z  2024-04-03T16:24:00.2939580Z  2024-04-03T16:24:00.2939980Z  2024-04-03T16:24:00.2940350Z  2024-04-03T16:24:00.2940950Z INFO: From Testing //:sequential_test: 2024-04-03T16:24:00.2941742Z ==================== Test output for //:sequential_test: 2024-04-03T16:24:00.2942454Z Running main() from gmock_main.cc 2024-04-03T16:24:00.2943131Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:00.2943785Z [==========] Running 19 tests from 1 test suite. 2024-04-03T16:24:00.2944575Z [----------] Global test environment set-up. 2024-04-03T16:24:00.2945356Z [----------] 19 tests from SequentialTest 2024-04-03T16:24:00.2946057Z [ RUN ] SequentialTest.CanContainThings 2024-04-03T16:24:00.2946834Z [ OK ] SequentialTest.CanContainThings (1 ms) 2024-04-03T16:24:00.2947708Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2024-04-03T16:24:00.2948684Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2024-04-03T16:24:00.2949665Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2024-04-03T16:24:00.2950823Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2024-04-03T16:24:00.2951786Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2024-04-03T16:24:00.2952728Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2024-04-03T16:24:00.2953659Z [ RUN ] SequentialTest.PushBackAddsAnElement 2024-04-03T16:24:00.2954525Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2024-04-03T16:24:00.2955315Z [ RUN ] SequentialTest.AccessWithAt 2024-04-03T16:24:00.2956070Z [ OK ] SequentialTest.AccessWithAt (0 ms) 2024-04-03T16:24:00.2956825Z [ RUN ] SequentialTest.AccessWithPtr 2024-04-03T16:24:00.2957575Z [ OK ] SequentialTest.AccessWithPtr (0 ms) 2024-04-03T16:24:00.2958636Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2024-04-03T16:24:00.2959981Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (0 ms) 2024-04-03T16:24:00.2961164Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2024-04-03T16:24:00.2962204Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2024-04-03T16:24:00.2963359Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2024-04-03T16:24:00.2968028Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (0 ms) 2024-04-03T16:24:00.2969385Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2024-04-03T16:24:00.2970751Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2024-04-03T16:24:00.2971866Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2024-04-03T16:24:00.2972809Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (8 ms) 2024-04-03T16:24:00.2974033Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2024-04-03T16:24:00.2975219Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (1 ms) 2024-04-03T16:24:00.2976436Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2024-04-03T16:24:00.2977679Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2024-04-03T16:24:00.2979277Z [ RUN ] SequentialTest.HasReferenceSemantics 2024-04-03T16:24:00.2980135Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2024-04-03T16:24:00.2980953Z [ RUN ] SequentialTest.IsCloneable 2024-04-03T16:24:00.2981657Z [ OK ] SequentialTest.IsCloneable (7 ms) 2024-04-03T16:24:00.2982521Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2024-04-03T16:24:00.2983529Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2024-04-03T16:24:00.2984517Z [ RUN ] SequentialTest.PrettyPrintSequential 2024-04-03T16:24:00.2985422Z [ OK ] SequentialTest.PrettyPrintSequential (2 ms) 2024-04-03T16:24:00.2986350Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2024-04-03T16:24:00.2987528Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (215 ms) 2024-04-03T16:24:00.2988651Z [----------] 19 tests from SequentialTest (239 ms total) 2024-04-03T16:24:00.2989181Z 2024-04-03T16:24:00.2989521Z [----------] Global test environment tear-down 2024-04-03T16:24:00.2990310Z [==========] 19 tests from 1 test suite ran. (239 ms total) 2024-04-03T16:24:00.2991036Z [ PASSED ] 19 tests. 2024-04-03T16:24:00.2991580Z ================================================================================ 2024-04-03T16:24:00.2992910Z [3,407 / 3,426] 10 / 26 tests; 16 actions running; last test: ...quential_test 2024-04-03T16:24:00.2994168Z Linking jit_tests; 42s processwrapper-sandbox 2024-04-03T16:24:00.2995122Z Linking tensor_options_test; 6s processwrapper-sandbox 2024-04-03T16:24:00.2996091Z Linking module_test; 6s processwrapper-sandbox 2024-04-03T16:24:00.2997060Z Testing //:functional_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2997986Z Testing //:autograd_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2998912Z Linking enum_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.2999830Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.3000994Z Testing //:modules_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:00.5444704Z 2024-04-03T16:24:00.5445620Z  2024-04-03T16:24:00.5446121Z  2024-04-03T16:24:00.5446540Z  2024-04-03T16:24:00.5447015Z  2024-04-03T16:24:00.5447488Z  2024-04-03T16:24:00.5447927Z  2024-04-03T16:24:00.5448394Z  2024-04-03T16:24:00.5448855Z  2024-04-03T16:24:00.5450243Z [3,408 / 3,426] 10 / 26 tests; 16 actions running; last test: ...quential_test 2024-04-03T16:24:00.5451861Z Linking jit_tests; 43s processwrapper-sandbox 2024-04-03T16:24:00.5453039Z Linking tensor_options_test; 6s processwrapper-sandbox 2024-04-03T16:24:00.5454167Z Linking module_test; 6s processwrapper-sandbox 2024-04-03T16:24:00.5455280Z Testing //:functional_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.5456441Z Testing //:autograd_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.5457492Z Linking enum_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.5458587Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T16:24:00.5459773Z Testing //:modules_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:01.0774735Z 2024-04-03T16:24:01.0775404Z  2024-04-03T16:24:01.0775864Z  2024-04-03T16:24:01.0776230Z  2024-04-03T16:24:01.0776598Z  2024-04-03T16:24:01.0776969Z  2024-04-03T16:24:01.0777320Z  2024-04-03T16:24:01.0777695Z  2024-04-03T16:24:01.0778069Z  2024-04-03T16:24:01.0779116Z [3,408 / 3,426] 11 / 26 tests; 16 actions running; last test: ...nctional_test 2024-04-03T16:24:01.0780563Z Linking jit_tests; 43s processwrapper-sandbox 2024-04-03T16:24:01.0781512Z Linking tensor_options_test; 7s processwrapper-sandbox 2024-04-03T16:24:01.0782423Z Linking module_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.0783343Z Testing //:functional_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.0784331Z Testing //:autograd_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.0785352Z Linking enum_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.0786275Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T16:24:01.0787257Z Testing //:modules_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:01.0810791Z 2024-04-03T16:24:01.0811204Z  2024-04-03T16:24:01.0811662Z  2024-04-03T16:24:01.0812092Z  2024-04-03T16:24:01.0812502Z  2024-04-03T16:24:01.0812876Z  2024-04-03T16:24:01.0813278Z  2024-04-03T16:24:01.0813684Z  2024-04-03T16:24:01.0814081Z  2024-04-03T16:24:01.0814737Z INFO: From Testing //:functional_test: 2024-04-03T16:24:01.0815574Z ==================== Test output for //:functional_test: 2024-04-03T16:24:01.0816530Z Running main() from gmock_main.cc 2024-04-03T16:24:01.0817279Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:01.0817947Z [==========] Running 134 tests from 1 test suite. 2024-04-03T16:24:01.0818805Z [----------] Global test environment set-up. 2024-04-03T16:24:01.0819649Z [----------] 134 tests from FunctionalTest 2024-04-03T16:24:01.0820334Z [ RUN ] FunctionalTest.Conv1d 2024-04-03T16:24:01.0821008Z [ OK ] FunctionalTest.Conv1d (36 ms) 2024-04-03T16:24:01.0821752Z [ RUN ] FunctionalTest.Conv2dEven 2024-04-03T16:24:01.0822466Z [ OK ] FunctionalTest.Conv2dEven (4 ms) 2024-04-03T16:24:01.0823222Z [ RUN ] FunctionalTest.Conv2dUneven 2024-04-03T16:24:01.0824004Z [ OK ] FunctionalTest.Conv2dUneven (3 ms) 2024-04-03T16:24:01.0824670Z [ RUN ] FunctionalTest.Conv3d 2024-04-03T16:24:01.0825232Z [ OK ] FunctionalTest.Conv3d (40 ms) 2024-04-03T16:24:01.0825911Z [ RUN ] FunctionalTest.MaxPool1d 2024-04-03T16:24:01.0826613Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2024-04-03T16:24:01.0827394Z [ RUN ] FunctionalTest.MaxPool2d 2024-04-03T16:24:01.0828242Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2024-04-03T16:24:01.0829176Z [ RUN ] FunctionalTest.MaxPool2dBackward 2024-04-03T16:24:01.0830255Z [ OK ] FunctionalTest.MaxPool2dBackward (1 ms) 2024-04-03T16:24:01.0831224Z [ RUN ] FunctionalTest.MaxPool3d 2024-04-03T16:24:01.0831993Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2024-04-03T16:24:01.0832803Z [ RUN ] FunctionalTest.AvgPool1d 2024-04-03T16:24:01.0833606Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2024-04-03T16:24:01.0834438Z [ RUN ] FunctionalTest.AvgPool2d 2024-04-03T16:24:01.0835184Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2024-04-03T16:24:01.0835999Z [ RUN ] FunctionalTest.AvgPool3d 2024-04-03T16:24:01.0836883Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2024-04-03T16:24:01.0837649Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2024-04-03T16:24:01.0838527Z [ OK ] FunctionalTest.FractionalMaxPool2d (3 ms) 2024-04-03T16:24:01.0839328Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2024-04-03T16:24:01.0840122Z [ OK ] FunctionalTest.FractionalMaxPool3d (1 ms) 2024-04-03T16:24:01.0840895Z [ RUN ] FunctionalTest.LPPool1d 2024-04-03T16:24:01.0841680Z [ OK ] FunctionalTest.LPPool1d (1 ms) 2024-04-03T16:24:01.0842375Z [ RUN ] FunctionalTest.LPPool2d 2024-04-03T16:24:01.0843045Z [ OK ] FunctionalTest.LPPool2d (1 ms) 2024-04-03T16:24:01.0843739Z [ RUN ] FunctionalTest.LPPool3d 2024-04-03T16:24:01.0844664Z [ OK ] FunctionalTest.LPPool3d (1 ms) 2024-04-03T16:24:01.0845399Z [ RUN ] FunctionalTest.CosineSimilarity 2024-04-03T16:24:01.0846193Z [ OK ] FunctionalTest.CosineSimilarity (1 ms) 2024-04-03T16:24:01.0847059Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2024-04-03T16:24:01.0848017Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (2 ms) 2024-04-03T16:24:01.0849084Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2024-04-03T16:24:01.0850048Z [ OK ] FunctionalTest.SmoothL1LossBeta (1 ms) 2024-04-03T16:24:01.0850951Z [ RUN ] FunctionalTest.SmoothL1LossBetaOptions 2024-04-03T16:24:01.0851902Z [ OK ] FunctionalTest.SmoothL1LossBetaOptions (1 ms) 2024-04-03T16:24:01.0852966Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2024-04-03T16:24:01.0853880Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (1 ms) 2024-04-03T16:24:01.0854807Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2024-04-03T16:24:01.0855760Z [ OK ] FunctionalTest.HuberLossDefaultOptions (1 ms) 2024-04-03T16:24:01.0856634Z [ RUN ] FunctionalTest.HuberLossDelta 2024-04-03T16:24:01.0857466Z [ OK ] FunctionalTest.HuberLossDelta (1 ms) 2024-04-03T16:24:01.0858237Z [ RUN ] FunctionalTest.HuberLossNoReduction 2024-04-03T16:24:01.0859051Z [ OK ] FunctionalTest.HuberLossNoReduction (1 ms) 2024-04-03T16:24:01.0860011Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2024-04-03T16:24:01.0861253Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (13 ms) 2024-04-03T16:24:01.0862453Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2024-04-03T16:24:01.0863792Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (4 ms) 2024-04-03T16:24:01.0865014Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2024-04-03T16:24:01.0865994Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (2 ms) 2024-04-03T16:24:01.0867147Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2024-04-03T16:24:01.0868533Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (12 ms) 2024-04-03T16:24:01.0869716Z [ RUN ] FunctionalTest.PairwiseDistance 2024-04-03T16:24:01.0873015Z [ OK ] FunctionalTest.PairwiseDistance (1 ms) 2024-04-03T16:24:01.0873823Z [ RUN ] FunctionalTest.PDist 2024-04-03T16:24:01.0874504Z [ OK ] FunctionalTest.PDist (2 ms) 2024-04-03T16:24:01.0875263Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2024-04-03T16:24:01.0876115Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (1 ms) 2024-04-03T16:24:01.0876986Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2024-04-03T16:24:01.0877815Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2024-04-03T16:24:01.0878828Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2024-04-03T16:24:01.0879748Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2024-04-03T16:24:01.0880576Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2024-04-03T16:24:01.0881433Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2024-04-03T16:24:01.0882276Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2024-04-03T16:24:01.0883103Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2024-04-03T16:24:01.0883977Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2024-04-03T16:24:01.0885006Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (1 ms) 2024-04-03T16:24:01.0885788Z [ RUN ] FunctionalTest.L1Loss 2024-04-03T16:24:01.0886488Z [ OK ] FunctionalTest.L1Loss (1 ms) 2024-04-03T16:24:01.0887180Z [ RUN ] FunctionalTest.MSELoss 2024-04-03T16:24:01.0887853Z [ OK ] FunctionalTest.MSELoss (1 ms) 2024-04-03T16:24:01.0888582Z [ RUN ] FunctionalTest.BCELoss 2024-04-03T16:24:01.0889268Z [ OK ] FunctionalTest.BCELoss (1 ms) 2024-04-03T16:24:01.0890069Z [ RUN ] FunctionalTest.KLDivLoss 2024-04-03T16:24:01.0890984Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2024-04-03T16:24:01.0894798Z W0403 16:23:59.158365 16095 loss.h:54] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2024-04-03T16:24:01.0898029Z [ OK ] FunctionalTest.KLDivLoss (1 ms) 2024-04-03T16:24:01.0898831Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2024-04-03T16:24:01.0899856Z [ OK ] FunctionalTest.HingeEmbeddingLoss (2 ms) 2024-04-03T16:24:01.0900682Z [ RUN ] FunctionalTest.GridSample 2024-04-03T16:24:01.0903477Z W0403 16:23:59.165732 16095 vision.h:83] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2024-04-03T16:24:01.0906494Z [ OK ] FunctionalTest.GridSample (8 ms) 2024-04-03T16:24:01.0907262Z [ RUN ] FunctionalTest.AffineGrid 2024-04-03T16:24:01.0908005Z [ OK ] FunctionalTest.AffineGrid (12 ms) 2024-04-03T16:24:01.0908797Z [ RUN ] FunctionalTest.MultiMarginLoss 2024-04-03T16:24:01.0909615Z [ OK ] FunctionalTest.MultiMarginLoss (1 ms) 2024-04-03T16:24:01.0910469Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2024-04-03T16:24:01.0911360Z [ OK ] FunctionalTest.CosineEmbeddingLoss (3 ms) 2024-04-03T16:24:01.0912395Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2024-04-03T16:24:01.0913746Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (2 ms) 2024-04-03T16:24:01.0914882Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2024-04-03T16:24:01.0916024Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (1 ms) 2024-04-03T16:24:01.0917022Z [ RUN ] FunctionalTest.TripletMarginLoss 2024-04-03T16:24:01.0917885Z [ OK ] FunctionalTest.TripletMarginLoss (1 ms) 2024-04-03T16:24:01.0918980Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2024-04-03T16:24:01.0920436Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (297 ms) 2024-04-03T16:24:01.0921526Z [ RUN ] FunctionalTest.NLLLoss 2024-04-03T16:24:01.0922235Z [ OK ] FunctionalTest.NLLLoss (2 ms) 2024-04-03T16:24:01.0922994Z [ RUN ] FunctionalTest.CrossEntropy 2024-04-03T16:24:01.0923757Z [ OK ] FunctionalTest.CrossEntropy (5 ms) 2024-04-03T16:24:01.0924708Z [ RUN ] FunctionalTest.MaxUnpool1d 2024-04-03T16:24:01.0925480Z [ OK ] FunctionalTest.MaxUnpool1d (10 ms) 2024-04-03T16:24:01.0926231Z [ RUN ] FunctionalTest.MaxUnpool2d 2024-04-03T16:24:01.0926979Z [ OK ] FunctionalTest.MaxUnpool2d (11 ms) 2024-04-03T16:24:01.0927763Z [ RUN ] FunctionalTest.MaxUnpool3d 2024-04-03T16:24:01.0928495Z [ OK ] FunctionalTest.MaxUnpool3d (3 ms) 2024-04-03T16:24:01.0929362Z [ RUN ] FunctionalTest.ELU 2024-04-03T16:24:01.0930107Z [ OK ] FunctionalTest.ELU (29 ms) 2024-04-03T16:24:01.0930763Z [ RUN ] FunctionalTest.SELU 2024-04-03T16:24:01.0931388Z [ OK ] FunctionalTest.SELU (6 ms) 2024-04-03T16:24:01.0932075Z [ RUN ] FunctionalTest.GLU 2024-04-03T16:24:01.0932707Z [ OK ] FunctionalTest.GLU (1 ms) 2024-04-03T16:24:01.0933357Z [ RUN ] FunctionalTest.GELU 2024-04-03T16:24:01.0934003Z [ OK ] FunctionalTest.GELU (34 ms) 2024-04-03T16:24:01.0934711Z [ RUN ] FunctionalTest.TanhGELU 2024-04-03T16:24:01.0935395Z [ OK ] FunctionalTest.TanhGELU (1 ms) 2024-04-03T16:24:01.0936144Z [ RUN ] FunctionalTest.Hardshrink 2024-04-03T16:24:01.0936908Z [ OK ] FunctionalTest.Hardshrink (11 ms) 2024-04-03T16:24:01.0937612Z [ RUN ] FunctionalTest.OneHot 2024-04-03T16:24:01.0938287Z [ OK ] FunctionalTest.OneHot (5 ms) 2024-04-03T16:24:01.0939006Z [ RUN ] FunctionalTest.Hardtanh 2024-04-03T16:24:01.0939704Z [ OK ] FunctionalTest.Hardtanh (53 ms) 2024-04-03T16:24:01.0940447Z [ RUN ] FunctionalTest.LeakyReLU 2024-04-03T16:24:01.0941184Z [ OK ] FunctionalTest.LeakyReLU (16 ms) 2024-04-03T16:24:01.0941912Z [ RUN ] FunctionalTest.LogSigmoid 2024-04-03T16:24:01.0942635Z [ OK ] FunctionalTest.LogSigmoid (1 ms) 2024-04-03T16:24:01.0943420Z [ RUN ] FunctionalTest.GumbelSoftmax 2024-04-03T16:24:01.0944184Z [ OK ] FunctionalTest.GumbelSoftmax (90 ms) 2024-04-03T16:24:01.0944950Z [ RUN ] FunctionalTest.Softmax 2024-04-03T16:24:01.0945654Z [ OK ] FunctionalTest.Softmax (2 ms) 2024-04-03T16:24:01.0946499Z [ RUN ] FunctionalTest.Softmin 2024-04-03T16:24:01.0947203Z [ OK ] FunctionalTest.Softmin (2 ms) 2024-04-03T16:24:01.0947941Z [ RUN ] FunctionalTest.LogSoftmax 2024-04-03T16:24:01.0948658Z [ OK ] FunctionalTest.LogSoftmax (2 ms) 2024-04-03T16:24:01.0949389Z [ RUN ] FunctionalTest.PReLU 2024-04-03T16:24:01.0950190Z [ OK ] FunctionalTest.PReLU (3 ms) 2024-04-03T16:24:01.0950895Z [ RUN ] FunctionalTest.LayerNorm 2024-04-03T16:24:01.0951600Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2024-04-03T16:24:01.0952339Z [ RUN ] FunctionalTest.GroupNorm 2024-04-03T16:24:01.0953057Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2024-04-03T16:24:01.0953834Z [ RUN ] FunctionalTest.LocalResponseNorm 2024-04-03T16:24:01.0954687Z [ OK ] FunctionalTest.LocalResponseNorm (2 ms) 2024-04-03T16:24:01.0955471Z [ RUN ] FunctionalTest.Linear 2024-04-03T16:24:01.0956136Z [ OK ] FunctionalTest.Linear (3 ms) 2024-04-03T16:24:01.0956850Z [ RUN ] FunctionalTest.Embedding 2024-04-03T16:24:01.0957583Z [ OK ] FunctionalTest.Embedding (1 ms) 2024-04-03T16:24:01.0958444Z [ RUN ] FunctionalTest.EmbeddingBag 2024-04-03T16:24:01.0959230Z [ OK ] FunctionalTest.EmbeddingBag (4 ms) 2024-04-03T16:24:01.0959995Z [ RUN ] FunctionalTest.Bilinear 2024-04-03T16:24:01.0960683Z [ OK ] FunctionalTest.Bilinear (3 ms) 2024-04-03T16:24:01.0961440Z [ RUN ] FunctionalTest.Normalize 2024-04-03T16:24:01.0962161Z [ OK ] FunctionalTest.Normalize (5 ms) 2024-04-03T16:24:01.0962865Z [ RUN ] FunctionalTest.ReLU 2024-04-03T16:24:01.0963506Z [ OK ] FunctionalTest.ReLU (4 ms) 2024-04-03T16:24:01.0964270Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2024-04-03T16:24:01.0965288Z [ OK ] FunctionalTest.ReLUDefaultOptions (1 ms) 2024-04-03T16:24:01.0966095Z [ RUN ] FunctionalTest.ReLU6 2024-04-03T16:24:01.0966757Z [ OK ] FunctionalTest.ReLU6 (5 ms) 2024-04-03T16:24:01.0967518Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2024-04-03T16:24:01.0968406Z [ OK ] FunctionalTest.ReLU6DefaultOptions (1 ms) 2024-04-03T16:24:01.0969246Z [ RUN ] FunctionalTest.RReLU 2024-04-03T16:24:01.0969961Z [ OK ] FunctionalTest.RReLU (69 ms) 2024-04-03T16:24:01.0970743Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2024-04-03T16:24:01.0971650Z [ OK ] FunctionalTest.RReLUDefaultOptions (3 ms) 2024-04-03T16:24:01.0972574Z [ RUN ] FunctionalTest.CELU 2024-04-03T16:24:01.0973232Z [ OK ] FunctionalTest.CELU (21 ms) 2024-04-03T16:24:01.0974014Z [ RUN ] FunctionalTest.CELUDefaultOptions 2024-04-03T16:24:01.0974853Z [ OK ] FunctionalTest.CELUDefaultOptions (2 ms) 2024-04-03T16:24:01.0975693Z [ RUN ] FunctionalTest.PixelShuffle 2024-04-03T16:24:01.0976474Z [ OK ] FunctionalTest.PixelShuffle (2 ms) 2024-04-03T16:24:01.0977249Z [ RUN ] FunctionalTest.PixelUnshuffle 2024-04-03T16:24:01.0978061Z [ OK ] FunctionalTest.PixelUnshuffle (2 ms) 2024-04-03T16:24:01.0978834Z [ RUN ] FunctionalTest.Softplus 2024-04-03T16:24:01.0979534Z [ OK ] FunctionalTest.Softplus (11 ms) 2024-04-03T16:24:01.0980377Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2024-04-03T16:24:01.0981316Z [ OK ] FunctionalTest.SoftplusDefaultOptions (1 ms) 2024-04-03T16:24:01.0982136Z [ RUN ] FunctionalTest.Fold 2024-04-03T16:24:01.0982795Z [ OK ] FunctionalTest.Fold (1 ms) 2024-04-03T16:24:01.0983484Z [ RUN ] FunctionalTest.Unfold 2024-04-03T16:24:01.0984137Z [ OK ] FunctionalTest.Unfold (1 ms) 2024-04-03T16:24:01.0984868Z [ RUN ] FunctionalTest.Softshrink 2024-04-03T16:24:01.0985604Z [ OK ] FunctionalTest.Softshrink (9 ms) 2024-04-03T16:24:01.0986439Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2024-04-03T16:24:01.0987442Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (1 ms) 2024-04-03T16:24:01.0988294Z [ RUN ] FunctionalTest.Softsign 2024-04-03T16:24:01.0988995Z [ OK ] FunctionalTest.Softsign (0 ms) 2024-04-03T16:24:01.0989723Z [ RUN ] FunctionalTest.Mish 2024-04-03T16:24:01.0990491Z [ OK ] FunctionalTest.Mish (0 ms) 2024-04-03T16:24:01.0991194Z [ RUN ] FunctionalTest.Tanhshrink 2024-04-03T16:24:01.0991950Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2024-04-03T16:24:01.0992686Z [ RUN ] FunctionalTest.Threshold 2024-04-03T16:24:01.0993386Z [ OK ] FunctionalTest.Threshold (19 ms) 2024-04-03T16:24:01.0994273Z [ RUN ] FunctionalTest.BatchNorm1d 2024-04-03T16:24:01.0995011Z [ OK ] FunctionalTest.BatchNorm1d (1 ms) 2024-04-03T16:24:01.0995863Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2024-04-03T16:24:01.0996870Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (1 ms) 2024-04-03T16:24:01.0997746Z [ RUN ] FunctionalTest.BatchNorm2d 2024-04-03T16:24:01.0998488Z [ OK ] FunctionalTest.BatchNorm2d (1 ms) 2024-04-03T16:24:01.0999368Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2024-04-03T16:24:01.1000338Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (1 ms) 2024-04-03T16:24:01.1001251Z [ RUN ] FunctionalTest.BatchNorm3d 2024-04-03T16:24:01.1001979Z [ OK ] FunctionalTest.BatchNorm3d (1 ms) 2024-04-03T16:24:01.1002966Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2024-04-03T16:24:01.1003970Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (1 ms) 2024-04-03T16:24:01.1005022Z [ RUN ] FunctionalTest.InstanceNorm1d 2024-04-03T16:24:01.1005854Z [ OK ] FunctionalTest.InstanceNorm1d (3 ms) 2024-04-03T16:24:01.1006752Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2024-04-03T16:24:01.1007787Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (2 ms) 2024-04-03T16:24:01.1008742Z [ RUN ] FunctionalTest.InstanceNorm2d 2024-04-03T16:24:01.1009529Z [ OK ] FunctionalTest.InstanceNorm2d (3 ms) 2024-04-03T16:24:01.1010543Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2024-04-03T16:24:01.1011572Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (2 ms) 2024-04-03T16:24:01.1012523Z [ RUN ] FunctionalTest.InstanceNorm3d 2024-04-03T16:24:01.1013325Z [ OK ] FunctionalTest.InstanceNorm3d (5 ms) 2024-04-03T16:24:01.1014241Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2024-04-03T16:24:01.1015314Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (4 ms) 2024-04-03T16:24:01.1016211Z [ RUN ] FunctionalTest.Interpolate 2024-04-03T16:24:01.1020467Z W0403 16:24:00.004899 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1028003Z W0403 16:24:00.005534 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1035494Z W0403 16:24:00.006690 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1043114Z W0403 16:24:00.007241 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1050827Z W0403 16:24:00.008322 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1058434Z W0403 16:24:00.009071 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1066026Z W0403 16:24:00.010582 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1073493Z W0403 16:24:00.011267 16095 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:24:01.1077642Z [ OK ] FunctionalTest.Interpolate (17 ms) 2024-04-03T16:24:01.1078399Z [ RUN ] FunctionalTest.Pad1 2024-04-03T16:24:01.1079071Z [ OK ] FunctionalTest.Pad1 (1 ms) 2024-04-03T16:24:01.1079746Z [ RUN ] FunctionalTest.Pad2 2024-04-03T16:24:01.1080388Z [ OK ] FunctionalTest.Pad2 (2 ms) 2024-04-03T16:24:01.1081087Z [ RUN ] FunctionalTest.Pad3 2024-04-03T16:24:01.1081714Z [ OK ] FunctionalTest.Pad3 (7 ms) 2024-04-03T16:24:01.1082377Z [ RUN ] FunctionalTest.Pad4 2024-04-03T16:24:01.1083166Z [ OK ] FunctionalTest.Pad4 (2 ms) 2024-04-03T16:24:01.1083844Z [ RUN ] FunctionalTest.Pad5 2024-04-03T16:24:01.1084624Z [ OK ] FunctionalTest.Pad5 (4 ms) 2024-04-03T16:24:01.1085313Z [ RUN ] FunctionalTest.Pad6 2024-04-03T16:24:01.1085965Z [ OK ] FunctionalTest.Pad6 (3 ms) 2024-04-03T16:24:01.1086603Z [ RUN ] FunctionalTest.Pad7 2024-04-03T16:24:01.1087245Z [ OK ] FunctionalTest.Pad7 (0 ms) 2024-04-03T16:24:01.1087935Z [ RUN ] FunctionalTest.Pad8 2024-04-03T16:24:01.1088558Z [ OK ] FunctionalTest.Pad8 (0 ms) 2024-04-03T16:24:01.1089239Z [ RUN ] FunctionalTest.CTCLoss 2024-04-03T16:24:01.1090026Z [ OK ] FunctionalTest.CTCLoss (12 ms) 2024-04-03T16:24:01.1090801Z [ RUN ] FunctionalTest.PoissonNLLLoss 2024-04-03T16:24:01.1091582Z [ OK ] FunctionalTest.PoissonNLLLoss (4 ms) 2024-04-03T16:24:01.1092423Z [ RUN ] FunctionalTest.MarginRankingLoss 2024-04-03T16:24:01.1093267Z [ OK ] FunctionalTest.MarginRankingLoss (4 ms) 2024-04-03T16:24:01.1094107Z [ RUN ] FunctionalTest.ConvTranspose1d 2024-04-03T16:24:01.1094939Z [ OK ] FunctionalTest.ConvTranspose1d (25 ms) 2024-04-03T16:24:01.1095785Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2024-04-03T16:24:01.1096681Z [ OK ] FunctionalTest.ConvTranspose2dEven (11 ms) 2024-04-03T16:24:01.1097608Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2024-04-03T16:24:01.1098503Z [ OK ] FunctionalTest.ConvTranspose2dUneven (5 ms) 2024-04-03T16:24:01.1099389Z [ RUN ] FunctionalTest.ConvTranspose3d 2024-04-03T16:24:01.1100206Z [ OK ] FunctionalTest.ConvTranspose3d (4 ms) 2024-04-03T16:24:01.1101135Z [ RUN ] FunctionalTest.AlphaDropout 2024-04-03T16:24:01.1101931Z [ OK ] FunctionalTest.AlphaDropout (34 ms) 2024-04-03T16:24:01.1102759Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2024-04-03T16:24:01.1103657Z [ OK ] FunctionalTest.FeatureAlphaDropout (34 ms) 2024-04-03T16:24:01.1104480Z [ RUN ] FunctionalTest.Dropout 2024-04-03T16:24:01.1105287Z [ OK ] FunctionalTest.Dropout (26 ms) 2024-04-03T16:24:01.1106021Z [ RUN ] FunctionalTest.Dropout2d 2024-04-03T16:24:01.1106751Z [ OK ] FunctionalTest.Dropout2d (11 ms) 2024-04-03T16:24:01.1107483Z [ RUN ] FunctionalTest.Dropout3d 2024-04-03T16:24:01.1108206Z [ OK ] FunctionalTest.Dropout3d (10 ms) 2024-04-03T16:24:01.1108944Z [ RUN ] FunctionalTest.isfinite 2024-04-03T16:24:01.1109640Z [ OK ] FunctionalTest.isfinite (10 ms) 2024-04-03T16:24:01.1110374Z [ RUN ] FunctionalTest.isinf 2024-04-03T16:24:01.1111028Z [ OK ] FunctionalTest.isinf (9 ms) 2024-04-03T16:24:01.1111719Z [ RUN ] FunctionalTest.AllClose 2024-04-03T16:24:01.1112540Z [ OK ] FunctionalTest.AllClose (146 ms) 2024-04-03T16:24:01.1113344Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2024-04-03T16:24:01.1114180Z [ OK ] FunctionalTest.BCEWithLogitsLoss (23 ms) 2024-04-03T16:24:01.1115279Z [----------] 134 tests from FunctionalTest (1424 ms total) 2024-04-03T16:24:01.1115883Z 2024-04-03T16:24:01.1116213Z [----------] Global test environment tear-down 2024-04-03T16:24:01.1117029Z [==========] 134 tests from 1 test suite ran. (1424 ms total) 2024-04-03T16:24:01.1117802Z [ PASSED ] 134 tests. 2024-04-03T16:24:01.1118385Z ================================================================================ 2024-04-03T16:24:01.1119817Z [3,408 / 3,426] 11 / 26 tests; 16 actions running; last test: ...nctional_test 2024-04-03T16:24:01.1121154Z Linking jit_tests; 43s processwrapper-sandbox 2024-04-03T16:24:01.1122174Z Linking tensor_options_test; 7s processwrapper-sandbox 2024-04-03T16:24:01.1123172Z Linking module_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.1124189Z Testing //:functional_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.1125413Z Testing //:autograd_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.1126354Z Linking enum_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.1127477Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T16:24:01.1128506Z Testing //:modules_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:01.3474691Z 2024-04-03T16:24:01.3475367Z  2024-04-03T16:24:01.3475858Z  2024-04-03T16:24:01.3476316Z  2024-04-03T16:24:01.3476698Z  2024-04-03T16:24:01.3477083Z  2024-04-03T16:24:01.3477486Z  2024-04-03T16:24:01.3477883Z  2024-04-03T16:24:01.3478258Z  2024-04-03T16:24:01.3479390Z [3,409 / 3,426] 11 / 26 tests; 16 actions running; last test: ...nctional_test 2024-04-03T16:24:01.3480746Z Linking jit_tests; 44s processwrapper-sandbox 2024-04-03T16:24:01.3481749Z Linking tensor_options_test; 7s processwrapper-sandbox 2024-04-03T16:24:01.3482735Z Linking module_test; 7s processwrapper-sandbox 2024-04-03T16:24:01.3483700Z Testing //:autograd_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.3484785Z Linking enum_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.3485734Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.3486709Z Testing //:modules_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.3487673Z Testing //:optim_test; 6s processwrapper-sandbox ... 2024-04-03T16:24:01.9688728Z 2024-04-03T16:24:01.9689852Z  2024-04-03T16:24:01.9690649Z  2024-04-03T16:24:01.9691453Z  2024-04-03T16:24:01.9692087Z  2024-04-03T16:24:01.9692696Z  2024-04-03T16:24:01.9693401Z  2024-04-03T16:24:01.9694270Z  2024-04-03T16:24:01.9695887Z  2024-04-03T16:24:01.9697468Z [3,410 / 3,426] 11 / 26 tests; 16 actions, 15 running; last test: ...onal_test 2024-04-03T16:24:01.9699382Z Linking tensor_options_test; 7s processwrapper-sandbox 2024-04-03T16:24:01.9700603Z Linking module_test; 7s processwrapper-sandbox 2024-04-03T16:24:01.9701826Z Testing //:autograd_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.9702971Z Linking enum_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.9704457Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.9705698Z Testing //:modules_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.9706868Z Testing //:optim_test; 6s processwrapper-sandbox 2024-04-03T16:24:01.9708052Z Linking jit_test; 3s processwrapper-sandbox ... 2024-04-03T16:24:02.3489969Z 2024-04-03T16:24:02.3490632Z  2024-04-03T16:24:02.3491142Z  2024-04-03T16:24:02.3491595Z  2024-04-03T16:24:02.3492019Z  2024-04-03T16:24:02.3492459Z  2024-04-03T16:24:02.3492897Z  2024-04-03T16:24:02.3493323Z  2024-04-03T16:24:02.3493768Z  2024-04-03T16:24:02.3495249Z [3,410 / 3,426] 11 / 26 tests; 16 actions running; last test: ...nctional_test 2024-04-03T16:24:02.3496848Z Linking tensor_options_test; 8s processwrapper-sandbox 2024-04-03T16:24:02.3497971Z Linking module_test; 8s processwrapper-sandbox 2024-04-03T16:24:02.3499086Z Testing //:autograd_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.3500151Z Linking enum_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.3501198Z Testing //:nn_utils_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.3514712Z Testing //:modules_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.3515840Z Testing //:optim_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.3516912Z Linking jit_test; 3s processwrapper-sandbox ... 2024-04-03T16:24:02.9347957Z 2024-04-03T16:24:02.9348637Z  2024-04-03T16:24:02.9349096Z  2024-04-03T16:24:02.9349468Z  2024-04-03T16:24:02.9349843Z  2024-04-03T16:24:02.9350180Z  2024-04-03T16:24:02.9350557Z  2024-04-03T16:24:02.9350923Z  2024-04-03T16:24:02.9351288Z  2024-04-03T16:24:02.9352296Z [3,411 / 3,427] 11 / 26 tests; 16 actions, 15 running; last test: ...onal_test 2024-04-03T16:24:02.9353589Z Linking tensor_options_test; 8s processwrapper-sandbox 2024-04-03T16:24:02.9354749Z Testing //:autograd_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.9355615Z Linking enum_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.9356485Z Testing //:nn_utils_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.9357369Z Testing //:modules_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.9358264Z Testing //:optim_test; 7s processwrapper-sandbox 2024-04-03T16:24:02.9359103Z Linking jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:02.9359984Z Testing //:serialize_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:03.1503074Z 2024-04-03T16:24:03.1503857Z  2024-04-03T16:24:03.1504395Z  2024-04-03T16:24:03.1504878Z  2024-04-03T16:24:03.1505316Z  2024-04-03T16:24:03.1505774Z  2024-04-03T16:24:03.1506229Z  2024-04-03T16:24:03.1506666Z  2024-04-03T16:24:03.1507112Z  2024-04-03T16:24:03.1508362Z [3,412 / 3,428] 11 / 26 tests; 16 actions running; last test: ...nctional_test 2024-04-03T16:24:03.1509998Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.1511092Z Linking enum_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.1512180Z Testing //:nn_utils_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.1513308Z Testing //:modules_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.1514411Z Testing //:optim_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.1515469Z Linking jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.1516545Z Testing //:serialize_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.1517671Z Linking any_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:03.4686048Z 2024-04-03T16:24:03.4686706Z  2024-04-03T16:24:03.4687209Z  2024-04-03T16:24:03.4687585Z  2024-04-03T16:24:03.4687982Z  2024-04-03T16:24:03.4688364Z  2024-04-03T16:24:03.4688735Z  2024-04-03T16:24:03.4689126Z  2024-04-03T16:24:03.4689584Z  2024-04-03T16:24:03.4690820Z [3,412 / 3,428] 12 / 26 tests; 16 actions running; last test: //:nn_utils_test 2024-04-03T16:24:03.4692173Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4693094Z Linking enum_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4694011Z Testing //:nn_utils_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4694969Z Testing //:modules_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4695913Z Testing //:optim_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4696805Z Linking jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.4697739Z Testing //:serialize_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.4698693Z Linking any_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:03.4725099Z 2024-04-03T16:24:03.4725641Z  2024-04-03T16:24:03.4726087Z  2024-04-03T16:24:03.4726467Z  2024-04-03T16:24:03.4726820Z  2024-04-03T16:24:03.4727183Z  2024-04-03T16:24:03.4727562Z  2024-04-03T16:24:03.4727899Z  2024-04-03T16:24:03.4728258Z  2024-04-03T16:24:03.4728826Z INFO: From Testing //:nn_utils_test: 2024-04-03T16:24:03.4733454Z ==================== Test output for //:nn_utils_test: 2024-04-03T16:24:03.4734383Z Running main() from gmock_main.cc 2024-04-03T16:24:03.4735316Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:03.4736263Z [==========] Running 10 tests from 2 test suites. 2024-04-03T16:24:03.4737145Z [----------] Global test environment set-up. 2024-04-03T16:24:03.4738064Z [----------] 7 tests from NNUtilsTest 2024-04-03T16:24:03.4738902Z [ RUN ] NNUtilsTest.ClipGradNorm 2024-04-03T16:24:03.4740393Z [ OK ] NNUtilsTest.ClipGradNorm (76 ms) 2024-04-03T16:24:03.4741333Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2024-04-03T16:24:03.4742500Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (863 ms) 2024-04-03T16:24:03.4743583Z [ RUN ] NNUtilsTest.ClipGradValue 2024-04-03T16:24:03.4745607Z [ OK ] NNUtilsTest.ClipGradValue (2 ms) 2024-04-03T16:24:03.4746618Z [ RUN ] NNUtilsTest.ConvertParameters 2024-04-03T16:24:03.4747526Z [ OK ] NNUtilsTest.ConvertParameters (5 ms) 2024-04-03T16:24:03.4748699Z [ RUN ] NNUtilsTest.PackSequence 2024-04-03T16:24:03.4749679Z [ OK ] NNUtilsTest.PackSequence (2390 ms) 2024-04-03T16:24:03.4750738Z [ RUN ] NNUtilsTest.PackPaddedSequence 2024-04-03T16:24:03.4751715Z [ OK ] NNUtilsTest.PackPaddedSequence (173 ms) 2024-04-03T16:24:03.4755188Z [ RUN ] NNUtilsTest.PadSequence 2024-04-03T16:24:03.4756464Z [ OK ] NNUtilsTest.PadSequence (433 ms) 2024-04-03T16:24:03.4757674Z [----------] 7 tests from NNUtilsTest (3944 ms total) 2024-04-03T16:24:03.4758440Z 2024-04-03T16:24:03.4759029Z [----------] 3 tests from PackedSequenceTest 2024-04-03T16:24:03.4760011Z [ RUN ] PackedSequenceTest.WrongOrder 2024-04-03T16:24:03.4761018Z [ OK ] PackedSequenceTest.WrongOrder (1 ms) 2024-04-03T16:24:03.4761966Z [ RUN ] PackedSequenceTest.TotalLength 2024-04-03T16:24:03.4762921Z [ OK ] PackedSequenceTest.TotalLength (17 ms) 2024-04-03T16:24:03.4763851Z [ RUN ] PackedSequenceTest.To 2024-04-03T16:24:03.4765238Z [ OK ] PackedSequenceTest.To (2 ms) 2024-04-03T16:24:03.4766225Z [----------] 3 tests from PackedSequenceTest (21 ms total) 2024-04-03T16:24:03.4766810Z 2024-04-03T16:24:03.4767161Z [----------] Global test environment tear-down 2024-04-03T16:24:03.4767980Z [==========] 10 tests from 2 test suites ran. (3966 ms total) 2024-04-03T16:24:03.4768741Z [ PASSED ] 10 tests. 2024-04-03T16:24:03.4769451Z ================================================================================ 2024-04-03T16:24:03.4770988Z [3,412 / 3,428] 12 / 26 tests; 16 actions running; last test: //:nn_utils_test 2024-04-03T16:24:03.4772400Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4773398Z Linking enum_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4774405Z Testing //:nn_utils_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4775547Z Testing //:modules_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4776582Z Testing //:optim_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.4777534Z Linking jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.4778510Z Testing //:serialize_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.4779455Z Linking any_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:03.7494719Z 2024-04-03T16:24:03.7495812Z  2024-04-03T16:24:03.7498657Z  2024-04-03T16:24:03.7499270Z  2024-04-03T16:24:03.7499822Z  2024-04-03T16:24:03.7500379Z  2024-04-03T16:24:03.7500959Z  2024-04-03T16:24:03.7501546Z  2024-04-03T16:24:03.7502108Z  2024-04-03T16:24:03.7503886Z [3,413 / 3,428] 12 / 26 tests; 15 actions running; last test: //:nn_utils_test 2024-04-03T16:24:03.7505688Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.7507041Z Linking enum_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.7508220Z Testing //:modules_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.7509299Z Testing //:optim_test; 8s processwrapper-sandbox 2024-04-03T16:24:03.7510477Z Linking jit_test; 5s processwrapper-sandbox 2024-04-03T16:24:03.7511794Z Testing //:serialize_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.7512861Z Linking any_test; 4s processwrapper-sandbox 2024-04-03T16:24:03.7514124Z Linking ordered_dict_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:04.1956466Z 2024-04-03T16:24:04.1957061Z  2024-04-03T16:24:04.1957490Z  2024-04-03T16:24:04.1957830Z  2024-04-03T16:24:04.1958197Z  2024-04-03T16:24:04.1958528Z  2024-04-03T16:24:04.1958875Z  2024-04-03T16:24:04.1959213Z  2024-04-03T16:24:04.1959541Z  2024-04-03T16:24:04.1960496Z [3,414 / 3,429] 12 / 26 tests; 15 actions, 14 running; last test: ...tils_test 2024-04-03T16:24:04.1961877Z Testing //:autograd_test; 9s processwrapper-sandbox 2024-04-03T16:24:04.1962716Z Testing //:modules_test; 9s processwrapper-sandbox 2024-04-03T16:24:04.1963541Z Testing //:optim_test; 9s processwrapper-sandbox 2024-04-03T16:24:04.1964449Z Linking jit_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.1965267Z Testing //:serialize_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.1966056Z Linking any_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.1966868Z Linking ordered_dict_test; 4s processwrapper-sandbox 2024-04-03T16:24:04.1967754Z Linking dataloader_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:04.5504295Z 2024-04-03T16:24:04.5504941Z  2024-04-03T16:24:04.5505367Z  2024-04-03T16:24:04.5505726Z  2024-04-03T16:24:04.5506193Z  2024-04-03T16:24:04.5506578Z  2024-04-03T16:24:04.5506939Z  2024-04-03T16:24:04.5507313Z  2024-04-03T16:24:04.5507689Z  2024-04-03T16:24:04.5513310Z [3,414 / 3,429] 12 / 26 tests; 15 actions running; last test: //:nn_utils_test 2024-04-03T16:24:04.5514490Z Testing //:autograd_test; 9s processwrapper-sandbox 2024-04-03T16:24:04.5515306Z Testing //:modules_test; 9s processwrapper-sandbox 2024-04-03T16:24:04.5516079Z Testing //:optim_test; 9s processwrapper-sandbox 2024-04-03T16:24:04.5516822Z Linking jit_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.5517589Z Testing //:serialize_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.5518339Z Linking any_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.5519111Z Linking ordered_dict_test; 5s processwrapper-sandbox 2024-04-03T16:24:04.5520156Z Linking dataloader_test; 4s processwrapper-sandbox ... 2024-04-03T16:24:05.7530927Z 2024-04-03T16:24:05.7531599Z  2024-04-03T16:24:05.7532099Z  2024-04-03T16:24:05.7532513Z  2024-04-03T16:24:05.7532895Z  2024-04-03T16:24:05.7533306Z  2024-04-03T16:24:05.7533701Z  2024-04-03T16:24:05.7534322Z  2024-04-03T16:24:05.7534718Z  2024-04-03T16:24:05.7535824Z [3,414 / 3,429] 12 / 26 tests; 15 actions running; last test: //:nn_utils_test 2024-04-03T16:24:05.7537215Z Testing //:autograd_test; 10s processwrapper-sandbox 2024-04-03T16:24:05.7538217Z Testing //:modules_test; 10s processwrapper-sandbox 2024-04-03T16:24:05.7539181Z Testing //:optim_test; 10s processwrapper-sandbox 2024-04-03T16:24:05.7540083Z Linking jit_test; 7s processwrapper-sandbox 2024-04-03T16:24:05.7541029Z Testing //:serialize_test; 6s processwrapper-sandbox 2024-04-03T16:24:05.7541957Z Linking any_test; 6s processwrapper-sandbox 2024-04-03T16:24:05.7542880Z Linking ordered_dict_test; 6s processwrapper-sandbox 2024-04-03T16:24:05.7544077Z Linking dataloader_test; 6s processwrapper-sandbox ... 2024-04-03T16:24:06.7538072Z 2024-04-03T16:24:06.7538759Z  2024-04-03T16:24:06.7539268Z  2024-04-03T16:24:06.7539688Z  2024-04-03T16:24:06.7540105Z  2024-04-03T16:24:06.7540518Z  2024-04-03T16:24:06.7540934Z  2024-04-03T16:24:06.7541317Z  2024-04-03T16:24:06.7541730Z  2024-04-03T16:24:06.7542876Z [3,414 / 3,429] 12 / 26 tests; 15 actions running; last test: //:nn_utils_test 2024-04-03T16:24:06.7544289Z Testing //:autograd_test; 11s processwrapper-sandbox 2024-04-03T16:24:06.7545314Z Testing //:modules_test; 11s processwrapper-sandbox 2024-04-03T16:24:06.7546315Z Testing //:optim_test; 11s processwrapper-sandbox 2024-04-03T16:24:06.7547249Z Linking jit_test; 8s processwrapper-sandbox 2024-04-03T16:24:06.7548244Z Testing //:serialize_test; 7s processwrapper-sandbox 2024-04-03T16:24:06.7549202Z Linking any_test; 7s processwrapper-sandbox 2024-04-03T16:24:06.7550193Z Linking ordered_dict_test; 7s processwrapper-sandbox 2024-04-03T16:24:06.7551250Z Linking dataloader_test; 7s processwrapper-sandbox ... 2024-04-03T16:24:07.0453792Z 2024-04-03T16:24:07.0454702Z  2024-04-03T16:24:07.0455448Z  2024-04-03T16:24:07.0455889Z  2024-04-03T16:24:07.0456284Z  2024-04-03T16:24:07.0456690Z  2024-04-03T16:24:07.0457104Z  2024-04-03T16:24:07.0457522Z  2024-04-03T16:24:07.0457916Z  2024-04-03T16:24:07.0459062Z [3,414 / 3,429] 13 / 26 tests; 15 actions running; last test: ...erialize_test 2024-04-03T16:24:07.0460509Z Testing //:autograd_test; 12s processwrapper-sandbox 2024-04-03T16:24:07.0461538Z Testing //:modules_test; 11s processwrapper-sandbox 2024-04-03T16:24:07.0462554Z Testing //:optim_test; 11s processwrapper-sandbox 2024-04-03T16:24:07.0463524Z Linking jit_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.0464517Z Testing //:serialize_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.0465478Z Linking any_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.0466480Z Linking ordered_dict_test; 7s processwrapper-sandbox 2024-04-03T16:24:07.0467545Z Linking dataloader_test; 7s processwrapper-sandbox ... 2024-04-03T16:24:07.0492205Z 2024-04-03T16:24:07.0492809Z  2024-04-03T16:24:07.0493278Z  2024-04-03T16:24:07.0494028Z  2024-04-03T16:24:07.0494455Z  2024-04-03T16:24:07.0494917Z  2024-04-03T16:24:07.0495362Z  2024-04-03T16:24:07.0495750Z  2024-04-03T16:24:07.0496217Z  2024-04-03T16:24:07.0496869Z INFO: From Testing //:serialize_test: 2024-04-03T16:24:07.0497665Z ==================== Test output for //:serialize_test: 2024-04-03T16:24:07.0498395Z Running main() from gmock_main.cc 2024-04-03T16:24:07.0499067Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:07.0499953Z [==========] Running 23 tests from 1 test suite. 2024-04-03T16:24:07.0501228Z [----------] Global test environment set-up. 2024-04-03T16:24:07.0502133Z [----------] 23 tests from SerializeTest 2024-04-03T16:24:07.0502908Z [ RUN ] SerializeTest.KeysFunc 2024-04-03T16:24:07.0503675Z [ OK ] SerializeTest.KeysFunc (119 ms) 2024-04-03T16:24:07.0505408Z [ RUN ] SerializeTest.TryReadFunc 2024-04-03T16:24:07.0506223Z [ OK ] SerializeTest.TryReadFunc (1 ms) 2024-04-03T16:24:07.0507052Z [ RUN ] SerializeTest.Basic 2024-04-03T16:24:07.0507729Z [ OK ] SerializeTest.Basic (21 ms) 2024-04-03T16:24:07.0508501Z [ RUN ] SerializeTest.MathBits 2024-04-03T16:24:07.0509195Z [ OK ] SerializeTest.MathBits (8 ms) 2024-04-03T16:24:07.0510008Z [ RUN ] SerializeTest.BasicToFile 2024-04-03T16:24:07.0510803Z [ OK ] SerializeTest.BasicToFile (2 ms) 2024-04-03T16:24:07.0511671Z [ RUN ] SerializeTest.BasicViaFunc 2024-04-03T16:24:07.0512549Z [ OK ] SerializeTest.BasicViaFunc (3 ms) 2024-04-03T16:24:07.0513564Z [ RUN ] SerializeTest.Resized 2024-04-03T16:24:07.0514360Z [ OK ] SerializeTest.Resized (2 ms) 2024-04-03T16:24:07.0515186Z [ RUN ] SerializeTest.Sliced 2024-04-03T16:24:07.0515931Z [ OK ] SerializeTest.Sliced (2 ms) 2024-04-03T16:24:07.0516784Z [ RUN ] SerializeTest.NonContiguous 2024-04-03T16:24:07.0517680Z [ OK ] SerializeTest.NonContiguous (2 ms) 2024-04-03T16:24:07.0518620Z [ RUN ] SerializeTest.ErrorOnMissingKey 2024-04-03T16:24:07.0519587Z [ OK ] SerializeTest.ErrorOnMissingKey (4 ms) 2024-04-03T16:24:07.0520475Z [ RUN ] SerializeTest.XOR 2024-04-03T16:24:07.0521162Z [ OK ] SerializeTest.XOR (3110 ms) 2024-04-03T16:24:07.0521911Z [ RUN ] SerializeTest.Optim 2024-04-03T16:24:07.0522608Z [ OK ] SerializeTest.Optim (20 ms) 2024-04-03T16:24:07.0523404Z [ RUN ] SerializeTest.Optim_Adagrad 2024-04-03T16:24:07.0524274Z [ OK ] SerializeTest.Optim_Adagrad (25 ms) 2024-04-03T16:24:07.0525163Z [ RUN ] SerializeTest.Optim_SGD 2024-04-03T16:24:07.0525756Z [ OK ] SerializeTest.Optim_SGD (24 ms) 2024-04-03T16:24:07.0526376Z [ RUN ] SerializeTest.Optim_Adam 2024-04-03T16:24:07.0526971Z [ OK ] SerializeTest.Optim_Adam (32 ms) 2024-04-03T16:24:07.0527570Z [ RUN ] SerializeTest.Optim_AdamW 2024-04-03T16:24:07.0528311Z [ OK ] SerializeTest.Optim_AdamW (51 ms) 2024-04-03T16:24:07.0529049Z [ RUN ] SerializeTest.Optim_RMSprop 2024-04-03T16:24:07.0529669Z [ OK ] SerializeTest.Optim_RMSprop (54 ms) 2024-04-03T16:24:07.0530309Z [ RUN ] SerializeTest.Optim_LBFGS 2024-04-03T16:24:07.0530923Z [ OK ] SerializeTest.Optim_LBFGS (78 ms) 2024-04-03T16:24:07.0532090Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2024-04-03T16:24:07.0533848Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (11 ms) 2024-04-03T16:24:07.0535086Z [ RUN ] SerializeTest.VectorOfTensors 2024-04-03T16:24:07.0535749Z [ OK ] SerializeTest.VectorOfTensors (2 ms) 2024-04-03T16:24:07.0536389Z [ RUN ] SerializeTest.IValue 2024-04-03T16:24:07.0536942Z [ OK ] SerializeTest.IValue (1 ms) 2024-04-03T16:24:07.0537839Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2024-04-03T16:24:07.0539111Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2024-04-03T16:24:07.0540396Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2024-04-03T16:24:07.0541688Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (8 ms) 2024-04-03T16:24:07.0542848Z [----------] 23 tests from SerializeTest (3590 ms total) 2024-04-03T16:24:07.0543337Z 2024-04-03T16:24:07.0543617Z [----------] Global test environment tear-down 2024-04-03T16:24:07.0544305Z [==========] 23 tests from 1 test suite ran. (3590 ms total) 2024-04-03T16:24:07.0544927Z [ PASSED ] 23 tests. 2024-04-03T16:24:07.0545512Z ================================================================================ 2024-04-03T16:24:07.0546655Z [3,414 / 3,429] 13 / 26 tests; 15 actions running; last test: ...erialize_test 2024-04-03T16:24:07.0547780Z Testing //:autograd_test; 12s processwrapper-sandbox 2024-04-03T16:24:07.0548697Z Testing //:modules_test; 11s processwrapper-sandbox 2024-04-03T16:24:07.0549523Z Testing //:optim_test; 11s processwrapper-sandbox 2024-04-03T16:24:07.0550311Z Linking jit_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.0551109Z Testing //:serialize_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.0551910Z Linking any_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.0552711Z Linking ordered_dict_test; 7s processwrapper-sandbox 2024-04-03T16:24:07.0553578Z Linking dataloader_test; 7s processwrapper-sandbox ... 2024-04-03T16:24:07.3524044Z 2024-04-03T16:24:07.3524796Z  2024-04-03T16:24:07.3525242Z  2024-04-03T16:24:07.3525588Z  2024-04-03T16:24:07.3525963Z  2024-04-03T16:24:07.3526304Z  2024-04-03T16:24:07.3526820Z  2024-04-03T16:24:07.3527170Z  2024-04-03T16:24:07.3527516Z  2024-04-03T16:24:07.3528602Z [3,415 / 3,429] 13 / 26 tests; 14 actions running; last test: ...erialize_test 2024-04-03T16:24:07.3529887Z Testing //:autograd_test; 12s processwrapper-sandbox 2024-04-03T16:24:07.3530748Z Testing //:modules_test; 12s processwrapper-sandbox 2024-04-03T16:24:07.3531562Z Testing //:optim_test; 12s processwrapper-sandbox 2024-04-03T16:24:07.3532350Z Linking jit_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.3533094Z Linking any_test; 8s processwrapper-sandbox 2024-04-03T16:24:07.3533887Z Linking ordered_dict_test; 7s processwrapper-sandbox 2024-04-03T16:24:07.3534728Z Linking dataloader_test; 7s processwrapper-sandbox 2024-04-03T16:24:07.3535559Z Testing //:rnn_test; 7s processwrapper-sandbox ... 2024-04-03T16:24:08.0724024Z 2024-04-03T16:24:08.0724751Z  2024-04-03T16:24:08.0725175Z  2024-04-03T16:24:08.0725524Z  2024-04-03T16:24:08.0725835Z  2024-04-03T16:24:08.0726162Z  2024-04-03T16:24:08.0726480Z  2024-04-03T16:24:08.0726807Z  2024-04-03T16:24:08.0727136Z  2024-04-03T16:24:08.0728032Z [3,415 / 3,429] 14 / 26 tests; 14 actions running; last test: //:autograd_test 2024-04-03T16:24:08.0729421Z Testing //:autograd_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.0730246Z Testing //:modules_test; 12s processwrapper-sandbox 2024-04-03T16:24:08.0731045Z Testing //:optim_test; 12s processwrapper-sandbox 2024-04-03T16:24:08.0731783Z Linking jit_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.0732496Z Linking any_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.0733268Z Linking ordered_dict_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.0734070Z Linking dataloader_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.0734890Z Testing //:rnn_test; 8s processwrapper-sandbox ... 2024-04-03T16:24:08.0735366Z 2024-04-03T16:24:08.0735518Z  2024-04-03T16:24:08.0735844Z  2024-04-03T16:24:08.0736170Z  2024-04-03T16:24:08.0736484Z  2024-04-03T16:24:08.0736816Z  2024-04-03T16:24:08.0737143Z  2024-04-03T16:24:08.0737468Z  2024-04-03T16:24:08.0737802Z  2024-04-03T16:24:08.0738284Z INFO: From Testing //:autograd_test: 2024-04-03T16:24:08.0738936Z ==================== Test output for //:autograd_test: 2024-04-03T16:24:08.0739531Z Running main() from gmock_main.cc 2024-04-03T16:24:08.0740090Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:08.0740629Z [==========] Running 58 tests from 3 test suites. 2024-04-03T16:24:08.0741305Z [----------] Global test environment set-up. 2024-04-03T16:24:08.0741958Z [----------] 11 tests from AutogradAPITests 2024-04-03T16:24:08.0742812Z [ RUN ] AutogradAPITests.RegisterHookVoidReturnAcceptsUndefinedTensor 2024-04-03T16:24:08.0744110Z [ OK ] AutogradAPITests.RegisterHookVoidReturnAcceptsUndefinedTensor (1 ms) 2024-04-03T16:24:08.0745341Z [ RUN ] AutogradAPITests.RegisterHookTensorReturnAcceptsUndefinedTensor 2024-04-03T16:24:08.0746916Z [ OK ] AutogradAPITests.RegisterHookTensorReturnAcceptsUndefinedTensor (0 ms) 2024-04-03T16:24:08.0748296Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2024-04-03T16:24:08.0749271Z [ OK ] AutogradAPITests.BackwardSimpleTest (4 ms) 2024-04-03T16:24:08.0750230Z [ RUN ] AutogradAPITests.BackwardTest 2024-04-03T16:24:08.0751203Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2024-04-03T16:24:08.0755902Z W0403 16:23:59.062418 16123 engine.cpp:1203] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2024-04-03T16:24:08.0760479Z [ OK ] AutogradAPITests.BackwardTest (4 ms) 2024-04-03T16:24:08.0761380Z [ RUN ] AutogradAPITests.GradSimpleTest 2024-04-03T16:24:08.0762307Z [ OK ] AutogradAPITests.GradSimpleTest (3 ms) 2024-04-03T16:24:08.0763186Z [ RUN ] AutogradAPITests.GradTest 2024-04-03T16:24:08.0763975Z [ OK ] AutogradAPITests.GradTest (6 ms) 2024-04-03T16:24:08.0764987Z [ RUN ] AutogradAPITests.GradNonLeafTest 2024-04-03T16:24:08.0770675Z W0403 16:23:59.079113 16123 TensorBody.h:489] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2024-04-03T16:24:08.0780399Z W0403 16:23:59.080963 16123 TensorBody.h:489] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2024-04-03T16:24:08.0790385Z W0403 16:23:59.082827 16123 TensorBody.h:489] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2024-04-03T16:24:08.0799866Z W0403 16:23:59.084697 16123 TensorBody.h:489] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2024-04-03T16:24:08.0804841Z [ OK ] AutogradAPITests.GradNonLeafTest (13 ms) 2024-04-03T16:24:08.0805820Z [ RUN ] AutogradAPITests.GradUnreachableTest 2024-04-03T16:24:08.0806793Z [ OK ] AutogradAPITests.GradUnreachableTest (3 ms) 2024-04-03T16:24:08.0807721Z [ RUN ] AutogradAPITests.EmptyInput 2024-04-03T16:24:08.0808519Z [ OK ] AutogradAPITests.EmptyInput (0 ms) 2024-04-03T16:24:08.0809590Z [ RUN ] AutogradAPITests.RetainGrad 2024-04-03T16:24:08.0810431Z [ OK ] AutogradAPITests.RetainGrad (5 ms) 2024-04-03T16:24:08.0811280Z [ RUN ] AutogradAPITests.AnomalyMode 2024-04-03T16:24:08.0813354Z W0403 16:23:59.097931 16123 anomaly_mode.cpp:26] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2024-04-03T16:24:08.0815587Z [ OK ] AutogradAPITests.AnomalyMode (9 ms) 2024-04-03T16:24:08.0816588Z [----------] 11 tests from AutogradAPITests (52 ms total) 2024-04-03T16:24:08.0817180Z 2024-04-03T16:24:08.0817548Z [----------] 34 tests from CustomAutogradTest 2024-04-03T16:24:08.0818573Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2024-04-03T16:24:08.0819753Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2024-04-03T16:24:08.0821109Z [ RUN ] CustomAutogradTest.CustomFunctionReturnInputAsIsAndSavesIt 2024-04-03T16:24:08.0822613Z [ OK ] CustomAutogradTest.CustomFunctionReturnInputAsIsAndSavesIt (0 ms) 2024-04-03T16:24:08.0823887Z [ RUN ] CustomAutogradTest.CustomFunction 2024-04-03T16:24:08.0824951Z [ OK ] CustomAutogradTest.CustomFunction (3 ms) 2024-04-03T16:24:08.0825990Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2024-04-03T16:24:08.0827190Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (3 ms) 2024-04-03T16:24:08.0828321Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2024-04-03T16:24:08.0829355Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (5 ms) 2024-04-03T16:24:08.0830350Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2024-04-03T16:24:08.0831390Z [ OK ] CustomAutogradTest.FunctionReturnsInput (1 ms) 2024-04-03T16:24:08.0832500Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2024-04-03T16:24:08.0833565Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (1 ms) 2024-04-03T16:24:08.0834623Z [ RUN ] CustomAutogradTest.MaterializeGrads 2024-04-03T16:24:08.0835606Z [ OK ] CustomAutogradTest.MaterializeGrads (1 ms) 2024-04-03T16:24:08.0836551Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2024-04-03T16:24:08.0837579Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2024-04-03T16:24:08.0838644Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2024-04-03T16:24:08.0839636Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2024-04-03T16:24:08.0840721Z [ RUN ] CustomAutogradTest.MarkDirty 2024-04-03T16:24:08.0841572Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2024-04-03T16:24:08.0842490Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2024-04-03T16:24:08.0843549Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (1 ms) 2024-04-03T16:24:08.0844788Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2024-04-03T16:24:08.0845930Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (3 ms) 2024-04-03T16:24:08.0847071Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2024-04-03T16:24:08.0848238Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2024-04-03T16:24:08.0849339Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2024-04-03T16:24:08.0850314Z [ OK ] CustomAutogradTest.ReturnLeafInplace (1 ms) 2024-04-03T16:24:08.0851359Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2024-04-03T16:24:08.0852391Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (0 ms) 2024-04-03T16:24:08.0853400Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2024-04-03T16:24:08.0854372Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2024-04-03T16:24:08.0855331Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2024-04-03T16:24:08.0856339Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (1 ms) 2024-04-03T16:24:08.0857413Z [ RUN ] CustomAutogradTest.InvalidGradients 2024-04-03T16:24:08.0858339Z [ OK ] CustomAutogradTest.InvalidGradients (0 ms) 2024-04-03T16:24:08.0859272Z [ RUN ] CustomAutogradTest.NoGradInput 2024-04-03T16:24:08.0860142Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2024-04-03T16:24:08.0861179Z [ RUN ] CustomAutogradTest.TooManyGrads 2024-04-03T16:24:08.0862094Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2024-04-03T16:24:08.0862947Z [ RUN ] CustomAutogradTest.DepNoGrad 2024-04-03T16:24:08.0863817Z [ OK ] CustomAutogradTest.DepNoGrad (1 ms) 2024-04-03T16:24:08.0864610Z [ RUN ] CustomAutogradTest.Reentrant 2024-04-03T16:24:08.0865544Z [ OK ] CustomAutogradTest.Reentrant (2 ms) 2024-04-03T16:24:08.0866409Z [ RUN ] CustomAutogradTest.DeepReentrant 2024-04-03T16:24:08.0867304Z [ OK ] CustomAutogradTest.DeepReentrant (8168 ms) 2024-04-03T16:24:08.0868304Z [ RUN ] CustomAutogradTest.ReentrantPriority 2024-04-03T16:24:08.0869280Z [ OK ] CustomAutogradTest.ReentrantPriority (7 ms) 2024-04-03T16:24:08.0870183Z [ RUN ] CustomAutogradTest.Hooks 2024-04-03T16:24:08.0870953Z [ OK ] CustomAutogradTest.Hooks (8 ms) 2024-04-03T16:24:08.0871811Z [ RUN ] CustomAutogradTest.HooksInplace 2024-04-03T16:24:08.0872682Z [ OK ] CustomAutogradTest.HooksInplace (2 ms) 2024-04-03T16:24:08.0873815Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2024-04-03T16:24:08.0875016Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (3 ms) 2024-04-03T16:24:08.0876275Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2024-04-03T16:24:08.0877549Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (4 ms) 2024-04-03T16:24:08.0878614Z [ RUN ] CustomAutogradTest.HookNone 2024-04-03T16:24:08.0879459Z [ OK ] CustomAutogradTest.HookNone (1 ms) 2024-04-03T16:24:08.0880348Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2024-04-03T16:24:08.0881329Z [ OK ] CustomAutogradTest.BackwardWithInputs (1 ms) 2024-04-03T16:24:08.0882435Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2024-04-03T16:24:08.0883483Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (0 ms) 2024-04-03T16:24:08.0884733Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2024-04-03T16:24:08.0885920Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (2 ms) 2024-04-03T16:24:08.0887090Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2024-04-03T16:24:08.0888284Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (1 ms) 2024-04-03T16:24:08.0889642Z [----------] 34 tests from CustomAutogradTest (8235 ms total) 2024-04-03T16:24:08.0890415Z 2024-04-03T16:24:08.0890893Z [----------] 13 tests from TestAutogradNotImplementedFallback 2024-04-03T16:24:08.0892125Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2024-04-03T16:24:08.0893480Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (2 ms) 2024-04-03T16:24:08.0894704Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2024-04-03T16:24:08.0895887Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (3 ms) 2024-04-03T16:24:08.0897127Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2024-04-03T16:24:08.0898473Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (2 ms) 2024-04-03T16:24:08.0899672Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2024-04-03T16:24:08.0900720Z [ OK ] TestAutogradNotImplementedFallback.OptOp (3 ms) 2024-04-03T16:24:08.0901917Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2024-04-03T16:24:08.0903278Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (2 ms) 2024-04-03T16:24:08.0904690Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2024-04-03T16:24:08.0906041Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (2 ms) 2024-04-03T16:24:08.0907222Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2024-04-03T16:24:08.0908313Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (2 ms) 2024-04-03T16:24:08.0909530Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2024-04-03T16:24:08.0910900Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (2 ms) 2024-04-03T16:24:08.0912450Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2024-04-03T16:24:08.0913880Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (1 ms) 2024-04-03T16:24:08.0915239Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2024-04-03T16:24:08.0916426Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (2 ms) 2024-04-03T16:24:08.0917771Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2024-04-03T16:24:08.0919075Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2024-04-03T16:24:08.0920358Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2024-04-03T16:24:08.0921669Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (2 ms) 2024-04-03T16:24:08.0922903Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2024-04-03T16:24:08.0924118Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (3 ms) 2024-04-03T16:24:08.0925674Z [----------] 13 tests from TestAutogradNotImplementedFallback (34 ms total) 2024-04-03T16:24:08.0926514Z 2024-04-03T16:24:08.0926897Z [----------] Global test environment tear-down 2024-04-03T16:24:08.0927877Z [==========] 58 tests from 3 test suites ran. (8322 ms total) 2024-04-03T16:24:08.0928692Z [ PASSED ] 58 tests. 2024-04-03T16:24:08.0929442Z ================================================================================ 2024-04-03T16:24:08.0930911Z [3,415 / 3,429] 14 / 26 tests; 14 actions running; last test: //:autograd_test 2024-04-03T16:24:08.0932274Z Testing //:autograd_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.0933362Z Testing //:modules_test; 12s processwrapper-sandbox 2024-04-03T16:24:08.0934436Z Testing //:optim_test; 12s processwrapper-sandbox 2024-04-03T16:24:08.0935394Z Linking jit_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.0936357Z Linking any_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.0937386Z Linking ordered_dict_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.0938467Z Linking dataloader_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.0939574Z Testing //:rnn_test; 8s processwrapper-sandbox ... 2024-04-03T16:24:08.2373431Z 2024-04-03T16:24:08.2387821Z  2024-04-03T16:24:08.2388325Z  2024-04-03T16:24:08.2388752Z  2024-04-03T16:24:08.2389160Z  2024-04-03T16:24:08.2389579Z  2024-04-03T16:24:08.2390211Z  2024-04-03T16:24:08.2390607Z  2024-04-03T16:24:08.2391015Z  2024-04-03T16:24:08.2391694Z INFO: From Testing //:tensor_options_test: 2024-04-03T16:24:08.2392594Z ==================== Test output for //:tensor_options_test: 2024-04-03T16:24:08.2393371Z Running main() from gmock_main.cc 2024-04-03T16:24:08.2394076Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:08.2394748Z [==========] Running 9 tests from 3 test suites. 2024-04-03T16:24:08.2395604Z [----------] Global test environment set-up. 2024-04-03T16:24:08.2396434Z [----------] 5 tests from TensorOptionsTest 2024-04-03T16:24:08.2397326Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2024-04-03T16:24:08.2398405Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2024-04-03T16:24:08.2399720Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2024-04-03T16:24:08.2401261Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2024-04-03T16:24:08.2402624Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2024-04-03T16:24:08.2403741Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2024-04-03T16:24:08.2405047Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2024-04-03T16:24:08.2406332Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2024-04-03T16:24:08.2407225Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2024-04-03T16:24:08.2408094Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2024-04-03T16:24:08.2409063Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2024-04-03T16:24:08.2409535Z 2024-04-03T16:24:08.2409886Z [----------] 1 test from DeviceTest 2024-04-03T16:24:08.2410495Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2024-04-03T16:24:08.2411229Z [ OK ] DeviceTest.ParsesCorrectlyFromString (0 ms) 2024-04-03T16:24:08.2411997Z [----------] 1 test from DeviceTest (0 ms total) 2024-04-03T16:24:08.2412418Z 2024-04-03T16:24:08.2412751Z [----------] 3 tests from DefaultDtypeTest 2024-04-03T16:24:08.2413415Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2024-04-03T16:24:08.2414229Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2024-04-03T16:24:08.2415122Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2024-04-03T16:24:08.2416096Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2024-04-03T16:24:08.2417056Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2024-04-03T16:24:08.2418027Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (17 ms) 2024-04-03T16:24:08.2418963Z [----------] 3 tests from DefaultDtypeTest (17 ms total) 2024-04-03T16:24:08.2419420Z 2024-04-03T16:24:08.2419738Z [----------] Global test environment tear-down 2024-04-03T16:24:08.2420393Z [==========] 9 tests from 3 test suites ran. (18 ms total) 2024-04-03T16:24:08.2420986Z [ PASSED ] 9 tests. 2024-04-03T16:24:08.2421444Z ================================================================================ 2024-04-03T16:24:08.2422534Z [3,416 / 3,429] 15 / 26 tests; 13 actions running; last test: ..._options_test 2024-04-03T16:24:08.2423620Z Testing //:modules_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.2424406Z Testing //:optim_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.2425152Z Linking jit_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.2425868Z Linking any_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.2426632Z Linking ordered_dict_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.2427453Z Linking dataloader_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.2428335Z Testing //:rnn_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.2429110Z Linking init_test; 7s processwrapper-sandbox ... 2024-04-03T16:24:08.3633265Z 2024-04-03T16:24:08.3634327Z  2024-04-03T16:24:08.3634881Z  2024-04-03T16:24:08.3635427Z  2024-04-03T16:24:08.3635966Z  2024-04-03T16:24:08.3636717Z  2024-04-03T16:24:08.3637235Z  2024-04-03T16:24:08.3637713Z  2024-04-03T16:24:08.3638260Z  2024-04-03T16:24:08.3638945Z INFO: From Testing //:module_test: 2024-04-03T16:24:08.3639870Z ==================== Test output for //:module_test: 2024-04-03T16:24:08.3640720Z Running main() from gmock_main.cc 2024-04-03T16:24:08.3641512Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:08.3642262Z [==========] Running 52 tests from 1 test suite. 2024-04-03T16:24:08.3643190Z [----------] Global test environment set-up. 2024-04-03T16:24:08.3644089Z [----------] 52 tests from ModuleTest 2024-04-03T16:24:08.3645189Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2024-04-03T16:24:08.3646431Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (1 ms) 2024-04-03T16:24:08.3647458Z [ RUN ] ModuleTest.ZeroGrad 2024-04-03T16:24:08.3648206Z [ OK ] ModuleTest.ZeroGrad (3 ms) 2024-04-03T16:24:08.3649099Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2024-04-03T16:24:08.3650062Z [ OK ] ModuleTest.ZeroGradWithUndefined (1 ms) 2024-04-03T16:24:08.3650925Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2024-04-03T16:24:08.3651948Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (0 ms) 2024-04-03T16:24:08.3652981Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2024-04-03T16:24:08.3654003Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (0 ms) 2024-04-03T16:24:08.3655027Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2024-04-03T16:24:08.3656017Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (0 ms) 2024-04-03T16:24:08.3656994Z [ RUN ] ModuleTest.ReplaceModule 2024-04-03T16:24:08.3657623Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2024-04-03T16:24:08.3658245Z [ RUN ] ModuleTest.UnregisterModule 2024-04-03T16:24:08.3658867Z [ OK ] ModuleTest.UnregisterModule (0 ms) 2024-04-03T16:24:08.3659718Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2024-04-03T16:24:08.3660942Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (0 ms) 2024-04-03T16:24:08.3662015Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2024-04-03T16:24:08.3663152Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (0 ms) 2024-04-03T16:24:08.3664140Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2024-04-03T16:24:08.3664979Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2024-04-03T16:24:08.3665926Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2024-04-03T16:24:08.3666938Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (0 ms) 2024-04-03T16:24:08.3668085Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2024-04-03T16:24:08.3669140Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (0 ms) 2024-04-03T16:24:08.3669991Z [ RUN ] ModuleTest.CanGetName 2024-04-03T16:24:08.3670542Z [ OK ] ModuleTest.CanGetName (0 ms) 2024-04-03T16:24:08.3671195Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2024-04-03T16:24:08.3671909Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2024-04-03T16:24:08.3672799Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2024-04-03T16:24:08.3673854Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2024-04-03T16:24:08.3674971Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2024-04-03T16:24:08.3676154Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2024-04-03T16:24:08.3677346Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2024-04-03T16:24:08.3678577Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (0 ms) 2024-04-03T16:24:08.3679836Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2024-04-03T16:24:08.3681137Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2024-04-03T16:24:08.3682324Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2024-04-03T16:24:08.3683156Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (12 ms) 2024-04-03T16:24:08.3684015Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2024-04-03T16:24:08.3685019Z [ OK ] ModuleTest.ClonePreservesExternalReferences (2 ms) 2024-04-03T16:24:08.3685983Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2024-04-03T16:24:08.3687059Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (1 ms) 2024-04-03T16:24:08.3687977Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2024-04-03T16:24:08.3688856Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2024-04-03T16:24:08.3689726Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2024-04-03T16:24:08.3690647Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2024-04-03T16:24:08.3691494Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2024-04-03T16:24:08.3692272Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2024-04-03T16:24:08.3693091Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2024-04-03T16:24:08.3693964Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2024-04-03T16:24:08.3695127Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2024-04-03T16:24:08.3696594Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2024-04-03T16:24:08.3698031Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2024-04-03T16:24:08.3699459Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2024-04-03T16:24:08.3700938Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2024-04-03T16:24:08.3702275Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (0 ms) 2024-04-03T16:24:08.3703528Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2024-04-03T16:24:08.3704840Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2024-04-03T16:24:08.3706037Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2024-04-03T16:24:08.3707215Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2024-04-03T16:24:08.3708353Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2024-04-03T16:24:08.3709818Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2024-04-03T16:24:08.3711242Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2024-04-03T16:24:08.3712671Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2024-04-03T16:24:08.3714114Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2024-04-03T16:24:08.3715362Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2024-04-03T16:24:08.3716767Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2024-04-03T16:24:08.3718302Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2024-04-03T16:24:08.3719709Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2024-04-03T16:24:08.3720955Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2024-04-03T16:24:08.3722262Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2024-04-03T16:24:08.3723628Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2024-04-03T16:24:08.3725058Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2024-04-03T16:24:08.3726218Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2024-04-03T16:24:08.3727422Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2024-04-03T16:24:08.3728765Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2024-04-03T16:24:08.3730394Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2024-04-03T16:24:08.3731781Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2024-04-03T16:24:08.3733036Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2024-04-03T16:24:08.3734359Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2024-04-03T16:24:08.3735638Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2024-04-03T16:24:08.3736780Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2024-04-03T16:24:08.3738035Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2024-04-03T16:24:08.3739434Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2024-04-03T16:24:08.3741384Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2024-04-03T16:24:08.3742166Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2024-04-03T16:24:08.3743050Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2024-04-03T16:24:08.3744061Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2024-04-03T16:24:08.3745057Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2024-04-03T16:24:08.3746068Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2024-04-03T16:24:08.3747149Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2024-04-03T16:24:08.3748314Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2024-04-03T16:24:08.3749491Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2024-04-03T16:24:08.3750626Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2024-04-03T16:24:08.3751969Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2024-04-03T16:24:08.3753240Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2024-04-03T16:24:08.3754625Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2024-04-03T16:24:08.3756155Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (0 ms) 2024-04-03T16:24:08.3757443Z [ RUN ] ModuleTest.PrettyPrint 2024-04-03T16:24:08.3758182Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2024-04-03T16:24:08.3759205Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2024-04-03T16:24:08.3760569Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2024-04-03T16:24:08.3761919Z [----------] 52 tests from ModuleTest (34 ms total) 2024-04-03T16:24:08.3762471Z 2024-04-03T16:24:08.3762832Z [----------] Global test environment tear-down 2024-04-03T16:24:08.3763668Z [==========] 52 tests from 1 test suite ran. (34 ms total) 2024-04-03T16:24:08.3764600Z [ PASSED ] 52 tests. 2024-04-03T16:24:08.3765325Z ================================================================================ 2024-04-03T16:24:08.3766745Z [3,417 / 3,429] 16 / 26 tests; 12 actions running; last test: //:module_test 2024-04-03T16:24:08.3768107Z Testing //:modules_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.3769223Z Testing //:optim_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.3770185Z Linking jit_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.3771091Z Linking any_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.3772066Z Linking ordered_dict_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.3773049Z Linking dataloader_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.3773946Z Testing //:rnn_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.3774823Z Linking init_test; 8s processwrapper-sandbox ... 2024-04-03T16:24:08.7533677Z 2024-04-03T16:24:08.7534335Z  2024-04-03T16:24:08.7534788Z  2024-04-03T16:24:08.7535205Z  2024-04-03T16:24:08.7535596Z  2024-04-03T16:24:08.7535984Z  2024-04-03T16:24:08.7536334Z  2024-04-03T16:24:08.7536709Z  2024-04-03T16:24:08.7537077Z  2024-04-03T16:24:08.7538102Z [3,418 / 3,429] 16 / 26 tests; 11 actions running; last test: //:module_test 2024-04-03T16:24:08.7539586Z Testing //:modules_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.7540499Z Testing //:optim_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.7541346Z Linking jit_test; 10s processwrapper-sandbox 2024-04-03T16:24:08.7542167Z Linking any_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.7543053Z Linking ordered_dict_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.7543971Z Linking dataloader_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.7544860Z Testing //:rnn_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.7545752Z Linking init_test; 8s processwrapper-sandbox ... 2024-04-03T16:24:08.9537714Z 2024-04-03T16:24:08.9538335Z  2024-04-03T16:24:08.9538820Z  2024-04-03T16:24:08.9539195Z  2024-04-03T16:24:08.9539575Z  2024-04-03T16:24:08.9539951Z  2024-04-03T16:24:08.9540322Z  2024-04-03T16:24:08.9540704Z  2024-04-03T16:24:08.9541087Z  2024-04-03T16:24:08.9542175Z [3,419 / 3,430] 16 / 26 tests; 11 actions running; last test: //:module_test 2024-04-03T16:24:08.9543553Z Testing //:modules_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.9544557Z Testing //:optim_test; 13s processwrapper-sandbox 2024-04-03T16:24:08.9545452Z Linking jit_test; 10s processwrapper-sandbox 2024-04-03T16:24:08.9546351Z Linking any_test; 10s processwrapper-sandbox 2024-04-03T16:24:08.9547288Z Linking dataloader_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.9548217Z Testing //:rnn_test; 9s processwrapper-sandbox 2024-04-03T16:24:08.9549336Z Linking init_test; 8s processwrapper-sandbox 2024-04-03T16:24:08.9550356Z Linking modulelist_test; 7s processwrapper-sandbox ... 2024-04-03T16:24:09.2252108Z 2024-04-03T16:24:09.2252775Z  2024-04-03T16:24:09.2253246Z  2024-04-03T16:24:09.2253663Z  2024-04-03T16:24:09.2254066Z  2024-04-03T16:24:09.2254483Z  2024-04-03T16:24:09.2255089Z  2024-04-03T16:24:09.2255489Z  2024-04-03T16:24:09.2255907Z  2024-04-03T16:24:09.2257051Z [3,421 / 3,432] 16 / 26 tests; 11 actions, 10 running; last test: ...dule_test 2024-04-03T16:24:09.2258468Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T16:24:09.2259501Z Testing //:optim_test; 14s processwrapper-sandbox 2024-04-03T16:24:09.2260519Z Linking dataloader_test; 9s processwrapper-sandbox 2024-04-03T16:24:09.2261504Z Testing //:rnn_test; 9s processwrapper-sandbox 2024-04-03T16:24:09.2262433Z Linking init_test; 8s processwrapper-sandbox 2024-04-03T16:24:09.2263427Z Linking modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:24:09.2264569Z Linking integration_test; 7s processwrapper-sandbox 2024-04-03T16:24:09.2265611Z Testing //:enum_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:09.3800029Z 2024-04-03T16:24:09.3800752Z  2024-04-03T16:24:09.3801313Z  2024-04-03T16:24:09.3801795Z  2024-04-03T16:24:09.3802290Z  2024-04-03T16:24:09.3802732Z  2024-04-03T16:24:09.3803127Z  2024-04-03T16:24:09.3803540Z  2024-04-03T16:24:09.3803946Z  2024-04-03T16:24:09.3804683Z INFO: From Testing //:enum_test: 2024-04-03T16:24:09.3805506Z ==================== Test output for //:enum_test: 2024-04-03T16:24:09.3806246Z Running main() from gmock_main.cc 2024-04-03T16:24:09.3806949Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:09.3807634Z [==========] Running 1 test from 1 test suite. 2024-04-03T16:24:09.3808461Z [----------] Global test environment set-up. 2024-04-03T16:24:09.3809304Z [----------] 1 test from EnumTest 2024-04-03T16:24:09.3809940Z [ RUN ] EnumTest.AllEnums 2024-04-03T16:24:09.3810578Z [ OK ] EnumTest.AllEnums (0 ms) 2024-04-03T16:24:09.3811363Z [----------] 1 test from EnumTest (0 ms total) 2024-04-03T16:24:09.3811896Z 2024-04-03T16:24:09.3812227Z [----------] Global test environment tear-down 2024-04-03T16:24:09.3813231Z [==========] 1 test from 1 test suite ran. (0 ms total) 2024-04-03T16:24:09.3813962Z [ PASSED ] 1 test. 2024-04-03T16:24:09.3814552Z ================================================================================ 2024-04-03T16:24:09.3815906Z [3,421 / 3,432] 17 / 26 tests; 11 actions running; last test: //:enum_test 2024-04-03T16:24:09.3817263Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T16:24:09.3818277Z Testing //:optim_test; 14s processwrapper-sandbox 2024-04-03T16:24:09.3819294Z Linking dataloader_test; 9s processwrapper-sandbox 2024-04-03T16:24:09.3820277Z Testing //:rnn_test; 9s processwrapper-sandbox 2024-04-03T16:24:09.3821206Z Linking init_test; 9s processwrapper-sandbox 2024-04-03T16:24:09.3822194Z Linking modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:24:09.3823232Z Linking integration_test; 7s processwrapper-sandbox 2024-04-03T16:24:09.3824264Z Testing //:enum_test; 5s processwrapper-sandbox ... 2024-04-03T16:24:09.7552703Z 2024-04-03T16:24:09.7553375Z  2024-04-03T16:24:09.7553876Z  2024-04-03T16:24:09.7554297Z  2024-04-03T16:24:09.7554715Z  2024-04-03T16:24:09.7555118Z  2024-04-03T16:24:09.7555520Z  2024-04-03T16:24:09.7555922Z  2024-04-03T16:24:09.7556316Z  2024-04-03T16:24:09.7557438Z [3,422 / 3,432] 17 / 26 tests; 10 actions running; last test: //:enum_test 2024-04-03T16:24:09.7558815Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T16:24:09.7559836Z Testing //:optim_test; 14s processwrapper-sandbox 2024-04-03T16:24:09.7561078Z Linking dataloader_test; 10s processwrapper-sandbox 2024-04-03T16:24:09.7562139Z Testing //:rnn_test; 10s processwrapper-sandbox 2024-04-03T16:24:09.7563049Z Linking init_test; 9s processwrapper-sandbox 2024-04-03T16:24:09.7564033Z Linking modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:24:09.7565195Z Linking integration_test; 7s processwrapper-sandbox 2024-04-03T16:24:09.7566469Z Testing //:ordered_dict_test; 0s processwrapper-sandbox ... 2024-04-03T16:24:10.0684441Z 2024-04-03T16:24:10.0685115Z  2024-04-03T16:24:10.0685614Z  2024-04-03T16:24:10.0686040Z  2024-04-03T16:24:10.0686456Z  2024-04-03T16:24:10.0686862Z  2024-04-03T16:24:10.0687265Z  2024-04-03T16:24:10.0687665Z  2024-04-03T16:24:10.0688054Z  2024-04-03T16:24:10.0689303Z [3,423 / 3,433] 17 / 26 tests; 10 actions, 9 running; last test: //:enum_test 2024-04-03T16:24:10.0690718Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T16:24:10.0691762Z Testing //:optim_test; 14s processwrapper-sandbox 2024-04-03T16:24:10.0692973Z Linking dataloader_test; 10s processwrapper-sandbox 2024-04-03T16:24:10.0694002Z Testing //:rnn_test; 10s processwrapper-sandbox 2024-04-03T16:24:10.0694957Z Linking modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:24:10.0696013Z Linking integration_test; 8s processwrapper-sandbox 2024-04-03T16:24:10.0697062Z Testing //:ordered_dict_test; 1s processwrapper-sandbox 2024-04-03T16:24:10.0698091Z Testing //:any_test; 0s processwrapper-sandbox ... 2024-04-03T16:24:10.3551425Z 2024-04-03T16:24:10.3552099Z  2024-04-03T16:24:10.3552599Z  2024-04-03T16:24:10.3558411Z  2024-04-03T16:24:10.3558817Z  2024-04-03T16:24:10.3559227Z  2024-04-03T16:24:10.3559622Z  2024-04-03T16:24:10.3560032Z  2024-04-03T16:24:10.3560472Z  2024-04-03T16:24:10.3561611Z [3,423 / 3,433] 17 / 26 tests; 10 actions running; last test: //:enum_test 2024-04-03T16:24:10.3563100Z Testing //:modules_test; 15s processwrapper-sandbox 2024-04-03T16:24:10.3564172Z Testing //:optim_test; 15s processwrapper-sandbox 2024-04-03T16:24:10.3565353Z Linking dataloader_test; 10s processwrapper-sandbox 2024-04-03T16:24:10.3566367Z Testing //:rnn_test; 10s processwrapper-sandbox 2024-04-03T16:24:10.3567607Z Linking modulelist_test; 9s processwrapper-sandbox 2024-04-03T16:24:10.3568781Z Linking integration_test; 8s processwrapper-sandbox 2024-04-03T16:24:10.3569881Z Testing //:ordered_dict_test; 1s processwrapper-sandbox 2024-04-03T16:24:10.3570960Z Testing //:any_test; 1s processwrapper-sandbox ... 2024-04-03T16:24:11.2535878Z 2024-04-03T16:24:11.2536542Z  2024-04-03T16:24:11.2537124Z  2024-04-03T16:24:11.2537593Z  2024-04-03T16:24:11.2538073Z  2024-04-03T16:24:11.2538564Z  2024-04-03T16:24:11.2539018Z  2024-04-03T16:24:11.2539471Z  2024-04-03T16:24:11.2540011Z  2024-04-03T16:24:11.2541259Z [3,424 / 3,434] 17 / 26 tests; 10 actions, 9 running; last test: //:enum_test 2024-04-03T16:24:11.2542918Z Testing //:modules_test; 16s processwrapper-sandbox 2024-04-03T16:24:11.2544097Z Testing //:optim_test; 16s processwrapper-sandbox 2024-04-03T16:24:11.2545195Z Testing //:rnn_test; 11s processwrapper-sandbox 2024-04-03T16:24:11.2546376Z Linking modulelist_test; 10s processwrapper-sandbox 2024-04-03T16:24:11.2547624Z Linking integration_test; 9s processwrapper-sandbox 2024-04-03T16:24:11.2548792Z Testing //:ordered_dict_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.2550064Z Testing //:any_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.2551269Z Testing //:jit_test; 2s processwrapper-sandbox ... 2024-04-03T16:24:11.4629696Z 2024-04-03T16:24:11.4630251Z  2024-04-03T16:24:11.4630675Z  2024-04-03T16:24:11.4631030Z  2024-04-03T16:24:11.4631360Z  2024-04-03T16:24:11.4641056Z  2024-04-03T16:24:11.4641663Z  2024-04-03T16:24:11.4642027Z  2024-04-03T16:24:11.4642364Z  2024-04-03T16:24:11.4643318Z [3,425 / 3,435] 17 / 26 tests; 10 actions, 9 running; last test: //:enum_test 2024-04-03T16:24:11.4644628Z Testing //:modules_test; 16s processwrapper-sandbox 2024-04-03T16:24:11.4645568Z Testing //:optim_test; 16s processwrapper-sandbox 2024-04-03T16:24:11.4646373Z Testing //:rnn_test; 11s processwrapper-sandbox 2024-04-03T16:24:11.4647199Z Linking integration_test; 9s processwrapper-sandbox 2024-04-03T16:24:11.4648059Z Testing //:ordered_dict_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.4648947Z Testing //:any_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.4649727Z Testing //:jit_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.4650527Z Testing //:init_test; 1s processwrapper-sandbox ... 2024-04-03T16:24:11.7602517Z 2024-04-03T16:24:11.7603115Z  2024-04-03T16:24:11.7603544Z  2024-04-03T16:24:11.7603914Z  2024-04-03T16:24:11.7604243Z  2024-04-03T16:24:11.7604713Z  2024-04-03T16:24:11.7605189Z  2024-04-03T16:24:11.7605545Z  2024-04-03T16:24:11.7605874Z  2024-04-03T16:24:11.7606753Z [3,425 / 3,435] 17 / 26 tests; 10 actions running; last test: //:enum_test 2024-04-03T16:24:11.7607889Z Testing //:modules_test; 16s processwrapper-sandbox 2024-04-03T16:24:11.7608757Z Testing //:optim_test; 16s processwrapper-sandbox 2024-04-03T16:24:11.7609532Z Testing //:rnn_test; 12s processwrapper-sandbox 2024-04-03T16:24:11.7610311Z Linking integration_test; 9s processwrapper-sandbox 2024-04-03T16:24:11.7611152Z Testing //:ordered_dict_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.7611952Z Testing //:any_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.7612687Z Testing //:jit_test; 2s processwrapper-sandbox 2024-04-03T16:24:11.7613469Z Testing //:init_test; 1s processwrapper-sandbox ... 2024-04-03T16:24:12.3611980Z 2024-04-03T16:24:12.3612611Z  2024-04-03T16:24:12.3613166Z  2024-04-03T16:24:12.3613635Z  2024-04-03T16:24:12.3614107Z  2024-04-03T16:24:12.3614566Z  2024-04-03T16:24:12.3615015Z  2024-04-03T16:24:12.3615479Z  2024-04-03T16:24:12.3615923Z  2024-04-03T16:24:12.3617273Z [3,426 / 3,435] 17 / 26 tests; 9 actions running; last test: //:enum_test 2024-04-03T16:24:12.3618879Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.3620051Z Testing //:optim_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.3621138Z Testing //:rnn_test; 12s processwrapper-sandbox 2024-04-03T16:24:12.3622312Z Testing //:ordered_dict_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.3623406Z Testing //:any_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.3624437Z Testing //:jit_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.3625526Z Testing //:init_test; 2s processwrapper-sandbox 2024-04-03T16:24:12.3626749Z Testing //:dataloader_test; 1s processwrapper-sandbox ... 2024-04-03T16:24:12.7464622Z 2024-04-03T16:24:12.7465231Z  2024-04-03T16:24:12.7465658Z  2024-04-03T16:24:12.7465997Z  2024-04-03T16:24:12.7466353Z  2024-04-03T16:24:12.7466697Z  2024-04-03T16:24:12.7467047Z  2024-04-03T16:24:12.7467391Z  2024-04-03T16:24:12.7467736Z  2024-04-03T16:24:12.7468673Z [3,426 / 3,435] 18 / 26 tests; 9 actions running; last test: ...ered_dict_test 2024-04-03T16:24:12.7469864Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.7470714Z Testing //:optim_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.7471503Z Testing //:rnn_test; 13s processwrapper-sandbox 2024-04-03T16:24:12.7472353Z Testing //:ordered_dict_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.7473184Z Testing //:any_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.7474119Z Testing //:jit_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.7474917Z Testing //:init_test; 2s processwrapper-sandbox 2024-04-03T16:24:12.7475796Z Testing //:dataloader_test; 1s processwrapper-sandbox ... 2024-04-03T16:24:12.7532099Z 2024-04-03T16:24:12.7532370Z  2024-04-03T16:24:12.7532726Z  2024-04-03T16:24:12.7533201Z  2024-04-03T16:24:12.7533535Z  2024-04-03T16:24:12.7533853Z  2024-04-03T16:24:12.7534189Z  2024-04-03T16:24:12.7534522Z  2024-04-03T16:24:12.7534840Z  2024-04-03T16:24:12.7535361Z INFO: From Testing //:ordered_dict_test: 2024-04-03T16:24:12.7536063Z ==================== Test output for //:ordered_dict_test: 2024-04-03T16:24:12.7536665Z Running main() from gmock_main.cc 2024-04-03T16:24:12.7537234Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:12.7537780Z [==========] Running 29 tests from 1 test suite. 2024-04-03T16:24:12.7538440Z [----------] Global test environment set-up. 2024-04-03T16:24:12.7539109Z [----------] 29 tests from OrderedDictTest 2024-04-03T16:24:12.7539983Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2024-04-03T16:24:12.7540902Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2024-04-03T16:24:12.7541931Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2024-04-03T16:24:12.7543080Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2024-04-03T16:24:12.7544125Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2024-04-03T16:24:12.7545108Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2024-04-03T16:24:12.7546138Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2024-04-03T16:24:12.7547230Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2024-04-03T16:24:12.7548157Z [ RUN ] OrderedDictTest.CanInitializeFromList 2024-04-03T16:24:12.7548923Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2024-04-03T16:24:12.7549938Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2024-04-03T16:24:12.7551454Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (0 ms) 2024-04-03T16:24:12.7552681Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2024-04-03T16:24:12.7553643Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2024-04-03T16:24:12.7554636Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2024-04-03T16:24:12.7555541Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2024-04-03T16:24:12.7556461Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2024-04-03T16:24:12.7557406Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2024-04-03T16:24:12.7558188Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2024-04-03T16:24:12.7558949Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (0 ms) 2024-04-03T16:24:12.7559855Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2024-04-03T16:24:12.7560971Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2024-04-03T16:24:12.7562257Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2024-04-03T16:24:12.7563733Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2024-04-03T16:24:12.7565376Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2024-04-03T16:24:12.7566862Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2024-04-03T16:24:12.7568454Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2024-04-03T16:24:12.7570030Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2024-04-03T16:24:12.7571575Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2024-04-03T16:24:12.7573076Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (0 ms) 2024-04-03T16:24:12.7574497Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2024-04-03T16:24:12.7575706Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2024-04-03T16:24:12.7576782Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2024-04-03T16:24:12.7577706Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (0 ms) 2024-04-03T16:24:12.7578576Z [ RUN ] OrderedDictTest.CanIterateItems 2024-04-03T16:24:12.7579277Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2024-04-03T16:24:12.7579963Z [ RUN ] OrderedDictTest.EraseWorks 2024-04-03T16:24:12.7580587Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2024-04-03T16:24:12.7581308Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2024-04-03T16:24:12.7582117Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2024-04-03T16:24:12.7582866Z [ RUN ] OrderedDictTest.CanCopyConstruct 2024-04-03T16:24:12.7583583Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2024-04-03T16:24:12.7584295Z [ RUN ] OrderedDictTest.CanCopyAssign 2024-04-03T16:24:12.7584999Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2024-04-03T16:24:12.7585700Z [ RUN ] OrderedDictTest.CanMoveConstruct 2024-04-03T16:24:12.7586414Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2024-04-03T16:24:12.7587107Z [ RUN ] OrderedDictTest.CanMoveAssign 2024-04-03T16:24:12.7587795Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2024-04-03T16:24:12.7588516Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2024-04-03T16:24:12.7589265Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2024-04-03T16:24:12.7590175Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2024-04-03T16:24:12.7591261Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (0 ms) 2024-04-03T16:24:12.7592175Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2024-04-03T16:24:12.7592925Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2024-04-03T16:24:12.7593705Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2024-04-03T16:24:12.7594514Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2024-04-03T16:24:12.7595292Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2024-04-03T16:24:12.7596073Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2024-04-03T16:24:12.7596938Z [----------] 29 tests from OrderedDictTest (0 ms total) 2024-04-03T16:24:12.7597475Z 2024-04-03T16:24:12.7597754Z [----------] Global test environment tear-down 2024-04-03T16:24:12.7598428Z [==========] 29 tests from 1 test suite ran. (0 ms total) 2024-04-03T16:24:12.7599048Z [ PASSED ] 29 tests. 2024-04-03T16:24:12.7599544Z ================================================================================ 2024-04-03T16:24:12.7600634Z [3,426 / 3,435] 18 / 26 tests; 9 actions running; last test: ...ered_dict_test 2024-04-03T16:24:12.7601720Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.7602515Z Testing //:optim_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.7603291Z Testing //:rnn_test; 13s processwrapper-sandbox 2024-04-03T16:24:12.7604104Z Testing //:ordered_dict_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.7605017Z Testing //:any_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.7605765Z Testing //:jit_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.7606525Z Testing //:init_test; 2s processwrapper-sandbox 2024-04-03T16:24:12.7607362Z Testing //:dataloader_test; 1s processwrapper-sandbox ... 2024-04-03T16:24:12.9597379Z 2024-04-03T16:24:12.9597889Z  2024-04-03T16:24:12.9598291Z  2024-04-03T16:24:12.9598637Z  2024-04-03T16:24:12.9598985Z  2024-04-03T16:24:12.9599323Z  2024-04-03T16:24:12.9599665Z  2024-04-03T16:24:12.9600019Z  2024-04-03T16:24:12.9600350Z  2024-04-03T16:24:12.9601296Z [3,427 / 3,435] 18 / 26 tests; 8 actions running; last test: ...ered_dict_test 2024-04-03T16:24:12.9602471Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.9603483Z Testing //:optim_test; 17s processwrapper-sandbox 2024-04-03T16:24:12.9604434Z Testing //:rnn_test; 13s processwrapper-sandbox 2024-04-03T16:24:12.9605230Z Testing //:any_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.9605996Z Testing //:jit_test; 3s processwrapper-sandbox 2024-04-03T16:24:12.9606866Z Testing //:init_test; 2s processwrapper-sandbox 2024-04-03T16:24:12.9607699Z Testing //:dataloader_test; 1s processwrapper-sandbox 2024-04-03T16:24:12.9608613Z Testing //:modulelist_test; 1s processwrapper-sandbox 2024-04-03T16:24:13.0132710Z 2024-04-03T16:24:13.0133215Z  2024-04-03T16:24:13.0133615Z  2024-04-03T16:24:13.0133956Z  2024-04-03T16:24:13.0134277Z  2024-04-03T16:24:13.0134610Z  2024-04-03T16:24:13.0134942Z  2024-04-03T16:24:13.0135261Z  2024-04-03T16:24:13.0135601Z  2024-04-03T16:24:13.0136078Z INFO: From Testing //:any_test: 2024-04-03T16:24:13.0136716Z ==================== Test output for //:any_test: 2024-04-03T16:24:13.0137299Z Running main() from gmock_main.cc 2024-04-03T16:24:13.0138021Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:13.0138560Z [==========] Running 30 tests from 2 test suites. 2024-04-03T16:24:13.0139247Z [----------] Global test environment set-up. 2024-04-03T16:24:13.0139907Z [----------] 18 tests from AnyModuleTest 2024-04-03T16:24:13.0140487Z [ RUN ] AnyModuleTest.SimpleReturnType 2024-04-03T16:24:13.0141158Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2024-04-03T16:24:13.0141948Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2024-04-03T16:24:13.0142857Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2024-04-03T16:24:13.0143795Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2024-04-03T16:24:13.0144730Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2024-04-03T16:24:13.0145641Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2024-04-03T16:24:13.0146560Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2024-04-03T16:24:13.0147726Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2024-04-03T16:24:13.0149393Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (19 ms) 2024-04-03T16:24:13.0150609Z [ RUN ] AnyModuleTest.WrongArgumentType 2024-04-03T16:24:13.0151328Z [ OK ] AnyModuleTest.WrongArgumentType (0 ms) 2024-04-03T16:24:13.0152057Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2024-04-03T16:24:13.0152832Z [ OK ] AnyModuleTest.WrongNumberOfArguments (0 ms) 2024-04-03T16:24:13.0153971Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2024-04-03T16:24:13.0155504Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (0 ms) 2024-04-03T16:24:13.0156687Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2024-04-03T16:24:13.0157522Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2024-04-03T16:24:13.0158353Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2024-04-03T16:24:13.0159170Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (0 ms) 2024-04-03T16:24:13.0159986Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2024-04-03T16:24:13.0160784Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2024-04-03T16:24:13.0161604Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2024-04-03T16:24:13.0162468Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2024-04-03T16:24:13.0163306Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2024-04-03T16:24:13.0164095Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (0 ms) 2024-04-03T16:24:13.0164993Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2024-04-03T16:24:13.0165725Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2024-04-03T16:24:13.0166535Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2024-04-03T16:24:13.0167545Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (0 ms) 2024-04-03T16:24:13.0168526Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2024-04-03T16:24:13.0169403Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2024-04-03T16:24:13.0170242Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2024-04-03T16:24:13.0171070Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2024-04-03T16:24:13.0172043Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2024-04-03T16:24:13.0172980Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2024-04-03T16:24:13.0173935Z [----------] 18 tests from AnyModuleTest (20 ms total) 2024-04-03T16:24:13.0174403Z 2024-04-03T16:24:13.0174654Z [----------] 12 tests from AnyValueTest 2024-04-03T16:24:13.0175383Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2024-04-03T16:24:13.0176359Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2024-04-03T16:24:13.0177432Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2024-04-03T16:24:13.0178648Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2024-04-03T16:24:13.0179767Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2024-04-03T16:24:13.0180803Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2024-04-03T16:24:13.0181842Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2024-04-03T16:24:13.0182927Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2024-04-03T16:24:13.0184028Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2024-04-03T16:24:13.0185144Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2024-04-03T16:24:13.0186183Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2024-04-03T16:24:13.0187158Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2024-04-03T16:24:13.0188051Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2024-04-03T16:24:13.0188828Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (0 ms) 2024-04-03T16:24:13.0189617Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2024-04-03T16:24:13.0190415Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2024-04-03T16:24:13.0191189Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2024-04-03T16:24:13.0191964Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2024-04-03T16:24:13.0192789Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2024-04-03T16:24:13.0193548Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2024-04-03T16:24:13.0194528Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2024-04-03T16:24:13.0195453Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2024-04-03T16:24:13.0196296Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2024-04-03T16:24:13.0197073Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2024-04-03T16:24:13.0197890Z [----------] 12 tests from AnyValueTest (0 ms total) 2024-04-03T16:24:13.0198331Z 2024-04-03T16:24:13.0198613Z [----------] Global test environment tear-down 2024-04-03T16:24:13.0199266Z [==========] 30 tests from 2 test suites ran. (21 ms total) 2024-04-03T16:24:13.0199870Z [ PASSED ] 30 tests. 2024-04-03T16:24:13.0200356Z ================================================================================ 2024-04-03T16:24:13.0201400Z [3,427 / 3,435] 19 / 26 tests; 8 actions running; last test: //:any_test 2024-04-03T16:24:13.0202443Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T16:24:13.0203244Z Testing //:optim_test; 17s processwrapper-sandbox 2024-04-03T16:24:13.0203996Z Testing //:rnn_test; 13s processwrapper-sandbox 2024-04-03T16:24:13.0204899Z Testing //:any_test; 3s processwrapper-sandbox 2024-04-03T16:24:13.0205652Z Testing //:jit_test; 3s processwrapper-sandbox 2024-04-03T16:24:13.0206424Z Testing //:init_test; 2s processwrapper-sandbox 2024-04-03T16:24:13.0207263Z Testing //:dataloader_test; 1s processwrapper-sandbox 2024-04-03T16:24:13.0208251Z Testing //:modulelist_test; 1s processwrapper-sandbox 2024-04-03T16:24:13.3607165Z 2024-04-03T16:24:13.3607800Z  2024-04-03T16:24:13.3608249Z  2024-04-03T16:24:13.3608598Z  2024-04-03T16:24:13.3608937Z  2024-04-03T16:24:13.3609268Z  2024-04-03T16:24:13.3609606Z  2024-04-03T16:24:13.3610153Z  2024-04-03T16:24:13.3610471Z  2024-04-03T16:24:13.3611353Z [3,428 / 3,435] 19 / 26 tests; 7 actions running; last test: //:any_test 2024-04-03T16:24:13.3612448Z Testing //:modules_test; 18s processwrapper-sandbox 2024-04-03T16:24:13.3613243Z Testing //:optim_test; 18s processwrapper-sandbox 2024-04-03T16:24:13.3614014Z Testing //:rnn_test; 13s processwrapper-sandbox 2024-04-03T16:24:13.3614764Z Testing //:jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:13.3615536Z Testing //:init_test; 3s processwrapper-sandbox 2024-04-03T16:24:13.3616380Z Testing //:dataloader_test; 2s processwrapper-sandbox 2024-04-03T16:24:13.3617319Z Testing //:modulelist_test; 1s processwrapper-sandbox 2024-04-03T16:24:13.7818544Z 2024-04-03T16:24:13.7819145Z  2024-04-03T16:24:13.7819568Z  2024-04-03T16:24:13.7819906Z  2024-04-03T16:24:13.7820224Z  2024-04-03T16:24:13.7820556Z  2024-04-03T16:24:13.7820908Z  2024-04-03T16:24:13.7821224Z  2024-04-03T16:24:13.7822100Z [3,428 / 3,435] 20 / 26 tests; 7 actions running; last test: //:jit_test 2024-04-03T16:24:13.7823186Z Testing //:modules_test; 18s processwrapper-sandbox 2024-04-03T16:24:13.7823976Z Testing //:optim_test; 18s processwrapper-sandbox 2024-04-03T16:24:13.7824742Z Testing //:rnn_test; 14s processwrapper-sandbox 2024-04-03T16:24:13.7825487Z Testing //:jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:13.7826224Z Testing //:init_test; 3s processwrapper-sandbox 2024-04-03T16:24:13.7827030Z Testing //:dataloader_test; 2s processwrapper-sandbox 2024-04-03T16:24:13.7827868Z Testing //:modulelist_test; 2s processwrapper-sandbox 2024-04-03T16:24:13.7828357Z 2024-04-03T16:24:13.7828506Z  2024-04-03T16:24:13.7828838Z  2024-04-03T16:24:13.7829171Z  2024-04-03T16:24:13.7829485Z  2024-04-03T16:24:13.7829812Z  2024-04-03T16:24:13.7830293Z  2024-04-03T16:24:13.7830608Z  2024-04-03T16:24:13.7831061Z INFO: From Testing //:jit_test: 2024-04-03T16:24:13.7831674Z ==================== Test output for //:jit_test: 2024-04-03T16:24:13.7832233Z Running main() from gmock_main.cc 2024-04-03T16:24:13.7832794Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:13.7833329Z [==========] Running 6 tests from 1 test suite. 2024-04-03T16:24:13.7833977Z [----------] Global test environment set-up. 2024-04-03T16:24:13.7834624Z [----------] 6 tests from TorchScriptTest 2024-04-03T16:24:13.7835306Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2024-04-03T16:24:13.7836150Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (522 ms) 2024-04-03T16:24:13.7837062Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2024-04-03T16:24:13.7838013Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (10 ms) 2024-04-03T16:24:13.7838849Z [ RUN ] TorchScriptTest.TestDictArgMatching 2024-04-03T16:24:13.7839570Z [ OK ] TorchScriptTest.TestDictArgMatching (3 ms) 2024-04-03T16:24:13.7840304Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2024-04-03T16:24:13.7841031Z [ OK ] TorchScriptTest.TestTupleArgMatching (1 ms) 2024-04-03T16:24:13.7841792Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2024-04-03T16:24:13.7842568Z [ OK ] TorchScriptTest.TestOptionalArgMatching (6 ms) 2024-04-03T16:24:13.7843252Z [ RUN ] TorchScriptTest.TestPickle 2024-04-03T16:24:13.7843866Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2024-04-03T16:24:13.7844778Z [----------] 6 tests from TorchScriptTest (545 ms total) 2024-04-03T16:24:13.7845252Z 2024-04-03T16:24:13.7845639Z [----------] Global test environment tear-down 2024-04-03T16:24:13.7846311Z [==========] 6 tests from 1 test suite ran. (545 ms total) 2024-04-03T16:24:13.7846935Z [ PASSED ] 6 tests. 2024-04-03T16:24:13.7847435Z ================================================================================ 2024-04-03T16:24:13.7873505Z [3,428 / 3,435] 20 / 26 tests; 7 actions running; last test: //:jit_test 2024-04-03T16:24:13.7874782Z Testing //:modules_test; 18s processwrapper-sandbox 2024-04-03T16:24:13.7875620Z Testing //:optim_test; 18s processwrapper-sandbox 2024-04-03T16:24:13.7876425Z Testing //:rnn_test; 14s processwrapper-sandbox 2024-04-03T16:24:13.7877197Z Testing //:jit_test; 4s processwrapper-sandbox 2024-04-03T16:24:13.7877960Z Testing //:init_test; 3s processwrapper-sandbox 2024-04-03T16:24:13.7878789Z Testing //:dataloader_test; 2s processwrapper-sandbox 2024-04-03T16:24:13.7879654Z Testing //:modulelist_test; 2s processwrapper-sandbox 2024-04-03T16:24:14.1618107Z 2024-04-03T16:24:14.1618621Z  2024-04-03T16:24:14.1619036Z  2024-04-03T16:24:14.1619519Z  2024-04-03T16:24:14.1619873Z  2024-04-03T16:24:14.1620224Z  2024-04-03T16:24:14.1620551Z  2024-04-03T16:24:14.1620902Z  2024-04-03T16:24:14.1621814Z [3,429 / 3,435] 20 / 26 tests; 6 actions running; last test: //:jit_test 2024-04-03T16:24:14.1622960Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.1623806Z Testing //:optim_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.1624602Z Testing //:rnn_test; 14s processwrapper-sandbox 2024-04-03T16:24:14.1625378Z Testing //:init_test; 4s processwrapper-sandbox 2024-04-03T16:24:14.1626220Z Testing //:dataloader_test; 2s processwrapper-sandbox 2024-04-03T16:24:14.1627095Z Testing //:modulelist_test; 2s processwrapper-sandbox 2024-04-03T16:24:14.7367652Z 2024-04-03T16:24:14.7369412Z  2024-04-03T16:24:14.7372063Z  2024-04-03T16:24:14.7372433Z  2024-04-03T16:24:14.7372794Z  2024-04-03T16:24:14.7375132Z  2024-04-03T16:24:14.7375967Z  2024-04-03T16:24:14.7377116Z [3,429 / 3,435] 21 / 26 tests; 6 actions running; last test: //:init_test 2024-04-03T16:24:14.7378463Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.7379832Z Testing //:optim_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.7380960Z Testing //:rnn_test; 15s processwrapper-sandbox 2024-04-03T16:24:14.7381992Z Testing //:init_test; 4s processwrapper-sandbox 2024-04-03T16:24:14.7383154Z Testing //:dataloader_test; 3s processwrapper-sandbox 2024-04-03T16:24:14.7384316Z Testing //:modulelist_test; 3s processwrapper-sandbox 2024-04-03T16:24:14.7385032Z 2024-04-03T16:24:14.7385267Z  2024-04-03T16:24:14.7385723Z  2024-04-03T16:24:14.7386196Z  2024-04-03T16:24:14.7386592Z  2024-04-03T16:24:14.7386920Z  2024-04-03T16:24:14.7387268Z  2024-04-03T16:24:14.7387758Z INFO: From Testing //:init_test: 2024-04-03T16:24:14.7388402Z ==================== Test output for //:init_test: 2024-04-03T16:24:14.7389009Z Running main() from gmock_main.cc 2024-04-03T16:24:14.7389593Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:14.7390184Z [==========] Running 9 tests from 1 test suite. 2024-04-03T16:24:14.7390878Z [----------] Global test environment set-up. 2024-04-03T16:24:14.7391524Z [----------] 9 tests from InitTest 2024-04-03T16:24:14.7392178Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2024-04-03T16:24:14.7393031Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (43 ms) 2024-04-03T16:24:14.7393895Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2024-04-03T16:24:14.7394737Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (24 ms) 2024-04-03T16:24:14.7395573Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2024-04-03T16:24:14.7396540Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (24 ms) 2024-04-03T16:24:14.7397416Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2024-04-03T16:24:14.7398280Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (24 ms) 2024-04-03T16:24:14.7399167Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2024-04-03T16:24:14.7400056Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (0 ms) 2024-04-03T16:24:14.7400910Z [ RUN ] InitTest.CalculateGainWithTanh 2024-04-03T16:24:14.7401599Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2024-04-03T16:24:14.7402295Z [ RUN ] InitTest.CalculateGainWithRelu 2024-04-03T16:24:14.7402962Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2024-04-03T16:24:14.7403675Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2024-04-03T16:24:14.7404596Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2024-04-03T16:24:14.7405372Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2024-04-03T16:24:14.7406207Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (102 ms) 2024-04-03T16:24:14.7407060Z [----------] 9 tests from InitTest (219 ms total) 2024-04-03T16:24:14.7407564Z 2024-04-03T16:24:14.7407925Z [----------] Global test environment tear-down 2024-04-03T16:24:14.7408596Z [==========] 9 tests from 1 test suite ran. (220 ms total) 2024-04-03T16:24:14.7409219Z [ PASSED ] 9 tests. 2024-04-03T16:24:14.7409723Z ================================================================================ 2024-04-03T16:24:14.7410805Z [3,429 / 3,435] 21 / 26 tests; 6 actions running; last test: //:init_test 2024-04-03T16:24:14.7411908Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.7412734Z Testing //:optim_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.7413517Z Testing //:rnn_test; 15s processwrapper-sandbox 2024-04-03T16:24:14.7414301Z Testing //:init_test; 4s processwrapper-sandbox 2024-04-03T16:24:14.7415124Z Testing //:dataloader_test; 3s processwrapper-sandbox 2024-04-03T16:24:14.7415974Z Testing //:modulelist_test; 3s processwrapper-sandbox 2024-04-03T16:24:14.9608396Z 2024-04-03T16:24:14.9608900Z  2024-04-03T16:24:14.9609436Z  2024-04-03T16:24:14.9609920Z  2024-04-03T16:24:14.9610392Z  2024-04-03T16:24:14.9610841Z  2024-04-03T16:24:14.9611282Z  2024-04-03T16:24:14.9611985Z [3,430 / 3,435] 21 / 26 tests; 5 actions running; last test: //:init_test 2024-04-03T16:24:14.9613059Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.9614056Z Testing //:optim_test; 19s processwrapper-sandbox 2024-04-03T16:24:14.9614950Z Testing //:rnn_test; 15s processwrapper-sandbox 2024-04-03T16:24:14.9615876Z Testing //:dataloader_test; 3s processwrapper-sandbox 2024-04-03T16:24:14.9616825Z Testing //:modulelist_test; 3s processwrapper-sandbox 2024-04-03T16:24:15.5099807Z 2024-04-03T16:24:15.5100428Z  2024-04-03T16:24:15.5100891Z  2024-04-03T16:24:15.5101267Z  2024-04-03T16:24:15.5101645Z  2024-04-03T16:24:15.5102039Z  2024-04-03T16:24:15.5103093Z [3,430 / 3,435] 22 / 26 tests; 5 actions running; last test: ...odulelist_test 2024-04-03T16:24:15.5104401Z Testing //:modules_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.5105330Z Testing //:optim_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.5106224Z Testing //:rnn_test; 15s processwrapper-sandbox 2024-04-03T16:24:15.5107135Z Testing //:dataloader_test; 4s processwrapper-sandbox 2024-04-03T16:24:15.5108090Z Testing //:modulelist_test; 4s processwrapper-sandbox 2024-04-03T16:24:15.5119559Z 2024-04-03T16:24:15.5119801Z  2024-04-03T16:24:15.5120144Z  2024-04-03T16:24:15.5120474Z  2024-04-03T16:24:15.5120804Z  2024-04-03T16:24:15.5121115Z  2024-04-03T16:24:15.5121611Z INFO: From Testing //:modulelist_test: 2024-04-03T16:24:15.5132060Z ==================== Test output for //:modulelist_test: 2024-04-03T16:24:15.5132823Z Running main() from gmock_main.cc 2024-04-03T16:24:15.5133426Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:15.5133990Z [==========] Running 16 tests from 1 test suite. 2024-04-03T16:24:15.5134675Z [----------] Global test environment set-up. 2024-04-03T16:24:15.5135345Z [----------] 16 tests from ModuleListTest 2024-04-03T16:24:15.5136123Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2024-04-03T16:24:15.5136981Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2024-04-03T16:24:15.5137843Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2024-04-03T16:24:15.5138694Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2024-04-03T16:24:15.5139535Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2024-04-03T16:24:15.5140359Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2024-04-03T16:24:15.5141174Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2024-04-03T16:24:15.5141945Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2024-04-03T16:24:15.5142643Z [ RUN ] ModuleListTest.Insertion 2024-04-03T16:24:15.5143298Z [ OK ] ModuleListTest.Insertion (0 ms) 2024-04-03T16:24:15.5143933Z [ RUN ] ModuleListTest.AccessWithAt 2024-04-03T16:24:15.5144563Z [ OK ] ModuleListTest.AccessWithAt (0 ms) 2024-04-03T16:24:15.5145226Z [ RUN ] ModuleListTest.AccessWithPtr 2024-04-03T16:24:15.5145886Z [ OK ] ModuleListTest.AccessWithPtr (0 ms) 2024-04-03T16:24:15.5146708Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2024-04-03T16:24:15.5147748Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (1 ms) 2024-04-03T16:24:15.5148806Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2024-04-03T16:24:15.5149866Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2024-04-03T16:24:15.5150812Z [ RUN ] ModuleListTest.HasReferenceSemantics 2024-04-03T16:24:15.5151585Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2024-04-03T16:24:15.5152284Z [ RUN ] ModuleListTest.IsCloneable 2024-04-03T16:24:15.5152915Z [ OK ] ModuleListTest.IsCloneable (5 ms) 2024-04-03T16:24:15.5153671Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2024-04-03T16:24:15.5154554Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2024-04-03T16:24:15.5155368Z [ RUN ] ModuleListTest.NestingIsPossible 2024-04-03T16:24:15.5156142Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2024-04-03T16:24:15.5156887Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2024-04-03T16:24:15.5157646Z [ OK ] ModuleListTest.PrettyPrintModuleList (1 ms) 2024-04-03T16:24:15.5158389Z [ RUN ] ModuleListTest.RangeBasedForLoop 2024-04-03T16:24:15.5159096Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2024-04-03T16:24:15.5159757Z [ RUN ] ModuleListTest.InvalidAt 2024-04-03T16:24:15.5160359Z [ OK ] ModuleListTest.InvalidAt (0 ms) 2024-04-03T16:24:15.5161121Z [----------] 16 tests from ModuleListTest (10 ms total) 2024-04-03T16:24:15.5161590Z 2024-04-03T16:24:15.5161880Z [----------] Global test environment tear-down 2024-04-03T16:24:15.5162558Z [==========] 16 tests from 1 test suite ran. (10 ms total) 2024-04-03T16:24:15.5163179Z [ PASSED ] 16 tests. 2024-04-03T16:24:15.5163662Z ================================================================================ 2024-04-03T16:24:15.5164946Z [3,430 / 3,435] 22 / 26 tests; 5 actions running; last test: ...odulelist_test 2024-04-03T16:24:15.5166082Z Testing //:modules_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.5166900Z Testing //:optim_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.5167695Z Testing //:rnn_test; 15s processwrapper-sandbox 2024-04-03T16:24:15.5168583Z Testing //:dataloader_test; 4s processwrapper-sandbox 2024-04-03T16:24:15.5169447Z Testing //:modulelist_test; 4s processwrapper-sandbox 2024-04-03T16:24:15.6431946Z 2024-04-03T16:24:15.6432448Z  2024-04-03T16:24:15.6432878Z  2024-04-03T16:24:15.6433227Z  2024-04-03T16:24:15.6433718Z  2024-04-03T16:24:15.6434065Z  2024-04-03T16:24:15.6434614Z INFO: From Testing //:dataloader_test: 2024-04-03T16:24:15.6438541Z ==================== Test output for //:dataloader_test: 2024-04-03T16:24:15.6439219Z Running main() from gmock_main.cc 2024-04-03T16:24:15.6440033Z Note: Google Test filter = -*CUDA 2024-04-03T16:24:15.6440637Z [==========] Running 87 tests from 2 test suites. 2024-04-03T16:24:15.6441348Z [----------] Global test environment set-up. 2024-04-03T16:24:15.6442006Z [----------] 50 tests from DataTest 2024-04-03T16:24:15.6442593Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2024-04-03T16:24:15.6443321Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2024-04-03T16:24:15.6444106Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2024-04-03T16:24:15.6445036Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2024-04-03T16:24:15.6445914Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2024-04-03T16:24:15.6446848Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (0 ms) 2024-04-03T16:24:15.6447796Z [ RUN ] DataTest.InfiniteStreamDataset 2024-04-03T16:24:15.6448496Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2024-04-03T16:24:15.6449187Z [ RUN ] DataTest.NoSequencerIsIdentity 2024-04-03T16:24:15.6449869Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2024-04-03T16:24:15.6450600Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2024-04-03T16:24:15.6451373Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2024-04-03T16:24:15.6452162Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2024-04-03T16:24:15.6452974Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2024-04-03T16:24:15.6453810Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2024-04-03T16:24:15.6454660Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2024-04-03T16:24:15.6455529Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2024-04-03T16:24:15.6456324Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2024-04-03T16:24:15.6457049Z [ RUN ] DataTest.CollateReducesBatch 2024-04-03T16:24:15.6457667Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2024-04-03T16:24:15.6458316Z [ RUN ] DataTest.CollationReducesBatch 2024-04-03T16:24:15.6458966Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2024-04-03T16:24:15.6459811Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2024-04-03T16:24:15.6460735Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2024-04-03T16:24:15.6461733Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2024-04-03T16:24:15.6462796Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2024-04-03T16:24:15.6463731Z [ RUN ] DataTest.SequentialSamplerResetsWell 2024-04-03T16:24:15.6464476Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2024-04-03T16:24:15.6465275Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2024-04-03T16:24:15.6466188Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2024-04-03T16:24:15.6467048Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2024-04-03T16:24:15.6467921Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (99 ms) 2024-04-03T16:24:15.6468805Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2024-04-03T16:24:15.6469764Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2024-04-03T16:24:15.6470736Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2024-04-03T16:24:15.6471719Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2024-04-03T16:24:15.6472554Z [ RUN ] DataTest.RandomSamplerResetsWell 2024-04-03T16:24:15.6473233Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2024-04-03T16:24:15.6473989Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2024-04-03T16:24:15.6474811Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2024-04-03T16:24:15.6475823Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2024-04-03T16:24:15.6476923Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (2 ms) 2024-04-03T16:24:15.6478031Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2024-04-03T16:24:15.6479134Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2024-04-03T16:24:15.6480122Z [ RUN ] DataTest.StreamSamplerResetsWell 2024-04-03T16:24:15.6480800Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2024-04-03T16:24:15.6481546Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2024-04-03T16:24:15.6482381Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2024-04-03T16:24:15.6483263Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2024-04-03T16:24:15.6484188Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (1 ms) 2024-04-03T16:24:15.6485366Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2024-04-03T16:24:15.6486547Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (1 ms) 2024-04-03T16:24:15.6487573Z [ RUN ] DataTest.StackTransformWorksForExample 2024-04-03T16:24:15.6488400Z [ OK ] DataTest.StackTransformWorksForExample (2 ms) 2024-04-03T16:24:15.6489212Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2024-04-03T16:24:15.6490061Z [ OK ] DataTest.StackTransformWorksForTensorExample (1 ms) 2024-04-03T16:24:15.6490932Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2024-04-03T16:24:15.6491812Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (1 ms) 2024-04-03T16:24:15.6492671Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2024-04-03T16:24:15.6493479Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (1 ms) 2024-04-03T16:24:15.6494210Z [ RUN ] DataTest.NormalizeTransform 2024-04-03T16:24:15.6494826Z [ OK ] DataTest.NormalizeTransform (6 ms) 2024-04-03T16:24:15.6495420Z [ RUN ] DataTest.MapDoesNotCopy 2024-04-03T16:24:15.6495997Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2024-04-03T16:24:15.6496667Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2024-04-03T16:24:15.6497423Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2024-04-03T16:24:15.6498244Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2024-04-03T16:24:15.6499136Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (10 ms) 2024-04-03T16:24:15.6500111Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2024-04-03T16:24:15.6501024Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (35 ms) 2024-04-03T16:24:15.6501865Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2024-04-03T16:24:15.6502597Z [ OK ] DataTest.QueueClearEmptiesTheQueue (1 ms) 2024-04-03T16:24:15.6503358Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2024-04-03T16:24:15.6504133Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2024-04-03T16:24:15.6504909Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2024-04-03T16:24:15.6505731Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2024-04-03T16:24:15.6506766Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2024-04-03T16:24:15.6508018Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2024-04-03T16:24:15.6509197Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2024-04-03T16:24:15.6510290Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2024-04-03T16:24:15.6511239Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2024-04-03T16:24:15.6512018Z [ OK ] DataTest.DataShuttlePopResultTimesOut (10 ms) 2024-04-03T16:24:15.6512829Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2024-04-03T16:24:15.6513676Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (8 ms) 2024-04-03T16:24:15.6514754Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2024-04-03T16:24:15.6516124Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2024-04-03T16:24:15.6517266Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2024-04-03T16:24:15.6518038Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2024-04-03T16:24:15.6519109Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2024-04-03T16:24:15.6520508Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2024-04-03T16:24:15.6521938Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2024-04-03T16:24:15.6523309Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2024-04-03T16:24:15.6524594Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2024-04-03T16:24:15.6525565Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (3 ms) 2024-04-03T16:24:15.6526771Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2024-04-03T16:24:15.6528334Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2024-04-03T16:24:15.6529873Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2024-04-03T16:24:15.6531316Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2024-04-03T16:24:15.6532564Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2024-04-03T16:24:15.6533612Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (1 ms) 2024-04-03T16:24:15.6534586Z [----------] 50 tests from DataTest (191 ms total) 2024-04-03T16:24:15.6535051Z 2024-04-03T16:24:15.6535303Z [----------] 37 tests from DataLoaderTest 2024-04-03T16:24:15.6536069Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2024-04-03T16:24:15.6537071Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2024-04-03T16:24:15.6538104Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2024-04-03T16:24:15.6539213Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2024-04-03T16:24:15.6540266Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2024-04-03T16:24:15.6541216Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2024-04-03T16:24:15.6542480Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2024-04-03T16:24:15.6544395Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (0 ms) 2024-04-03T16:24:15.6545806Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2024-04-03T16:24:15.6546888Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2024-04-03T16:24:15.6548030Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2024-04-03T16:24:15.6549321Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2024-04-03T16:24:15.6550365Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2024-04-03T16:24:15.6551431Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2024-04-03T16:24:15.6552543Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2024-04-03T16:24:15.6553689Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2024-04-03T16:24:15.6554645Z [ RUN ] DataLoaderTest.IteratorsShareState 2024-04-03T16:24:15.6555350Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2024-04-03T16:24:15.6556174Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2024-04-03T16:24:15.6557141Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2024-04-03T16:24:15.6558020Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2024-04-03T16:24:15.6558786Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2024-04-03T16:24:15.6559757Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2024-04-03T16:24:15.6560951Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (2 ms) 2024-04-03T16:24:15.6562128Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2024-04-03T16:24:15.6563194Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (0 ms) 2024-04-03T16:24:15.6564276Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2024-04-03T16:24:15.6565469Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (0 ms) 2024-04-03T16:24:15.6566558Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2024-04-03T16:24:15.6567504Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (0 ms) 2024-04-03T16:24:15.6568507Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2024-04-03T16:24:15.6569458Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (0 ms) 2024-04-03T16:24:15.6570330Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2024-04-03T16:24:15.6571089Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2024-04-03T16:24:15.6572172Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2024-04-03T16:24:15.6573654Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2024-04-03T16:24:15.6575228Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2024-04-03T16:24:15.6576816Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2024-04-03T16:24:15.6577949Z [ RUN ] DataLoaderTest.RespectsTimeout 2024-04-03T16:24:15.6578615Z [ OK ] DataLoaderTest.RespectsTimeout (10 ms) 2024-04-03T16:24:15.6579490Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2024-04-03T16:24:15.6580579Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (6 ms) 2024-04-03T16:24:15.6581444Z [ RUN ] DataLoaderTest.Reset 2024-04-03T16:24:15.6581980Z [ OK ] DataLoaderTest.Reset (0 ms) 2024-04-03T16:24:15.6582741Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2024-04-03T16:24:15.6583772Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (1 ms) 2024-04-03T16:24:15.6584719Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2024-04-03T16:24:15.6585542Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2024-04-03T16:24:15.6586415Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2024-04-03T16:24:15.6587338Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (4 ms) 2024-04-03T16:24:15.6588237Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2024-04-03T16:24:15.6589028Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (1 ms) 2024-04-03T16:24:15.6589836Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2024-04-03T16:24:15.6590685Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (1 ms) 2024-04-03T16:24:15.6591475Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2024-04-03T16:24:15.6592235Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (64 ms) 2024-04-03T16:24:15.6593107Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2024-04-03T16:24:15.6594077Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2024-04-03T16:24:15.6594996Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2024-04-03T16:24:15.6595847Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (2 ms) 2024-04-03T16:24:15.6596798Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2024-04-03T16:24:15.6597901Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (4 ms) 2024-04-03T16:24:15.6598973Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2024-04-03T16:24:15.6600016Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (4 ms) 2024-04-03T16:24:15.6600952Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2024-04-03T16:24:15.6601755Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (4 ms) 2024-04-03T16:24:15.6602498Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2024-04-03T16:24:15.6603208Z [ OK ] DataLoaderTest.ChunkDatasetSave (228 ms) 2024-04-03T16:24:15.6603922Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2024-04-03T16:24:15.6604765Z [ OK ] DataLoaderTest.ChunkDatasetLoad (2 ms) 2024-04-03T16:24:15.6605572Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2024-04-03T16:24:15.6606477Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (3 ms) 2024-04-03T16:24:15.6607328Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2024-04-03T16:24:15.6608225Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2024-04-03T16:24:15.6609106Z [----------] 37 tests from DataLoaderTest (348 ms total) 2024-04-03T16:24:15.6609580Z 2024-04-03T16:24:15.6609870Z [----------] Global test environment tear-down 2024-04-03T16:24:15.6610549Z [==========] 87 tests from 2 test suites ran. (539 ms total) 2024-04-03T16:24:15.6611191Z [ PASSED ] 87 tests. 2024-04-03T16:24:15.6611693Z ================================================================================ 2024-04-03T16:24:15.6612819Z [3,431 / 3,435] 23 / 26 tests; 4 actions running; last test: ...ataloader_test 2024-04-03T16:24:15.6613949Z Testing //:modules_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.6614834Z Testing //:optim_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.6615622Z Testing //:rnn_test; 15s processwrapper-sandbox 2024-04-03T16:24:15.6616454Z Testing //:dataloader_test; 4s processwrapper-sandbox 2024-04-03T16:24:15.9611768Z 2024-04-03T16:24:15.9612360Z  2024-04-03T16:24:15.9612764Z  2024-04-03T16:24:15.9613105Z  2024-04-03T16:24:15.9614511Z  2024-04-03T16:24:15.9615644Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:15.9618548Z Testing //:modules_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.9619533Z Testing //:optim_test; 20s processwrapper-sandbox 2024-04-03T16:24:15.9620515Z Testing //:rnn_test; 16s processwrapper-sandbox 2024-04-03T16:24:16.9622298Z 2024-04-03T16:24:16.9622884Z  2024-04-03T16:24:16.9623294Z  2024-04-03T16:24:16.9623632Z  2024-04-03T16:24:16.9624568Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:16.9625708Z Testing //:modules_test; 21s processwrapper-sandbox 2024-04-03T16:24:16.9626526Z Testing //:optim_test; 21s processwrapper-sandbox 2024-04-03T16:24:16.9627489Z Testing //:rnn_test; 17s processwrapper-sandbox 2024-04-03T16:24:18.1624203Z 2024-04-03T16:24:18.1624752Z  2024-04-03T16:24:18.1625175Z  2024-04-03T16:24:18.1625549Z  2024-04-03T16:24:18.1626519Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:18.1627685Z Testing //:modules_test; 23s processwrapper-sandbox 2024-04-03T16:24:18.1628533Z Testing //:optim_test; 23s processwrapper-sandbox 2024-04-03T16:24:18.1629340Z Testing //:rnn_test; 18s processwrapper-sandbox 2024-04-03T16:24:19.1637515Z 2024-04-03T16:24:19.1638152Z  2024-04-03T16:24:19.1638572Z  2024-04-03T16:24:19.1638943Z  2024-04-03T16:24:19.1639907Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:19.1641075Z Testing //:modules_test; 24s processwrapper-sandbox 2024-04-03T16:24:19.1641918Z Testing //:optim_test; 24s processwrapper-sandbox 2024-04-03T16:24:19.1642735Z Testing //:rnn_test; 19s processwrapper-sandbox 2024-04-03T16:24:20.3641511Z 2024-04-03T16:24:20.3642131Z  2024-04-03T16:24:20.3642552Z  2024-04-03T16:24:20.3642887Z  2024-04-03T16:24:20.3643846Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:20.3645143Z Testing //:modules_test; 25s processwrapper-sandbox 2024-04-03T16:24:20.3645977Z Testing //:optim_test; 25s processwrapper-sandbox 2024-04-03T16:24:20.3646779Z Testing //:rnn_test; 20s processwrapper-sandbox 2024-04-03T16:24:21.3640381Z 2024-04-03T16:24:21.3640974Z  2024-04-03T16:24:21.3641607Z  2024-04-03T16:24:21.3642641Z  2024-04-03T16:24:21.3643663Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:21.3644955Z Testing //:modules_test; 26s processwrapper-sandbox 2024-04-03T16:24:21.3645898Z Testing //:optim_test; 26s processwrapper-sandbox 2024-04-03T16:24:21.3646683Z Testing //:rnn_test; 21s processwrapper-sandbox 2024-04-03T16:24:22.5656148Z 2024-04-03T16:24:22.5656757Z  2024-04-03T16:24:22.5657169Z  2024-04-03T16:24:22.5657522Z  2024-04-03T16:24:22.5658480Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:22.5659666Z Testing //:modules_test; 27s processwrapper-sandbox 2024-04-03T16:24:22.5660503Z Testing //:optim_test; 27s processwrapper-sandbox 2024-04-03T16:24:22.5661303Z Testing //:rnn_test; 22s processwrapper-sandbox 2024-04-03T16:24:23.5651208Z 2024-04-03T16:24:23.5651848Z  2024-04-03T16:24:23.5652258Z  2024-04-03T16:24:23.5654449Z  2024-04-03T16:24:23.5655710Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:23.5657004Z Testing //:modules_test; 28s processwrapper-sandbox 2024-04-03T16:24:23.5658043Z Testing //:optim_test; 28s processwrapper-sandbox 2024-04-03T16:24:23.5658972Z Testing //:rnn_test; 23s processwrapper-sandbox 2024-04-03T16:24:24.7657414Z 2024-04-03T16:24:24.7658368Z  2024-04-03T16:24:24.7659027Z  2024-04-03T16:24:24.7659574Z  2024-04-03T16:24:24.7662502Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:24.7663800Z Testing //:modules_test; 29s processwrapper-sandbox 2024-04-03T16:24:24.7664700Z Testing //:optim_test; 29s processwrapper-sandbox 2024-04-03T16:24:24.7665711Z Testing //:rnn_test; 25s processwrapper-sandbox 2024-04-03T16:24:25.9677374Z 2024-04-03T16:24:25.9678031Z  2024-04-03T16:24:25.9678486Z  2024-04-03T16:24:25.9678864Z  2024-04-03T16:24:25.9679923Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:25.9681221Z Testing //:modules_test; 30s processwrapper-sandbox 2024-04-03T16:24:25.9682353Z Testing //:optim_test; 30s processwrapper-sandbox 2024-04-03T16:24:25.9683242Z Testing //:rnn_test; 26s processwrapper-sandbox 2024-04-03T16:24:26.9055486Z 2024-04-03T16:24:26.9056129Z  2024-04-03T16:24:26.9056521Z  2024-04-03T16:24:26.9056864Z  2024-04-03T16:24:26.9057798Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:26.9058917Z Testing //:modules_test; 31s processwrapper-sandbox 2024-04-03T16:24:26.9059719Z Testing //:optim_test; 31s processwrapper-sandbox 2024-04-03T16:24:26.9060502Z Testing //:rnn_test; 27s processwrapper-sandbox 2024-04-03T16:24:27.9680326Z 2024-04-03T16:24:27.9680908Z  2024-04-03T16:24:27.9681311Z  2024-04-03T16:24:27.9681639Z  2024-04-03T16:24:27.9682568Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:27.9683717Z Testing //:modules_test; 32s processwrapper-sandbox 2024-04-03T16:24:27.9684656Z Testing //:optim_test; 32s processwrapper-sandbox 2024-04-03T16:24:27.9685426Z Testing //:rnn_test; 28s processwrapper-sandbox 2024-04-03T16:24:28.9687535Z 2024-04-03T16:24:28.9688144Z  2024-04-03T16:24:28.9688606Z  2024-04-03T16:24:28.9688987Z  2024-04-03T16:24:28.9690032Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:28.9691340Z Testing //:modules_test; 33s processwrapper-sandbox 2024-04-03T16:24:28.9692256Z Testing //:optim_test; 33s processwrapper-sandbox 2024-04-03T16:24:28.9693420Z Testing //:rnn_test; 29s processwrapper-sandbox 2024-04-03T16:24:30.1695866Z 2024-04-03T16:24:30.1696490Z  2024-04-03T16:24:30.1696903Z  2024-04-03T16:24:30.1697244Z  2024-04-03T16:24:30.1698151Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:30.1699507Z Testing //:modules_test; 35s processwrapper-sandbox 2024-04-03T16:24:30.1700312Z Testing //:optim_test; 35s processwrapper-sandbox 2024-04-03T16:24:30.1701067Z Testing //:rnn_test; 30s processwrapper-sandbox 2024-04-03T16:24:31.1702607Z 2024-04-03T16:24:31.1703213Z  2024-04-03T16:24:31.1703618Z  2024-04-03T16:24:31.1703965Z  2024-04-03T16:24:31.1704880Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:31.1706070Z Testing //:modules_test; 36s processwrapper-sandbox 2024-04-03T16:24:31.1706922Z Testing //:optim_test; 36s processwrapper-sandbox 2024-04-03T16:24:31.1707930Z Testing //:rnn_test; 31s processwrapper-sandbox 2024-04-03T16:24:32.3708439Z 2024-04-03T16:24:32.3709087Z  2024-04-03T16:24:32.3709496Z  2024-04-03T16:24:32.3709846Z  2024-04-03T16:24:32.3710800Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:32.3711993Z Testing //:modules_test; 37s processwrapper-sandbox 2024-04-03T16:24:32.3712836Z Testing //:optim_test; 37s processwrapper-sandbox 2024-04-03T16:24:32.3713636Z Testing //:rnn_test; 32s processwrapper-sandbox 2024-04-03T16:24:33.3712651Z 2024-04-03T16:24:33.3713236Z  2024-04-03T16:24:33.3713652Z  2024-04-03T16:24:33.3713988Z  2024-04-03T16:24:33.3714953Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:33.3716131Z Testing //:modules_test; 38s processwrapper-sandbox 2024-04-03T16:24:33.3716977Z Testing //:optim_test; 38s processwrapper-sandbox 2024-04-03T16:24:33.3717783Z Testing //:rnn_test; 33s processwrapper-sandbox 2024-04-03T16:24:34.5721203Z 2024-04-03T16:24:34.5721839Z  2024-04-03T16:24:34.5722339Z  2024-04-03T16:24:34.5722751Z  2024-04-03T16:24:34.5724135Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:34.5725747Z Testing //:modules_test; 39s processwrapper-sandbox 2024-04-03T16:24:34.5726742Z Testing //:optim_test; 39s processwrapper-sandbox 2024-04-03T16:24:34.5738935Z Testing //:rnn_test; 34s processwrapper-sandbox 2024-04-03T16:24:35.5724777Z 2024-04-03T16:24:35.5725494Z  2024-04-03T16:24:35.5726054Z  2024-04-03T16:24:35.5726535Z  2024-04-03T16:24:35.5727754Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:35.5728964Z Testing //:modules_test; 40s processwrapper-sandbox 2024-04-03T16:24:35.5729822Z Testing //:optim_test; 40s processwrapper-sandbox 2024-04-03T16:24:35.5730618Z Testing //:rnn_test; 35s processwrapper-sandbox 2024-04-03T16:24:36.7718133Z 2024-04-03T16:24:36.7719378Z  2024-04-03T16:24:36.7720520Z  2024-04-03T16:24:36.7721421Z  2024-04-03T16:24:36.7722413Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:36.7723540Z Testing //:modules_test; 41s processwrapper-sandbox 2024-04-03T16:24:36.7724448Z Testing //:optim_test; 41s processwrapper-sandbox 2024-04-03T16:24:36.7725228Z Testing //:rnn_test; 37s processwrapper-sandbox 2024-04-03T16:24:37.7721692Z 2024-04-03T16:24:37.7722586Z  2024-04-03T16:24:37.7723271Z  2024-04-03T16:24:37.7725341Z  2024-04-03T16:24:37.7726453Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:37.7727989Z Testing //:modules_test; 42s processwrapper-sandbox 2024-04-03T16:24:37.7729073Z Testing //:optim_test; 42s processwrapper-sandbox 2024-04-03T16:24:37.7729981Z Testing //:rnn_test; 38s processwrapper-sandbox 2024-04-03T16:24:38.7726957Z 2024-04-03T16:24:38.7727832Z  2024-04-03T16:24:38.7728720Z  2024-04-03T16:24:38.7729217Z  2024-04-03T16:24:38.7730365Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:38.7731852Z Testing //:modules_test; 43s processwrapper-sandbox 2024-04-03T16:24:38.7732964Z Testing //:optim_test; 43s processwrapper-sandbox 2024-04-03T16:24:38.7733883Z Testing //:rnn_test; 39s processwrapper-sandbox 2024-04-03T16:24:39.9743620Z 2024-04-03T16:24:39.9744199Z  2024-04-03T16:24:39.9744614Z  2024-04-03T16:24:39.9744942Z  2024-04-03T16:24:39.9745888Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:39.9747183Z Testing //:modules_test; 44s processwrapper-sandbox 2024-04-03T16:24:39.9747980Z Testing //:optim_test; 44s processwrapper-sandbox 2024-04-03T16:24:39.9748756Z Testing //:rnn_test; 40s processwrapper-sandbox 2024-04-03T16:24:40.9743336Z 2024-04-03T16:24:40.9743936Z  2024-04-03T16:24:40.9744353Z  2024-04-03T16:24:40.9744693Z  2024-04-03T16:24:40.9745656Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:40.9746846Z Testing //:modules_test; 45s processwrapper-sandbox 2024-04-03T16:24:40.9747690Z Testing //:optim_test; 45s processwrapper-sandbox 2024-04-03T16:24:40.9748483Z Testing //:rnn_test; 41s processwrapper-sandbox 2024-04-03T16:24:42.1747894Z 2024-04-03T16:24:42.1748507Z  2024-04-03T16:24:42.1748940Z  2024-04-03T16:24:42.1749283Z  2024-04-03T16:24:42.1750270Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:42.1751471Z Testing //:modules_test; 47s processwrapper-sandbox 2024-04-03T16:24:42.1752296Z Testing //:optim_test; 47s processwrapper-sandbox 2024-04-03T16:24:42.1753070Z Testing //:rnn_test; 42s processwrapper-sandbox 2024-04-03T16:24:43.1761979Z 2024-04-03T16:24:43.1762574Z  2024-04-03T16:24:43.1763010Z  2024-04-03T16:24:43.1763365Z  2024-04-03T16:24:43.1764317Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:43.1765622Z Testing //:modules_test; 48s processwrapper-sandbox 2024-04-03T16:24:43.1766473Z Testing //:optim_test; 48s processwrapper-sandbox 2024-04-03T16:24:43.1767267Z Testing //:rnn_test; 43s processwrapper-sandbox 2024-04-03T16:24:44.3769576Z 2024-04-03T16:24:44.3770172Z  2024-04-03T16:24:44.3770630Z  2024-04-03T16:24:44.3771029Z  2024-04-03T16:24:44.3772176Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:44.3773497Z Testing //:modules_test; 49s processwrapper-sandbox 2024-04-03T16:24:44.3774535Z Testing //:optim_test; 49s processwrapper-sandbox 2024-04-03T16:24:44.3775324Z Testing //:rnn_test; 44s processwrapper-sandbox 2024-04-03T16:24:45.3773059Z 2024-04-03T16:24:45.3773672Z  2024-04-03T16:24:45.3774070Z  2024-04-03T16:24:45.3774416Z  2024-04-03T16:24:45.3775342Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:45.3776480Z Testing //:modules_test; 50s processwrapper-sandbox 2024-04-03T16:24:45.3777327Z Testing //:optim_test; 50s processwrapper-sandbox 2024-04-03T16:24:45.3778128Z Testing //:rnn_test; 45s processwrapper-sandbox 2024-04-03T16:24:46.5780608Z 2024-04-03T16:24:46.5781205Z  2024-04-03T16:24:46.5781617Z  2024-04-03T16:24:46.5781948Z  2024-04-03T16:24:46.5783101Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:46.5784252Z Testing //:modules_test; 51s processwrapper-sandbox 2024-04-03T16:24:46.5785055Z Testing //:optim_test; 51s processwrapper-sandbox 2024-04-03T16:24:46.5785919Z Testing //:rnn_test; 46s processwrapper-sandbox 2024-04-03T16:24:47.5786073Z 2024-04-03T16:24:47.5786656Z  2024-04-03T16:24:47.5787075Z  2024-04-03T16:24:47.5787416Z  2024-04-03T16:24:47.5788391Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:47.5789580Z Testing //:modules_test; 52s processwrapper-sandbox 2024-04-03T16:24:47.5790411Z Testing //:optim_test; 52s processwrapper-sandbox 2024-04-03T16:24:47.5791240Z Testing //:rnn_test; 47s processwrapper-sandbox 2024-04-03T16:24:48.7793092Z 2024-04-03T16:24:48.7793730Z  2024-04-03T16:24:48.7794165Z  2024-04-03T16:24:48.7794545Z  2024-04-03T16:24:48.7795703Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:48.7796902Z Testing //:modules_test; 53s processwrapper-sandbox 2024-04-03T16:24:48.7797754Z Testing //:optim_test; 53s processwrapper-sandbox 2024-04-03T16:24:48.7798568Z Testing //:rnn_test; 49s processwrapper-sandbox 2024-04-03T16:24:49.7796256Z 2024-04-03T16:24:49.7796779Z  2024-04-03T16:24:49.7797176Z  2024-04-03T16:24:49.7797529Z  2024-04-03T16:24:49.7798478Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:49.7799667Z Testing //:modules_test; 54s processwrapper-sandbox 2024-04-03T16:24:49.7800506Z Testing //:optim_test; 54s processwrapper-sandbox 2024-04-03T16:24:49.7801302Z Testing //:rnn_test; 50s processwrapper-sandbox 2024-04-03T16:24:50.7787847Z 2024-04-03T16:24:50.7788514Z  2024-04-03T16:24:50.7789039Z  2024-04-03T16:24:50.7789524Z  2024-04-03T16:24:50.7790858Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:50.7792498Z Testing //:modules_test; 55s processwrapper-sandbox 2024-04-03T16:24:50.7793914Z Testing //:optim_test; 55s processwrapper-sandbox 2024-04-03T16:24:50.7795038Z Testing //:rnn_test; 51s processwrapper-sandbox 2024-04-03T16:24:51.9793413Z 2024-04-03T16:24:51.9794664Z  2024-04-03T16:24:51.9795403Z  2024-04-03T16:24:51.9796171Z  2024-04-03T16:24:51.9797498Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:51.9799005Z Testing //:modules_test; 56s processwrapper-sandbox 2024-04-03T16:24:51.9799828Z Testing //:optim_test; 56s processwrapper-sandbox 2024-04-03T16:24:51.9800603Z Testing //:rnn_test; 52s processwrapper-sandbox 2024-04-03T16:24:52.9801936Z 2024-04-03T16:24:52.9802949Z  2024-04-03T16:24:52.9803670Z  2024-04-03T16:24:52.9804499Z  2024-04-03T16:24:52.9805738Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:52.9807177Z Testing //:modules_test; 57s processwrapper-sandbox 2024-04-03T16:24:52.9808564Z Testing //:optim_test; 57s processwrapper-sandbox 2024-04-03T16:24:52.9809844Z Testing //:rnn_test; 53s processwrapper-sandbox 2024-04-03T16:24:54.1804726Z 2024-04-03T16:24:54.1805704Z  2024-04-03T16:24:54.1806357Z  2024-04-03T16:24:54.1806944Z  2024-04-03T16:24:54.1808130Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:54.1809573Z Testing //:modules_test; 59s processwrapper-sandbox 2024-04-03T16:24:54.1811165Z Testing //:optim_test; 59s processwrapper-sandbox 2024-04-03T16:24:54.1812455Z Testing //:rnn_test; 54s processwrapper-sandbox 2024-04-03T16:24:55.1816313Z 2024-04-03T16:24:55.1816922Z  2024-04-03T16:24:55.1817351Z  2024-04-03T16:24:55.1817698Z  2024-04-03T16:24:55.1818629Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:55.1819763Z Testing //:modules_test; 60s processwrapper-sandbox 2024-04-03T16:24:55.1820780Z Testing //:optim_test; 60s processwrapper-sandbox 2024-04-03T16:24:55.1821556Z Testing //:rnn_test; 55s processwrapper-sandbox 2024-04-03T16:24:56.3821693Z 2024-04-03T16:24:56.3822302Z  2024-04-03T16:24:56.3822697Z  2024-04-03T16:24:56.3823045Z  2024-04-03T16:24:56.3823980Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:56.3825107Z Testing //:modules_test; 61s processwrapper-sandbox 2024-04-03T16:24:56.3825921Z Testing //:optim_test; 61s processwrapper-sandbox 2024-04-03T16:24:56.3826712Z Testing //:rnn_test; 56s processwrapper-sandbox 2024-04-03T16:24:56.9075191Z 2024-04-03T16:24:56.9075973Z  2024-04-03T16:24:56.9076393Z  2024-04-03T16:24:56.9076752Z  2024-04-03T16:24:56.9077724Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:56.9078917Z Testing //:modules_test; 61s processwrapper-sandbox 2024-04-03T16:24:56.9079770Z Testing //:optim_test; 61s processwrapper-sandbox 2024-04-03T16:24:56.9080575Z Testing //:rnn_test; 57s processwrapper-sandbox 2024-04-03T16:24:57.9838763Z 2024-04-03T16:24:57.9839360Z  2024-04-03T16:24:57.9839776Z  2024-04-03T16:24:57.9840107Z  2024-04-03T16:24:57.9841047Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:57.9842194Z Testing //:modules_test; 62s processwrapper-sandbox 2024-04-03T16:24:57.9842988Z Testing //:optim_test; 62s processwrapper-sandbox 2024-04-03T16:24:57.9843792Z Testing //:rnn_test; 58s processwrapper-sandbox 2024-04-03T16:24:58.9845198Z 2024-04-03T16:24:58.9845774Z  2024-04-03T16:24:58.9846186Z  2024-04-03T16:24:58.9846516Z  2024-04-03T16:24:58.9847445Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:24:58.9848770Z Testing //:modules_test; 63s processwrapper-sandbox 2024-04-03T16:24:58.9849581Z Testing //:optim_test; 63s processwrapper-sandbox 2024-04-03T16:24:58.9850429Z Testing //:rnn_test; 59s processwrapper-sandbox 2024-04-03T16:25:00.1834598Z 2024-04-03T16:25:00.1835554Z  2024-04-03T16:25:00.1836042Z  2024-04-03T16:25:00.1836457Z  2024-04-03T16:25:00.1837552Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:00.1838859Z Testing //:modules_test; 65s processwrapper-sandbox 2024-04-03T16:25:00.1839722Z Testing //:optim_test; 65s processwrapper-sandbox 2024-04-03T16:25:00.1840521Z Testing //:rnn_test; 60s processwrapper-sandbox 2024-04-03T16:25:01.1847852Z 2024-04-03T16:25:01.1848505Z  2024-04-03T16:25:01.1848963Z  2024-04-03T16:25:01.1849368Z  2024-04-03T16:25:01.1850515Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:01.1851845Z Testing //:modules_test; 66s processwrapper-sandbox 2024-04-03T16:25:01.1852773Z Testing //:optim_test; 66s processwrapper-sandbox 2024-04-03T16:25:01.1853656Z Testing //:rnn_test; 61s processwrapper-sandbox 2024-04-03T16:25:02.3861211Z 2024-04-03T16:25:02.3861837Z  2024-04-03T16:25:02.3862246Z  2024-04-03T16:25:02.3862606Z  2024-04-03T16:25:02.3863563Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:02.3864731Z Testing //:modules_test; 67s processwrapper-sandbox 2024-04-03T16:25:02.3865813Z Testing //:optim_test; 67s processwrapper-sandbox 2024-04-03T16:25:02.3866636Z Testing //:rnn_test; 62s processwrapper-sandbox 2024-04-03T16:25:03.5860287Z 2024-04-03T16:25:03.5860918Z  2024-04-03T16:25:03.5861381Z  2024-04-03T16:25:03.5861762Z  2024-04-03T16:25:03.5863074Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:03.5864384Z Testing //:modules_test; 68s processwrapper-sandbox 2024-04-03T16:25:03.5865306Z Testing //:optim_test; 68s processwrapper-sandbox 2024-04-03T16:25:03.5866197Z Testing //:rnn_test; 63s processwrapper-sandbox 2024-04-03T16:25:04.5862894Z 2024-04-03T16:25:04.5863465Z  2024-04-03T16:25:04.5863874Z  2024-04-03T16:25:04.5864221Z  2024-04-03T16:25:04.5865132Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:04.5866318Z Testing //:modules_test; 69s processwrapper-sandbox 2024-04-03T16:25:04.5867354Z Testing //:optim_test; 69s processwrapper-sandbox 2024-04-03T16:25:04.5868145Z Testing //:rnn_test; 64s processwrapper-sandbox 2024-04-03T16:25:05.7879648Z 2024-04-03T16:25:05.7880238Z  2024-04-03T16:25:05.7880662Z  2024-04-03T16:25:05.7881040Z  2024-04-03T16:25:05.7881953Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:05.7883093Z Testing //:modules_test; 70s processwrapper-sandbox 2024-04-03T16:25:05.7883906Z Testing //:optim_test; 70s processwrapper-sandbox 2024-04-03T16:25:05.7884803Z Testing //:rnn_test; 66s processwrapper-sandbox 2024-04-03T16:25:06.7875800Z 2024-04-03T16:25:06.7876417Z  2024-04-03T16:25:06.7876824Z  2024-04-03T16:25:06.7877177Z  2024-04-03T16:25:06.7878144Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:06.7879337Z Testing //:modules_test; 71s processwrapper-sandbox 2024-04-03T16:25:06.7880190Z Testing //:optim_test; 71s processwrapper-sandbox 2024-04-03T16:25:06.7880994Z Testing //:rnn_test; 67s processwrapper-sandbox 2024-04-03T16:25:07.9879569Z 2024-04-03T16:25:07.9880150Z  2024-04-03T16:25:07.9880822Z  2024-04-03T16:25:07.9881163Z  2024-04-03T16:25:07.9882121Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:07.9883301Z Testing //:modules_test; 72s processwrapper-sandbox 2024-04-03T16:25:07.9884124Z Testing //:optim_test; 72s processwrapper-sandbox 2024-04-03T16:25:07.9885106Z Testing //:rnn_test; 68s processwrapper-sandbox 2024-04-03T16:25:08.9889712Z 2024-04-03T16:25:08.9890354Z  2024-04-03T16:25:08.9890860Z  2024-04-03T16:25:08.9891280Z  2024-04-03T16:25:08.9892438Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:08.9893910Z Testing //:modules_test; 73s processwrapper-sandbox 2024-04-03T16:25:08.9894900Z Testing //:optim_test; 73s processwrapper-sandbox 2024-04-03T16:25:08.9895886Z Testing //:rnn_test; 69s processwrapper-sandbox 2024-04-03T16:25:09.9892249Z 2024-04-03T16:25:09.9892879Z  2024-04-03T16:25:09.9893303Z  2024-04-03T16:25:09.9893671Z  2024-04-03T16:25:09.9894620Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:09.9895808Z Testing //:modules_test; 74s processwrapper-sandbox 2024-04-03T16:25:09.9896648Z Testing //:optim_test; 74s processwrapper-sandbox 2024-04-03T16:25:09.9897440Z Testing //:rnn_test; 70s processwrapper-sandbox 2024-04-03T16:25:11.1899751Z 2024-04-03T16:25:11.1900328Z  2024-04-03T16:25:11.1900754Z  2024-04-03T16:25:11.1901111Z  2024-04-03T16:25:11.1902274Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:11.1903477Z Testing //:modules_test; 76s processwrapper-sandbox 2024-04-03T16:25:11.1904326Z Testing //:optim_test; 76s processwrapper-sandbox 2024-04-03T16:25:11.1905118Z Testing //:rnn_test; 71s processwrapper-sandbox 2024-04-03T16:25:12.1907209Z 2024-04-03T16:25:12.1907815Z  2024-04-03T16:25:12.1908230Z  2024-04-03T16:25:12.1908588Z  2024-04-03T16:25:12.1909556Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:12.1910726Z Testing //:modules_test; 77s processwrapper-sandbox 2024-04-03T16:25:12.1911572Z Testing //:optim_test; 77s processwrapper-sandbox 2024-04-03T16:25:12.1912375Z Testing //:rnn_test; 72s processwrapper-sandbox 2024-04-03T16:25:13.3910383Z 2024-04-03T16:25:13.3911010Z  2024-04-03T16:25:13.3911417Z  2024-04-03T16:25:13.3911778Z  2024-04-03T16:25:13.3912934Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:13.3914111Z Testing //:modules_test; 78s processwrapper-sandbox 2024-04-03T16:25:13.3914966Z Testing //:optim_test; 78s processwrapper-sandbox 2024-04-03T16:25:13.3915775Z Testing //:rnn_test; 73s processwrapper-sandbox 2024-04-03T16:25:14.3910288Z 2024-04-03T16:25:14.3911141Z  2024-04-03T16:25:14.3911701Z  2024-04-03T16:25:14.3912042Z  2024-04-03T16:25:14.3913003Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:14.3914193Z Testing //:modules_test; 79s processwrapper-sandbox 2024-04-03T16:25:14.3915042Z Testing //:optim_test; 79s processwrapper-sandbox 2024-04-03T16:25:14.3915832Z Testing //:rnn_test; 74s processwrapper-sandbox 2024-04-03T16:25:15.5915957Z 2024-04-03T16:25:15.5925585Z  2024-04-03T16:25:15.5926202Z  2024-04-03T16:25:15.5926567Z  2024-04-03T16:25:15.5927795Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:15.5929234Z Testing //:modules_test; 80s processwrapper-sandbox 2024-04-03T16:25:15.5930220Z Testing //:optim_test; 80s processwrapper-sandbox 2024-04-03T16:25:15.5931489Z Testing //:rnn_test; 75s processwrapper-sandbox 2024-04-03T16:25:16.5926092Z 2024-04-03T16:25:16.5926692Z  2024-04-03T16:25:16.5927094Z  2024-04-03T16:25:16.5927452Z  2024-04-03T16:25:16.5928411Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:16.5929580Z Testing //:modules_test; 81s processwrapper-sandbox 2024-04-03T16:25:16.5930425Z Testing //:optim_test; 81s processwrapper-sandbox 2024-04-03T16:25:16.5931227Z Testing //:rnn_test; 76s processwrapper-sandbox 2024-04-03T16:25:17.7927558Z 2024-04-03T16:25:17.7928489Z  2024-04-03T16:25:17.7929151Z  2024-04-03T16:25:17.7929734Z  2024-04-03T16:25:17.7931036Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:17.7932651Z Testing //:modules_test; 82s processwrapper-sandbox 2024-04-03T16:25:17.7936040Z Testing //:optim_test; 82s processwrapper-sandbox 2024-04-03T16:25:17.7936892Z Testing //:rnn_test; 78s processwrapper-sandbox 2024-04-03T16:25:18.7935535Z 2024-04-03T16:25:18.7936147Z  2024-04-03T16:25:18.7936575Z  2024-04-03T16:25:18.7936935Z  2024-04-03T16:25:18.7937872Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:18.7939052Z Testing //:modules_test; 83s processwrapper-sandbox 2024-04-03T16:25:18.7939896Z Testing //:optim_test; 83s processwrapper-sandbox 2024-04-03T16:25:18.7940675Z Testing //:rnn_test; 79s processwrapper-sandbox 2024-04-03T16:25:19.7952277Z 2024-04-03T16:25:19.7952839Z  2024-04-03T16:25:19.7953445Z  2024-04-03T16:25:19.7953805Z  2024-04-03T16:25:19.7954762Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:19.7955945Z Testing //:modules_test; 84s processwrapper-sandbox 2024-04-03T16:25:19.7956873Z Testing //:optim_test; 84s processwrapper-sandbox 2024-04-03T16:25:19.7957660Z Testing //:rnn_test; 80s processwrapper-sandbox 2024-04-03T16:25:20.9960415Z 2024-04-03T16:25:20.9961040Z  2024-04-03T16:25:20.9961432Z  2024-04-03T16:25:20.9961773Z  2024-04-03T16:25:20.9962698Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:20.9963825Z Testing //:modules_test; 85s processwrapper-sandbox 2024-04-03T16:25:20.9964762Z Testing //:optim_test; 85s processwrapper-sandbox 2024-04-03T16:25:20.9965533Z Testing //:rnn_test; 81s processwrapper-sandbox 2024-04-03T16:25:21.9958848Z 2024-04-03T16:25:21.9959487Z  2024-04-03T16:25:21.9959970Z  2024-04-03T16:25:21.9960614Z  2024-04-03T16:25:21.9961785Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:21.9963228Z Testing //:modules_test; 86s processwrapper-sandbox 2024-04-03T16:25:21.9964273Z Testing //:optim_test; 86s processwrapper-sandbox 2024-04-03T16:25:21.9965438Z Testing //:rnn_test; 82s processwrapper-sandbox 2024-04-03T16:25:23.1958062Z 2024-04-03T16:25:23.1958630Z  2024-04-03T16:25:23.1959027Z  2024-04-03T16:25:23.1959363Z  2024-04-03T16:25:23.1960292Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:23.1961433Z Testing //:modules_test; 88s processwrapper-sandbox 2024-04-03T16:25:23.1962225Z Testing //:optim_test; 88s processwrapper-sandbox 2024-04-03T16:25:23.1963005Z Testing //:rnn_test; 83s processwrapper-sandbox 2024-04-03T16:25:24.1967120Z 2024-04-03T16:25:24.1967714Z  2024-04-03T16:25:24.1968145Z  2024-04-03T16:25:24.1968490Z  2024-04-03T16:25:24.1969394Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:24.1970530Z Testing //:modules_test; 89s processwrapper-sandbox 2024-04-03T16:25:24.1971538Z Testing //:optim_test; 89s processwrapper-sandbox 2024-04-03T16:25:24.1972290Z Testing //:rnn_test; 84s processwrapper-sandbox 2024-04-03T16:25:25.3981169Z 2024-04-03T16:25:25.3981684Z  2024-04-03T16:25:25.3982008Z  2024-04-03T16:25:25.3982267Z  2024-04-03T16:25:25.3982958Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:25.3983824Z Testing //:modules_test; 90s processwrapper-sandbox 2024-04-03T16:25:25.3984441Z Testing //:optim_test; 90s processwrapper-sandbox 2024-04-03T16:25:25.3985032Z Testing //:rnn_test; 85s processwrapper-sandbox 2024-04-03T16:25:26.3986452Z 2024-04-03T16:25:26.3987080Z  2024-04-03T16:25:26.3987487Z  2024-04-03T16:25:26.3987842Z  2024-04-03T16:25:26.3988801Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:26.3989991Z Testing //:modules_test; 91s processwrapper-sandbox 2024-04-03T16:25:26.3990828Z Testing //:optim_test; 91s processwrapper-sandbox 2024-04-03T16:25:26.3991637Z Testing //:rnn_test; 86s processwrapper-sandbox 2024-04-03T16:25:27.5992721Z 2024-04-03T16:25:27.5993298Z  2024-04-03T16:25:27.5993744Z  2024-04-03T16:25:27.5994098Z  2024-04-03T16:25:27.5995079Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:27.5996327Z Testing //:modules_test; 92s processwrapper-sandbox 2024-04-03T16:25:27.5997185Z Testing //:optim_test; 92s processwrapper-sandbox 2024-04-03T16:25:27.5998236Z Testing //:rnn_test; 87s processwrapper-sandbox 2024-04-03T16:25:28.7983896Z 2024-04-03T16:25:28.7984958Z  2024-04-03T16:25:28.7985850Z  2024-04-03T16:25:28.7987322Z  2024-04-03T16:25:28.7988661Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:28.7990821Z Testing //:modules_test; 93s processwrapper-sandbox 2024-04-03T16:25:28.7992080Z Testing //:optim_test; 93s processwrapper-sandbox 2024-04-03T16:25:28.7993315Z Testing //:rnn_test; 89s processwrapper-sandbox 2024-04-03T16:25:29.8002374Z 2024-04-03T16:25:29.8002898Z  2024-04-03T16:25:29.8003315Z  2024-04-03T16:25:29.8003665Z  2024-04-03T16:25:29.8004724Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:29.8005916Z Testing //:modules_test; 94s processwrapper-sandbox 2024-04-03T16:25:29.8006771Z Testing //:optim_test; 94s processwrapper-sandbox 2024-04-03T16:25:29.8007755Z Testing //:rnn_test; 90s processwrapper-sandbox 2024-04-03T16:25:31.0009789Z 2024-04-03T16:25:31.0010426Z  2024-04-03T16:25:31.0010826Z  2024-04-03T16:25:31.0011168Z  2024-04-03T16:25:31.0012127Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:31.0013415Z Testing //:modules_test; 95s processwrapper-sandbox 2024-04-03T16:25:31.0014254Z Testing //:optim_test; 95s processwrapper-sandbox 2024-04-03T16:25:31.0015056Z Testing //:rnn_test; 91s processwrapper-sandbox 2024-04-03T16:25:32.0015925Z 2024-04-03T16:25:32.0016490Z  2024-04-03T16:25:32.0016904Z  2024-04-03T16:25:32.0017225Z  2024-04-03T16:25:32.0018153Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:32.0019292Z Testing //:modules_test; 96s processwrapper-sandbox 2024-04-03T16:25:32.0020116Z Testing //:optim_test; 96s processwrapper-sandbox 2024-04-03T16:25:32.0020898Z Testing //:rnn_test; 92s processwrapper-sandbox 2024-04-03T16:25:33.2022930Z 2024-04-03T16:25:33.2023542Z  2024-04-03T16:25:33.2023967Z  2024-04-03T16:25:33.2024300Z  2024-04-03T16:25:33.2025500Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:33.2026687Z Testing //:modules_test; 98s processwrapper-sandbox 2024-04-03T16:25:33.2027517Z Testing //:optim_test; 98s processwrapper-sandbox 2024-04-03T16:25:33.2028308Z Testing //:rnn_test; 93s processwrapper-sandbox 2024-04-03T16:25:34.2017903Z 2024-04-03T16:25:34.2018508Z  2024-04-03T16:25:34.2018918Z  2024-04-03T16:25:34.2019258Z  2024-04-03T16:25:34.2020158Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:34.2021308Z Testing //:modules_test; 99s processwrapper-sandbox 2024-04-03T16:25:34.2022121Z Testing //:optim_test; 99s processwrapper-sandbox 2024-04-03T16:25:34.2022875Z Testing //:rnn_test; 94s processwrapper-sandbox 2024-04-03T16:25:35.4022089Z 2024-04-03T16:25:35.4022705Z  2024-04-03T16:25:35.4023115Z  2024-04-03T16:25:35.4023484Z  2024-04-03T16:25:35.4024388Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:35.4025529Z Testing //:modules_test; 100s processwrapper-sandbox 2024-04-03T16:25:35.4026346Z Testing //:optim_test; 100s processwrapper-sandbox 2024-04-03T16:25:35.4027109Z Testing //:rnn_test; 95s processwrapper-sandbox 2024-04-03T16:25:36.6032137Z 2024-04-03T16:25:36.6032790Z  2024-04-03T16:25:36.6033200Z  2024-04-03T16:25:36.6033557Z  2024-04-03T16:25:36.6034514Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:36.6035900Z Testing //:modules_test; 101s processwrapper-sandbox 2024-04-03T16:25:36.6036772Z Testing //:optim_test; 101s processwrapper-sandbox 2024-04-03T16:25:36.6037585Z Testing //:rnn_test; 96s processwrapper-sandbox 2024-04-03T16:25:37.6043755Z 2024-04-03T16:25:37.6044431Z  2024-04-03T16:25:37.6045086Z  2024-04-03T16:25:37.6045412Z  2024-04-03T16:25:37.6046345Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:37.6047534Z Testing //:modules_test; 102s processwrapper-sandbox 2024-04-03T16:25:37.6048381Z Testing //:optim_test; 102s processwrapper-sandbox 2024-04-03T16:25:37.6049194Z Testing //:rnn_test; 97s processwrapper-sandbox 2024-04-03T16:25:38.8035002Z 2024-04-03T16:25:38.8035892Z  2024-04-03T16:25:38.8036325Z  2024-04-03T16:25:38.8036678Z  2024-04-03T16:25:38.8037656Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:38.8039060Z Testing //:modules_test; 103s processwrapper-sandbox 2024-04-03T16:25:38.8039905Z Testing //:optim_test; 103s processwrapper-sandbox 2024-04-03T16:25:38.8040717Z Testing //:rnn_test; 99s processwrapper-sandbox 2024-04-03T16:25:39.8054715Z 2024-04-03T16:25:39.8055400Z  2024-04-03T16:25:39.8055941Z  2024-04-03T16:25:39.8056417Z  2024-04-03T16:25:39.8057713Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:39.8059410Z Testing //:modules_test; 104s processwrapper-sandbox 2024-04-03T16:25:39.8060596Z Testing //:optim_test; 104s processwrapper-sandbox 2024-04-03T16:25:39.8061719Z Testing //:rnn_test; 100s processwrapper-sandbox 2024-04-03T16:25:41.0060370Z 2024-04-03T16:25:41.0060941Z  2024-04-03T16:25:41.0061335Z  2024-04-03T16:25:41.0061686Z  2024-04-03T16:25:41.0062614Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:41.0063761Z Testing //:modules_test; 105s processwrapper-sandbox 2024-04-03T16:25:41.0064570Z Testing //:optim_test; 105s processwrapper-sandbox 2024-04-03T16:25:41.0065347Z Testing //:rnn_test; 101s processwrapper-sandbox 2024-04-03T16:25:42.0066192Z 2024-04-03T16:25:42.0066805Z  2024-04-03T16:25:42.0067196Z  2024-04-03T16:25:42.0067531Z  2024-04-03T16:25:42.0068447Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:42.0069574Z Testing //:modules_test; 106s processwrapper-sandbox 2024-04-03T16:25:42.0070383Z Testing //:optim_test; 106s processwrapper-sandbox 2024-04-03T16:25:42.0071157Z Testing //:rnn_test; 102s processwrapper-sandbox 2024-04-03T16:25:43.0060135Z 2024-04-03T16:25:43.0060702Z  2024-04-03T16:25:43.0061119Z  2024-04-03T16:25:43.0061455Z  2024-04-03T16:25:43.0062442Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:43.0063633Z Testing //:modules_test; 107s processwrapper-sandbox 2024-04-03T16:25:43.0064469Z Testing //:optim_test; 107s processwrapper-sandbox 2024-04-03T16:25:43.0065292Z Testing //:rnn_test; 103s processwrapper-sandbox 2024-04-03T16:25:44.2067029Z 2024-04-03T16:25:44.2067602Z  2024-04-03T16:25:44.2068014Z  2024-04-03T16:25:44.2068340Z  2024-04-03T16:25:44.2069264Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:44.2070407Z Testing //:modules_test; 109s processwrapper-sandbox 2024-04-03T16:25:44.2071203Z Testing //:optim_test; 109s processwrapper-sandbox 2024-04-03T16:25:44.2071984Z Testing //:rnn_test; 104s processwrapper-sandbox 2024-04-03T16:25:45.2072936Z 2024-04-03T16:25:45.2073549Z  2024-04-03T16:25:45.2074015Z  2024-04-03T16:25:45.2074609Z  2024-04-03T16:25:45.2075684Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:45.2077012Z Testing //:modules_test; 110s processwrapper-sandbox 2024-04-03T16:25:45.2077994Z Testing //:optim_test; 110s processwrapper-sandbox 2024-04-03T16:25:45.2078919Z Testing //:rnn_test; 105s processwrapper-sandbox 2024-04-03T16:25:46.4088590Z 2024-04-03T16:25:46.4089347Z  2024-04-03T16:25:46.4089886Z  2024-04-03T16:25:46.4090250Z  2024-04-03T16:25:46.4091494Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:46.4092953Z Testing //:modules_test; 111s processwrapper-sandbox 2024-04-03T16:25:46.4093932Z Testing //:optim_test; 111s processwrapper-sandbox 2024-04-03T16:25:46.4094875Z Testing //:rnn_test; 106s processwrapper-sandbox 2024-04-03T16:25:47.4095584Z 2024-04-03T16:25:47.4096183Z  2024-04-03T16:25:47.4096613Z  2024-04-03T16:25:47.4096976Z  2024-04-03T16:25:47.4098146Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:47.4099332Z Testing //:modules_test; 112s processwrapper-sandbox 2024-04-03T16:25:47.4100202Z Testing //:optim_test; 112s processwrapper-sandbox 2024-04-03T16:25:47.4101024Z Testing //:rnn_test; 107s processwrapper-sandbox 2024-04-03T16:25:48.6102002Z 2024-04-03T16:25:48.6102606Z  2024-04-03T16:25:48.6103017Z  2024-04-03T16:25:48.6103347Z  2024-04-03T16:25:48.6104271Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:48.6105408Z Testing //:modules_test; 113s processwrapper-sandbox 2024-04-03T16:25:48.6106216Z Testing //:optim_test; 113s processwrapper-sandbox 2024-04-03T16:25:48.6107005Z Testing //:rnn_test; 108s processwrapper-sandbox 2024-04-03T16:25:49.8106433Z 2024-04-03T16:25:49.8106977Z  2024-04-03T16:25:49.8107364Z  2024-04-03T16:25:49.8107729Z  2024-04-03T16:25:49.8108681Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:49.8109863Z Testing //:modules_test; 114s processwrapper-sandbox 2024-04-03T16:25:49.8110931Z Testing //:optim_test; 114s processwrapper-sandbox 2024-04-03T16:25:49.8111748Z Testing //:rnn_test; 110s processwrapper-sandbox 2024-04-03T16:25:50.8113422Z 2024-04-03T16:25:50.8114053Z  2024-04-03T16:25:50.8114467Z  2024-04-03T16:25:50.8114820Z  2024-04-03T16:25:50.8115785Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:50.8116954Z Testing //:modules_test; 115s processwrapper-sandbox 2024-04-03T16:25:50.8117796Z Testing //:optim_test; 115s processwrapper-sandbox 2024-04-03T16:25:50.8118628Z Testing //:rnn_test; 111s processwrapper-sandbox 2024-04-03T16:25:52.0118130Z 2024-04-03T16:25:52.0118735Z  2024-04-03T16:25:52.0119176Z  2024-04-03T16:25:52.0119517Z  2024-04-03T16:25:52.0120481Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:52.0121725Z Testing //:modules_test; 116s processwrapper-sandbox 2024-04-03T16:25:52.0122669Z Testing //:optim_test; 116s processwrapper-sandbox 2024-04-03T16:25:52.0123339Z Testing //:rnn_test; 112s processwrapper-sandbox 2024-04-03T16:25:53.0123988Z 2024-04-03T16:25:53.0124656Z  2024-04-03T16:25:53.0125071Z  2024-04-03T16:25:53.0125406Z  2024-04-03T16:25:53.0126324Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:53.0127466Z Testing //:modules_test; 117s processwrapper-sandbox 2024-04-03T16:25:53.0128275Z Testing //:optim_test; 117s processwrapper-sandbox 2024-04-03T16:25:53.0129276Z Testing //:rnn_test; 113s processwrapper-sandbox 2024-04-03T16:25:54.2115110Z 2024-04-03T16:25:54.2115889Z  2024-04-03T16:25:54.2116298Z  2024-04-03T16:25:54.2116642Z  2024-04-03T16:25:54.2118447Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:54.2119854Z Testing //:modules_test; 119s processwrapper-sandbox 2024-04-03T16:25:54.2120667Z Testing //:optim_test; 119s processwrapper-sandbox 2024-04-03T16:25:54.2121433Z Testing //:rnn_test; 114s processwrapper-sandbox 2024-04-03T16:25:55.2120263Z 2024-04-03T16:25:55.2121106Z  2024-04-03T16:25:55.2121769Z  2024-04-03T16:25:55.2122393Z  2024-04-03T16:25:55.2123893Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:55.2125199Z Testing //:modules_test; 120s processwrapper-sandbox 2024-04-03T16:25:55.2126039Z Testing //:optim_test; 120s processwrapper-sandbox 2024-04-03T16:25:55.2127013Z Testing //:rnn_test; 115s processwrapper-sandbox 2024-04-03T16:25:56.4132658Z 2024-04-03T16:25:56.4133269Z  2024-04-03T16:25:56.4133687Z  2024-04-03T16:25:56.4134044Z  2024-04-03T16:25:56.4135012Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:56.4136171Z Testing //:modules_test; 121s processwrapper-sandbox 2024-04-03T16:25:56.4136983Z Testing //:optim_test; 121s processwrapper-sandbox 2024-04-03T16:25:56.4137758Z Testing //:rnn_test; 116s processwrapper-sandbox 2024-04-03T16:25:56.9171775Z 2024-04-03T16:25:56.9172380Z  2024-04-03T16:25:56.9172780Z  2024-04-03T16:25:56.9173121Z  2024-04-03T16:25:56.9174050Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:56.9175180Z Testing //:modules_test; 121s processwrapper-sandbox 2024-04-03T16:25:56.9176016Z Testing //:optim_test; 121s processwrapper-sandbox 2024-04-03T16:25:56.9176809Z Testing //:rnn_test; 117s processwrapper-sandbox 2024-04-03T16:25:58.0147329Z 2024-04-03T16:25:58.0147909Z  2024-04-03T16:25:58.0148333Z  2024-04-03T16:25:58.0148669Z  2024-04-03T16:25:58.0149630Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:58.0151047Z Testing //:modules_test; 122s processwrapper-sandbox 2024-04-03T16:25:58.0151887Z Testing //:optim_test; 122s processwrapper-sandbox 2024-04-03T16:25:58.0152711Z Testing //:rnn_test; 118s processwrapper-sandbox 2024-04-03T16:25:59.0152004Z 2024-04-03T16:25:59.0152574Z  2024-04-03T16:25:59.0152983Z  2024-04-03T16:25:59.0153322Z  2024-04-03T16:25:59.0154275Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:25:59.0155486Z Testing //:modules_test; 123s processwrapper-sandbox 2024-04-03T16:25:59.0156325Z Testing //:optim_test; 123s processwrapper-sandbox 2024-04-03T16:25:59.0157140Z Testing //:rnn_test; 119s processwrapper-sandbox 2024-04-03T16:26:00.2158556Z 2024-04-03T16:26:00.2159216Z  2024-04-03T16:26:00.2159732Z  2024-04-03T16:26:00.2160181Z  2024-04-03T16:26:00.2161335Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:00.2162710Z Testing //:modules_test; 125s processwrapper-sandbox 2024-04-03T16:26:00.2163728Z Testing //:optim_test; 125s processwrapper-sandbox 2024-04-03T16:26:00.2164971Z Testing //:rnn_test; 120s processwrapper-sandbox 2024-04-03T16:26:01.2157096Z 2024-04-03T16:26:01.2157719Z  2024-04-03T16:26:01.2158147Z  2024-04-03T16:26:01.2158498Z  2024-04-03T16:26:01.2159439Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:01.2160853Z Testing //:modules_test; 126s processwrapper-sandbox 2024-04-03T16:26:01.2161725Z Testing //:optim_test; 126s processwrapper-sandbox 2024-04-03T16:26:01.2162540Z Testing //:rnn_test; 121s processwrapper-sandbox 2024-04-03T16:26:02.4170706Z 2024-04-03T16:26:02.4171344Z  2024-04-03T16:26:02.4171987Z  2024-04-03T16:26:02.4172333Z  2024-04-03T16:26:02.4173263Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:02.4174387Z Testing //:modules_test; 127s processwrapper-sandbox 2024-04-03T16:26:02.4175207Z Testing //:optim_test; 127s processwrapper-sandbox 2024-04-03T16:26:02.4176018Z Testing //:rnn_test; 122s processwrapper-sandbox 2024-04-03T16:26:03.4176902Z 2024-04-03T16:26:03.4177467Z  2024-04-03T16:26:03.4177905Z  2024-04-03T16:26:03.4178242Z  2024-04-03T16:26:03.4179216Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:03.4180610Z Testing //:modules_test; 128s processwrapper-sandbox 2024-04-03T16:26:03.4181451Z Testing //:optim_test; 128s processwrapper-sandbox 2024-04-03T16:26:03.4182266Z Testing //:rnn_test; 123s processwrapper-sandbox 2024-04-03T16:26:04.6182324Z 2024-04-03T16:26:04.6182922Z  2024-04-03T16:26:04.6183325Z  2024-04-03T16:26:04.6183652Z  2024-04-03T16:26:04.6184576Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:04.6185725Z Testing //:modules_test; 129s processwrapper-sandbox 2024-04-03T16:26:04.6186530Z Testing //:optim_test; 129s processwrapper-sandbox 2024-04-03T16:26:04.6187317Z Testing //:rnn_test; 124s processwrapper-sandbox 2024-04-03T16:26:05.8187456Z 2024-04-03T16:26:05.8188046Z  2024-04-03T16:26:05.8188460Z  2024-04-03T16:26:05.8188803Z  2024-04-03T16:26:05.8189727Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:05.8190879Z Testing //:modules_test; 130s processwrapper-sandbox 2024-04-03T16:26:05.8191699Z Testing //:optim_test; 130s processwrapper-sandbox 2024-04-03T16:26:05.8192463Z Testing //:rnn_test; 126s processwrapper-sandbox 2024-04-03T16:26:06.8192487Z 2024-04-03T16:26:06.8193002Z  2024-04-03T16:26:06.8193305Z  2024-04-03T16:26:06.8193563Z  2024-04-03T16:26:06.8194269Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:06.8195128Z Testing //:modules_test; 131s processwrapper-sandbox 2024-04-03T16:26:06.8195753Z Testing //:optim_test; 131s processwrapper-sandbox 2024-04-03T16:26:06.8196349Z Testing //:rnn_test; 127s processwrapper-sandbox 2024-04-03T16:26:08.0200759Z 2024-04-03T16:26:08.0201382Z  2024-04-03T16:26:08.0201802Z  2024-04-03T16:26:08.0202152Z  2024-04-03T16:26:08.0203126Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:08.0204305Z Testing //:modules_test; 132s processwrapper-sandbox 2024-04-03T16:26:08.0205284Z Testing //:optim_test; 132s processwrapper-sandbox 2024-04-03T16:26:08.0206107Z Testing //:rnn_test; 128s processwrapper-sandbox 2024-04-03T16:26:09.0202919Z 2024-04-03T16:26:09.0203539Z  2024-04-03T16:26:09.0203951Z  2024-04-03T16:26:09.0204293Z  2024-04-03T16:26:09.0205378Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:09.0206574Z Testing //:modules_test; 133s processwrapper-sandbox 2024-04-03T16:26:09.0207406Z Testing //:optim_test; 133s processwrapper-sandbox 2024-04-03T16:26:09.0208214Z Testing //:rnn_test; 129s processwrapper-sandbox 2024-04-03T16:26:10.2202689Z 2024-04-03T16:26:10.2203311Z  2024-04-03T16:26:10.2203741Z  2024-04-03T16:26:10.2204458Z  2024-04-03T16:26:10.2205472Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:10.2206659Z Testing //:modules_test; 135s processwrapper-sandbox 2024-04-03T16:26:10.2207509Z Testing //:optim_test; 135s processwrapper-sandbox 2024-04-03T16:26:10.2208411Z Testing //:rnn_test; 130s processwrapper-sandbox 2024-04-03T16:26:11.4217562Z 2024-04-03T16:26:11.4218142Z  2024-04-03T16:26:11.4218545Z  2024-04-03T16:26:11.4218889Z  2024-04-03T16:26:11.4219802Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:11.4220950Z Testing //:modules_test; 136s processwrapper-sandbox 2024-04-03T16:26:11.4221773Z Testing //:optim_test; 136s processwrapper-sandbox 2024-04-03T16:26:11.4222547Z Testing //:rnn_test; 131s processwrapper-sandbox 2024-04-03T16:26:12.4223136Z 2024-04-03T16:26:12.4223732Z  2024-04-03T16:26:12.4224147Z  2024-04-03T16:26:12.4224484Z  2024-04-03T16:26:12.4225612Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:12.4226761Z Testing //:modules_test; 137s processwrapper-sandbox 2024-04-03T16:26:12.4227617Z Testing //:optim_test; 137s processwrapper-sandbox 2024-04-03T16:26:12.4228458Z Testing //:rnn_test; 132s processwrapper-sandbox 2024-04-03T16:26:13.6250856Z 2024-04-03T16:26:13.6252435Z  2024-04-03T16:26:13.6252936Z  2024-04-03T16:26:13.6253300Z  2024-04-03T16:26:13.6254263Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:13.6255460Z Testing //:modules_test; 138s processwrapper-sandbox 2024-04-03T16:26:13.6256295Z Testing //:optim_test; 138s processwrapper-sandbox 2024-04-03T16:26:13.6257115Z Testing //:rnn_test; 133s processwrapper-sandbox 2024-04-03T16:26:14.6218031Z 2024-04-03T16:26:14.6219039Z  2024-04-03T16:26:14.6219766Z  2024-04-03T16:26:14.6221089Z  2024-04-03T16:26:14.6222256Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:14.6223592Z Testing //:modules_test; 139s processwrapper-sandbox 2024-04-03T16:26:14.6225230Z Testing //:optim_test; 139s processwrapper-sandbox 2024-04-03T16:26:14.6226063Z Testing //:rnn_test; 134s processwrapper-sandbox 2024-04-03T16:26:15.8223405Z 2024-04-03T16:26:15.8224361Z  2024-04-03T16:26:15.8224989Z  2024-04-03T16:26:15.8225503Z  2024-04-03T16:26:15.8228370Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:15.8229677Z Testing //:modules_test; 140s processwrapper-sandbox 2024-04-03T16:26:15.8230655Z Testing //:optim_test; 140s processwrapper-sandbox 2024-04-03T16:26:15.8231628Z Testing //:rnn_test; 136s processwrapper-sandbox 2024-04-03T16:26:16.8229167Z 2024-04-03T16:26:16.8229983Z  2024-04-03T16:26:16.8230631Z  2024-04-03T16:26:16.8231186Z  2024-04-03T16:26:16.8232388Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:16.8233959Z Testing //:modules_test; 141s processwrapper-sandbox 2024-04-03T16:26:16.8235005Z Testing //:optim_test; 141s processwrapper-sandbox 2024-04-03T16:26:16.8235968Z Testing //:rnn_test; 137s processwrapper-sandbox 2024-04-03T16:26:18.0240988Z 2024-04-03T16:26:18.0241664Z  2024-04-03T16:26:18.0242166Z  2024-04-03T16:26:18.0242584Z  2024-04-03T16:26:18.0243736Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:18.0245407Z Testing //:modules_test; 142s processwrapper-sandbox 2024-04-03T16:26:18.0246400Z Testing //:optim_test; 142s processwrapper-sandbox 2024-04-03T16:26:18.0247625Z Testing //:rnn_test; 138s processwrapper-sandbox 2024-04-03T16:26:19.0248166Z 2024-04-03T16:26:19.0248861Z  2024-04-03T16:26:19.0249271Z  2024-04-03T16:26:19.0249611Z  2024-04-03T16:26:19.0250519Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:19.0251867Z Testing //:modules_test; 143s processwrapper-sandbox 2024-04-03T16:26:19.0252751Z Testing //:optim_test; 143s processwrapper-sandbox 2024-04-03T16:26:19.0253524Z Testing //:rnn_test; 139s processwrapper-sandbox 2024-04-03T16:26:20.0253183Z 2024-04-03T16:26:20.0253755Z  2024-04-03T16:26:20.0254159Z  2024-04-03T16:26:20.0254490Z  2024-04-03T16:26:20.0255408Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:20.0256545Z Testing //:modules_test; 144s processwrapper-sandbox 2024-04-03T16:26:20.0257359Z Testing //:optim_test; 144s processwrapper-sandbox 2024-04-03T16:26:20.0258332Z Testing //:rnn_test; 140s processwrapper-sandbox 2024-04-03T16:26:21.2254424Z 2024-04-03T16:26:21.2255060Z  2024-04-03T16:26:21.2255464Z  2024-04-03T16:26:21.2255813Z  2024-04-03T16:26:21.2256772Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:21.2257977Z Testing //:modules_test; 146s processwrapper-sandbox 2024-04-03T16:26:21.2258822Z Testing //:optim_test; 146s processwrapper-sandbox 2024-04-03T16:26:21.2259638Z Testing //:rnn_test; 141s processwrapper-sandbox 2024-04-03T16:26:22.2262095Z 2024-04-03T16:26:22.2262679Z  2024-04-03T16:26:22.2263091Z  2024-04-03T16:26:22.2263431Z  2024-04-03T16:26:22.2264332Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:22.2265507Z Testing //:modules_test; 147s processwrapper-sandbox 2024-04-03T16:26:22.2266368Z Testing //:optim_test; 147s processwrapper-sandbox 2024-04-03T16:26:22.2267175Z Testing //:rnn_test; 142s processwrapper-sandbox 2024-04-03T16:26:23.4271921Z 2024-04-03T16:26:23.4272525Z  2024-04-03T16:26:23.4272929Z  2024-04-03T16:26:23.4273269Z  2024-04-03T16:26:23.4274197Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:23.4275529Z Testing //:modules_test; 148s processwrapper-sandbox 2024-04-03T16:26:23.4276350Z Testing //:optim_test; 148s processwrapper-sandbox 2024-04-03T16:26:23.4277136Z Testing //:rnn_test; 143s processwrapper-sandbox 2024-04-03T16:26:24.4267702Z 2024-04-03T16:26:24.4268232Z  2024-04-03T16:26:24.4268537Z  2024-04-03T16:26:24.4268809Z  2024-04-03T16:26:24.4269521Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:24.4270411Z Testing //:modules_test; 149s processwrapper-sandbox 2024-04-03T16:26:24.4271037Z Testing //:optim_test; 149s processwrapper-sandbox 2024-04-03T16:26:24.4271645Z Testing //:rnn_test; 144s processwrapper-sandbox 2024-04-03T16:26:25.6276184Z 2024-04-03T16:26:25.6276916Z  2024-04-03T16:26:25.6277391Z  2024-04-03T16:26:25.6277785Z  2024-04-03T16:26:25.6278889Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:25.6280085Z Testing //:modules_test; 150s processwrapper-sandbox 2024-04-03T16:26:25.6280928Z Testing //:optim_test; 150s processwrapper-sandbox 2024-04-03T16:26:25.6281745Z Testing //:rnn_test; 145s processwrapper-sandbox 2024-04-03T16:26:26.6291891Z 2024-04-03T16:26:26.6292585Z  2024-04-03T16:26:26.6293007Z  2024-04-03T16:26:26.6293363Z  2024-04-03T16:26:26.6294307Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:26.6295700Z Testing //:modules_test; 151s processwrapper-sandbox 2024-04-03T16:26:26.6296563Z Testing //:optim_test; 151s processwrapper-sandbox 2024-04-03T16:26:26.6297364Z Testing //:rnn_test; 146s processwrapper-sandbox 2024-04-03T16:26:27.8299440Z 2024-04-03T16:26:27.8300052Z  2024-04-03T16:26:27.8300467Z  2024-04-03T16:26:27.8310166Z  2024-04-03T16:26:27.8311158Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:27.8312333Z Testing //:modules_test; 152s processwrapper-sandbox 2024-04-03T16:26:27.8313180Z Testing //:optim_test; 152s processwrapper-sandbox 2024-04-03T16:26:27.8313995Z Testing //:rnn_test; 148s processwrapper-sandbox 2024-04-03T16:26:28.8303172Z 2024-04-03T16:26:28.8303758Z  2024-04-03T16:26:28.8304153Z  2024-04-03T16:26:28.8304493Z  2024-04-03T16:26:28.8305430Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:28.8306750Z Testing //:modules_test; 153s processwrapper-sandbox 2024-04-03T16:26:28.8307571Z Testing //:optim_test; 153s processwrapper-sandbox 2024-04-03T16:26:28.8308356Z Testing //:rnn_test; 149s processwrapper-sandbox 2024-04-03T16:26:30.0304464Z 2024-04-03T16:26:30.0305103Z  2024-04-03T16:26:30.0305645Z  2024-04-03T16:26:30.0305974Z  2024-04-03T16:26:30.0306907Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:30.0308047Z Testing //:modules_test; 154s processwrapper-sandbox 2024-04-03T16:26:30.0308843Z Testing //:optim_test; 154s processwrapper-sandbox 2024-04-03T16:26:30.0309630Z Testing //:rnn_test; 150s processwrapper-sandbox 2024-04-03T16:26:31.2303152Z 2024-04-03T16:26:31.2303799Z  2024-04-03T16:26:31.2304239Z  2024-04-03T16:26:31.2304599Z  2024-04-03T16:26:31.2305497Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:31.2306387Z Testing //:modules_test; 156s processwrapper-sandbox 2024-04-03T16:26:31.2307116Z Testing //:optim_test; 156s processwrapper-sandbox 2024-04-03T16:26:31.2307895Z Testing //:rnn_test; 151s processwrapper-sandbox 2024-04-03T16:26:32.2312743Z 2024-04-03T16:26:32.2313352Z  2024-04-03T16:26:32.2313761Z  2024-04-03T16:26:32.2314093Z  2024-04-03T16:26:32.2315023Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:32.2316167Z Testing //:modules_test; 157s processwrapper-sandbox 2024-04-03T16:26:32.2316985Z Testing //:optim_test; 157s processwrapper-sandbox 2024-04-03T16:26:32.2317758Z Testing //:rnn_test; 152s processwrapper-sandbox 2024-04-03T16:26:33.4314385Z 2024-04-03T16:26:33.4314990Z  2024-04-03T16:26:33.4315433Z  2024-04-03T16:26:33.4315791Z  2024-04-03T16:26:33.4316767Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:33.4317967Z Testing //:modules_test; 158s processwrapper-sandbox 2024-04-03T16:26:33.4318818Z Testing //:optim_test; 158s processwrapper-sandbox 2024-04-03T16:26:33.4319628Z Testing //:rnn_test; 153s processwrapper-sandbox 2024-04-03T16:26:34.4327221Z 2024-04-03T16:26:34.4327821Z  2024-04-03T16:26:34.4328232Z  2024-04-03T16:26:34.4328598Z  2024-04-03T16:26:34.4329553Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:34.4331455Z Testing //:modules_test; 159s processwrapper-sandbox 2024-04-03T16:26:34.4332422Z Testing //:optim_test; 159s processwrapper-sandbox 2024-04-03T16:26:34.4333319Z Testing //:rnn_test; 154s processwrapper-sandbox 2024-04-03T16:26:35.6337613Z 2024-04-03T16:26:35.6338246Z  2024-04-03T16:26:35.6338647Z  2024-04-03T16:26:35.6339199Z  2024-04-03T16:26:35.6340149Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:35.6341313Z Testing //:modules_test; 160s processwrapper-sandbox 2024-04-03T16:26:35.6342126Z Testing //:optim_test; 160s processwrapper-sandbox 2024-04-03T16:26:35.6342994Z Testing //:rnn_test; 155s processwrapper-sandbox 2024-04-03T16:26:36.6343317Z 2024-04-03T16:26:36.6343923Z  2024-04-03T16:26:36.6344312Z  2024-04-03T16:26:36.6344653Z  2024-04-03T16:26:36.6345567Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:36.6346696Z Testing //:modules_test; 161s processwrapper-sandbox 2024-04-03T16:26:36.6347513Z Testing //:optim_test; 161s processwrapper-sandbox 2024-04-03T16:26:36.6348299Z Testing //:rnn_test; 156s processwrapper-sandbox 2024-04-03T16:26:37.8349312Z 2024-04-03T16:26:37.8349907Z  2024-04-03T16:26:37.8350353Z  2024-04-03T16:26:37.8350694Z  2024-04-03T16:26:37.8351857Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:37.8353053Z Testing //:modules_test; 162s processwrapper-sandbox 2024-04-03T16:26:37.8353893Z Testing //:optim_test; 162s processwrapper-sandbox 2024-04-03T16:26:37.8354732Z Testing //:rnn_test; 158s processwrapper-sandbox 2024-04-03T16:26:38.8356073Z 2024-04-03T16:26:38.8356677Z  2024-04-03T16:26:38.8357174Z  2024-04-03T16:26:38.8357628Z  2024-04-03T16:26:38.8358534Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:38.8359683Z Testing //:modules_test; 163s processwrapper-sandbox 2024-04-03T16:26:38.8360498Z Testing //:optim_test; 163s processwrapper-sandbox 2024-04-03T16:26:38.8361271Z Testing //:rnn_test; 159s processwrapper-sandbox 2024-04-03T16:26:39.8359312Z 2024-04-03T16:26:39.8359841Z  2024-04-03T16:26:39.8360243Z  2024-04-03T16:26:39.8360593Z  2024-04-03T16:26:39.8361497Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:39.8362639Z Testing //:modules_test; 164s processwrapper-sandbox 2024-04-03T16:26:39.8363693Z Testing //:optim_test; 164s processwrapper-sandbox 2024-04-03T16:26:39.8364586Z Testing //:rnn_test; 160s processwrapper-sandbox 2024-04-03T16:26:41.0365988Z 2024-04-03T16:26:41.0366568Z  2024-04-03T16:26:41.0366968Z  2024-04-03T16:26:41.0367325Z  2024-04-03T16:26:41.0368297Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:41.0369472Z Testing //:modules_test; 165s processwrapper-sandbox 2024-04-03T16:26:41.0370325Z Testing //:optim_test; 165s processwrapper-sandbox 2024-04-03T16:26:41.0371149Z Testing //:rnn_test; 161s processwrapper-sandbox 2024-04-03T16:26:42.0372948Z 2024-04-03T16:26:42.0373558Z  2024-04-03T16:26:42.0373964Z  2024-04-03T16:26:42.0374307Z  2024-04-03T16:26:42.0375235Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:42.0376393Z Testing //:modules_test; 166s processwrapper-sandbox 2024-04-03T16:26:42.0377250Z Testing //:optim_test; 166s processwrapper-sandbox 2024-04-03T16:26:42.0378129Z Testing //:rnn_test; 162s processwrapper-sandbox 2024-04-03T16:26:43.2377338Z 2024-04-03T16:26:43.2377947Z  2024-04-03T16:26:43.2378372Z  2024-04-03T16:26:43.2378717Z  2024-04-03T16:26:43.2379673Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:43.2380870Z Testing //:modules_test; 168s processwrapper-sandbox 2024-04-03T16:26:43.2381731Z Testing //:optim_test; 168s processwrapper-sandbox 2024-04-03T16:26:43.2382735Z Testing //:rnn_test; 163s processwrapper-sandbox 2024-04-03T16:26:44.2382492Z 2024-04-03T16:26:44.2383125Z  2024-04-03T16:26:44.2383546Z  2024-04-03T16:26:44.2383899Z  2024-04-03T16:26:44.2384838Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:44.2386245Z Testing //:modules_test; 169s processwrapper-sandbox 2024-04-03T16:26:44.2387097Z Testing //:optim_test; 169s processwrapper-sandbox 2024-04-03T16:26:44.2387898Z Testing //:rnn_test; 164s processwrapper-sandbox 2024-04-03T16:26:45.4390168Z 2024-04-03T16:26:45.4390796Z  2024-04-03T16:26:45.4391278Z  2024-04-03T16:26:45.4391666Z  2024-04-03T16:26:45.4392702Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:45.4393984Z Testing //:modules_test; 170s processwrapper-sandbox 2024-04-03T16:26:45.4394830Z Testing //:optim_test; 170s processwrapper-sandbox 2024-04-03T16:26:45.4395614Z Testing //:rnn_test; 165s processwrapper-sandbox 2024-04-03T16:26:46.4394834Z 2024-04-03T16:26:46.4395423Z  2024-04-03T16:26:46.4395820Z  2024-04-03T16:26:46.4396170Z  2024-04-03T16:26:46.4397103Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:46.4398255Z Testing //:modules_test; 171s processwrapper-sandbox 2024-04-03T16:26:46.4399071Z Testing //:optim_test; 171s processwrapper-sandbox 2024-04-03T16:26:46.4399857Z Testing //:rnn_test; 166s processwrapper-sandbox 2024-04-03T16:26:47.6393508Z 2024-04-03T16:26:47.6394089Z  2024-04-03T16:26:47.6394532Z  2024-04-03T16:26:47.6394920Z  2024-04-03T16:26:47.6395991Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:47.6397309Z Testing //:modules_test; 172s processwrapper-sandbox 2024-04-03T16:26:47.6398260Z Testing //:optim_test; 172s processwrapper-sandbox 2024-04-03T16:26:47.6399230Z Testing //:rnn_test; 167s processwrapper-sandbox 2024-04-03T16:26:48.6398857Z 2024-04-03T16:26:48.6399513Z  2024-04-03T16:26:48.6399907Z  2024-04-03T16:26:48.6400246Z  2024-04-03T16:26:48.6401183Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:48.6402580Z Testing //:modules_test; 173s processwrapper-sandbox 2024-04-03T16:26:48.6403438Z Testing //:optim_test; 173s processwrapper-sandbox 2024-04-03T16:26:48.6404258Z Testing //:rnn_test; 168s processwrapper-sandbox 2024-04-03T16:26:49.8400657Z 2024-04-03T16:26:49.8401307Z  2024-04-03T16:26:49.8401803Z  2024-04-03T16:26:49.8402183Z  2024-04-03T16:26:49.8403265Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:49.8404909Z Testing //:modules_test; 174s processwrapper-sandbox 2024-04-03T16:26:49.8405767Z Testing //:optim_test; 174s processwrapper-sandbox 2024-04-03T16:26:49.8406598Z Testing //:rnn_test; 170s processwrapper-sandbox 2024-04-03T16:26:51.0412375Z 2024-04-03T16:26:51.0412978Z  2024-04-03T16:26:51.0413398Z  2024-04-03T16:26:51.0413748Z  2024-04-03T16:26:51.0414722Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:51.0415910Z Testing //:modules_test; 175s processwrapper-sandbox 2024-04-03T16:26:51.0416757Z Testing //:optim_test; 175s processwrapper-sandbox 2024-04-03T16:26:51.0417560Z Testing //:rnn_test; 171s processwrapper-sandbox 2024-04-03T16:26:52.0422965Z 2024-04-03T16:26:52.0423539Z  2024-04-03T16:26:52.0423957Z  2024-04-03T16:26:52.0424352Z  2024-04-03T16:26:52.0425209Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:52.0426275Z Testing //:modules_test; 176s processwrapper-sandbox 2024-04-03T16:26:52.0426912Z Testing //:optim_test; 176s processwrapper-sandbox 2024-04-03T16:26:52.0427493Z Testing //:rnn_test; 172s processwrapper-sandbox 2024-04-03T16:26:53.2447054Z 2024-04-03T16:26:53.2447669Z  2024-04-03T16:26:53.2448070Z  2024-04-03T16:26:53.2448674Z  2024-04-03T16:26:53.2449635Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:53.2450820Z Testing //:modules_test; 178s processwrapper-sandbox 2024-04-03T16:26:53.2451737Z Testing //:optim_test; 178s processwrapper-sandbox 2024-04-03T16:26:53.2452554Z Testing //:rnn_test; 173s processwrapper-sandbox 2024-04-03T16:26:54.2434761Z 2024-04-03T16:26:54.2435385Z  2024-04-03T16:26:54.2435777Z  2024-04-03T16:26:54.2436126Z  2024-04-03T16:26:54.2437056Z [3,432 / 3,435] 23 / 26 tests; 3 actions running; last test: ...ataloader_test 2024-04-03T16:26:54.2438335Z Testing //:modules_test; 179s processwrapper-sandbox 2024-04-03T16:26:54.2439160Z Testing //:optim_test; 179s processwrapper-sandbox 2024-04-03T16:26:54.2439944Z Testing //:rnn_test; 174s processwrapper-sandbox 2024-04-03T16:26:54.7390476Z 2024-04-03T16:26:54.7391125Z  2024-04-03T16:26:54.7391526Z  2024-04-03T16:26:54.7391874Z  2024-04-03T16:26:54.7392828Z [3,432 / 3,435] 24 / 26 tests; 3 actions running; last test: //:modules_test 2024-04-03T16:26:54.7393985Z Testing //:modules_test; 179s processwrapper-sandbox 2024-04-03T16:26:54.7394837Z Testing //:optim_test; 179s processwrapper-sandbox 2024-04-03T16:26:54.7395657Z Testing //:rnn_test; 175s processwrapper-sandbox 2024-04-03T16:26:54.7436917Z 2024-04-03T16:26:54.7437424Z  2024-04-03T16:26:54.7437796Z  2024-04-03T16:26:54.7438140Z  2024-04-03T16:26:54.7438632Z INFO: From Testing //:modules_test: 2024-04-03T16:26:54.7471318Z ==================== Test output for //:modules_test: 2024-04-03T16:26:54.7471974Z Running main() from gmock_main.cc 2024-04-03T16:26:54.7472584Z Note: Google Test filter = -*CUDA 2024-04-03T16:26:54.7473143Z [==========] Running 260 tests from 1 test suite. 2024-04-03T16:26:54.7473849Z [----------] Global test environment set-up. 2024-04-03T16:26:54.7474695Z [----------] 260 tests from ModulesTest 2024-04-03T16:26:54.7475235Z [ RUN ] ModulesTest.Conv1d 2024-04-03T16:26:54.7475771Z [ OK ] ModulesTest.Conv1d (23 ms) 2024-04-03T16:26:54.7476385Z [ RUN ] ModulesTest.Conv1dSameStrided 2024-04-03T16:26:54.7477044Z [ OK ] ModulesTest.Conv1dSameStrided (0 ms) 2024-04-03T16:26:54.7477708Z [ RUN ] ModulesTest.Conv1dIvalidArg 2024-04-03T16:26:54.7478348Z [ OK ] ModulesTest.Conv1dIvalidArg (0 ms) 2024-04-03T16:26:54.7478972Z [ RUN ] ModulesTest.Conv2dEven 2024-04-03T16:26:54.7479547Z [ OK ] ModulesTest.Conv2dEven (7 ms) 2024-04-03T16:26:54.7480160Z [ RUN ] ModulesTest.Conv2dUneven 2024-04-03T16:26:54.7480751Z [ OK ] ModulesTest.Conv2dUneven (3 ms) 2024-04-03T16:26:54.7481389Z [ RUN ] ModulesTest.Conv2dSameStrided 2024-04-03T16:26:54.7482052Z [ OK ] ModulesTest.Conv2dSameStrided (0 ms) 2024-04-03T16:26:54.7482664Z [ RUN ] ModulesTest.Conv3d 2024-04-03T16:26:54.7483200Z [ OK ] ModulesTest.Conv3d (6 ms) 2024-04-03T16:26:54.7483802Z [ RUN ] ModulesTest.Conv3dSameStrided 2024-04-03T16:26:54.7484663Z [ OK ] ModulesTest.Conv3dSameStrided (0 ms) 2024-04-03T16:26:54.7485331Z [ RUN ] ModulesTest.ConvTranspose1d 2024-04-03T16:26:54.7485979Z [ OK ] ModulesTest.ConvTranspose1d (65 ms) 2024-04-03T16:26:54.7486651Z [ RUN ] ModulesTest.ConvTranspose2dEven 2024-04-03T16:26:54.7487346Z [ OK ] ModulesTest.ConvTranspose2dEven (7 ms) 2024-04-03T16:26:54.7488068Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2024-04-03T16:26:54.7488790Z [ OK ] ModulesTest.ConvTranspose2dUneven (5 ms) 2024-04-03T16:26:54.7489560Z [ RUN ] ModulesTest.ConvTranspose3d 2024-04-03T16:26:54.7490211Z [ OK ] ModulesTest.ConvTranspose3d (4 ms) 2024-04-03T16:26:54.7490854Z [ RUN ] ModulesTest.MaxPool1d 2024-04-03T16:26:54.7491381Z [ OK ] ModulesTest.MaxPool1d (2 ms) 2024-04-03T16:26:54.7491999Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2024-04-03T16:26:54.7492835Z [ OK ] ModulesTest.MaxPool1dReturnIndices (2 ms) 2024-04-03T16:26:54.7493490Z [ RUN ] ModulesTest.MaxPool2dEven 2024-04-03T16:26:54.7494086Z [ OK ] ModulesTest.MaxPool2dEven (1 ms) 2024-04-03T16:26:54.7494696Z [ RUN ] ModulesTest.MaxPool2dUneven 2024-04-03T16:26:54.7495298Z [ OK ] ModulesTest.MaxPool2dUneven (1 ms) 2024-04-03T16:26:54.7495958Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2024-04-03T16:26:54.7496655Z [ OK ] ModulesTest.MaxPool2dReturnIndices (2 ms) 2024-04-03T16:26:54.7497293Z [ RUN ] ModulesTest.MaxPool3d 2024-04-03T16:26:54.7497831Z [ OK ] ModulesTest.MaxPool3d (1 ms) 2024-04-03T16:26:54.7498452Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2024-04-03T16:26:54.7499190Z [ OK ] ModulesTest.MaxPool3dReturnIndices (2 ms) 2024-04-03T16:26:54.7499839Z [ RUN ] ModulesTest.AvgPool1d 2024-04-03T16:26:54.7500379Z [ OK ] ModulesTest.AvgPool1d (2 ms) 2024-04-03T16:26:54.7500941Z [ RUN ] ModulesTest.AvgPool2dEven 2024-04-03T16:26:54.7501537Z [ OK ] ModulesTest.AvgPool2dEven (1 ms) 2024-04-03T16:26:54.7502150Z [ RUN ] ModulesTest.AvgPool2dUneven 2024-04-03T16:26:54.7502751Z [ OK ] ModulesTest.AvgPool2dUneven (1 ms) 2024-04-03T16:26:54.7503355Z [ RUN ] ModulesTest.AvgPool3d 2024-04-03T16:26:54.7503892Z [ OK ] ModulesTest.AvgPool3d (1 ms) 2024-04-03T16:26:54.7504485Z [ RUN ] ModulesTest.FractionalMaxPool2d 2024-04-03T16:26:54.7505152Z [ OK ] ModulesTest.FractionalMaxPool2d (1 ms) 2024-04-03T16:26:54.7505907Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2024-04-03T16:26:54.7506749Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (2 ms) 2024-04-03T16:26:54.7507525Z [ RUN ] ModulesTest.FractionalMaxPool3d 2024-04-03T16:26:54.7508192Z [ OK ] ModulesTest.FractionalMaxPool3d (1 ms) 2024-04-03T16:26:54.7508937Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2024-04-03T16:26:54.7509787Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (2 ms) 2024-04-03T16:26:54.7510569Z [ RUN ] ModulesTest.LPPool1d 2024-04-03T16:26:54.7511091Z [ OK ] ModulesTest.LPPool1d (2 ms) 2024-04-03T16:26:54.7511649Z [ RUN ] ModulesTest.LPPool2d 2024-04-03T16:26:54.7512170Z [ OK ] ModulesTest.LPPool2d (1 ms) 2024-04-03T16:26:54.7512725Z [ RUN ] ModulesTest.LPPool3d 2024-04-03T16:26:54.7513243Z [ OK ] ModulesTest.LPPool3d (1 ms) 2024-04-03T16:26:54.7513791Z [ RUN ] ModulesTest.Identity 2024-04-03T16:26:54.7514315Z [ OK ] ModulesTest.Identity (1 ms) 2024-04-03T16:26:54.7514847Z [ RUN ] ModulesTest.Flatten 2024-04-03T16:26:54.7515359Z [ OK ] ModulesTest.Flatten (3 ms) 2024-04-03T16:26:54.7515912Z [ RUN ] ModulesTest.Unflatten 2024-04-03T16:26:54.7516593Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2024-04-03T16:26:54.7518826Z W0403 16:23:59.285439 16181 TensorImpl.h:1921] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2024-04-03T16:26:54.7520902Z [ OK ] ModulesTest.Unflatten (1 ms) 2024-04-03T16:26:54.7521496Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2024-04-03T16:26:54.7522143Z [ OK ] ModulesTest.AdaptiveMaxPool1d (2 ms) 2024-04-03T16:26:54.7522875Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2024-04-03T16:26:54.7523690Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (2 ms) 2024-04-03T16:26:54.7524583Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2024-04-03T16:26:54.7525278Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (2 ms) 2024-04-03T16:26:54.7526034Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2024-04-03T16:26:54.7526766Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (2 ms) 2024-04-03T16:26:54.7527571Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2024-04-03T16:26:54.7528463Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (3 ms) 2024-04-03T16:26:54.7529414Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2024-04-03T16:26:54.7530346Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (3 ms) 2024-04-03T16:26:54.7531152Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2024-04-03T16:26:54.7531780Z [ OK ] ModulesTest.AdaptiveMaxPool3d (2 ms) 2024-04-03T16:26:54.7532503Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2024-04-03T16:26:54.7533386Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (4 ms) 2024-04-03T16:26:54.7534143Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2024-04-03T16:26:54.7534818Z [ OK ] ModulesTest.AdaptiveAvgPool1d (2 ms) 2024-04-03T16:26:54.7535525Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2024-04-03T16:26:54.7536290Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (2 ms) 2024-04-03T16:26:54.7537028Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2024-04-03T16:26:54.7537784Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (2 ms) 2024-04-03T16:26:54.7538492Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2024-04-03T16:26:54.7539170Z [ OK ] ModulesTest.AdaptiveAvgPool3d (2 ms) 2024-04-03T16:26:54.7539819Z [ RUN ] ModulesTest.MaxUnpool1d 2024-04-03T16:26:54.7540397Z [ OK ] ModulesTest.MaxUnpool1d (3 ms) 2024-04-03T16:26:54.7541043Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2024-04-03T16:26:54.7541731Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (4 ms) 2024-04-03T16:26:54.7542367Z [ RUN ] ModulesTest.MaxUnpool2d 2024-04-03T16:26:54.7542951Z [ OK ] ModulesTest.MaxUnpool2d (4 ms) 2024-04-03T16:26:54.7543598Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2024-04-03T16:26:54.7544274Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (3 ms) 2024-04-03T16:26:54.7544931Z [ RUN ] ModulesTest.MaxUnpool3d 2024-04-03T16:26:54.7545522Z [ OK ] ModulesTest.MaxUnpool3d (2 ms) 2024-04-03T16:26:54.7546171Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2024-04-03T16:26:54.7546884Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (4 ms) 2024-04-03T16:26:54.7547647Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2024-04-03T16:26:54.7548339Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (915 ms) 2024-04-03T16:26:54.7548986Z [ RUN ] ModulesTest.Linear 2024-04-03T16:26:54.7549514Z [ OK ] ModulesTest.Linear (4 ms) 2024-04-03T16:26:54.7550113Z [ RUN ] ModulesTest.LocalResponseNorm 2024-04-03T16:26:54.7550778Z [ OK ] ModulesTest.LocalResponseNorm (6 ms) 2024-04-03T16:26:54.7551399Z [ RUN ] ModulesTest.LayerNorm 2024-04-03T16:26:54.7551960Z [ OK ] ModulesTest.LayerNorm (2 ms) 2024-04-03T16:26:54.7552546Z [ RUN ] ModulesTest.GroupNorm 2024-04-03T16:26:54.7553095Z [ OK ] ModulesTest.GroupNorm (2 ms) 2024-04-03T16:26:54.7553680Z [ RUN ] ModulesTest.Bilinear 2024-04-03T16:26:54.7554230Z [ OK ] ModulesTest.Bilinear (3 ms) 2024-04-03T16:26:54.7554791Z [ RUN ] ModulesTest.Fold 2024-04-03T16:26:54.7555302Z [ OK ] ModulesTest.Fold (2 ms) 2024-04-03T16:26:54.7555851Z [ RUN ] ModulesTest.Unfold 2024-04-03T16:26:54.7556377Z [ OK ] ModulesTest.Unfold (3 ms) 2024-04-03T16:26:54.7556970Z [ RUN ] ModulesTest.SimpleContainer 2024-04-03T16:26:54.7557614Z [ OK ] ModulesTest.SimpleContainer (53 ms) 2024-04-03T16:26:54.7558252Z [ RUN ] ModulesTest.EmbeddingBasic 2024-04-03T16:26:54.7558878Z [ OK ] ModulesTest.EmbeddingBasic (1 ms) 2024-04-03T16:26:54.7559507Z [ RUN ] ModulesTest.EmbeddingList 2024-04-03T16:26:54.7560109Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2024-04-03T16:26:54.7560794Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2024-04-03T16:26:54.7561552Z [ OK ] ModulesTest.EmbeddingFromPretrained (1 ms) 2024-04-03T16:26:54.7562353Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2024-04-03T16:26:54.7563153Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (2 ms) 2024-04-03T16:26:54.7563874Z [ RUN ] ModulesTest.AlphaDropout 2024-04-03T16:26:54.7564587Z [ OK ] ModulesTest.AlphaDropout (1 ms) 2024-04-03T16:26:54.7565257Z [ RUN ] ModulesTest.FeatureAlphaDropout 2024-04-03T16:26:54.7566014Z [ OK ] ModulesTest.FeatureAlphaDropout (1 ms) 2024-04-03T16:26:54.7566649Z [ RUN ] ModulesTest.Dropout 2024-04-03T16:26:54.7567187Z [ OK ] ModulesTest.Dropout (2 ms) 2024-04-03T16:26:54.7567764Z [ RUN ] ModulesTest.Dropout2d 2024-04-03T16:26:54.7568312Z [ OK ] ModulesTest.Dropout2d (21 ms) 2024-04-03T16:26:54.7568903Z [ RUN ] ModulesTest.Dropout3d 2024-04-03T16:26:54.7569464Z [ OK ] ModulesTest.Dropout3d (36 ms) 2024-04-03T16:26:54.7570043Z [ RUN ] ModulesTest.Parameters 2024-04-03T16:26:54.7570627Z [ OK ] ModulesTest.Parameters (0 ms) 2024-04-03T16:26:54.7571360Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2024-04-03T16:26:54.7572277Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2024-04-03T16:26:54.7573208Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2024-04-03T16:26:54.7574019Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2024-04-03T16:26:54.7574805Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2024-04-03T16:26:54.7575596Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2024-04-03T16:26:54.7576345Z [ RUN ] ModulesTest.BatchNorm1dStateful 2024-04-03T16:26:54.7577004Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2024-04-03T16:26:54.7577684Z [ RUN ] ModulesTest.BatchNorm1dStateless 2024-04-03T16:26:54.7578357Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2024-04-03T16:26:54.7578992Z [ RUN ] ModulesTest.BatchNorm1d 2024-04-03T16:26:54.7579543Z [ OK ] ModulesTest.BatchNorm1d (5 ms) 2024-04-03T16:26:54.7580257Z [ RUN ] ModulesTest.BatchNorm2dStateful 2024-04-03T16:26:54.7580922Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2024-04-03T16:26:54.7581581Z [ RUN ] ModulesTest.BatchNorm2dStateless 2024-04-03T16:26:54.7582257Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2024-04-03T16:26:54.7582894Z [ RUN ] ModulesTest.BatchNorm2d 2024-04-03T16:26:54.7583450Z [ OK ] ModulesTest.BatchNorm2d (4 ms) 2024-04-03T16:26:54.7584132Z [ RUN ] ModulesTest.BatchNorm3dStateful 2024-04-03T16:26:54.7584786Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2024-04-03T16:26:54.7585502Z [ RUN ] ModulesTest.BatchNorm3dStateless 2024-04-03T16:26:54.7586170Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2024-04-03T16:26:54.7586801Z [ RUN ] ModulesTest.BatchNorm3d 2024-04-03T16:26:54.7587349Z [ OK ] ModulesTest.BatchNorm3d (5 ms) 2024-04-03T16:26:54.7587987Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2024-04-03T16:26:54.7588693Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2024-04-03T16:26:54.7589394Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2024-04-03T16:26:54.7590115Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2024-04-03T16:26:54.7590780Z [ RUN ] ModulesTest.InstanceNorm1d 2024-04-03T16:26:54.7591365Z [ OK ] ModulesTest.InstanceNorm1d (3 ms) 2024-04-03T16:26:54.7592025Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2024-04-03T16:26:54.7592726Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2024-04-03T16:26:54.7593423Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2024-04-03T16:26:54.7594131Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2024-04-03T16:26:54.7594797Z [ RUN ] ModulesTest.InstanceNorm2d 2024-04-03T16:26:54.7595388Z [ OK ] ModulesTest.InstanceNorm2d (4 ms) 2024-04-03T16:26:54.7596040Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2024-04-03T16:26:54.7596735Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2024-04-03T16:26:54.7597427Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2024-04-03T16:26:54.7598145Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2024-04-03T16:26:54.7598879Z [ RUN ] ModulesTest.InstanceNorm3d 2024-04-03T16:26:54.7599463Z [ OK ] ModulesTest.InstanceNorm3d (6 ms) 2024-04-03T16:26:54.7600052Z [ RUN ] ModulesTest.L1Loss 2024-04-03T16:26:54.7600551Z [ OK ] ModulesTest.L1Loss (1 ms) 2024-04-03T16:26:54.7601075Z [ RUN ] ModulesTest.MSELoss 2024-04-03T16:26:54.7601677Z [ OK ] ModulesTest.MSELoss (1 ms) 2024-04-03T16:26:54.7602221Z [ RUN ] ModulesTest.BCELoss 2024-04-03T16:26:54.7602719Z [ OK ] ModulesTest.BCELoss (1 ms) 2024-04-03T16:26:54.7603275Z [ RUN ] ModulesTest.KLDivLoss 2024-04-03T16:26:54.7606194Z W0403 16:24:00.443907 16181 loss.h:54] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2024-04-03T16:26:54.7608681Z [ OK ] ModulesTest.KLDivLoss (1 ms) 2024-04-03T16:26:54.7609273Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2024-04-03T16:26:54.7609966Z [ OK ] ModulesTest.HingeEmbeddingLoss (3 ms) 2024-04-03T16:26:54.7610609Z [ RUN ] ModulesTest.MultiMarginLoss 2024-04-03T16:26:54.7611218Z [ OK ] ModulesTest.MultiMarginLoss (1 ms) 2024-04-03T16:26:54.7611862Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2024-04-03T16:26:54.7612523Z [ OK ] ModulesTest.CosineEmbeddingLoss (5 ms) 2024-04-03T16:26:54.7613309Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2024-04-03T16:26:54.7614069Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (1 ms) 2024-04-03T16:26:54.7614812Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2024-04-03T16:26:54.7615514Z [ OK ] ModulesTest.HuberLossDefaultOptions (1 ms) 2024-04-03T16:26:54.7616316Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2024-04-03T16:26:54.7617204Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (1 ms) 2024-04-03T16:26:54.7618016Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2024-04-03T16:26:54.7618718Z [ OK ] ModulesTest.SmoothL1LossNoReduction (1 ms) 2024-04-03T16:26:54.7619431Z [ RUN ] ModulesTest.HuberLossNoReduction 2024-04-03T16:26:54.7620141Z [ OK ] ModulesTest.HuberLossNoReduction (1 ms) 2024-04-03T16:26:54.7620919Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2024-04-03T16:26:54.7621850Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (1 ms) 2024-04-03T16:26:54.7622629Z [ RUN ] ModulesTest.SmoothL1LossBeta 2024-04-03T16:26:54.7623264Z [ OK ] ModulesTest.SmoothL1LossBeta (1 ms) 2024-04-03T16:26:54.7623916Z [ RUN ] ModulesTest.HuberLossDelta 2024-04-03T16:26:54.7624560Z [ OK ] ModulesTest.HuberLossDelta (1 ms) 2024-04-03T16:26:54.7625205Z [ RUN ] ModulesTest.TripletMarginLoss 2024-04-03T16:26:54.7625874Z [ OK ] ModulesTest.TripletMarginLoss (3 ms) 2024-04-03T16:26:54.7626739Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2024-04-03T16:26:54.7627843Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (407 ms) 2024-04-03T16:26:54.7628996Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2024-04-03T16:26:54.7630175Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (637 ms) 2024-04-03T16:26:54.7631083Z [ RUN ] ModulesTest.NLLLoss 2024-04-03T16:26:54.7631624Z [ OK ] ModulesTest.NLLLoss (2 ms) 2024-04-03T16:26:54.7632231Z [ RUN ] ModulesTest.CrossEntropyLoss 2024-04-03T16:26:54.7632872Z [ OK ] ModulesTest.CrossEntropyLoss (8 ms) 2024-04-03T16:26:54.7633537Z [ RUN ] ModulesTest.CosineSimilarity 2024-04-03T16:26:54.7634190Z [ OK ] ModulesTest.CosineSimilarity (3 ms) 2024-04-03T16:26:54.7634912Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2024-04-03T16:26:54.7635743Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (2 ms) 2024-04-03T16:26:54.7636656Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2024-04-03T16:26:54.7637722Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (3 ms) 2024-04-03T16:26:54.7638622Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2024-04-03T16:26:54.7639403Z [ OK ] ModulesTest.SoftMarginLossNoReduction (2 ms) 2024-04-03T16:26:54.7640345Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2024-04-03T16:26:54.7641500Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (3 ms) 2024-04-03T16:26:54.7642414Z [ RUN ] ModulesTest.PairwiseDistance 2024-04-03T16:26:54.7643068Z [ OK ] ModulesTest.PairwiseDistance (2 ms) 2024-04-03T16:26:54.7643679Z [ RUN ] ModulesTest.ELU 2024-04-03T16:26:54.7644176Z [ OK ] ModulesTest.ELU (18 ms) 2024-04-03T16:26:54.7644884Z [ RUN ] ModulesTest.SELU 2024-04-03T16:26:54.7645377Z [ OK ] ModulesTest.SELU (3 ms) 2024-04-03T16:26:54.7645938Z [ RUN ] ModulesTest.Hardshrink 2024-04-03T16:26:54.7646513Z [ OK ] ModulesTest.Hardshrink (11 ms) 2024-04-03T16:26:54.7647097Z [ RUN ] ModulesTest.Hardtanh 2024-04-03T16:26:54.7647651Z [ OK ] ModulesTest.Hardtanh (50 ms) 2024-04-03T16:26:54.7648351Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2024-04-03T16:26:54.7649083Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (0 ms) 2024-04-03T16:26:54.7649757Z [ RUN ] ModulesTest.LeakyReLU 2024-04-03T16:26:54.7650318Z [ OK ] ModulesTest.LeakyReLU (22 ms) 2024-04-03T16:26:54.7650908Z [ RUN ] ModulesTest.LogSigmoid 2024-04-03T16:26:54.7651485Z [ OK ] ModulesTest.LogSigmoid (2 ms) 2024-04-03T16:26:54.7652070Z [ RUN ] ModulesTest.Softmax 2024-04-03T16:26:54.7652595Z [ OK ] ModulesTest.Softmax (1 ms) 2024-04-03T16:26:54.7653228Z [ RUN ] ModulesTest.Softmin 2024-04-03T16:26:54.7653757Z [ OK ] ModulesTest.Softmin (2 ms) 2024-04-03T16:26:54.7654320Z [ RUN ] ModulesTest.LogSoftmax 2024-04-03T16:26:54.7654902Z [ OK ] ModulesTest.LogSoftmax (1 ms) 2024-04-03T16:26:54.7655593Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2024-04-03T16:26:54.7656383Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (36 ms) 2024-04-03T16:26:54.7657099Z [ RUN ] ModulesTest.Softmax2d 2024-04-03T16:26:54.7657659Z [ OK ] ModulesTest.Softmax2d (22 ms) 2024-04-03T16:26:54.7658230Z [ RUN ] ModulesTest.PReLU 2024-04-03T16:26:54.7658750Z [ OK ] ModulesTest.PReLU (11 ms) 2024-04-03T16:26:54.7659356Z [ RUN ] ModulesTest.ReLU 2024-04-03T16:26:54.7659851Z [ OK ] ModulesTest.ReLU (3 ms) 2024-04-03T16:26:54.7660393Z [ RUN ] ModulesTest.ReLU6 2024-04-03T16:26:54.7660902Z [ OK ] ModulesTest.ReLU6 (4 ms) 2024-04-03T16:26:54.7661440Z [ RUN ] ModulesTest.RReLU 2024-04-03T16:26:54.7661960Z [ OK ] ModulesTest.RReLU (76 ms) 2024-04-03T16:26:54.7662507Z [ RUN ] ModulesTest.CELU 2024-04-03T16:26:54.7663132Z [ OK ] ModulesTest.CELU (15 ms) 2024-04-03T16:26:54.7663737Z [ RUN ] ModulesTest.GLU 2024-04-03T16:26:54.7664281Z [ OK ] ModulesTest.GLU (2 ms) 2024-04-03T16:26:54.7664854Z [ RUN ] ModulesTest.GELU 2024-04-03T16:26:54.7665418Z [ OK ] ModulesTest.GELU (45 ms) 2024-04-03T16:26:54.7666032Z [ RUN ] ModulesTest.TanhGELU 2024-04-03T16:26:54.7666622Z [ OK ] ModulesTest.TanhGELU (1 ms) 2024-04-03T16:26:54.7667245Z [ RUN ] ModulesTest.Mish 2024-04-03T16:26:54.7667792Z [ OK ] ModulesTest.Mish (1 ms) 2024-04-03T16:26:54.7668379Z [ RUN ] ModulesTest.Sigmoid 2024-04-03T16:26:54.7668978Z [ OK ] ModulesTest.Sigmoid (1 ms) 2024-04-03T16:26:54.7669663Z [ RUN ] ModulesTest.PixelShuffle 2024-04-03T16:26:54.7670227Z [ OK ] ModulesTest.PixelShuffle (2 ms) 2024-04-03T16:26:54.7670825Z [ RUN ] ModulesTest.PixelUnshuffle 2024-04-03T16:26:54.7671426Z [ OK ] ModulesTest.PixelUnshuffle (2 ms) 2024-04-03T16:26:54.7672000Z [ RUN ] ModulesTest.Softplus 2024-04-03T16:26:54.7672527Z [ OK ] ModulesTest.Softplus (26 ms) 2024-04-03T16:26:54.7673083Z [ RUN ] ModulesTest.Softshrink 2024-04-03T16:26:54.7673618Z [ OK ] ModulesTest.Softshrink (19 ms) 2024-04-03T16:26:54.7674238Z [ RUN ] ModulesTest.Softsign 2024-04-03T16:26:54.7674767Z [ OK ] ModulesTest.Softsign (1 ms) 2024-04-03T16:26:54.7675317Z [ RUN ] ModulesTest.Tanh 2024-04-03T16:26:54.7675784Z [ OK ] ModulesTest.Tanh (1 ms) 2024-04-03T16:26:54.7676537Z [ RUN ] ModulesTest.Tanhshrink 2024-04-03T16:26:54.7677093Z [ OK ] ModulesTest.Tanhshrink (1 ms) 2024-04-03T16:26:54.7677704Z [ RUN ] ModulesTest.Threshold 2024-04-03T16:26:54.7678240Z [ OK ] ModulesTest.Threshold (45 ms) 2024-04-03T16:26:54.7678818Z [ RUN ] ModulesTest.Upsampling1D 2024-04-03T16:26:54.7682062Z W0403 16:24:01.988623 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7689258Z W0403 16:24:01.990203 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7695207Z W0403 16:24:01.993289 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7703462Z W0403 16:24:01.994728 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7706802Z [ OK ] ModulesTest.Upsampling1D (12 ms) 2024-04-03T16:26:54.7707433Z [ RUN ] ModulesTest.Upsampling2D 2024-04-03T16:26:54.7710790Z W0403 16:24:02.000579 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7716932Z W0403 16:24:02.002028 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7723060Z W0403 16:24:02.005332 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7729355Z W0403 16:24:02.007180 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7735544Z W0403 16:24:02.010582 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7741829Z W0403 16:24:02.012081 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7747956Z W0403 16:24:02.015229 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7753912Z W0403 16:24:02.016595 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7757172Z [ OK ] ModulesTest.Upsampling2D (20 ms) 2024-04-03T16:26:54.7757785Z [ RUN ] ModulesTest.Upsampling3D 2024-04-03T16:26:54.7760984Z W0403 16:24:02.021240 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7766986Z W0403 16:24:02.022610 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7772880Z W0403 16:24:02.031363 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7778723Z W0403 16:24:02.032814 16181 upsampling.h:57] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2024-04-03T16:26:54.7781953Z [ OK ] ModulesTest.Upsampling3D (16 ms) 2024-04-03T16:26:54.7782582Z [ RUN ] ModulesTest.CTCLoss 2024-04-03T16:26:54.7783098Z [ OK ] ModulesTest.CTCLoss (2 ms) 2024-04-03T16:26:54.7783679Z [ RUN ] ModulesTest.PoissonNLLLoss 2024-04-03T16:26:54.7784290Z [ OK ] ModulesTest.PoissonNLLLoss (2 ms) 2024-04-03T16:26:54.7784912Z [ RUN ] ModulesTest.MarginRankingLoss 2024-04-03T16:26:54.7785606Z [ OK ] ModulesTest.MarginRankingLoss (4 ms) 2024-04-03T16:26:54.7786257Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2024-04-03T16:26:54.7786899Z [ OK ] ModulesTest.BCEWithLogitsLoss (32 ms) 2024-04-03T16:26:54.7787539Z [ RUN ] ModulesTest.MultiheadAttention 2024-04-03T16:26:54.7788213Z [ OK ] ModulesTest.MultiheadAttention (172061 ms) 2024-04-03T16:26:54.7788911Z [ RUN ] ModulesTest.PrettyPrintIdentity 2024-04-03T16:26:54.7789571Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2024-04-03T16:26:54.7790248Z [ RUN ] ModulesTest.PrettyPrintFlatten 2024-04-03T16:26:54.7790898Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2024-04-03T16:26:54.7791565Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2024-04-03T16:26:54.7792285Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2024-04-03T16:26:54.7792956Z [ RUN ] ModulesTest.ReflectionPad1d 2024-04-03T16:26:54.7793584Z [ OK ] ModulesTest.ReflectionPad1d (2 ms) 2024-04-03T16:26:54.7794242Z [ RUN ] ModulesTest.ReflectionPad2d 2024-04-03T16:26:54.7794892Z [ OK ] ModulesTest.ReflectionPad2d (3 ms) 2024-04-03T16:26:54.7795529Z [ RUN ] ModulesTest.ReflectionPad3d 2024-04-03T16:26:54.7796171Z [ OK ] ModulesTest.ReflectionPad3d (5 ms) 2024-04-03T16:26:54.7796831Z [ RUN ] ModulesTest.ReplicationPad1d 2024-04-03T16:26:54.7797465Z [ OK ] ModulesTest.ReplicationPad1d (2 ms) 2024-04-03T16:26:54.7798129Z [ RUN ] ModulesTest.ReplicationPad2d 2024-04-03T16:26:54.7798811Z [ OK ] ModulesTest.ReplicationPad2d (4 ms) 2024-04-03T16:26:54.7799455Z [ RUN ] ModulesTest.ReplicationPad3d 2024-04-03T16:26:54.7800110Z [ OK ] ModulesTest.ReplicationPad3d (7 ms) 2024-04-03T16:26:54.7800754Z [ RUN ] ModulesTest.ZeroPad1d 2024-04-03T16:26:54.7801307Z [ OK ] ModulesTest.ZeroPad1d (2 ms) 2024-04-03T16:26:54.7801889Z [ RUN ] ModulesTest.ZeroPad2d 2024-04-03T16:26:54.7802446Z [ OK ] ModulesTest.ZeroPad2d (3 ms) 2024-04-03T16:26:54.7803015Z [ RUN ] ModulesTest.ZeroPad3d 2024-04-03T16:26:54.7803624Z [ OK ] ModulesTest.ZeroPad3d (7 ms) 2024-04-03T16:26:54.7804228Z [ RUN ] ModulesTest.ConstantPad1d 2024-04-03T16:26:54.7804943Z [ OK ] ModulesTest.ConstantPad1d (2 ms) 2024-04-03T16:26:54.7805567Z [ RUN ] ModulesTest.ConstantPad2d 2024-04-03T16:26:54.7806186Z [ OK ] ModulesTest.ConstantPad2d (3 ms) 2024-04-03T16:26:54.7806798Z [ RUN ] ModulesTest.ConstantPad3d 2024-04-03T16:26:54.7807414Z [ OK ] ModulesTest.ConstantPad3d (7 ms) 2024-04-03T16:26:54.7808039Z [ RUN ] ModulesTest.CrossMapLRN2d 2024-04-03T16:26:54.7808649Z [ OK ] ModulesTest.CrossMapLRN2d (8 ms) 2024-04-03T16:26:54.7809259Z [ RUN ] ModulesTest.RNNCell 2024-04-03T16:26:54.7809800Z [ OK ] ModulesTest.RNNCell (4 ms) 2024-04-03T16:26:54.7810362Z [ RUN ] ModulesTest.LSTMCell 2024-04-03T16:26:54.7810915Z [ OK ] ModulesTest.LSTMCell (8 ms) 2024-04-03T16:26:54.7811478Z [ RUN ] ModulesTest.GRUCell 2024-04-03T16:26:54.7811995Z [ OK ] ModulesTest.GRUCell (6 ms) 2024-04-03T16:26:54.7812617Z [ RUN ] ModulesTest.PrettyPrintLinear 2024-04-03T16:26:54.7813348Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2024-04-03T16:26:54.7814028Z [ RUN ] ModulesTest.PrettyPrintBilinear 2024-04-03T16:26:54.7814713Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2024-04-03T16:26:54.7815386Z [ RUN ] ModulesTest.PrettyPrintConv 2024-04-03T16:26:54.7816032Z [ OK ] ModulesTest.PrettyPrintConv (1 ms) 2024-04-03T16:26:54.7816733Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2024-04-03T16:26:54.7817507Z [ OK ] ModulesTest.PrettyPrintConvTranspose (1 ms) 2024-04-03T16:26:54.7818295Z [ RUN ] ModulesTest.PrettyPrintUpsample 2024-04-03T16:26:54.7818977Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2024-04-03T16:26:54.7819660Z [ RUN ] ModulesTest.PrettyPrintFold 2024-04-03T16:26:54.7820304Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2024-04-03T16:26:54.7820955Z [ RUN ] ModulesTest.PrettyPrintUnfold 2024-04-03T16:26:54.7821674Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2024-04-03T16:26:54.7822349Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2024-04-03T16:26:54.7823017Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2024-04-03T16:26:54.7823704Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2024-04-03T16:26:54.7824382Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2024-04-03T16:26:54.7825121Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2024-04-03T16:26:54.7825942Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2024-04-03T16:26:54.7826692Z [ RUN ] ModulesTest.PrettyPrintLPPool 2024-04-03T16:26:54.7827351Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2024-04-03T16:26:54.7828092Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2024-04-03T16:26:54.7828938Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2024-04-03T16:26:54.7829725Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2024-04-03T16:26:54.7830520Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2024-04-03T16:26:54.7831285Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2024-04-03T16:26:54.7831982Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2024-04-03T16:26:54.7832686Z [ RUN ] ModulesTest.PrettyPrintDropout 2024-04-03T16:26:54.7833369Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2024-04-03T16:26:54.7834058Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2024-04-03T16:26:54.7834765Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2024-04-03T16:26:54.7835471Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2024-04-03T16:26:54.7836135Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2024-04-03T16:26:54.7836832Z [ RUN ] ModulesTest.PrettyPrintFunctional 2024-04-03T16:26:54.7837527Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2024-04-03T16:26:54.7838236Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2024-04-03T16:26:54.7838936Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2024-04-03T16:26:54.7839658Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2024-04-03T16:26:54.7840416Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2024-04-03T16:26:54.7841122Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2024-04-03T16:26:54.7841830Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2024-04-03T16:26:54.7842563Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2024-04-03T16:26:54.7843298Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2024-04-03T16:26:54.7844051Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2024-04-03T16:26:54.7844917Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2024-04-03T16:26:54.7845658Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2024-04-03T16:26:54.7846414Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2024-04-03T16:26:54.7847140Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2024-04-03T16:26:54.7847813Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2024-04-03T16:26:54.7848508Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2024-04-03T16:26:54.7849191Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2024-04-03T16:26:54.7849923Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2024-04-03T16:26:54.7850718Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2024-04-03T16:26:54.7851466Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2024-04-03T16:26:54.7852130Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2024-04-03T16:26:54.7852888Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2024-04-03T16:26:54.7853622Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2024-04-03T16:26:54.7854306Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2024-04-03T16:26:54.7854951Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2024-04-03T16:26:54.7855672Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2024-04-03T16:26:54.7856431Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2024-04-03T16:26:54.7857096Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2024-04-03T16:26:54.7857755Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2024-04-03T16:26:54.7858420Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2024-04-03T16:26:54.7859112Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2024-04-03T16:26:54.7859852Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2024-04-03T16:26:54.7860664Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2024-04-03T16:26:54.7861467Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2024-04-03T16:26:54.7862297Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2024-04-03T16:26:54.7863112Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2024-04-03T16:26:54.7863899Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2024-04-03T16:26:54.7864796Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2024-04-03T16:26:54.7865841Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2024-04-03T16:26:54.7866690Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2024-04-03T16:26:54.7867352Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2024-04-03T16:26:54.7868076Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2024-04-03T16:26:54.7868830Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2024-04-03T16:26:54.7869637Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2024-04-03T16:26:54.7870475Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2024-04-03T16:26:54.7871344Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2024-04-03T16:26:54.7872255Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2024-04-03T16:26:54.7873096Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2024-04-03T16:26:54.7873845Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2024-04-03T16:26:54.7874608Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2024-04-03T16:26:54.7875391Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2024-04-03T16:26:54.7876180Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2024-04-03T16:26:54.7876949Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2024-04-03T16:26:54.7877763Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2024-04-03T16:26:54.7878529Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2024-04-03T16:26:54.7879290Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2024-04-03T16:26:54.7880078Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2024-04-03T16:26:54.7880822Z [ RUN ] ModulesTest.PrettyPrintZeroPad 2024-04-03T16:26:54.7881497Z [ OK ] ModulesTest.PrettyPrintZeroPad (0 ms) 2024-04-03T16:26:54.7882210Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2024-04-03T16:26:54.7882950Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2024-04-03T16:26:54.7883686Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2024-04-03T16:26:54.7884541Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2024-04-03T16:26:54.7885248Z [ RUN ] ModulesTest.PrettyPrintELU 2024-04-03T16:26:54.7885870Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2024-04-03T16:26:54.7886522Z [ RUN ] ModulesTest.PrettyPrintSELU 2024-04-03T16:26:54.7887169Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2024-04-03T16:26:54.7887807Z [ RUN ] ModulesTest.PrettyPrintGLU 2024-04-03T16:26:54.7888440Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2024-04-03T16:26:54.7889125Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2024-04-03T16:26:54.7889832Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2024-04-03T16:26:54.7890548Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2024-04-03T16:26:54.7891244Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2024-04-03T16:26:54.7891957Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2024-04-03T16:26:54.7892652Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2024-04-03T16:26:54.7893503Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2024-04-03T16:26:54.7894229Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2024-04-03T16:26:54.7894919Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2024-04-03T16:26:54.7895602Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2024-04-03T16:26:54.7896297Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2024-04-03T16:26:54.7897007Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2024-04-03T16:26:54.7897707Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2024-04-03T16:26:54.7898426Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2024-04-03T16:26:54.7899132Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2024-04-03T16:26:54.7899839Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2024-04-03T16:26:54.7900530Z [ RUN ] ModulesTest.PrettyPrintPReLU 2024-04-03T16:26:54.7901175Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2024-04-03T16:26:54.7901830Z [ RUN ] ModulesTest.PrettyPrintReLU 2024-04-03T16:26:54.7902468Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2024-04-03T16:26:54.7903158Z [ RUN ] ModulesTest.PrettyPrintReLU6 2024-04-03T16:26:54.7903808Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2024-04-03T16:26:54.7904476Z [ RUN ] ModulesTest.PrettyPrintRReLU 2024-04-03T16:26:54.7905113Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2024-04-03T16:26:54.7905775Z [ RUN ] ModulesTest.PrettyPrintCELU 2024-04-03T16:26:54.7906421Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2024-04-03T16:26:54.7907074Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2024-04-03T16:26:54.7907759Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2024-04-03T16:26:54.7908483Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2024-04-03T16:26:54.7909227Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2024-04-03T16:26:54.7909999Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2024-04-03T16:26:54.7910787Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2024-04-03T16:26:54.7911526Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2024-04-03T16:26:54.7912230Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2024-04-03T16:26:54.7912951Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2024-04-03T16:26:54.7913675Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2024-04-03T16:26:54.7914383Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2024-04-03T16:26:54.7915129Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2024-04-03T16:26:54.7915810Z [ RUN ] ModulesTest.PrettyPrintTanh 2024-04-03T16:26:54.7916446Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2024-04-03T16:26:54.7917138Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2024-04-03T16:26:54.7917867Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2024-04-03T16:26:54.7918578Z [ RUN ] ModulesTest.PrettyPrintThreshold 2024-04-03T16:26:54.7919289Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2024-04-03T16:26:54.7919994Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2024-04-03T16:26:54.7920660Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2024-04-03T16:26:54.7921502Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2024-04-03T16:26:54.7922376Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2024-04-03T16:26:54.7923256Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2024-04-03T16:26:54.7924172Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2024-04-03T16:26:54.7925205Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2024-04-03T16:26:54.7926047Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2024-04-03T16:26:54.7926897Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2024-04-03T16:26:54.7927735Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2024-04-03T16:26:54.7928612Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2024-04-03T16:26:54.7929438Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2024-04-03T16:26:54.7930258Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2024-04-03T16:26:54.7931028Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2024-04-03T16:26:54.7931888Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2024-04-03T16:26:54.7932700Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2024-04-03T16:26:54.7933500Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2024-04-03T16:26:54.7934141Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2024-04-03T16:26:54.7934866Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2024-04-03T16:26:54.7935537Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2024-04-03T16:26:54.7936192Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2024-04-03T16:26:54.7936847Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2024-04-03T16:26:54.7937646Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2024-04-03T16:26:54.7938591Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2024-04-03T16:26:54.7939555Z [----------] 260 tests from ModulesTest (175110 ms total) 2024-04-03T16:26:54.7940006Z 2024-04-03T16:26:54.7940287Z [----------] Global test environment tear-down 2024-04-03T16:26:54.7940951Z [==========] 260 tests from 1 test suite ran. (175110 ms total) 2024-04-03T16:26:54.7941617Z [ PASSED ] 260 tests. 2024-04-03T16:26:54.7942106Z ================================================================================ 2024-04-03T16:26:54.7943167Z [3,432 / 3,435] 24 / 26 tests; 3 actions running; last test: //:modules_test 2024-04-03T16:26:54.7944251Z Testing //:modules_test; 179s processwrapper-sandbox 2024-04-03T16:26:54.7945065Z Testing //:optim_test; 179s processwrapper-sandbox 2024-04-03T16:26:54.7945833Z Testing //:rnn_test; 175s processwrapper-sandbox 2024-04-03T16:26:55.0423632Z 2024-04-03T16:26:55.0428736Z  2024-04-03T16:26:55.0429118Z  2024-04-03T16:26:55.0429449Z  2024-04-03T16:26:55.0430341Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:26:55.0431450Z Testing //:optim_test; 179s processwrapper-sandbox 2024-04-03T16:26:55.0432243Z Testing //:rnn_test; 175s processwrapper-sandbox 2024-04-03T16:26:56.0435773Z 2024-04-03T16:26:56.0436392Z  2024-04-03T16:26:56.0436815Z  2024-04-03T16:26:56.0437757Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:26:56.0439137Z Testing //:optim_test; 180s processwrapper-sandbox 2024-04-03T16:26:56.0439937Z Testing //:rnn_test; 176s processwrapper-sandbox 2024-04-03T16:26:57.2441820Z 2024-04-03T16:26:57.2442439Z  2024-04-03T16:26:57.2442837Z  2024-04-03T16:26:57.2443752Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:26:57.2445036Z Testing //:optim_test; 182s processwrapper-sandbox 2024-04-03T16:26:57.2445820Z Testing //:rnn_test; 177s processwrapper-sandbox 2024-04-03T16:26:58.2449807Z 2024-04-03T16:26:58.2450376Z  2024-04-03T16:26:58.2450800Z  2024-04-03T16:26:58.2451763Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:26:58.2452915Z Testing //:optim_test; 183s processwrapper-sandbox 2024-04-03T16:26:58.2453811Z Testing //:rnn_test; 178s processwrapper-sandbox 2024-04-03T16:26:59.4455842Z 2024-04-03T16:26:59.4456462Z  2024-04-03T16:26:59.4456912Z  2024-04-03T16:26:59.4457852Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:26:59.4459013Z Testing //:optim_test; 184s processwrapper-sandbox 2024-04-03T16:26:59.4459841Z Testing //:rnn_test; 179s processwrapper-sandbox 2024-04-03T16:27:00.4456142Z 2024-04-03T16:27:00.4456790Z  2024-04-03T16:27:00.4457203Z  2024-04-03T16:27:00.4458160Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:00.4459317Z Testing //:optim_test; 185s processwrapper-sandbox 2024-04-03T16:27:00.4460358Z Testing //:rnn_test; 180s processwrapper-sandbox 2024-04-03T16:27:01.6463839Z 2024-04-03T16:27:01.6464485Z  2024-04-03T16:27:01.6464910Z  2024-04-03T16:27:01.6465861Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:01.6467019Z Testing //:optim_test; 186s processwrapper-sandbox 2024-04-03T16:27:01.6468046Z Testing //:rnn_test; 181s processwrapper-sandbox 2024-04-03T16:27:02.8472765Z 2024-04-03T16:27:02.8473368Z  2024-04-03T16:27:02.8473786Z  2024-04-03T16:27:02.8474718Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:02.8475884Z Testing //:optim_test; 187s processwrapper-sandbox 2024-04-03T16:27:02.8476715Z Testing //:rnn_test; 183s processwrapper-sandbox 2024-04-03T16:27:03.8467525Z 2024-04-03T16:27:03.8468382Z  2024-04-03T16:27:03.8468798Z  2024-04-03T16:27:03.8469783Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:03.8471157Z Testing //:optim_test; 188s processwrapper-sandbox 2024-04-03T16:27:03.8471983Z Testing //:rnn_test; 184s processwrapper-sandbox 2024-04-03T16:27:05.0473463Z 2024-04-03T16:27:05.0474407Z  2024-04-03T16:27:05.0475056Z  2024-04-03T16:27:05.0476318Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:05.0477593Z Testing //:optim_test; 189s processwrapper-sandbox 2024-04-03T16:27:05.0486774Z Testing //:rnn_test; 185s processwrapper-sandbox 2024-04-03T16:27:05.9160931Z 2024-04-03T16:27:05.9161491Z  2024-04-03T16:27:05.9161891Z  2024-04-03T16:27:05.9162798Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:05.9163918Z Testing //:optim_test; 190s processwrapper-sandbox 2024-04-03T16:27:05.9164856Z Testing //:rnn_test; 186s processwrapper-sandbox 2024-04-03T16:27:07.0482339Z 2024-04-03T16:27:07.0483192Z  2024-04-03T16:27:07.0483516Z  2024-04-03T16:27:07.0484271Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:07.0485549Z Testing //:optim_test; 191s processwrapper-sandbox 2024-04-03T16:27:07.0486595Z Testing //:rnn_test; 187s processwrapper-sandbox 2024-04-03T16:27:08.0491465Z 2024-04-03T16:27:08.0492056Z  2024-04-03T16:27:08.0492465Z  2024-04-03T16:27:08.0493462Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:08.0494583Z Testing //:optim_test; 192s processwrapper-sandbox 2024-04-03T16:27:08.0495380Z Testing //:rnn_test; 188s processwrapper-sandbox 2024-04-03T16:27:09.2502421Z 2024-04-03T16:27:09.2503027Z  2024-04-03T16:27:09.2503418Z  2024-04-03T16:27:09.2504361Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:09.2505491Z Testing //:optim_test; 194s processwrapper-sandbox 2024-04-03T16:27:09.2506283Z Testing //:rnn_test; 189s processwrapper-sandbox 2024-04-03T16:27:10.2505541Z 2024-04-03T16:27:10.2506119Z  2024-04-03T16:27:10.2506550Z  2024-04-03T16:27:10.2507471Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:10.2508572Z Testing //:optim_test; 195s processwrapper-sandbox 2024-04-03T16:27:10.2509375Z Testing //:rnn_test; 190s processwrapper-sandbox 2024-04-03T16:27:11.4516800Z 2024-04-03T16:27:11.4517445Z  2024-04-03T16:27:11.4517918Z  2024-04-03T16:27:11.4518989Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:11.4520349Z Testing //:optim_test; 196s processwrapper-sandbox 2024-04-03T16:27:11.4521520Z Testing //:rnn_test; 191s processwrapper-sandbox 2024-04-03T16:27:12.4520499Z 2024-04-03T16:27:12.4521181Z  2024-04-03T16:27:12.4521630Z  2024-04-03T16:27:12.4522683Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:12.4523982Z Testing //:optim_test; 197s processwrapper-sandbox 2024-04-03T16:27:12.4525288Z Testing //:rnn_test; 192s processwrapper-sandbox 2024-04-03T16:27:13.6525162Z 2024-04-03T16:27:13.6526109Z  2024-04-03T16:27:13.6526659Z  2024-04-03T16:27:13.6527737Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:13.6528909Z Testing //:optim_test; 198s processwrapper-sandbox 2024-04-03T16:27:13.6529723Z Testing //:rnn_test; 193s processwrapper-sandbox 2024-04-03T16:27:14.6525227Z 2024-04-03T16:27:14.6525807Z  2024-04-03T16:27:14.6526209Z  2024-04-03T16:27:14.6527155Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:14.6528467Z Testing //:optim_test; 199s processwrapper-sandbox 2024-04-03T16:27:14.6529276Z Testing //:rnn_test; 194s processwrapper-sandbox 2024-04-03T16:27:15.8539002Z 2024-04-03T16:27:15.8539594Z  2024-04-03T16:27:15.8540099Z  2024-04-03T16:27:15.8541179Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:15.8542525Z Testing //:optim_test; 200s processwrapper-sandbox 2024-04-03T16:27:15.8543482Z Testing //:rnn_test; 196s processwrapper-sandbox 2024-04-03T16:27:17.0544692Z 2024-04-03T16:27:17.0545317Z  2024-04-03T16:27:17.0545788Z  2024-04-03T16:27:17.0546887Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:17.0548285Z Testing //:optim_test; 201s processwrapper-sandbox 2024-04-03T16:27:17.0549118Z Testing //:rnn_test; 197s processwrapper-sandbox 2024-04-03T16:27:18.0548438Z 2024-04-03T16:27:18.0549062Z  2024-04-03T16:27:18.0549521Z  2024-04-03T16:27:18.0550572Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:18.0551848Z Testing //:optim_test; 202s processwrapper-sandbox 2024-04-03T16:27:18.0553043Z Testing //:rnn_test; 198s processwrapper-sandbox 2024-04-03T16:27:19.2549135Z 2024-04-03T16:27:19.2549750Z  2024-04-03T16:27:19.2550176Z  2024-04-03T16:27:19.2551087Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:19.2552217Z Testing //:optim_test; 204s processwrapper-sandbox 2024-04-03T16:27:19.2553020Z Testing //:rnn_test; 199s processwrapper-sandbox 2024-04-03T16:27:20.2554686Z 2024-04-03T16:27:20.2555281Z  2024-04-03T16:27:20.2555686Z  2024-04-03T16:27:20.2556676Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:20.2557847Z Testing //:optim_test; 205s processwrapper-sandbox 2024-04-03T16:27:20.2558660Z Testing //:rnn_test; 200s processwrapper-sandbox 2024-04-03T16:27:21.4562175Z 2024-04-03T16:27:21.4562895Z  2024-04-03T16:27:21.4563397Z  2024-04-03T16:27:21.4564584Z [3,433 / 3,435] 24 / 26 tests; 2 actions running; last test: //:modules_test 2024-04-03T16:27:21.4565858Z Testing //:optim_test; 206s processwrapper-sandbox 2024-04-03T16:27:21.4566776Z Testing //:rnn_test; 201s processwrapper-sandbox 2024-04-03T16:27:21.7426897Z 2024-04-03T16:27:21.7427527Z  2024-04-03T16:27:21.7427966Z  2024-04-03T16:27:21.7428901Z [3,433 / 3,435] 25 / 26 tests; 2 actions running; last test: //:optim_test 2024-04-03T16:27:21.7430058Z Testing //:optim_test; 206s processwrapper-sandbox 2024-04-03T16:27:21.7431078Z Testing //:rnn_test; 202s processwrapper-sandbox 2024-04-03T16:27:21.7444312Z 2024-04-03T16:27:21.7444694Z  2024-04-03T16:27:21.7445192Z  2024-04-03T16:27:21.7445690Z INFO: From Testing //:optim_test: 2024-04-03T16:27:21.7479313Z ==================== Test output for //:optim_test: 2024-04-03T16:27:21.7480189Z Running main() from gmock_main.cc 2024-04-03T16:27:21.7480799Z Note: Google Test filter = -*CUDA 2024-04-03T16:27:21.7481354Z [==========] Running 35 tests from 1 test suite. 2024-04-03T16:27:21.7482021Z [----------] Global test environment set-up. 2024-04-03T16:27:21.7482650Z [----------] 35 tests from OptimTest 2024-04-03T16:27:21.7483212Z [ RUN ] OptimTest.OptimizerAccessors 2024-04-03T16:27:21.7483943Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2024-04-03T16:27:21.7484703Z [ RUN ] OptimTest.OldInterface 2024-04-03T16:27:21.7485298Z [ OK ] OptimTest.OldInterface (3 ms) 2024-04-03T16:27:21.7485913Z [ RUN ] OptimTest.XORConvergence_SGD 2024-04-03T16:27:21.7486587Z [ OK ] OptimTest.XORConvergence_SGD (30447 ms) 2024-04-03T16:27:21.7487363Z [ RUN ] OptimTest.XORConvergence_LBFGS 2024-04-03T16:27:21.7488048Z [ OK ] OptimTest.XORConvergence_LBFGS (18472 ms) 2024-04-03T16:27:21.7488767Z [ RUN ] OptimTest.XORConvergence_Adagrad 2024-04-03T16:27:21.7489474Z [ OK ] OptimTest.XORConvergence_Adagrad (10394 ms) 2024-04-03T16:27:21.7490191Z [ RUN ] OptimTest.XORConvergence_RMSprop 2024-04-03T16:27:21.7490900Z [ OK ] OptimTest.XORConvergence_RMSprop (10363 ms) 2024-04-03T16:27:21.7491686Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2024-04-03T16:27:21.7492632Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (29042 ms) 2024-04-03T16:27:21.7493422Z [ RUN ] OptimTest.XORConvergence_Adam 2024-04-03T16:27:21.7494101Z [ OK ] OptimTest.XORConvergence_Adam (11338 ms) 2024-04-03T16:27:21.7494843Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2024-04-03T16:27:21.7495644Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (11356 ms) 2024-04-03T16:27:21.7496449Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2024-04-03T16:27:21.7497228Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (2855 ms) 2024-04-03T16:27:21.7498078Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2024-04-03T16:27:21.7499138Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (2955 ms) 2024-04-03T16:27:21.7500226Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2024-04-03T16:27:21.7501379Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (3066 ms) 2024-04-03T16:27:21.7502335Z [ RUN ] OptimTest.XORConvergence_AdamW 2024-04-03T16:27:21.7503032Z [ OK ] OptimTest.XORConvergence_AdamW (11520 ms) 2024-04-03T16:27:21.7503768Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2024-04-03T16:27:21.7504588Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (11611 ms) 2024-04-03T16:27:21.7505404Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2024-04-03T16:27:21.7506186Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (2977 ms) 2024-04-03T16:27:21.7507100Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2024-04-03T16:27:21.7508158Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (2843 ms) 2024-04-03T16:27:21.7509176Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2024-04-03T16:27:21.7510104Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (3086 ms) 2024-04-03T16:27:21.7510991Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2024-04-03T16:27:21.7511803Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (2310 ms) 2024-04-03T16:27:21.7512704Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2024-04-03T16:27:21.7513735Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (2426 ms) 2024-04-03T16:27:21.7514860Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2024-04-03T16:27:21.7516109Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (2435 ms) 2024-04-03T16:27:21.7517151Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2024-04-03T16:27:21.7517967Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (2446 ms) 2024-04-03T16:27:21.7518876Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2024-04-03T16:27:21.7519974Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (2555 ms) 2024-04-03T16:27:21.7521112Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2024-04-03T16:27:21.7522351Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (2893 ms) 2024-04-03T16:27:21.7523677Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2024-04-03T16:27:21.7525243Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (3111 ms) 2024-04-03T16:27:21.7526368Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2024-04-03T16:27:21.7527095Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (1822 ms) 2024-04-03T16:27:21.7527970Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2024-04-03T16:27:21.7528906Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (1935 ms) 2024-04-03T16:27:21.7529916Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2024-04-03T16:27:21.7531035Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (2150 ms) 2024-04-03T16:27:21.7532209Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2024-04-03T16:27:21.7533521Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (2247 ms) 2024-04-03T16:27:21.7534522Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2024-04-03T16:27:21.7535281Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (1945 ms) 2024-04-03T16:27:21.7536130Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2024-04-03T16:27:21.7537098Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (11612 ms) 2024-04-03T16:27:21.7537895Z [ RUN ] OptimTest.ZeroGrad 2024-04-03T16:27:21.7538413Z [ OK ] OptimTest.ZeroGrad (1 ms) 2024-04-03T16:27:21.7539037Z [ RUN ] OptimTest.ExternalVectorOfParameters 2024-04-03T16:27:21.7539785Z [ OK ] OptimTest.ExternalVectorOfParameters (2 ms) 2024-04-03T16:27:21.7540524Z [ RUN ] OptimTest.AddParameter_LBFGS 2024-04-03T16:27:21.7541127Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2024-04-03T16:27:21.7541789Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2024-04-03T16:27:21.7542478Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2024-04-03T16:27:21.7543215Z [ RUN ] OptimTest.CheckLRChange_ReduceLROnPlateau_Adam 2024-04-03T16:27:21.7544044Z [ OK ] OptimTest.CheckLRChange_ReduceLROnPlateau_Adam (0 ms) 2024-04-03T16:27:21.7544914Z [----------] 35 tests from OptimTest (202235 ms total) 2024-04-03T16:27:21.7545358Z 2024-04-03T16:27:21.7545645Z [----------] Global test environment tear-down 2024-04-03T16:27:21.7546302Z [==========] 35 tests from 1 test suite ran. (202235 ms total) 2024-04-03T16:27:21.7546918Z [ PASSED ] 35 tests. 2024-04-03T16:27:21.7547405Z ================================================================================ 2024-04-03T16:27:21.7548442Z [3,433 / 3,435] 25 / 26 tests; 2 actions running; last test: //:optim_test 2024-04-03T16:27:21.7549498Z Testing //:optim_test; 206s processwrapper-sandbox 2024-04-03T16:27:21.7550287Z Testing //:rnn_test; 202s processwrapper-sandbox 2024-04-03T16:27:22.0556203Z 2024-04-03T16:27:22.0556936Z  2024-04-03T16:27:22.0557495Z  2024-04-03T16:27:22.0558521Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:22.0559862Z Testing //:rnn_test; 202s processwrapper-sandbox 2024-04-03T16:27:23.2567607Z 2024-04-03T16:27:23.2568210Z  2024-04-03T16:27:23.2569379Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:23.2570473Z Testing //:rnn_test; 203s processwrapper-sandbox 2024-04-03T16:27:24.2573037Z 2024-04-03T16:27:24.2573746Z  2024-04-03T16:27:24.2574684Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:24.2575984Z Testing //:rnn_test; 204s processwrapper-sandbox 2024-04-03T16:27:25.4579369Z 2024-04-03T16:27:25.4579978Z  2024-04-03T16:27:25.4580998Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:25.4582061Z Testing //:rnn_test; 205s processwrapper-sandbox 2024-04-03T16:27:26.4583156Z 2024-04-03T16:27:26.4583751Z  2024-04-03T16:27:26.4584721Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:26.4585802Z Testing //:rnn_test; 206s processwrapper-sandbox 2024-04-03T16:27:27.6584541Z 2024-04-03T16:27:27.6585129Z  2024-04-03T16:27:27.6586019Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:27.6586843Z Testing //:rnn_test; 207s processwrapper-sandbox 2024-04-03T16:27:28.6592120Z 2024-04-03T16:27:28.6592727Z  2024-04-03T16:27:28.6593894Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:28.6594941Z Testing //:rnn_test; 208s processwrapper-sandbox 2024-04-03T16:27:29.8597163Z 2024-04-03T16:27:29.8597757Z  2024-04-03T16:27:29.8598705Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:29.8599811Z Testing //:rnn_test; 210s processwrapper-sandbox 2024-04-03T16:27:31.0601643Z 2024-04-03T16:27:31.0602545Z  2024-04-03T16:27:31.0603800Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:31.0605442Z Testing //:rnn_test; 211s processwrapper-sandbox 2024-04-03T16:27:32.0611468Z 2024-04-03T16:27:32.0612243Z  2024-04-03T16:27:32.0613218Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:32.0614331Z Testing //:rnn_test; 212s processwrapper-sandbox 2024-04-03T16:27:32.9179770Z 2024-04-03T16:27:32.9180361Z  2024-04-03T16:27:32.9181294Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:32.9182351Z Testing //:rnn_test; 213s processwrapper-sandbox 2024-04-03T16:27:34.0621603Z 2024-04-03T16:27:34.0622192Z  2024-04-03T16:27:34.0623165Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:34.0624263Z Testing //:rnn_test; 214s processwrapper-sandbox 2024-04-03T16:27:35.0627079Z 2024-04-03T16:27:35.0627685Z  2024-04-03T16:27:35.0628625Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:35.0629733Z Testing //:rnn_test; 215s processwrapper-sandbox 2024-04-03T16:27:36.2632917Z 2024-04-03T16:27:36.2633628Z  2024-04-03T16:27:36.2634844Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:36.2636209Z Testing //:rnn_test; 216s processwrapper-sandbox 2024-04-03T16:27:37.4631354Z 2024-04-03T16:27:37.4631994Z  2024-04-03T16:27:37.4632967Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:37.4634078Z Testing //:rnn_test; 217s processwrapper-sandbox 2024-04-03T16:27:38.4636449Z 2024-04-03T16:27:38.4637075Z  2024-04-03T16:27:38.4638044Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:38.4639148Z Testing //:rnn_test; 218s processwrapper-sandbox 2024-04-03T16:27:39.6642481Z 2024-04-03T16:27:39.6643140Z  2024-04-03T16:27:39.6644956Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:39.6646199Z Testing //:rnn_test; 219s processwrapper-sandbox 2024-04-03T16:27:40.6647473Z 2024-04-03T16:27:40.6648208Z  2024-04-03T16:27:40.6648932Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:40.6649751Z Testing //:rnn_test; 220s processwrapper-sandbox 2024-04-03T16:27:41.8652680Z 2024-04-03T16:27:41.8653282Z  2024-04-03T16:27:41.8654099Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:41.8655044Z Testing //:rnn_test; 222s processwrapper-sandbox 2024-04-03T16:27:42.8656477Z 2024-04-03T16:27:42.8656927Z  2024-04-03T16:27:42.8657674Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:42.8658700Z Testing //:rnn_test; 223s processwrapper-sandbox 2024-04-03T16:27:44.0661820Z 2024-04-03T16:27:44.0662659Z  2024-04-03T16:27:44.0663591Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:44.0664631Z Testing //:rnn_test; 224s processwrapper-sandbox 2024-04-03T16:27:45.0666284Z 2024-04-03T16:27:45.0666979Z  2024-04-03T16:27:45.0667985Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:45.0669014Z Testing //:rnn_test; 225s processwrapper-sandbox 2024-04-03T16:27:46.2671494Z 2024-04-03T16:27:46.2672204Z  2024-04-03T16:27:46.2673124Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:46.2674060Z Testing //:rnn_test; 226s processwrapper-sandbox 2024-04-03T16:27:47.2675780Z 2024-04-03T16:27:47.2676472Z  2024-04-03T16:27:47.2677269Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:47.2678078Z Testing //:rnn_test; 227s processwrapper-sandbox 2024-04-03T16:27:48.4680912Z 2024-04-03T16:27:48.4681610Z  2024-04-03T16:27:48.4682435Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:48.4683463Z Testing //:rnn_test; 228s processwrapper-sandbox 2024-04-03T16:27:49.4685917Z 2024-04-03T16:27:49.4686712Z  2024-04-03T16:27:49.4687457Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:49.4688278Z Testing //:rnn_test; 229s processwrapper-sandbox 2024-04-03T16:27:50.6691405Z 2024-04-03T16:27:50.6692177Z  2024-04-03T16:27:50.6692938Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:50.6693774Z Testing //:rnn_test; 230s processwrapper-sandbox 2024-04-03T16:27:51.6696595Z 2024-04-03T16:27:51.6697295Z  2024-04-03T16:27:51.6698491Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:51.6699474Z Testing //:rnn_test; 231s processwrapper-sandbox 2024-04-03T16:27:52.8702054Z 2024-04-03T16:27:52.8702567Z  2024-04-03T16:27:52.8703284Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:52.8704108Z Testing //:rnn_test; 233s processwrapper-sandbox 2024-04-03T16:27:53.8706496Z 2024-04-03T16:27:53.8706979Z  2024-04-03T16:27:53.8707713Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:53.8708519Z Testing //:rnn_test; 234s processwrapper-sandbox 2024-04-03T16:27:55.0711749Z 2024-04-03T16:27:55.0712256Z  2024-04-03T16:27:55.0713224Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:55.0714059Z Testing //:rnn_test; 235s processwrapper-sandbox 2024-04-03T16:27:56.0716700Z 2024-04-03T16:27:56.0717311Z  2024-04-03T16:27:56.0718135Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:56.0719381Z Testing //:rnn_test; 236s processwrapper-sandbox 2024-04-03T16:27:57.2721227Z 2024-04-03T16:27:57.2721744Z  2024-04-03T16:27:57.2722471Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:57.2723293Z Testing //:rnn_test; 237s processwrapper-sandbox 2024-04-03T16:27:58.2725860Z 2024-04-03T16:27:58.2726459Z  2024-04-03T16:27:58.2727172Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:58.2727987Z Testing //:rnn_test; 238s processwrapper-sandbox 2024-04-03T16:27:59.4730868Z 2024-04-03T16:27:59.4731544Z  2024-04-03T16:27:59.4732562Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:27:59.4733598Z Testing //:rnn_test; 239s processwrapper-sandbox 2024-04-03T16:28:00.4734990Z 2024-04-03T16:28:00.4735474Z  2024-04-03T16:28:00.4736208Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:00.4737023Z Testing //:rnn_test; 240s processwrapper-sandbox 2024-04-03T16:28:01.6741142Z 2024-04-03T16:28:01.6741715Z  2024-04-03T16:28:01.6742526Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:01.6743572Z Testing //:rnn_test; 241s processwrapper-sandbox 2024-04-03T16:28:02.6745693Z 2024-04-03T16:28:02.6746168Z  2024-04-03T16:28:02.6746877Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:02.6747705Z Testing //:rnn_test; 242s processwrapper-sandbox 2024-04-03T16:28:02.9213144Z 2024-04-03T16:28:02.9213334Z  2024-04-03T16:28:02.9214067Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:02.9214864Z Testing //:rnn_test; 243s processwrapper-sandbox 2024-04-03T16:28:04.0751648Z 2024-04-03T16:28:04.0752175Z  2024-04-03T16:28:04.0752981Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:04.0753910Z Testing //:rnn_test; 244s processwrapper-sandbox 2024-04-03T16:28:05.0756089Z 2024-04-03T16:28:05.0756596Z  2024-04-03T16:28:05.0757395Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:05.0758333Z Testing //:rnn_test; 245s processwrapper-sandbox 2024-04-03T16:28:06.2760923Z 2024-04-03T16:28:06.2761458Z  2024-04-03T16:28:06.2762180Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:06.2763014Z Testing //:rnn_test; 246s processwrapper-sandbox 2024-04-03T16:28:07.2765885Z 2024-04-03T16:28:07.2766478Z  2024-04-03T16:28:07.2767186Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:07.2768039Z Testing //:rnn_test; 247s processwrapper-sandbox 2024-04-03T16:28:08.4770954Z 2024-04-03T16:28:08.4771530Z  2024-04-03T16:28:08.4772255Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:08.4773239Z Testing //:rnn_test; 248s processwrapper-sandbox 2024-04-03T16:28:09.4775695Z 2024-04-03T16:28:09.4776164Z  2024-04-03T16:28:09.4776932Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:09.4777862Z Testing //:rnn_test; 249s processwrapper-sandbox 2024-04-03T16:28:10.6780767Z 2024-04-03T16:28:10.6781230Z  2024-04-03T16:28:10.6781948Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:10.6782774Z Testing //:rnn_test; 250s processwrapper-sandbox 2024-04-03T16:28:11.6785160Z 2024-04-03T16:28:11.6785879Z  2024-04-03T16:28:11.6786615Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:11.6787425Z Testing //:rnn_test; 251s processwrapper-sandbox 2024-04-03T16:28:12.8790639Z 2024-04-03T16:28:12.8791203Z  2024-04-03T16:28:12.8791913Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:12.8792733Z Testing //:rnn_test; 253s processwrapper-sandbox 2024-04-03T16:28:13.8795322Z 2024-04-03T16:28:13.8795931Z  2024-04-03T16:28:13.8796687Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:13.8797799Z Testing //:rnn_test; 254s processwrapper-sandbox 2024-04-03T16:28:15.0800502Z 2024-04-03T16:28:15.0801060Z  2024-04-03T16:28:15.0801788Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:15.0802598Z Testing //:rnn_test; 255s processwrapper-sandbox 2024-04-03T16:28:16.0804572Z 2024-04-03T16:28:16.0805108Z  2024-04-03T16:28:16.0805822Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:16.0806638Z Testing //:rnn_test; 256s processwrapper-sandbox 2024-04-03T16:28:17.2809422Z 2024-04-03T16:28:17.2809944Z  2024-04-03T16:28:17.2810669Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:17.2811473Z Testing //:rnn_test; 257s processwrapper-sandbox 2024-04-03T16:28:18.4814586Z 2024-04-03T16:28:18.4815394Z  2024-04-03T16:28:18.4816237Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:18.4817059Z Testing //:rnn_test; 258s processwrapper-sandbox 2024-04-03T16:28:19.6819959Z 2024-04-03T16:28:19.6820350Z  2024-04-03T16:28:19.6821233Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:19.6822210Z Testing //:rnn_test; 259s processwrapper-sandbox 2024-04-03T16:28:20.6824537Z 2024-04-03T16:28:20.6825304Z  2024-04-03T16:28:20.6826066Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:20.6826885Z Testing //:rnn_test; 260s processwrapper-sandbox 2024-04-03T16:28:21.8830311Z 2024-04-03T16:28:21.8830961Z  2024-04-03T16:28:21.8831766Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:21.8832586Z Testing //:rnn_test; 262s processwrapper-sandbox 2024-04-03T16:28:22.8834573Z 2024-04-03T16:28:22.8835250Z  2024-04-03T16:28:22.8836034Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:22.8836850Z Testing //:rnn_test; 263s processwrapper-sandbox 2024-04-03T16:28:24.0839534Z 2024-04-03T16:28:24.0840208Z  2024-04-03T16:28:24.0841020Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:24.0841845Z Testing //:rnn_test; 264s processwrapper-sandbox 2024-04-03T16:28:25.2845200Z 2024-04-03T16:28:25.2845948Z  2024-04-03T16:28:25.2846690Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:25.2847481Z Testing //:rnn_test; 265s processwrapper-sandbox 2024-04-03T16:28:26.4849636Z 2024-04-03T16:28:26.4850565Z  2024-04-03T16:28:26.4851516Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:26.4852347Z Testing //:rnn_test; 266s processwrapper-sandbox 2024-04-03T16:28:27.6854387Z 2024-04-03T16:28:27.6855022Z  2024-04-03T16:28:27.6855814Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:27.6856820Z Testing //:rnn_test; 267s processwrapper-sandbox 2024-04-03T16:28:28.8859481Z 2024-04-03T16:28:28.8860165Z  2024-04-03T16:28:28.8860963Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:28.8861787Z Testing //:rnn_test; 269s processwrapper-sandbox 2024-04-03T16:28:30.0864582Z 2024-04-03T16:28:30.0865288Z  2024-04-03T16:28:30.0866098Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:30.0866917Z Testing //:rnn_test; 270s processwrapper-sandbox 2024-04-03T16:28:31.2870169Z 2024-04-03T16:28:31.2870945Z  2024-04-03T16:28:31.2871881Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:31.2872702Z Testing //:rnn_test; 271s processwrapper-sandbox 2024-04-03T16:28:32.2875277Z 2024-04-03T16:28:32.2876035Z  2024-04-03T16:28:32.2876829Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:32.2877661Z Testing //:rnn_test; 272s processwrapper-sandbox 2024-04-03T16:28:33.4880048Z 2024-04-03T16:28:33.4880741Z  2024-04-03T16:28:33.4881575Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:33.4882396Z Testing //:rnn_test; 273s processwrapper-sandbox 2024-04-03T16:28:34.6885515Z 2024-04-03T16:28:34.6886268Z  2024-04-03T16:28:34.6887014Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:34.6887852Z Testing //:rnn_test; 274s processwrapper-sandbox 2024-04-03T16:28:35.8889959Z 2024-04-03T16:28:35.8890709Z  2024-04-03T16:28:35.8891500Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:35.8892309Z Testing //:rnn_test; 276s processwrapper-sandbox 2024-04-03T16:28:37.0894005Z 2024-04-03T16:28:37.0894718Z  2024-04-03T16:28:37.0895541Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:37.0896357Z Testing //:rnn_test; 277s processwrapper-sandbox 2024-04-03T16:28:38.0898669Z 2024-04-03T16:28:38.0899429Z  2024-04-03T16:28:38.0900209Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:38.0901029Z Testing //:rnn_test; 278s processwrapper-sandbox 2024-04-03T16:28:39.2902707Z 2024-04-03T16:28:39.2903391Z  2024-04-03T16:28:39.2904175Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:39.2904985Z Testing //:rnn_test; 279s processwrapper-sandbox 2024-04-03T16:28:40.2907256Z 2024-04-03T16:28:40.2907925Z  2024-04-03T16:28:40.2908687Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:40.2909531Z Testing //:rnn_test; 280s processwrapper-sandbox 2024-04-03T16:28:41.4911908Z 2024-04-03T16:28:41.4912638Z  2024-04-03T16:28:41.4913443Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:41.4914249Z Testing //:rnn_test; 281s processwrapper-sandbox 2024-04-03T16:28:42.4916155Z 2024-04-03T16:28:42.4916884Z  2024-04-03T16:28:42.4917642Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:42.4918454Z Testing //:rnn_test; 282s processwrapper-sandbox 2024-04-03T16:28:43.6921705Z 2024-04-03T16:28:43.6922454Z  2024-04-03T16:28:43.6923204Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:43.6924025Z Testing //:rnn_test; 283s processwrapper-sandbox 2024-04-03T16:28:44.6926612Z 2024-04-03T16:28:44.6927169Z  2024-04-03T16:28:44.6928105Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:44.6928909Z Testing //:rnn_test; 284s processwrapper-sandbox 2024-04-03T16:28:45.8931903Z 2024-04-03T16:28:45.8932409Z  2024-04-03T16:28:45.8933153Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:45.8933959Z Testing //:rnn_test; 286s processwrapper-sandbox 2024-04-03T16:28:46.8936083Z 2024-04-03T16:28:46.8936618Z  2024-04-03T16:28:46.8937423Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:46.8938381Z Testing //:rnn_test; 287s processwrapper-sandbox 2024-04-03T16:28:48.0941371Z 2024-04-03T16:28:48.0941860Z  2024-04-03T16:28:48.0942587Z [3,434 / 3,435] 25 / 26 tests; 1 action; last test: //:optim_test 2024-04-03T16:28:48.0943394Z Testing //:rnn_test; 288s processwrapper-sandbox 2024-04-03T16:28:48.5589269Z 2024-04-03T16:28:48.5589815Z  2024-04-03T16:28:48.5590554Z [3,434 / 3,435] 26 / 26 tests; 1 action; last test: //:rnn_test 2024-04-03T16:28:48.5591381Z Testing //:rnn_test; 288s processwrapper-sandbox 2024-04-03T16:28:48.5591840Z 2024-04-03T16:28:48.5591998Z  2024-04-03T16:28:48.5592548Z INFO: From Testing //:rnn_test: 2024-04-03T16:28:48.5593291Z ==================== Test output for //:rnn_test: 2024-04-03T16:28:48.5594016Z Running main() from gmock_main.cc 2024-04-03T16:28:48.5594719Z Note: Google Test filter = -*CUDA 2024-04-03T16:28:48.5595352Z [==========] Running 14 tests from 1 test suite. 2024-04-03T16:28:48.5596002Z [----------] Global test environment set-up. 2024-04-03T16:28:48.5596659Z [----------] 14 tests from RNNTest 2024-04-03T16:28:48.5597064Z [ RUN ] RNNTest.CheckOutputSizes 2024-04-03T16:28:48.5597581Z [ OK ] RNNTest.CheckOutputSizes (3012 ms) 2024-04-03T16:28:48.5598339Z [ RUN ] RNNTest.CheckOutputSizesProj 2024-04-03T16:28:48.5598982Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2024-04-03T16:28:48.5600455Z W0403 16:24:06.838011 16425 RNN.cpp:1473] Warning: LSTM with projections is not supported with oneDNN. Using default implementation. (function operator()) 2024-04-03T16:28:48.5601537Z [ OK ] RNNTest.CheckOutputSizesProj (131 ms) 2024-04-03T16:28:48.5602087Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2024-04-03T16:28:48.5602688Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (130 ms) 2024-04-03T16:28:48.5603201Z [ RUN ] RNNTest.EndToEndLSTM 2024-04-03T16:28:48.5603630Z [ OK ] RNNTest.EndToEndLSTM (213350 ms) 2024-04-03T16:28:48.5604089Z [ RUN ] RNNTest.EndToEndLSTMProj 2024-04-03T16:28:48.5604781Z [ OK ] RNNTest.EndToEndLSTMProj (23521 ms) 2024-04-03T16:28:48.5605245Z [ RUN ] RNNTest.EndToEndGRU 2024-04-03T16:28:48.5605654Z [ OK ] RNNTest.EndToEndGRU (21283 ms) 2024-04-03T16:28:48.5606093Z [ RUN ] RNNTest.EndToEndRNNRelu 2024-04-03T16:28:48.5606544Z [ OK ] RNNTest.EndToEndRNNRelu (10675 ms) 2024-04-03T16:28:48.5607008Z [ RUN ] RNNTest.EndToEndRNNTanh 2024-04-03T16:28:48.5607444Z [ OK ] RNNTest.EndToEndRNNTanh (12027 ms) 2024-04-03T16:28:48.5607908Z [ RUN ] RNNTest.PrettyPrintRNNs 2024-04-03T16:28:48.5608355Z [ OK ] RNNTest.PrettyPrintRNNs (24 ms) 2024-04-03T16:28:48.5608864Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2024-04-03T16:28:48.5609472Z [ OK ] RNNTest.BidirectionalFlattenParameters (114 ms) 2024-04-03T16:28:48.5610072Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2024-04-03T16:28:48.5610757Z [ OK ] RNNTest.BidirectionalGRUReverseForward (17 ms) 2024-04-03T16:28:48.5611368Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2024-04-03T16:28:48.5612042Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (14 ms) 2024-04-03T16:28:48.5612606Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2024-04-03T16:28:48.5613216Z [ OK ] RNNTest.UsePackedSequenceAsInput (21 ms) 2024-04-03T16:28:48.5613713Z [ RUN ] RNNTest.CheckErrorInfos 2024-04-03T16:28:48.5614151Z [ OK ] RNNTest.CheckErrorInfos (0 ms) 2024-04-03T16:28:48.5614705Z [----------] 14 tests from RNNTest (284328 ms total) 2024-04-03T16:28:48.5615044Z 2024-04-03T16:28:48.5615247Z [----------] Global test environment tear-down 2024-04-03T16:28:48.5615761Z [==========] 14 tests from 1 test suite ran. (284328 ms total) 2024-04-03T16:28:48.5616216Z [ PASSED ] 14 tests. 2024-04-03T16:28:48.5616588Z ================================================================================ 2024-04-03T16:28:48.5617365Z [3,434 / 3,435] 26 / 26 tests; 1 action; last test: //:rnn_test 2024-04-03T16:28:48.5618160Z Testing //:rnn_test; 288s processwrapper-sandbox 2024-04-03T16:28:48.6177140Z 2024-04-03T16:28:48.6177939Z  2024-04-03T16:28:48.6178667Z INFO: Elapsed time: 1067.532s, Critical Path: 407.96s 2024-04-03T16:28:48.6179753Z [3,435 / 3,435] 26 / 26 tests; checking cached actions; last test: //:rnn_test 2024-04-03T16:28:48.6180397Z 2024-04-03T16:28:48.6180934Z INFO: 3185 processes: 45 internal, 1 local, 3139 processwrapper-sandbox. 2024-04-03T16:28:48.6182092Z [3,435 / 3,435] 26 / 26 tests; checking cached actions; last test: //:rnn_test 2024-04-03T16:28:48.6182662Z 2024-04-03T16:28:48.6183071Z INFO: Build completed successfully, 3185 total actions 2024-04-03T16:28:48.6206249Z //:any_test PASSED in 3.9s 2024-04-03T16:28:48.6207543Z //:autograd_test PASSED in 13.1s 2024-04-03T16:28:48.6209963Z //:dataloader_test PASSED in 4.4s 2024-04-03T16:28:48.6212496Z //:enum_test PASSED in 5.2s 2024-04-03T16:28:48.6213989Z //:expanding_array_test PASSED in 5.7s 2024-04-03T16:28:48.6215429Z //:functional_test PASSED in 6.1s 2024-04-03T16:28:48.6216754Z //:init_test PASSED in 4.7s 2024-04-03T16:28:48.6218097Z //:jit_test PASSED in 4.6s 2024-04-03T16:28:48.6219451Z //:memory_test PASSED in 4.7s 2024-04-03T16:28:48.6220867Z //:misc_test PASSED in 4.8s 2024-04-03T16:28:48.6222174Z //:module_test PASSED in 5.4s 2024-04-03T16:28:48.6223475Z //:modulelist_test PASSED in 4.0s 2024-04-03T16:28:48.6224834Z //:modules_test PASSED in 179.6s 2024-04-03T16:28:48.6226160Z //:nn_utils_test PASSED in 8.4s 2024-04-03T16:28:48.6227482Z //:optim_test PASSED in 206.6s 2024-04-03T16:28:48.6228884Z //:ordered_dict_test PASSED in 3.8s 2024-04-03T16:28:48.6230391Z //:rnn_test PASSED in 288.9s 2024-04-03T16:28:48.6231834Z //:sequential_test PASSED in 5.1s 2024-04-03T16:28:48.6233209Z //:serialize_test PASSED in 8.3s 2024-04-03T16:28:48.6234559Z //:static_test PASSED in 4.6s 2024-04-03T16:28:48.6236164Z //:tensor_options_test PASSED in 5.1s 2024-04-03T16:28:48.6237629Z //:tensor_test PASSED in 4.7s 2024-04-03T16:28:48.6239057Z //:torch_include_test PASSED in 4.5s 2024-04-03T16:28:48.6240589Z //c10/test:core_tests PASSED in 0.1s 2024-04-03T16:28:48.6242179Z //c10/test:typeid_test PASSED in 0.1s 2024-04-03T16:28:48.6243931Z //c10/test:util_base_tests PASSED in 0.4s 2024-04-03T16:28:48.6245061Z 2024-04-03T16:28:48.6245322Z Executed 26 out of 26 tests: 26 tests pass. 2024-04-03T16:28:48.6247224Z There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. 2024-04-03T16:28:48.6369124Z + sccache_epilogue 2024-04-03T16:28:48.6369648Z + echo '::group::Sccache Compilation Log' 2024-04-03T16:28:48.6370409Z ##[group]Sccache Compilation Log 2024-04-03T16:28:48.6370943Z + echo '=================== sccache compilation log ===================' 2024-04-03T16:28:48.6371518Z =================== sccache compilation log =================== 2024-04-03T16:28:48.6372424Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2024-04-03T16:28:48.6694785Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2024-04-03T16:28:48.6695795Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2024-04-03T16:28:48.6696507Z + sccache --show-stats 2024-04-03T16:28:48.6718541Z Compile requests 3136 2024-04-03T16:28:48.6719126Z Compile requests executed 3071 2024-04-03T16:28:48.6719667Z Cache hits 3069 2024-04-03T16:28:48.6720087Z Cache hits (C/C++) 3069 2024-04-03T16:28:48.6720513Z Cache misses 2 2024-04-03T16:28:48.6720936Z Cache misses (C/C++) 2 2024-04-03T16:28:48.6721421Z Cache timeouts 0 2024-04-03T16:28:48.6721823Z Cache read errors 0 2024-04-03T16:28:48.6722233Z Forced recaches 0 2024-04-03T16:28:48.6722644Z Cache write errors 0 2024-04-03T16:28:48.6723049Z Compilation failures 0 2024-04-03T16:28:48.6723461Z Cache errors 0 2024-04-03T16:28:48.6723952Z Non-cacheable compilations 0 2024-04-03T16:28:48.6724544Z Non-cacheable calls 0 2024-04-03T16:28:48.6725016Z Non-compilation calls 65 2024-04-03T16:28:48.6725449Z Unsupported compiler calls 0 2024-04-03T16:28:48.6725889Z Average cache write 0.096 s 2024-04-03T16:28:48.6726320Z Average cache read miss 16.494 s 2024-04-03T16:28:48.6726763Z Average cache read hit 0.074 s 2024-04-03T16:28:48.6727212Z Failed distributed compilations 0 2024-04-03T16:28:48.6728402Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:28:48.6729487Z + sccache --stop-server 2024-04-03T16:28:48.6742299Z Stopping sccache server... 2024-04-03T16:28:48.6745354Z Compile requests 3136 2024-04-03T16:28:48.6746266Z Compile requests executed 3071 2024-04-03T16:28:48.6746719Z Cache hits 3069 2024-04-03T16:28:48.6747120Z Cache hits (C/C++) 3069 2024-04-03T16:28:48.6747589Z Cache misses 2 2024-04-03T16:28:48.6748043Z Cache misses (C/C++) 2 2024-04-03T16:28:48.6748629Z Cache timeouts 0 2024-04-03T16:28:48.6749031Z Cache read errors 0 2024-04-03T16:28:48.6749452Z Forced recaches 0 2024-04-03T16:28:48.6749868Z Cache write errors 0 2024-04-03T16:28:48.6750276Z Compilation failures 0 2024-04-03T16:28:48.6750694Z Cache errors 0 2024-04-03T16:28:48.6751210Z Non-cacheable compilations 0 2024-04-03T16:28:48.6751667Z Non-cacheable calls 0 2024-04-03T16:28:48.6752135Z Non-compilation calls 65 2024-04-03T16:28:48.6752604Z Unsupported compiler calls 0 2024-04-03T16:28:48.6753186Z Average cache write 0.096 s 2024-04-03T16:28:48.6753875Z Average cache read miss 16.494 s 2024-04-03T16:28:48.6754513Z Average cache read hit 0.074 s 2024-04-03T16:28:48.6754952Z Failed distributed compilations 0 2024-04-03T16:28:48.6756156Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:28:48.6757226Z + echo ::endgroup:: 2024-04-03T16:28:48.6757813Z ##[endgroup] 2024-04-03T16:28:48.7133382Z ##[group]Run cat test/**/*_toprint.log || true 2024-04-03T16:28:48.7133922Z cat test/**/*_toprint.log || true 2024-04-03T16:28:48.7167085Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:48.7167587Z env: 2024-04-03T16:28:48.7167847Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:48.7168408Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:48.7169031Z ##[endgroup] 2024-04-03T16:28:48.7710697Z cat: test/**/*_toprint.log: No such file or directory 2024-04-03T16:28:48.7807803Z Prepare all required actions 2024-04-03T16:28:48.7838774Z ##[group]Run ./.github/actions/chown-workspace 2024-04-03T16:28:48.7839189Z with: 2024-04-03T16:28:48.7839628Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-04-03T16:28:48.7840264Z env: 2024-04-03T16:28:48.7840502Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:48.7841073Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:48.7841689Z ##[endgroup] 2024-04-03T16:28:48.7899577Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-04-03T16:28:48.7900497Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-04-03T16:28:48.7908114Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:48.7908605Z env: 2024-04-03T16:28:48.7908858Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:48.7909473Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:48.7910280Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-04-03T16:28:48.7910846Z ##[endgroup] 2024-04-03T16:28:48.9293661Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-04-03T16:28:49.2187754Z latest: Pulling from tool/alpine 2024-04-03T16:28:49.2217968Z 540db60ca938: Pulling fs layer 2024-04-03T16:28:49.3460247Z 540db60ca938: Download complete 2024-04-03T16:28:49.7888008Z 540db60ca938: Pull complete 2024-04-03T16:28:49.8008005Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-04-03T16:28:49.8056780Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-04-03T16:28:54.4646562Z Prepare all required actions 2024-04-03T16:28:54.4647063Z Getting action download info 2024-04-03T16:28:54.5789753Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-04-03T16:28:54.8216794Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-04-03T16:28:54.9880518Z ##[group]Run ./.github/actions/upload-test-artifacts 2024-04-03T16:28:54.9881089Z with: 2024-04-03T16:28:54.9881393Z file-suffix: bazel-build-and-test_23401561823 2024-04-03T16:28:54.9881847Z s3-bucket: gha-artifacts 2024-04-03T16:28:54.9882170Z env: 2024-04-03T16:28:54.9882410Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:54.9882988Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:54.9883604Z ##[endgroup] 2024-04-03T16:28:54.9909265Z ##[group]Run # Remove any previous test jsons if they exist 2024-04-03T16:28:54.9910201Z # Remove any previous test jsons if they exist 2024-04-03T16:28:54.9910694Z rm -f test-jsons-*.zip 2024-04-03T16:28:54.9911207Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2024-04-03T16:28:54.9918936Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:54.9919429Z env: 2024-04-03T16:28:54.9919678Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:54.9920257Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:54.9920965Z FILE_SUFFIX: bazel-build-and-test_23401561823 2024-04-03T16:28:54.9921382Z ##[endgroup] 2024-04-03T16:28:55.0169631Z adding: test/allowlist_for_publicAPI.json (deflated 79%) 2024-04-03T16:28:55.0205464Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2024-04-03T16:28:55.0209036Z adding: test/minioptest_failures_dict.json (deflated 70%) 2024-04-03T16:28:55.0220693Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2024-04-03T16:28:55.0247179Z ##[group]Run # Remove any previous test reports if they exist 2024-04-03T16:28:55.0247822Z # Remove any previous test reports if they exist 2024-04-03T16:28:55.0248338Z rm -f test-reports-*.zip 2024-04-03T16:28:55.0248916Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' -i '*.csv' 2024-04-03T16:28:55.0273914Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:55.0274485Z env: 2024-04-03T16:28:55.0274732Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:55.0275449Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:55.0276141Z FILE_SUFFIX: bazel-build-and-test_23401561823 2024-04-03T16:28:55.0276568Z ##[endgroup] 2024-04-03T16:28:55.0467352Z adding: test/test-reports/rnn_test/test.xml (deflated 78%) 2024-04-03T16:28:55.0468672Z adding: test/test-reports/static_test/test.xml (deflated 73%) 2024-04-03T16:28:55.0469802Z adding: test/test-reports/misc_test/test.xml (deflated 77%) 2024-04-03T16:28:55.0470852Z adding: test/test-reports/enum_test/test.xml (deflated 55%) 2024-04-03T16:28:55.0471799Z adding: test/test-reports/jit_test/test.xml (deflated 74%) 2024-04-03T16:28:55.0472523Z adding: test/test-reports/modulelist_test/test.xml (deflated 82%) 2024-04-03T16:28:55.0473277Z adding: test/test-reports/autograd_test/test.xml (deflated 89%) 2024-04-03T16:28:55.0473998Z adding: test/test-reports/nn_utils_test/test.xml (deflated 78%) 2024-04-03T16:28:55.0483996Z adding: test/test-reports/c10/test/util_base_tests/test.xml (deflated 95%) 2024-04-03T16:28:55.0485606Z adding: test/test-reports/c10/test/typeid_test/test.xml (deflated 75%) 2024-04-03T16:28:55.0486884Z adding: test/test-reports/c10/test/util/ssize_test/test.xml (deflated 67%) 2024-04-03T16:28:55.0488566Z adding: test/test-reports/c10/test/util/bit_cast_test/test.xml (deflated 54%) 2024-04-03T16:28:55.0489924Z adding: test/test-reports/c10/test/core_tests/test.xml (deflated 92%) 2024-04-03T16:28:55.0491630Z adding: test/test-reports/tensor_test/test.xml (deflated 89%) 2024-04-03T16:28:55.0492604Z adding: test/test-reports/optim_test/test.xml (deflated 85%) 2024-04-03T16:28:55.0493337Z adding: test/test-reports/serialize_test/test.xml (deflated 84%) 2024-04-03T16:28:55.0494080Z adding: test/test-reports/module_test/test.xml (deflated 89%) 2024-04-03T16:28:55.0494830Z adding: test/test-reports/ordered_dict_test/test.xml (deflated 87%) 2024-04-03T16:28:55.0496157Z adding: test/test-reports/init_test/test.xml (deflated 78%) 2024-04-03T16:28:55.0497626Z adding: test/test-reports/torch_include_test/test.xml (deflated 53%) 2024-04-03T16:28:55.0498609Z adding: test/test-reports/memory_test/test.xml (deflated 67%) 2024-04-03T16:28:55.0499644Z adding: test/test-reports/modules_test/test.xml (deflated 93%) 2024-04-03T16:28:55.0500475Z adding: test/test-reports/sequential_test/test.xml (deflated 82%) 2024-04-03T16:28:55.0501545Z adding: test/test-reports/expanding_array_test/test.xml (deflated 77%) 2024-04-03T16:28:55.0502483Z adding: test/test-reports/tensor_options_test/test.xml (deflated 80%) 2024-04-03T16:28:55.0503228Z adding: test/test-reports/any_test/test.xml (deflated 87%) 2024-04-03T16:28:55.0504063Z adding: test/test-reports/dataloader_test/test.xml (deflated 88%) 2024-04-03T16:28:55.0504862Z adding: test/test-reports/functional_test/test.xml (deflated 91%) 2024-04-03T16:28:55.0528538Z ##[group]Run # Remove any previous test reports if they exist 2024-04-03T16:28:55.0529186Z # Remove any previous test reports if they exist 2024-04-03T16:28:55.0529689Z rm -f logs-*.zip 2024-04-03T16:28:55.0530347Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2024-04-03T16:28:55.0531135Z # so check to see if the file exists first 2024-04-03T16:28:55.0531675Z if [ -f 'usage_log.txt' ]; then 2024-04-03T16:28:55.0532192Z  zip "logs-${FILE_SUFFIX}.zip" 'usage_log.txt' 2024-04-03T16:28:55.0532666Z fi 2024-04-03T16:28:55.0533007Z if ls test/**/*.log 1> /dev/null 2>&1; then 2024-04-03T16:28:55.0533574Z  zip -r "logs-${FILE_SUFFIX}.zip" test -i '*.log' 2024-04-03T16:28:55.0534053Z fi 2024-04-03T16:28:55.0540732Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:55.0541199Z env: 2024-04-03T16:28:55.0541453Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:55.0542030Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:55.0542794Z FILE_SUFFIX: bazel-build-and-test_23401561823 2024-04-03T16:28:55.0543232Z ##[endgroup] 2024-04-03T16:28:55.0671537Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T16:28:55.0671957Z with: 2024-04-03T16:28:55.0672221Z s3-bucket: gha-artifacts 2024-04-03T16:28:55.0672636Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:28:55.0673083Z retention-days: 14 2024-04-03T16:28:55.0673399Z if-no-files-found: warn 2024-04-03T16:28:55.0673735Z path: test-jsons-*.zip 2024-04-03T16:28:55.0674053Z name: artifact 2024-04-03T16:28:55.0674335Z region: us-east-1 2024-04-03T16:28:55.0674611Z env: 2024-04-03T16:28:55.0674846Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:55.0675414Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:55.0676031Z ##[endgroup] 2024-04-03T16:28:55.6006198Z NOTE: s3-prefix specified, ignoring name parameter 2024-04-03T16:28:55.6006803Z With the provided path, there will be 1 file uploaded 2024-04-03T16:28:55.6007439Z Uploading to s3 prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:28:55.6972892Z Starting upload of test-jsons-bazel-build-and-test_23401561823.zip 2024-04-03T16:28:55.8551711Z Finished upload of test-jsons-bazel-build-and-test_23401561823.zip 2024-04-03T16:28:55.8716693Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T16:28:55.8717111Z with: 2024-04-03T16:28:55.8717369Z s3-bucket: gha-artifacts 2024-04-03T16:28:55.8717774Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:28:55.8718360Z retention-days: 14 2024-04-03T16:28:55.8718680Z if-no-files-found: error 2024-04-03T16:28:55.8719025Z path: test-reports-*.zip 2024-04-03T16:28:55.8719337Z name: artifact 2024-04-03T16:28:55.8719617Z region: us-east-1 2024-04-03T16:28:55.8719890Z env: 2024-04-03T16:28:55.8720126Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:55.8720695Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:55.8721475Z ##[endgroup] 2024-04-03T16:28:56.2134068Z NOTE: s3-prefix specified, ignoring name parameter 2024-04-03T16:28:56.2135170Z With the provided path, there will be 1 file uploaded 2024-04-03T16:28:56.2135863Z Uploading to s3 prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:28:56.2170197Z Starting upload of test-reports-bazel-build-and-test_23401561823.zip 2024-04-03T16:28:56.4091243Z Finished upload of test-reports-bazel-build-and-test_23401561823.zip 2024-04-03T16:28:56.4252975Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T16:28:56.4253420Z with: 2024-04-03T16:28:56.4253691Z s3-bucket: gha-artifacts 2024-04-03T16:28:56.4254103Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:28:56.4254547Z retention-days: 14 2024-04-03T16:28:56.4254867Z if-no-files-found: ignore 2024-04-03T16:28:56.4255204Z path: logs-*.zip 2024-04-03T16:28:56.4255481Z name: artifact 2024-04-03T16:28:56.4255765Z region: us-east-1 2024-04-03T16:28:56.4256049Z env: 2024-04-03T16:28:56.4256295Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:56.4256892Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:56.4257515Z ##[endgroup] 2024-04-03T16:28:56.7571055Z No files were found with the provided path: logs-*.zip. No artifacts will be uploaded. 2024-04-03T16:28:56.7763184Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-04-03T16:28:56.7763724Z with: 2024-04-03T16:28:56.7763961Z env: 2024-04-03T16:28:56.7764213Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:56.7764990Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:56.7765614Z ##[endgroup] 2024-04-03T16:28:56.7785308Z ##[group]Run set -eou pipefail 2024-04-03T16:28:56.7785698Z set -eou pipefail 2024-04-03T16:28:56.7786230Z  2024-04-03T16:28:56.7786723Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-04-03T16:28:56.7787349Z for _ in $(seq 1440); do 2024-04-03T16:28:56.7787890Z  # Break if no ssh session exists anymore 2024-04-03T16:28:56.7788377Z  if [ "$(who)" = "" ]; then 2024-04-03T16:28:56.7788752Z  break 2024-04-03T16:28:56.7789044Z  fi 2024-04-03T16:28:56.7789320Z  echo "." 2024-04-03T16:28:56.7789656Z  sleep 5 2024-04-03T16:28:56.7789935Z done 2024-04-03T16:28:56.7797198Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:56.7797686Z env: 2024-04-03T16:28:56.7797947Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:56.7798510Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:56.7799133Z ##[endgroup] 2024-04-03T16:28:56.7820466Z Holding runner for 2 hours until all ssh sessions have logged out 2024-04-03T16:28:56.7881230Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T16:28:56.7881995Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T16:28:56.7882593Z # shellcheck disable=SC2046 2024-04-03T16:28:56.7883032Z docker stop $(docker ps -q) || true 2024-04-03T16:28:56.7883481Z # Prune all of the docker images 2024-04-03T16:28:56.7883911Z docker system prune -af 2024-04-03T16:28:56.7891189Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:28:56.7891685Z env: 2024-04-03T16:28:56.7891933Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:28:56.7892506Z container_id: 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:28:56.7893127Z ##[endgroup] 2024-04-03T16:28:57.2577410Z 8ef995c0b05b 2024-04-03T16:29:01.0362784Z Deleted Containers: 2024-04-03T16:29:01.0363443Z 8ef995c0b05b5ab816e9fb8a0c291149f13fd027443c3313838b6badb5e971e9 2024-04-03T16:29:01.0363915Z 2024-04-03T16:29:07.2934145Z Deleted Images: 2024-04-03T16:29:07.2936262Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T16:29:07.2938577Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9@sha256:a560526b69e9ece9c90f2a23812ba2f1a57591b7cd437a945ebbb84c42e75301 2024-04-03T16:29:07.2940119Z deleted: sha256:4f8185cfd17efcb172142a7ee4ddc70e9bf6e340c2b0e42aa0def9ad36662df7 2024-04-03T16:29:07.2941007Z deleted: sha256:4a552cbb3870d73f1fa21a7f82984abc7730c23130cce95fcd75631cbf836fd2 2024-04-03T16:29:07.2941876Z deleted: sha256:61ba5cf5524d4451796031cf4c34968094da52e0db84642a723ace48d799d040 2024-04-03T16:29:07.2942739Z deleted: sha256:a945771f62bacc032282ece5c52150a7b66e1838f07e3941ee41adf00e45f975 2024-04-03T16:29:07.2943596Z deleted: sha256:e24b07fa010aa297f36e7af145e596b86c5b5a8e1574ef2ebf5a8965167a1486 2024-04-03T16:29:07.2944483Z deleted: sha256:565fdae7f0a54bc846c035ff44ef6fa14057d898ef6ca5b3d07e4328d126eb38 2024-04-03T16:29:07.2945350Z deleted: sha256:732b5ba916568738e2831410fb9688e404fbb7c70f8ec96a1fa77c1a4d10d168 2024-04-03T16:29:07.2946221Z deleted: sha256:9188fcddb13cd6ef435603efe6a381ada85e7c1e9fa23420b7fdea413c00630d 2024-04-03T16:29:07.2947089Z deleted: sha256:45ec4f15fd6913eb55e41869c157f5b423ee892c9e164d10d91dc168ce591001 2024-04-03T16:29:07.2948072Z deleted: sha256:30b52bca1e234ed4abffb25ccae8b785ce1c925b72e1bff15541d3b85c636f00 2024-04-03T16:29:07.2948965Z deleted: sha256:2405b1569dd9ec0ea29e28704bb9b19e14ca851bf0848a1f6c0ebaa158f00c06 2024-04-03T16:29:07.2949807Z deleted: sha256:cd308412d15f75d0b74a7058801f1a2e4ff294f3d72984a15129362f98fd0990 2024-04-03T16:29:07.2950656Z deleted: sha256:01921506bb7614f12860b5358ad69f47d5ec2aa6c0e038c5b0745a8cd5a0b02d 2024-04-03T16:29:07.2951503Z deleted: sha256:0b921e4ef98a571df357bb69129be7061330926b342b910b765f50474362ac51 2024-04-03T16:29:07.2952367Z deleted: sha256:f4baf78a972f17bd0a6a5aaa18e0a4228dbbbaf9f2fca052cf852ce5a97fc7be 2024-04-03T16:29:07.2953262Z deleted: sha256:2219f52ec962afe8b7555a65fdfa38ac2a226e0b112f67d5b6777e75ec610340 2024-04-03T16:29:07.2954123Z deleted: sha256:07144a192e3da9bb81926748081dc01278264f2c96dd9c2d7ac1a0a2ef49d999 2024-04-03T16:29:07.2955051Z deleted: sha256:bbb7b459981f391fac1f38fefa7a081045214f93d221da9304e065c79704c1da 2024-04-03T16:29:07.2955912Z deleted: sha256:aa0daa5259391defef9871cda8b538719363a75b0b5f5053f0df9038b61c8828 2024-04-03T16:29:07.2956794Z deleted: sha256:d4057f54a136eb6a8ccf5b852a0719b6906396f9d01b26e83ac498ac0681ba13 2024-04-03T16:29:07.2957654Z deleted: sha256:892b47bfa5eb57f64fd092309c104b9f88966953db82e712d722f9fbdfebe74a 2024-04-03T16:29:07.2958494Z deleted: sha256:c34b6960f8529b13356337b0b750f86a3d7d33f146bb3a6a1235c6c79e9a016b 2024-04-03T16:29:07.2959339Z deleted: sha256:3ef70d5dc46853dc0e7399174d7002b46b0291c9dd83431d5870c1361b4c99d0 2024-04-03T16:29:07.2960197Z deleted: sha256:ca58e07f9539956be424eab4038d457e5eacd4675bea293e802e153cc983e6ce 2024-04-03T16:29:07.2961032Z deleted: sha256:48c0599897703e03a6f2af11bf950a80651e5c4db4d749207db39a09ae3cc533 2024-04-03T16:29:07.2961887Z deleted: sha256:a3fb212f169569d18ccfb7dad2b5d5f2673a71b2f1538f37b0c607365806f306 2024-04-03T16:29:07.2962743Z deleted: sha256:27179020897580530f4f23992eb073476dbf1652f2f332d8f919f56ff6ee1654 2024-04-03T16:29:07.2963611Z deleted: sha256:9ccadefb09a21df35eaadaff98d71d6e98737e6d6344ae287c316062e1d99b14 2024-04-03T16:29:07.2964678Z deleted: sha256:440572f7ae8c7f1b504ca929c5116bfd3123edb56be5946a79272a48187dd5f8 2024-04-03T16:29:07.2965544Z deleted: sha256:d9b841b156a02212a50db1b61379862a21f39e9dcabb23c70660ecff0c6cca5b 2024-04-03T16:29:07.2966428Z deleted: sha256:456cae9b6cf91a64d98dd0ecef5230eccd0f7c8aea9d187f4e6d69dfdaadbb0a 2024-04-03T16:29:07.2967298Z deleted: sha256:24928fff1f2e15e4c13d55cb75150d8756e8f9a46b4603f7cb3a4a99e4c20b51 2024-04-03T16:29:07.2968149Z deleted: sha256:759516864394e4fd381128e4ea6528b7c39a11ca4b1405c9d48399aaf3966416 2024-04-03T16:29:07.2969045Z deleted: sha256:b0feec4a66379758e16787cfae0f9e039c15fbfdc0b9f3bc2b76f8372f7f5964 2024-04-03T16:29:07.2969917Z deleted: sha256:5aa94b7477b7188fcc29383d80c9550b3ca26e9fef19582c5916d7f2b8c968dc 2024-04-03T16:29:07.2970839Z deleted: sha256:45020225cfceb2d5405b59e2b17912228588d36d5b39b5d29001e0d850d0d26c 2024-04-03T16:29:07.2971754Z deleted: sha256:58ace2b1942d48bd6a3872cec58fd86d8464359de68c762d72672822d5feefe9 2024-04-03T16:29:07.2988096Z deleted: sha256:cb3914d3b0db92a2e11fdd0778a1a263ac96ab283b899b5cc313c1b306549a8e 2024-04-03T16:29:07.2989575Z deleted: sha256:0e559fb4d85fa5b89d02c9a2b8496200ad1bdf99e73dcb0202669eca1865924a 2024-04-03T16:29:07.2990954Z deleted: sha256:b8eabd831eb26fe4991ea6c04db5c1bc38d2b88220c8ba5dfd543d9727b78526 2024-04-03T16:29:07.2992343Z deleted: sha256:fbea950698003b0c93f1d80058c7f1f2b8a1c7730c6d6c8b678967cc90b7e2e9 2024-04-03T16:29:07.2993701Z deleted: sha256:5387c0b2c00411f7bb84aadbed7e02e1e911f2517673ec1660e692dc8867f488 2024-04-03T16:29:07.2994942Z deleted: sha256:2e83a68a0e0c6526545d7f3c3ba97a2727e618130ff665d7bcb29fcc39775033 2024-04-03T16:29:07.2996084Z deleted: sha256:f746ca426a86c645fef471d0edf40641ede95c2196a1c5879b71fd3a64c72872 2024-04-03T16:29:07.2997291Z deleted: sha256:7c21595c43019cc12188060d4e1da1905495cbb1099388e8aef9c70f12ef2a2c 2024-04-03T16:29:07.2998484Z deleted: sha256:b9a5611b90edcd367de9eef1e9faf1d1e404e40694a41f6ff0edf3b784348fe5 2024-04-03T16:29:07.2999649Z deleted: sha256:6ec4533a5e60d0435c6285f2448b23ab46d29aef85c1c2df9262457de13bdbaa 2024-04-03T16:29:07.3001049Z deleted: sha256:c9034f66b97a71bb375c0bc1f9c7566559ed1da355b595166dc985e4aa7c490e 2024-04-03T16:29:07.3002354Z deleted: sha256:56a169f01ddc877822f681b4661415125eecf669d971c142534d88644e0146ac 2024-04-03T16:29:07.3003477Z deleted: sha256:5df18b52e0667d1015e3287e9a9aaf4ff6987ff0c13911c04be999642739a4e5 2024-04-03T16:29:07.3004896Z deleted: sha256:8d21e461f8b5892b95caf26bbc59b653e9463371d724c78e6ec36239ed9fffe8 2024-04-03T16:29:07.3006051Z deleted: sha256:1f76d2478aa78a4883044823b5fefd003141f8ea74d5ccebad792b4514e6023e 2024-04-03T16:29:07.3007206Z deleted: sha256:16cda24fc887b760cd5f65f6fc7580f00560d155d8e2faddaf6b6991329f64ee 2024-04-03T16:29:07.3008445Z deleted: sha256:fef603634d48bf8d8e9ebb13856bd6cae40df3010854e9c0ab0fe51544427532 2024-04-03T16:29:07.3009752Z deleted: sha256:7822ddc6e8648d4c10d4ffc1bf05132f1304be3141a04be427fc9c818183d111 2024-04-03T16:29:07.3011052Z deleted: sha256:16d23f55f5c2ebdd0e85d1c7875bbc812e7b9a4b341c317f4a44f1a8df838d17 2024-04-03T16:29:07.3012255Z deleted: sha256:4621915c79495397e147f640c677cadfbb2873068eda0b1368ceb8b3a2d1e644 2024-04-03T16:29:07.3013168Z deleted: sha256:33bd0e5c04f34d20250b42e1ed3ae506a06b7aca100d8568ad6c0463f67d19fc 2024-04-03T16:29:07.3014070Z deleted: sha256:dafa1db3322c29ecb96f043da215dce6684543294fb35ae2e7af9096971b9172 2024-04-03T16:29:07.3015070Z deleted: sha256:eee1885bef1a4a99428312c94614215a1b46804f1debdaa7f3c8a6f7d1bd12b8 2024-04-03T16:29:07.3015930Z deleted: sha256:83313222739c055fae1808a61cdedfcbdd760cbe25e9b161fad15a3f88fc7ff5 2024-04-03T16:29:07.3016817Z deleted: sha256:c6a425a39598b012eee298bdbd7ed44dfcea231a5c0e4dd17023e7f1f030a2c4 2024-04-03T16:29:07.3017713Z deleted: sha256:35a033279d5c9bd6b862bfa9331d8fcbf98bbaf778a778fabc882384db9204f8 2024-04-03T16:29:07.3018581Z deleted: sha256:ab9b00c496073d62e69e032178858d3d6d4c4bab9e87065d3785c6da57351d00 2024-04-03T16:29:07.3019433Z deleted: sha256:7ed947299e109c2459de6e240d86f049c30f93f2380659ce441d8737b8cd065f 2024-04-03T16:29:07.3020296Z deleted: sha256:410d5a7f7a9a1cb4551c106b9cc728a9dcff598f9be231a351ce6a0a33f81e64 2024-04-03T16:29:07.3021158Z deleted: sha256:5f0021bb56efa14bb93978c01513e2a1187ba30e69bdb0546d0ef39b30873f88 2024-04-03T16:29:07.3022026Z deleted: sha256:c1601aa97eb84151c14da3aeea351201bd99144d36d66b397f6555d80245d86d 2024-04-03T16:29:07.3022909Z deleted: sha256:72af05a89be22accdc1ca5d66dcbbb33993a9ef5997f849df1d4ba4c48049f25 2024-04-03T16:29:07.3023795Z deleted: sha256:38b90c9663dcaa2bc57a4dd3008298e7ea93e9535fa42312b4dc4246e7491af9 2024-04-03T16:29:07.3024675Z deleted: sha256:bda61b6cefb3ec8eeb74fef1ca1c7f9a5845fe5e8f07b8123323e897425d5c29 2024-04-03T16:29:07.3025571Z deleted: sha256:5a18e1aa877074529a84cbddf19f8d5403787823378ceae6b72fb62f78d43037 2024-04-03T16:29:07.3026437Z deleted: sha256:6c3e7df31590f02f10cb71fc4eb27653e9b428df2e6e5421a455b062bd2e39f9 2024-04-03T16:29:07.3027504Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-04-03T16:29:07.3028827Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-04-03T16:29:07.3030055Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-04-03T16:29:07.3030934Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-04-03T16:29:07.3031489Z 2024-04-03T16:29:07.3031628Z Total reclaimed space: 39.91GB 2024-04-03T16:29:07.3114428Z Post job cleanup. 2024-04-03T16:29:07.3180901Z Post job cleanup. 2024-04-03T16:29:07.4047059Z [command]/usr/bin/git version 2024-04-03T16:29:07.4300502Z git version 2.40.1 2024-04-03T16:29:07.4337685Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/262a0b53-309a-4116-bf3e-65d13e7071dd' before making global git config changes 2024-04-03T16:29:07.4339010Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T16:29:07.4342714Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T16:29:07.4389439Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T16:29:07.4419354Z [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' || :" 2024-04-03T16:29:07.4919322Z Entering 'android/libs/fbjni' 2024-04-03T16:29:07.4977491Z Entering 'third_party/FP16' 2024-04-03T16:29:07.5041379Z Entering 'third_party/FXdiv' 2024-04-03T16:29:07.5095874Z Entering 'third_party/NNPACK' 2024-04-03T16:29:07.5152903Z Entering 'third_party/QNNPACK' 2024-04-03T16:29:07.5211041Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T16:29:07.5267828Z Entering 'third_party/XNNPACK' 2024-04-03T16:29:07.5391061Z Entering 'third_party/benchmark' 2024-04-03T16:29:07.5446762Z Entering 'third_party/cpuinfo' 2024-04-03T16:29:07.5511047Z Entering 'third_party/cub' 2024-04-03T16:29:07.5576346Z Entering 'third_party/cudnn_frontend' 2024-04-03T16:29:07.5635349Z Entering 'third_party/cutlass' 2024-04-03T16:29:07.5729051Z Entering 'third_party/eigen' 2024-04-03T16:29:07.5802419Z Entering 'third_party/fbgemm' 2024-04-03T16:29:07.5867827Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T16:29:07.5929374Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T16:29:07.5993010Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T16:29:07.6087888Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T16:29:07.6148644Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T16:29:07.6211055Z Entering 'third_party/flatbuffers' 2024-04-03T16:29:07.6283453Z Entering 'third_party/fmt' 2024-04-03T16:29:07.6345485Z Entering 'third_party/foxi' 2024-04-03T16:29:07.6405419Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T16:29:07.6469083Z Entering 'third_party/gloo' 2024-04-03T16:29:07.6533244Z Entering 'third_party/googletest' 2024-04-03T16:29:07.6596074Z Entering 'third_party/ideep' 2024-04-03T16:29:07.6662959Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T16:29:07.6756154Z Entering 'third_party/ios-cmake' 2024-04-03T16:29:07.6817693Z Entering 'third_party/ittapi' 2024-04-03T16:29:07.6879831Z Entering 'third_party/kineto' 2024-04-03T16:29:07.6948777Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T16:29:07.7016815Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T16:29:07.7082630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T16:29:07.7144978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T16:29:07.7208503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T16:29:07.7276408Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T16:29:07.7347238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T16:29:07.7408844Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T16:29:07.7471361Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T16:29:07.7542863Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T16:29:07.7607855Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T16:29:07.7670483Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T16:29:07.7738106Z Entering 'third_party/mimalloc' 2024-04-03T16:29:07.7800977Z Entering 'third_party/nccl/nccl' 2024-04-03T16:29:07.7884666Z Entering 'third_party/neon2sse' 2024-04-03T16:29:07.7944192Z Entering 'third_party/nlohmann' 2024-04-03T16:29:07.8010431Z Entering 'third_party/onnx' 2024-04-03T16:29:07.8139103Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T16:29:07.8199325Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T16:29:07.8260979Z Entering 'third_party/onnx-tensorrt' 2024-04-03T16:29:07.8324497Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T16:29:07.8431527Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T16:29:07.8488294Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T16:29:07.8550569Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T16:29:07.8617587Z Entering 'third_party/pocketfft' 2024-04-03T16:29:07.8674264Z Entering 'third_party/protobuf' 2024-04-03T16:29:07.8759437Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T16:29:07.8821160Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T16:29:07.8886215Z Entering 'third_party/psimd' 2024-04-03T16:29:07.8950324Z Entering 'third_party/pthreadpool' 2024-04-03T16:29:07.9012215Z Entering 'third_party/pybind11' 2024-04-03T16:29:07.9076040Z Entering 'third_party/python-peachpy' 2024-04-03T16:29:07.9146684Z Entering 'third_party/sleef' 2024-04-03T16:29:07.9212202Z Entering 'third_party/tbb' 2024-04-03T16:29:07.9281619Z Entering 'third_party/tensorpipe' 2024-04-03T16:29:07.9347867Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T16:29:07.9409799Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T16:29:07.9473463Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T16:29:07.9537548Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T16:29:07.9602889Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T16:29:07.9666210Z Entering 'third_party/zstd' 2024-04-03T16:29:07.9734061Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T16:29:07.9757108Z http.https://github.com/.extraheader 2024-04-03T16:29:07.9765347Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-04-03T16:29:07.9795859Z [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' || :" 2024-04-03T16:29:08.0049382Z Entering 'android/libs/fbjni' 2024-04-03T16:29:08.0075092Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0102601Z Entering 'third_party/FP16' 2024-04-03T16:29:08.0129054Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0156346Z Entering 'third_party/FXdiv' 2024-04-03T16:29:08.0183453Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0211420Z Entering 'third_party/NNPACK' 2024-04-03T16:29:08.0237803Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0265310Z Entering 'third_party/QNNPACK' 2024-04-03T16:29:08.0293063Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0320086Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T16:29:08.0346210Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0374184Z Entering 'third_party/XNNPACK' 2024-04-03T16:29:08.0400106Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0445247Z Entering 'third_party/benchmark' 2024-04-03T16:29:08.0471642Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0498730Z Entering 'third_party/cpuinfo' 2024-04-03T16:29:08.0524880Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0552590Z Entering 'third_party/cub' 2024-04-03T16:29:08.0580038Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0607108Z Entering 'third_party/cudnn_frontend' 2024-04-03T16:29:08.0633115Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0660923Z Entering 'third_party/cutlass' 2024-04-03T16:29:08.0688533Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0722671Z Entering 'third_party/eigen' 2024-04-03T16:29:08.0748920Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0777893Z Entering 'third_party/fbgemm' 2024-04-03T16:29:08.0803920Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0832064Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T16:29:08.0858076Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0884620Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T16:29:08.0909795Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0936903Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T16:29:08.0962559Z http.https://github.com/.extraheader 2024-04-03T16:29:08.0995637Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T16:29:08.1022187Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1049073Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T16:29:08.1074496Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1102846Z Entering 'third_party/flatbuffers' 2024-04-03T16:29:08.1128848Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1158766Z Entering 'third_party/fmt' 2024-04-03T16:29:08.1185143Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1213706Z Entering 'third_party/foxi' 2024-04-03T16:29:08.1239355Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1266527Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T16:29:08.1293742Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1320463Z Entering 'third_party/gloo' 2024-04-03T16:29:08.1348412Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1375662Z Entering 'third_party/googletest' 2024-04-03T16:29:08.1402070Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1429024Z Entering 'third_party/ideep' 2024-04-03T16:29:08.1455396Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1482045Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T16:29:08.1509074Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1543422Z Entering 'third_party/ios-cmake' 2024-04-03T16:29:08.1570514Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1597149Z Entering 'third_party/ittapi' 2024-04-03T16:29:08.1623667Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1651007Z Entering 'third_party/kineto' 2024-04-03T16:29:08.1677502Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1705459Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T16:29:08.1731750Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1758985Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T16:29:08.1784975Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1813388Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T16:29:08.1838999Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1865794Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T16:29:08.1892259Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1919200Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T16:29:08.1944962Z http.https://github.com/.extraheader 2024-04-03T16:29:08.1971691Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T16:29:08.1996591Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2025218Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T16:29:08.2051703Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2078840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T16:29:08.2104326Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2131748Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T16:29:08.2157406Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2186614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T16:29:08.2213301Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2241288Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T16:29:08.2267407Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2294616Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T16:29:08.2319585Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2347787Z Entering 'third_party/mimalloc' 2024-04-03T16:29:08.2374433Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2401433Z Entering 'third_party/nccl/nccl' 2024-04-03T16:29:08.2428154Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2454690Z Entering 'third_party/neon2sse' 2024-04-03T16:29:08.2480519Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2506802Z Entering 'third_party/nlohmann' 2024-04-03T16:29:08.2533680Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2560873Z Entering 'third_party/onnx' 2024-04-03T16:29:08.2587239Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2629968Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T16:29:08.2656021Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2682540Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T16:29:08.2708410Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2737499Z Entering 'third_party/onnx-tensorrt' 2024-04-03T16:29:08.2763397Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2789048Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T16:29:08.2814798Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2845564Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T16:29:08.2870308Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2898093Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T16:29:08.2923603Z http.https://github.com/.extraheader 2024-04-03T16:29:08.2950172Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T16:29:08.2975054Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3006441Z Entering 'third_party/pocketfft' 2024-04-03T16:29:08.3032472Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3059522Z Entering 'third_party/protobuf' 2024-04-03T16:29:08.3086303Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3115525Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T16:29:08.3141379Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3169081Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T16:29:08.3194357Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3222169Z Entering 'third_party/psimd' 2024-04-03T16:29:08.3249115Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3276484Z Entering 'third_party/pthreadpool' 2024-04-03T16:29:08.3302849Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3329831Z Entering 'third_party/pybind11' 2024-04-03T16:29:08.3355542Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3382766Z Entering 'third_party/python-peachpy' 2024-04-03T16:29:08.3408952Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3435678Z Entering 'third_party/sleef' 2024-04-03T16:29:08.3462694Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3488858Z Entering 'third_party/tbb' 2024-04-03T16:29:08.3514884Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3543777Z Entering 'third_party/tensorpipe' 2024-04-03T16:29:08.3571389Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3597458Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T16:29:08.3622510Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3648943Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T16:29:08.3674035Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3700387Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T16:29:08.3726489Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3752871Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T16:29:08.3778017Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3803512Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T16:29:08.3829301Z http.https://github.com/.extraheader 2024-04-03T16:29:08.3858689Z Entering 'third_party/zstd' 2024-04-03T16:29:08.3884197Z http.https://github.com/.extraheader 2024-04-03T16:29:08.4133531Z Cleaning up orphan processes